Closed uguryavuz closed 3 months ago
@uguryavuz, could you check if the build works on your machine on this PR: https://github.com/tlaplus/tlapm/pull/109? In that branch, a recent version of Isabelle is used; thus, maybe fixes to the build scripts are not needed anymore.
That seems to solve the problem, I was able to build without issues. I also ran the test suite and all tests except for test/medium/regression/snapshot/GFX_test.tla were successful.
@kape1395's isabelle2020-dune
branch also fixed it on my M1.
I spoke too fast. This branch and main do not build on my M1:
markus@avocado [09:11:37] [~/src/TLA/_tlaps/tlapm] [isabelle2020-dune]
-> % make
dune build
12 shift/reduce conflicts.
Error: Multiple rules generated for _build/default/src/alexer.ml:
- src/dune:22
- file present in source tree
-> required by alias default
Hint: rm -f src/alexer.ml
File ".ppx/8653ea30d544096511ee14c148ed6e40/_ppx.ml-gen", line 1:
Error: /Users/markus/.opam/default/lib/ppxlib/ppxlib.cmi
is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.
wget -q https://github.com/quickbeam123/ls4/archive/v1.0.zip
rm -rf ls4-1.0
unzip v1.0.zip
Archive: v1.0.zip
f7383bd5d3f1c1e9399a23a16e7f12f8153d41e5
creating: ls4-1.0/
inflating: ls4-1.0/.gitignore
inflating: ls4-1.0/LICENSE
creating: ls4-1.0/core/
inflating: ls4-1.0/core/Aiger2Spec.cc
inflating: ls4-1.0/core/Aiger2Spec.h
inflating: ls4-1.0/core/Dimacs.h
inflating: ls4-1.0/core/Main.cc
inflating: ls4-1.0/core/Makefile
inflating: ls4-1.0/core/Solver.cc
inflating: ls4-1.0/core/Solver.h
inflating: ls4-1.0/core/SolverTypes.h
inflating: ls4-1.0/core/Trp2Spec.cc
inflating: ls4-1.0/core/Trp2Spec.h
inflating: ls4-1.0/core/aiger.c
inflating: ls4-1.0/core/aiger.h
inflating: ls4-1.0/core/aiger.o
inflating: ls4-1.0/core/aiger.o_32
inflating: ls4-1.0/how_to.txt
creating: ls4-1.0/mtl/
inflating: ls4-1.0/mtl/Alg.h
inflating: ls4-1.0/mtl/Alloc.h
inflating: ls4-1.0/mtl/Heap.h
inflating: ls4-1.0/mtl/IntTypes.h
inflating: ls4-1.0/mtl/Map.h
inflating: ls4-1.0/mtl/Queue.h
inflating: ls4-1.0/mtl/Sort.h
inflating: ls4-1.0/mtl/Vec.h
inflating: ls4-1.0/mtl/XAlloc.h
inflating: ls4-1.0/mtl/config.mk
inflating: ls4-1.0/mtl/template.mk
creating: ls4-1.0/simp/
inflating: ls4-1.0/simp/Main.cc
inflating: ls4-1.0/simp/Makefile
inflating: ls4-1.0/simp/SimpSolver.cc
inflating: ls4-1.0/simp/SimpSolver.h
creating: ls4-1.0/utils/
inflating: ls4-1.0/utils/Makefile
inflating: ls4-1.0/utils/Options.cc
inflating: ls4-1.0/utils/Options.h
inflating: ls4-1.0/utils/ParseUtils.h
inflating: ls4-1.0/utils/System.cc
inflating: ls4-1.0/utils/System.h
inflating: ls4-1.0/what_is_this.txt
touch ls4-1.0 # To avoid rebuilds.
( set -x && patch -p0 <ls4.patch )
patching file ls4-1.0/core/SolverTypes.h
cd ls4-1.0/core && cc -c aiger.c
make -C ls4-1.0/core
Making dependencies
Compiling: /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Aiger2Spec.o
Compiling: /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Main.o
Compiling: /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Solver.o
Compiling: /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.o
Compiling: utils/Options.o
Compiling: utils/System.o
Compiling: simp/SimpSolver.o
Linking: ls4 ( /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Aiger2Spec.o /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Main.o /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Solver.o /Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.o utils/Options.o utils/System.o simp/SimpSolver.o )
cp -f ls4-1.0/core/ls4 ls4
+ patch -p0
/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.cc:50:1: warning: unused function 'msg' [-Wunused-function]
msg (const char *fmt, ...)
^
/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.cc:62:1: warning: unused function 'wrn' [-Wunused-function]
wrn (const char *fmt, ...)
^
2 warnings generated.
wget -q https://github.com/Z3Prover/z3/releases/download/z3-4.8.9/z3-4.8.9-x64-osx-10.14.6.zip
rm -rf z3-4.8.9-x64-osx-10.14.6
unzip z3-4.8.9-x64-osx-10.14.6.zip
Archive: z3-4.8.9-x64-osx-10.14.6.zip
inflating: z3-4.8.9-x64-osx-10.14.6/LICENSE.txt
inflating: z3-4.8.9-x64-osx-10.14.6/bin/z3
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.xml
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3java.dylib
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3.a
inflating: z3-4.8.9-x64-osx-10.14.6/bin/com.microsoft.z3.jar
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.deps.json
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.dll
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3.dylib
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/example.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3util.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3core.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3num.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3rcf.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3types.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3consts.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3poly.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/__init__.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3num.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3printer.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3types.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3consts.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/__init__.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3printer.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3poly.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3core.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3rcf.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3util.py
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_rcf.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_macros.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_polynomial.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3++.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_algebraic.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_fpa.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_optimization.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_ast_containers.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_v1.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_api.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_version.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_fixedpoint.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_spacer.h
cp -f z3-4.8.9-x64-osx-10.14.6/bin/z3 z3
chmod ugo+x z3
TARGET_DIR=/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon && cd zenon-src && ./configure -coqc : -prefix "${TARGET_DIR}/zenon-install"
echo '(* This file is automatically generated. *)' >config.ml.tmp
echo 'let libdir = "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/lib";;' >> config.ml.tmp
if ! cmp -s config.ml config.ml.tmp; then cp config.ml.tmp config.ml; fi
rm -f config.ml.tmp
ocamlyacc -v parsezen.mly
ocamllex lexzen.mll
91 states, 1911 transitions, table size 8190 bytes
ocamlyacc -v parsetptp.mly
ocamllex lextptp.mll
82 states, 1931 transitions, table size 8216 bytes
ocamlyacc -v parsecoq.mly
ocamllex lexcoq.mll
246 states, 11581 transitions, table size 47800 bytes
2852 additional bytes used for bindings
echo '(* This file is automatically generated. *)' >checksum.ml
echo 'let v = "'`sum version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml | sum`'";;' >>checksum.ml
ocamldep version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml version.mli config.mli misc.mli heap.mli globals.mli error.mli progress.mli namespace.mli expr.mli phrase.mli llproof.mli mlproof.mli watch.mli eqrel.mli index.mli print.mli step.mli node.mli extension.mli mltoll.mli parsezen.mli lexzen.mli parsetptp.mli lextptp.mli parsecoq.mli lexcoq.mli tptp.mli coqterm.mli lltocoq.mli enum.mli isar_case.mli lltoisar.mli ext_focal.mli ext_tla.mli ext_recfun.mli ext_equiv.mli ext_induct.mli prove.mli checksum.mli versionnum.mli main.mli zenon.mli >.depend
: -I . zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v >>.depend
Configuration summary for zenon:
EXE=
INSTALL_BIN_DIR=/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/bin
INSTALL_LIB_DIR=/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/lib
BYT_DEBUG_FLAGS=
BIN_DEBUG_FLAGS=
SUM=sum
CONVERT=convert
GS=gs
CAMLBYT=ocamlc.opt
CAMLBIN=ocamlopt.opt
CAMLLEX=ocamllex
CAMLYACC=ocamlyacc
CAMLDEP=ocamldep
COQC=:
COQDEP=:
make -C zenon-src all
ocamlc.opt -warn-error "" -c version.mli
ocamlc.opt -warn-error "" -c version.ml
ocamlc.opt -warn-error "" -c config.mli
ocamlc.opt -warn-error "" -c config.ml
ocamlc.opt -warn-error "" -c misc.mli
ocamlc.opt -warn-error "" -c misc.ml
ocamlc.opt -warn-error "" -c heap.mli
ocamlc.opt -warn-error "" -c heap.ml
ocamlc.opt -warn-error "" -c globals.mli
ocamlc.opt -warn-error "" -c globals.ml
ocamlc.opt -warn-error "" -c error.mli
ocamlc.opt -warn-error "" -c error.ml
ocamlc.opt -warn-error "" -c progress.mli
ocamlc.opt -warn-error "" -c progress.ml
ocamlc.opt -warn-error "" -c namespace.mli
ocamlc.opt -warn-error "" -c namespace.ml
ocamlc.opt -warn-error "" -c expr.mli
ocamlc.opt -warn-error "" -c expr.ml
ocamlc.opt -warn-error "" -c phrase.mli
ocamlc.opt -warn-error "" -c phrase.ml
ocamlc.opt -warn-error "" -c llproof.mli
ocamlc.opt -warn-error "" -c llproof.ml
ocamlc.opt -warn-error "" -c mlproof.mli
ocamlc.opt -warn-error "" -c mlproof.ml
ocamlc.opt -warn-error "" -c watch.mli
ocamlc.opt -warn-error "" -c watch.ml
ocamlc.opt -warn-error "" -c eqrel.mli
ocamlc.opt -warn-error "" -c eqrel.ml
ocamlc.opt -warn-error "" -c index.mli
ocamlc.opt -warn-error "" -c index.ml
ocamlc.opt -warn-error "" -c print.mli
ocamlc.opt -warn-error "" -c print.ml
ocamlc.opt -warn-error "" -c step.mli
ocamlc.opt -warn-error "" -c step.ml
ocamlc.opt -warn-error "" -c node.mli
ocamlc.opt -warn-error "" -c node.ml
ocamlc.opt -warn-error "" -c extension.mli
ocamlc.opt -warn-error "" -c extension.ml
ocamlc.opt -warn-error "" -c mltoll.mli
ocamlc.opt -warn-error "" -c mltoll.ml
ocamlc.opt -warn-error "" -c parsezen.mli
ocamlc.opt -warn-error "" -c parsezen.ml
ocamlc.opt -warn-error "" -c lexzen.mli
ocamlc.opt -warn-error "" -c lexzen.ml
ocamlc.opt -warn-error "" -c parsetptp.mli
ocamlc.opt -warn-error "" -c parsetptp.ml
ocamlc.opt -warn-error "" -c lextptp.mli
ocamlc.opt -warn-error "" -c lextptp.ml
ocamlc.opt -warn-error "" -c parsecoq.mli
ocamlc.opt -warn-error "" -c parsecoq.ml
ocamlc.opt -warn-error "" -c lexcoq.mli
ocamlc.opt -warn-error "" -c lexcoq.ml
ocamlc.opt -warn-error "" -c tptp.mli
ocamlc.opt -warn-error "" -c tptp.ml
ocamlc.opt -warn-error "" -c coqterm.mli
ocamlc.opt -warn-error "" -c coqterm.ml
ocamlc.opt -warn-error "" -c lltocoq.mli
ocamlc.opt -warn-error "" -c lltocoq.ml
ocamlc.opt -warn-error "" -c enum.mli
ocamlc.opt -warn-error "" -c enum.ml
ocamlc.opt -warn-error "" -c isar_case.mli
ocamlc.opt -warn-error "" -c isar_case.ml
ocamlc.opt -warn-error "" -c lltoisar.mli
ocamlc.opt -warn-error "" -c lltoisar.ml
ocamlc.opt -warn-error "" -c ext_focal.mli
ocamlc.opt -warn-error "" -c ext_focal.ml
ocamlc.opt -warn-error "" -c ext_tla.mli
ocamlc.opt -warn-error "" -c ext_tla.ml
ocamlc.opt -warn-error "" -c ext_recfun.mli
ocamlc.opt -warn-error "" -c ext_recfun.ml
ocamlc.opt -warn-error "" -c ext_equiv.mli
ocamlc.opt -warn-error "" -c ext_equiv.ml
ocamlc.opt -warn-error "" -c ext_induct.mli
ocamlc.opt -warn-error "" -c ext_induct.ml
ocamlc.opt -warn-error "" -c prove.mli
ocamlc.opt -warn-error "" -c prove.ml
ocamlc.opt -warn-error "" -c checksum.mli
ocamlc.opt -warn-error "" -c checksum.ml
ocamlc.opt -warn-error "" -c versionnum.mli
ocamlc.opt -warn-error "" -c versionnum.ml
ocamlc.opt -warn-error "" -c main.mli
ocamlc.opt -warn-error "" -c main.ml
ocamlc.opt -warn-error "" -c zenon.mli
ocamlc.opt -warn-error "" -c zenon.ml
ocamlc.opt -warn-error "" -o zenon.byt version.cmo config.cmo misc.cmo heap.cmo globals.cmo error.cmo progress.cmo namespace.cmo expr.cmo phrase.cmo llproof.cmo mlproof.cmo watch.cmo eqrel.cmo index.cmo print.cmo step.cmo node.cmo extension.cmo mltoll.cmo parsezen.cmo lexzen.cmo parsetptp.cmo lextptp.cmo parsecoq.cmo lexcoq.cmo tptp.cmo coqterm.cmo lltocoq.cmo enum.cmo isar_case.cmo lltoisar.cmo ext_focal.cmo ext_tla.cmo ext_recfun.cmo ext_equiv.cmo ext_induct.cmo prove.cmo checksum.cmo versionnum.cmo main.cmo zenon.cmo
ocamlopt.opt -warn-error "" -c version.ml
ocamlopt.opt -warn-error "" -c config.ml
ocamlopt.opt -warn-error "" -c misc.ml
ocamlopt.opt -warn-error "" -c heap.ml
ocamlopt.opt -warn-error "" -c globals.ml
ocamlopt.opt -warn-error "" -c error.ml
ocamlopt.opt -warn-error "" -c progress.ml
ocamlopt.opt -warn-error "" -c namespace.ml
ocamlopt.opt -warn-error "" -c expr.ml
ocamlopt.opt -warn-error "" -c phrase.ml
ocamlopt.opt -warn-error "" -c llproof.ml
ocamlopt.opt -warn-error "" -c mlproof.ml
ocamlopt.opt -warn-error "" -c watch.ml
ocamlopt.opt -warn-error "" -c eqrel.ml
ocamlopt.opt -warn-error "" -c index.ml
ocamlopt.opt -warn-error "" -c print.ml
ocamlopt.opt -warn-error "" -c step.ml
ocamlopt.opt -warn-error "" -c node.ml
ocamlopt.opt -warn-error "" -c extension.ml
ocamlopt.opt -warn-error "" -c mltoll.ml
ocamlopt.opt -warn-error "" -c parsezen.ml
ocamlopt.opt -warn-error "" -c lexzen.ml
ocamlopt.opt -warn-error "" -c parsetptp.ml
ocamlopt.opt -warn-error "" -c lextptp.ml
ocamlopt.opt -warn-error "" -c parsecoq.ml
ocamlopt.opt -warn-error "" -c lexcoq.ml
ocamlopt.opt -warn-error "" -c tptp.ml
ocamlopt.opt -warn-error "" -c coqterm.ml
ocamlopt.opt -warn-error "" -c lltocoq.ml
ocamlopt.opt -warn-error "" -c enum.ml
ocamlopt.opt -warn-error "" -c isar_case.ml
ocamlopt.opt -warn-error "" -c lltoisar.ml
ocamlopt.opt -warn-error "" -c ext_focal.ml
ocamlopt.opt -warn-error "" -c ext_tla.ml
ocamlopt.opt -warn-error "" -c ext_recfun.ml
ocamlopt.opt -warn-error "" -c ext_equiv.ml
ocamlopt.opt -warn-error "" -c ext_induct.ml
ocamlopt.opt -warn-error "" -c prove.ml
ocamlopt.opt -warn-error "" -c checksum.ml
ocamlopt.opt -warn-error "" -c versionnum.ml
ocamlopt.opt -warn-error "" -c main.ml
ocamlopt.opt -warn-error "" -c zenon.ml
ocamlopt.opt -warn-error "" -o zenon.bin version.cmx config.cmx misc.cmx heap.cmx globals.cmx error.cmx progress.cmx namespace.cmx expr.cmx phrase.cmx llproof.cmx mlproof.cmx watch.cmx eqrel.cmx index.cmx print.cmx step.cmx node.cmx extension.cmx mltoll.cmx parsezen.cmx lexzen.cmx parsetptp.cmx lextptp.cmx parsecoq.cmx lexcoq.cmx tptp.cmx coqterm.cmx lltocoq.cmx enum.cmx isar_case.cmx lltoisar.cmx ext_focal.cmx ext_tla.cmx ext_recfun.cmx ext_equiv.cmx ext_induct.cmx prove.cmx checksum.cmx versionnum.cmx main.cmx zenon.cmx
if test -x zenon.bin; then \
cp zenon.bin zenon; \
else \
cp zenon.byt zenon; \
fi
: -q zenon.v
: -q zenon_coqbool.v
: -q zenon_equiv.v
: -q zenon_induct.v
: -q zenon_focal.v
make -C zenon-src install
mkdir -p "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/bin"
cp zenon "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/bin/"
mkdir -p "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/lib"
cp zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/lib/"
for i in zenon.vo zenon_coqbool.vo zenon_equiv.vo zenon_induct.vo zenon_focal.vo; \
do [ ! -f $i ] || cp $i "/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/zenon/zenon-install/lib/"; \
done
cp -vf zenon-install/bin/zenon zenon
zenon-install/bin/zenon -> zenon
1 shift/reduce conflict, 1 reduce/reduce conflict.
mkdir -p ../../_build_cache
cd ../../_build_cache && wget -q https://isabelle.in.tum.de/website-Isabelle2024-RC3/dist/Isabelle2024-RC3_macos.tar.gz
rm -f Isabelle2024-RC3_macos.tar.gz
ln -s ../../_build_cache/Isabelle2024-RC3_macos.tar.gz Isabelle2024-RC3_macos.tar.gz
rm -rf Isabelle
tar -xzf Isabelle2024-RC3_macos.tar.gz
mv Isabelle2024-RC3.app Isabelle
cd Isabelle \
&& rm -rf contrib/ProofGeneral* doc heaps/*/HOL
cd Isabelle \
&& HEAPS_PATH=/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/isabelle/Isabelle/heaps \
&& if [ "arm64" = "x86_64" ] ; then sed -i -e 's/^ML_PLATFORM=.*$/ML_PLATFORM="${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM}"/' etc/settings ; fi \
&& cp etc/settings etc/settings.target \
&& echo "ISABELLE_OUTPUT=$HEAPS_PATH" >> etc/settings
mkdir -p Isabelle/src/TLA+ \
&& cp -a theories/TLA+/* Isabelle/src/TLA+/ \
&& chmod -R u+w Isabelle/src/TLA+/
cd Isabelle/ \
&& ./bin/isabelle build -o system_heaps -o document=false -b -v -d src/Pure Pure \
&& ./bin/isabelle build -o system_heaps -o document=false -b -c -v -d src/TLA+ TLA+
Started at Fri Jun 7 09:15:00 GMT-7 2024 (polyml-5.9.1_arm64_32-darwin on avocado)
ISABELLE_TOOL_JAVA_OPTIONS="-Djava.awt.headless=true -Xms512m -Xmx4g -Xss16m"
ISABELLE_BUILD_OPTIONS=""
ML_PLATFORM="arm64_32-darwin"
ML_HOME="/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/isabelle/Isabelle/contrib/polyml-5.9.1/arm64_32-darwin"
ML_SYSTEM="polyml-5.9.1"
ML_OPTIONS="--minheap 500"
Session Pure/Pure
Finished at Fri Jun 7 09:15:03 GMT-7 2024
0:00:02 elapsed time
Started at Fri Jun 7 09:15:04 GMT-7 2024 (polyml-5.9.1_arm64_32-darwin on avocado)
ISABELLE_TOOL_JAVA_OPTIONS="-Djava.awt.headless=true -Xms512m -Xmx4g -Xss16m"
ISABELLE_BUILD_OPTIONS=""
ML_PLATFORM="arm64_32-darwin"
ML_HOME="/Users/markus/src/TLA/_tlaps/tlapm/_build/default/deps/isabelle/Isabelle/contrib/polyml-5.9.1/arm64_32-darwin"
ML_SYSTEM="polyml-5.9.1"
ML_OPTIONS="--minheap 500"
Session Pure/Pure
Session TLA+/TLA+
Building TLA+ ...
TLA+: theory TLA+.PredicateLogic
TLA+: theory TLA+.SetTheory
TLA+: theory TLA+.Functions
TLA+: theory TLA+.FixedPoints
TLA+: theory TLA+.Integers
TLA+: theory TLA+.IntegerArithmetic
TLA+: theory TLA+.IntegerDivision
TLA+: theory TLA+.Tuples
TLA+: theory TLA+.CaseExpressions
TLA+: theory TLA+.Strings
TLA+: theory Constant
TLA+: theory TLA+.Tests
TLA+: theory Zenon
Timing TLA+ (8 threads, 5.322s elapsed time, 14.677s cpu time, 0.944s GC time, factor 2.76)
Finished TLA+ (0:00:06 elapsed time, 0:00:15 cpu time, factor 2.36)
Finished at Fri Jun 7 09:15:13 GMT-7 2024
0:00:08 elapsed time, 0:00:15 cpu time, factor 1.78
cd Isabelle \
&& rm etc/settings \
&& mv etc/settings.target etc/settings
rm -rf Isabelle.no-links
cd Isabelle && rm -rf ./contrib/e-3.0.03-1/src/lib/
cd Isabelle && cd contrib/jdk-21.0.3/arm64-darwin/ \
&& (find . -type link | xargs rm) \
&& mv zulu-21.jdk/Contents/Home/* ./
cd Isabelle && cd contrib/jdk-21.0.3/x86_64-darwin/ \
&& (find . -type link | xargs rm) \
&& mv zulu-21.jdk/Contents/Home/* ./
cd Isabelle && rm -rf contrib/vscodium-1.70.1
touch Isabelle.no-links
echo "Isabelle/Isabelle2024-RC3 Isabelle/bin/isabelle_java Isabelle/bin/isabelle Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/svg/js/build.sh Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/plot/LocalizationBundle_ca.properties Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/LocalizationBundle_ca.properties Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/editor/LocalizationBundle_ca.properties Isabelle/contrib/scala-3.3.3/bin/scalac.bat Isabelle/contrib/scala-3.3.3/bin/scaladoc Isabelle/contrib/scala-3.3.3/bin/scaladoc.bat Isabelle/contrib/scala-3.3.3/bin/scalac Isabelle/contrib/scala-3.3.3/bin/common.bat Isabelle/contrib/scala-3.3.3/bin/scala.bat Isabelle/contrib/scala-3.3.3/bin/common Isabelle/contrib/scala-3.3.3/bin/scala Isabelle/contrib/spass-3.8ds-2/x86_64-darwin/SPASS Isabelle/contrib/polyml-5.9.1/arm64-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/arm64-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/arm64-darwin/polyimport Isabelle/contrib/polyml-5.9.1/arm64-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/arm64-darwin/polyc Isabelle/contrib/polyml-5.9.1/arm64-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/arm64-darwin/poly Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/polyimport Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/polyc Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/poly Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/polyimport Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/polyc Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/poly Isabelle/contrib/polyml-5.9.1/sha1/build Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/x86_64-darwin/polyimport Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/x86_64-darwin/polyc Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/x86_64-darwin/poly Isabelle/contrib/polyml-5.9.1/src/install-sh Isabelle/contrib/polyml-5.9.1/src/polyc.in Isabelle/contrib/polyml-5.9.1/src/configure Isabelle/contrib/polyml-5.9.1/src/config.guess Isabelle/contrib/polyml-5.9.1/src/depcomp Isabelle/contrib/polyml-5.9.1/src/missing Isabelle/contrib/polyml-5.9.1/src/config.sub Isabelle/contrib/polyml-5.9.1/src/compile Isabelle/contrib/bash_process-20240326/x86_64-linux/bash_process Isabelle/contrib/bash_process-20240326/arm64-darwin/bash_process Isabelle/contrib/bash_process-20240326/x86_64-cygwin/bash_process.exe Isabelle/contrib/bash_process-20240326/arm64-linux/bash_process Isabelle/contrib/bash_process-20240326/x86_64-darwin/bash_process Isabelle/contrib/gnu-utils-20211030/arm64-darwin/printenv Isabelle/contrib/gnu-utils-20211030/arm64-darwin/tar Isabelle/contrib/gnu-utils-20211030/x86_64-darwin/printenv Isabelle/contrib/gnu-utils-20211030/x86_64-darwin/tar Isabelle/contrib/bib2xhtml-20190409/main/bibsearch.pl Isabelle/contrib/bib2xhtml-20190409/main/bib2xhtml.pl Isabelle/contrib/bib2xhtml-20190409/main/example.sh Isabelle/contrib/bib2xhtml-20190409/main/fold.sed Isabelle/contrib/bib2xhtml-20190409/main/addurl.pl Isabelle/contrib/bib2xhtml-20190409/main/gen-bst.pl Isabelle/contrib/smbc-0.4.1/x86_64-darwin/smbc Isabelle/contrib/zipperposition-2.1-1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/zipperposition-2.1-1/x86_64-darwin/zipperposition Isabelle/contrib/nunchaku-0.5/x86_64-darwin/nunchaku Isabelle/contrib/verit-2021.06.2-rmx-1/x86_64-darwin/veriT Isabelle/contrib/verit-2021.06.2-rmx-1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/verit-2021.06.2-rmx-1/src/configure Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/install-sh Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/depcomp Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/missing Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/tap-driver.sh Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/compile Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/test-driver Isabelle/contrib/vampire-4.8/x86_64-darwin/vampire Isabelle/contrib/vampire-4.8/src/checks/sanity Isabelle/contrib/vampire-4.8/src/checks/headers Isabelle/contrib/vampire-4.8/src/scripts/interpolant_verifier.sh Isabelle/contrib/vampire-4.8/src/scripts/run_on_problems.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing_vmcai.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolant_sequence.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/interpolant_stat_analyzer.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/extract_z3_proofs.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_analyzer.py Isabelle/contrib/vampire-4.8/src/scripts/papers/proof_tree_collection.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/compare_preproc_strategies.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_generator.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/compare_preproc_analyzer.py Isabelle/contrib/vampire-4.8/src/scripts/papers/interpolant_stat_generator.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolants.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolant_results.py Isabelle/contrib/vampire-4.8/src/scripts/papers/problems_lost_by_colors.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_analyzer.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing_vmcai_z3.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/problems_with_restored_epr.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_interpolants.sh Isabelle/contrib/vampire-4.8/src/scripts/proof_checker.py Isabelle/contrib/vampire-4.8/src/scripts/intel2fo.sh Isabelle/contrib/vampire-4.8/src/scripts/determinism_checker.py Isabelle/contrib/vampire-4.8/src/scripts/add_rating_column.sh Isabelle/contrib/vampire-4.8/src/scripts/intel_clausify.sh Isabelle/contrib/vampire-4.8/src/scripts/history_search.py Isabelle/contrib/vampire-4.8/src/scripts/runner.sh Isabelle/contrib/vampire-4.8/src/scripts/dogcov.sh Isabelle/contrib/vampire-4.8/src/scripts/symels Isabelle/contrib/vampire-4.8/src/scripts/vinter Isabelle/contrib/vampire-4.8/src/scripts/stat_plotter.py Isabelle/contrib/vampire-4.8/src/scripts/annotateCode.py Isabelle/contrib/vampire-4.8/src/scripts/fallback.pl Isabelle/contrib/vampire-4.8/src/scripts/proofcheck Isabelle/contrib/vampire-4.8/src/regressions/run_problem.sh Isabelle/contrib/vampire-4.8/src/regressions/scripts/ensure_only_allowed_trace_tags.sh Isabelle/contrib/vampire-4.8/src/Kernel/Rebalancing/Inverters.cpp Isabelle/contrib/kodkodi-1.5.7/bin/kodkodi Isabelle/contrib/kodkodi-1.5.7/build Isabelle/contrib/kodkodi-1.5.7/jni/x86_64-linux/plingeling Isabelle/contrib/kodkodi-1.5.7/jni/x86_64-darwin/plingeling Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlprof Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlnlffigen Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlyacc Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlton Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mllex Isabelle/contrib/mlton-20210117-3/x86_64-darwin/lib/mlton/static-library Isabelle/contrib/mlton-20210117-3/x86_64-darwin/lib/mlton/mlton-compile Isabelle/contrib/opam-2.0.7/x86_64-darwin/opam Isabelle/contrib/stack-2.15.5/arm64-darwin/stack Isabelle/contrib/stack-2.15.5/x86_64-darwin/stack Isabelle/contrib/minisat-2.2.1-1/x86_64-darwin/minisat Isabelle/contrib/csdp-6.1.1/x86_64-darwin/csdp Isabelle/contrib/naproche-20240502/bench/bench.sh Isabelle/contrib/naproche-20240502/x86_64-darwin/Naproche-SAD Isabelle/contrib/z3-4.4.0pre-4/etc/settings Isabelle/contrib/z3-4.4.0pre-4/x86_64-darwin/z3 Isabelle/contrib/e-3.0.03-1/arm64-darwin/eprover Isabelle/contrib/e-3.0.03-1/arm64-darwin/epclextract Isabelle/contrib/e-3.0.03-1/x86_64-darwin/eprover Isabelle/contrib/e-3.0.03-1/x86_64-darwin/epclextract Isabelle/contrib/e-3.0.03-1/src/configure Isabelle/contrib/e-3.0.03-1/src/PYTHON/fix_prot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runnerj5.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_maths.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_erun.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/tptp_analyse.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runner22.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_check_mem.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/learn_classes.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/perf_vectors.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_buffy.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_econf.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_eprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/appendix_gen.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_tptp_expander.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/eserver.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/cleanprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/include_mapper.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/canonizer.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/prot_plotter.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/tptp_analyse2.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/bsub_eprover.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_e_multi.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/fvi_eval.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_generic.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/prunner.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_eserver.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_emconf.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_evaluator.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_db.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/udp_dump.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runner.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/enetcat.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/emaster.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_tcp.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_etestset.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_io.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_cmp_bin_lfho.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/hack_uniq.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/fp_eval.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/genprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_emaster.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_print_errors.py Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05EA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S06DN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C47_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_209_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0014_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C02_F1_PI_AE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2v Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_B07_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_Q7 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_SE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18--C_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs100 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C18_F1_PI_AE_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p002000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2m Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_215_C46_F1_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C41_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0015_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2j Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_S5PRR_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_211_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_00_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MaxMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2p Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0026_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_FrsCon_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4SA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0016_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B02_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_205_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116YG_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C05_02_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02---_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_B10_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMin_p005000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C48_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_TT_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_RG Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F2_SE_CS_SP_PS_S5PRR_RG_S04A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_autoschedule_tff Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C05_04_F1_AE_R8_CS_SP_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_SE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S1Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0003_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_SE_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0008_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C36_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0004_C18_F1_SE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_100_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C45_F1_AE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_satautoschedule Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C07_23_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_204f_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02SC-_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_t00X000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S038I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0013_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0023_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_B07_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_C10_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C12_02_nc_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_R4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206b_01_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_00_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs010 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S028N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_201_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t050000_Nr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs200 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB28 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p002000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C37_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_ND_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115v_C12_07_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_d1 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07--C_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C45_F1_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q7_CS_SP_PI_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S059I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_SOS_F1_SE_CS_SP_PS_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_auto_tff Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0004_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B00_00_F1_SE_CS_SP_PS_S5PRR_S00EN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB27 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_209_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_S5PRR_SE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0005_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_100_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0Y_ni Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B01_00_F1_SE_CS_SP_PS_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S022A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_02_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_024_B31_F1_PI_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_auto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_AE_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_041_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0030_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_autoschedule Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_215_C46_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0003_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_Q4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_303_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S3a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C07_19_nc_SOS_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_204_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116X_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_SE_CS_SP_PI_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_PI_AE_Q7_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B03_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q4_CS_SP_PI_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p010000_rr_d1000 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C18_F1_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_AE_CS_SP_PS_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S024I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----S_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18C--_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g100000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B00_00_F1_SE_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t00X000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0018_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0028_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_101_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d1000 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_Nr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_CO_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C37_SOS_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116Y_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0019_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0e Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_042_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_OS_R8_SP_S1U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t050000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2g Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0029_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_SE_CS_SP_PI_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_212_C18_F1_AE_Q12_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S003I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0YP Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C47_F1_SE_CS_SP_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2i Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_SE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0030_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2n Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05CN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2v Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SSP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S2q Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0028_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_SE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2r Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0031_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S026I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_Q4 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_2275_C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1014__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_042_C45_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S07FN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---G-E--_template Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_10_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_02_B10_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2o Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B03_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0i Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C18_F1_PI_SE_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_CS_SP_PS_SOV Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_CO_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C12_11_nc_F1_PI_AE_Q4_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2f Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MaxMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---G-E--_208_C18_F1_SE_CS_SP_PS_S04CA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_SE_CS_SP_PI_CO_S5PRR_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0033_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S059I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2s Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_AE_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B01_00_F1_SE_CS_SP_PS_S064A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0019_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_PI_Q7_CS_OS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2p Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_00_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1006_C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C07_19_nc_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_ND_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S5S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_C18_F1_PI_AE_S4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PI_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_02_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0034_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116XG_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C41_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_AE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_10_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_05_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F2_SE_CS_SP_PS_RG_S04A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d1 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SE_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g050000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_042_B03_F1_AE_Q4_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S02DN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1346__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_SE_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_SE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_00_F1_SE_CS_PI_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C45_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p002000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_S2SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d10 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_2275__C12_02_nc_F1_AE_CS_SP_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_Q7_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C12_02_nc_F1_PI_AE_Q4_CS_SP_PS_S033N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_205_C45_F1_AE_CS_SP_PI_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115e_C05_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C41_F1_AE_CS_SP_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_PI_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_201_C45_F1_AE_CS_SP_PI_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0023_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S5PRR_RG_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0027_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_C18_F1_PI_AE_S4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C48_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_RG_S2sX Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_S4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S2U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1014__C12_02_nc_F1_AE_CS_SSP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_01_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_00_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_210_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g010000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115u_C12_06_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C02_F1_PI_SE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_CA_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_S5PRR_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0027_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_012_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_103_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C18_F1_PI_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PI_PS_S5PRR_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0010_evo Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B00_00_F1_PI_AE_Q4_CS_SP_PS_S08BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C41_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S00A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B07_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C18_F1_SE_CS_SP_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0026_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q7_CS_SP_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0029_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S3b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_212_C18_F1_AE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_213_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB28_25 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d100 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B00_00_F1_PI_AE_Q4_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116_C05_02_F1_SE_PI_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_05_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_auto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C48_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_satauto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_B31_F1_PI_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_OS_S1U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_S1S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C41_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S00I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S028N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S061N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_SE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p005000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S022I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S047A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SE_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0022_10cw112fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0035_cw112 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0010_evo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0014_10cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0035_cw113 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0028_cw11pi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0051auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0015_gd Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---LTB Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0024_5cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0016_5gdfifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0053auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0034_gd8 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0008_rw2122 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0020_10gd1fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0004_5cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0030_cw11Mpi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0039_10cw11fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0001_FIFO Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_FNT Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_FOF_UEQ Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_SLH Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_LTBJ11 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_THF Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0058cascautosched_ncnf Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0032_gd6 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0029_cw112 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0007_rw2121 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0057cascauto_ncnf Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0013_5cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0030_cw11M Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0017_15cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0033_gd7 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0023_10cw11Mfifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0018_gd1 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0002_cw11 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---satautosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0038_2cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0027_10cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0036_10cw113fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0003_cw21 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_000X Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0052autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0055cascauto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0029_cw112pi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0026_15cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0001auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0054autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0005_10cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0009_10rw2122fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_XXX Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0037_cw12 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0021_10gd3 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0025_gd4 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0012_rw21M1 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0011_auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0006_15cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0019_gd2 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0031_gd5 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0056cascautosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_build Isabelle/contrib/e-3.0.03-1/src/CONTRIB/picosat-965/mkconfig.sh Isabelle/contrib/e-3.0.03-1/src/CONTRIB/picosat-965/configure.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_probabilities.py Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_class_lists.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/average.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/classify_problems.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/make_test.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_eprots.py Isabelle/contrib/e-3.0.03-1/src/development_tools/genclauses.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_dp_plots.py Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_graphs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/auto_analyze.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_testfiles.py Isabelle/contrib/e-3.0.03-1/src/development_tools/join_feature_class.py Isabelle/contrib/e-3.0.03-1/src/development_tools/adapt_testfile.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_x.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/kill_eprovers.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/bootstrap Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_new.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_dectrees.py Isabelle/contrib/e-3.0.03-1/src/development_tools/configure_tools Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_raw_class_lists_from_file.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/distribute_eprover.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/histogram.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/prot2starexec.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/eval_perf.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/sym_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/classgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_dimacs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/eprot_proc.py Isabelle/contrib/e-3.0.03-1/src/development_tools/spec_version.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/analyze_distrib.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_crossval.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_horn.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/problem_classifier.py Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_ml_examples.py Isabelle/contrib/e-3.0.03-1/src/development_tools/missing_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/extract_litsel_array.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/class_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_basics.py Isabelle/contrib/e-3.0.03-1/src/development_tools/scramble_old.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/distribute_exgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_class_lists_from_file.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/filter_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/com_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/dectreelearn.py Isabelle/contrib/e-3.0.03-1/src/development_tools/eleminate_protocolls.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eground.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/geauswert.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/res_host.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_testfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_auto.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_auto.py Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_waldmeister.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/create_plot.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_psfixbb.py Isabelle/contrib/e-3.0.03-1/src/development_tools/wo.py Isabelle/contrib/e-3.0.03-1/src/development_tools/verify_alloc.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_auto_sched.py Isabelle/contrib/e-3.0.03-1/src/development_tools/e_scheduler.py Isabelle/contrib/e-3.0.03-1/src/development_tools/watchdog.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/protocols.to.starexec.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/frequency.analyze.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.class.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/common.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/progressbar.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.schdule.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/scheduler.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.confs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/categorize.py Isabelle/contrib/e-3.0.03-1/src/development_tools/se_wrapper.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/test.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/rand_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/myuniq.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/scramble.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/find_similar.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/master_distribution.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_raw.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_discretize.py Isabelle/contrib/e-3.0.03-1/src/development_tools/e_option_parse.py Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_heuristic.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_x2.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/local-install-exec Isabelle/contrib/e-3.0.03-1/src/development_tools/adapt_testfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/scheduled_eprover_raw.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/cleanprot.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/handle_res.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_io.py Isabelle/contrib/e-3.0.03-1/src/development_tools/termgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/class_auswert.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/prot_discretizer.py Isabelle/contrib/e-3.0.03-1/src/development_tools/get_system.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_crossval_silent.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/run_class_test.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/e_install Isabelle/contrib/e-3.0.03-1/src/development_tools/find_missing_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_unitfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/eauswert.awk Isabelle/contrib/rsync-3.2.7-1/x86_64-linux/rsync Isabelle/contrib/rsync-3.2.7-1/arm64-darwin/rsync Isabelle/contrib/rsync-3.2.7-1/x86_64-cygwin/rsync.exe Isabelle/contrib/rsync-3.2.7-1/arm64-linux/rsync Isabelle/contrib/rsync-3.2.7-1/x86_64-darwin/rsync Isabelle/contrib/rsync-3.2.7-1/src/packaging/prep-auto-dir Isabelle/contrib/rsync-3.2.7-1/src/packaging/smart-make Isabelle/contrib/rsync-3.2.7-1/src/packaging/var-checker Isabelle/contrib/rsync-3.2.7-1/src/packaging/release-rsync Isabelle/contrib/rsync-3.2.7-1/src/packaging/year-tweak Isabelle/contrib/rsync-3.2.7-1/src/packaging/patch-update Isabelle/contrib/rsync-3.2.7-1/src/packaging/pre-push Isabelle/contrib/rsync-3.2.7-1/src/packaging/cull-options Isabelle/contrib/rsync-3.2.7-1/src/packaging/branch-from-patch Isabelle/contrib/rsync-3.2.7-1/src/install-sh Isabelle/contrib/rsync-3.2.7-1/src/cmd-or-msg Isabelle/contrib/rsync-3.2.7-1/src/define-from-md.awk Isabelle/contrib/rsync-3.2.7-1/src/configure Isabelle/contrib/rsync-3.2.7-1/src/runtests.sh Isabelle/contrib/rsync-3.2.7-1/src/rsync-ssl Isabelle/contrib/rsync-3.2.7-1/src/help-from-md.awk Isabelle/contrib/rsync-3.2.7-1/src/maybe-make-man Isabelle/contrib/rsync-3.2.7-1/src/md-convert Isabelle/contrib/rsync-3.2.7-1/src/support/lsh.sh Isabelle/contrib/rsync-3.2.7-1/src/support/cvs2includes Isabelle/contrib/rsync-3.2.7-1/src/support/mapfrom Isabelle/contrib/rsync-3.2.7-1/src/support/git-set-file-times Isabelle/contrib/rsync-3.2.7-1/src/support/munge-symlinks Isabelle/contrib/rsync-3.2.7-1/src/support/mnt-excl Isabelle/contrib/rsync-3.2.7-1/src/support/atomic-rsync Isabelle/contrib/rsync-3.2.7-1/src/support/logfilter Isabelle/contrib/rsync-3.2.7-1/src/support/rsyncstats Isabelle/contrib/rsync-3.2.7-1/src/support/instant-rsyncd Isabelle/contrib/rsync-3.2.7-1/src/support/nameconvert Isabelle/contrib/rsync-3.2.7-1/src/support/deny-rsync Isabelle/contrib/rsync-3.2.7-1/src/support/file-attr-restore Isabelle/contrib/rsync-3.2.7-1/src/support/rrsync Isabelle/contrib/rsync-3.2.7-1/src/support/files-to-excludes Isabelle/contrib/rsync-3.2.7-1/src/support/rsync-slash-strip Isabelle/contrib/rsync-3.2.7-1/src/support/mapto Isabelle/contrib/rsync-3.2.7-1/src/support/lsh Isabelle/contrib/rsync-3.2.7-1/src/support/json-rsync-version Isabelle/contrib/rsync-3.2.7-1/src/support/rsync-no-vanished Isabelle/contrib/rsync-3.2.7-1/src/mkgitver Isabelle/contrib/rsync-3.2.7-1/src/daemon-parm.awk Isabelle/contrib/rsync-3.2.7-1/src/shconfig.in Isabelle/contrib/rsync-3.2.7-1/src/prepare-source Isabelle/contrib/cvc4-1.8/x86_64-darwin/cvc4 Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jwebserver Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jarsigner Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jfr Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdb Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstack Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/rmiregistry Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jar Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jcmd Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jrunscript Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jps Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/java Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jhsdb Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javap Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdeprscan Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javac Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/keytool Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jmod Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jmap Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jshell Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstat Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jlink Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/serialver Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javadoc Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jinfo Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstatd Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdeps Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jconsole Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jpackage Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jimage Isabelle/contrib/jdk-21.0.3/arm64-darwin/lib/jspawnhelper Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jwebserver Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jarsigner Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jfr Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdb Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstack Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/rmiregistry Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jar Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jcmd Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jrunscript Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jps Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/java Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jhsdb Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javap Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdeprscan Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javac Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/keytool Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jmod Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jmap Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jshell Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstat Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jlink Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/serialver Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javadoc Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jinfo Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstatd Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdeps Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jconsole Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jpackage Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jimage Isabelle/contrib/jdk-21.0.3/x86_64-darwin/lib/jspawnhelper Isabelle/lib/Tools/getenv Isabelle/lib/Tools/scala_build Isabelle/lib/Tools/ocaml_setup Isabelle/lib/Tools/install Isabelle/lib/Tools/go Isabelle/lib/Tools/scalac Isabelle/lib/Tools/java Isabelle/lib/Tools/java_monitor Isabelle/lib/Tools/ghc_stack Isabelle/lib/Tools/env Isabelle/lib/Tools/dotnet Isabelle/lib/Tools/ocaml_opam Isabelle/lib/Tools/components Isabelle/lib/Tools/version Isabelle/lib/Tools/gofmt Isabelle/lib/Tools/scala Isabelle/lib/Tools/node Isabelle/lib/Tools/electron Isabelle/lib/Tools/client Isabelle/lib/Tools/ghc_setup Isabelle/lib/Tools/console Isabelle/lib/dummy_stty/stty Isabelle/lib/scripts/getsettings Isabelle/lib/scripts/ocamlfind Isabelle/lib/scripts/ghc Isabelle/lib/scripts/java-gui-setup Isabelle/lib/scripts/Isabelle_app Isabelle/src/Tools/Metis/fix_metis_license Isabelle/src/Tools/Metis/make_metis Isabelle/src/Tools/Metis/scripts/mlpp Isabelle/src/Tools/GraphBrowser/lib/Tools/browser Isabelle/src/Tools/jEdit/lib/Tools/jedit_client Isabelle/src/Tools/jEdit/lib/Tools/jedit Isabelle/src/HOL/IMP/export.sh Isabelle/src/HOL/Tools/ATP/scripts/dummy_atp Isabelle/src/HOL/Tools/ATP/scripts/remote_pirate Isabelle/src/HOL/TPTP/lib/Tools/tptp_translate Isabelle/src/HOL/TPTP/lib/Tools/tptp_isabelle Isabelle/src/HOL/TPTP/lib/Tools/tptp_graph Isabelle/src/HOL/TPTP/lib/Tools/tptp_nitpick Isabelle/src/HOL/TPTP/lib/Tools/tptp_refute Isabelle/src/HOL/TPTP/lib/Tools/tptp_isabelle_hot Isabelle/src/HOL/TPTP/lib/Tools/tptp_sledgehammer Isabelle/src/HOL/TPTP/TPTP_Parser/make_tptp_parser Isabelle/src/HOL/TPTP/TPTP_Parser/make_mlyacclib Isabelle/src/HOL/Mutabelle/lib/Tools/mutabelle Isabelle/src/HOL/SPARK/Examples/README Isabelle/src/Doc/Tutorial/document/isa-index Isabelle/src/Doc/Tutorial/document/build Isabelle/src/Doc/Intro/document/build Isabelle/src/Doc/sedindex" > Isabelle.exec-files
make: *** [build] Error 1
The successful build of @kape1395's isabelle2020-dune
branch in https://github.com/tlaplus/tlapm/pull/137/checks?check_run_id=25953052651 indicates that this is an issue with my mac.
I have no issues building isabelle2020-dune
on my M1 machine. main
still has the original problem that I raised.
@uguryavuz I'm on macOS 13.6.7. What's your version?
I'm on macOS 14.5.
Dang, different build failure on a different mac with macOS 14.5 (perhaps due to ocaml 5.2.0):
markus@plum tlapm % ocaml -version
The OCaml toplevel, version 5.2.0
markus@plum tlapm % opam --version
2.1.6
markus@plum tlapm % eval $(opam env)
markus@plum tlapm % opam install ./ --deps-only --yes
The following actions will be performed:
∗ install num 1.5
∗ install dune 3.15.3
∗ install stdlib-shims 0.3.0
∗ install sexplib0 v0.17.0
∗ install ppx_derivers 1.2.1
∗ install pp 1.2.0
∗ install ordering 3.15.3
∗ install ocaml-compiler-libs v0.17.0
∗ install ocaml_intrinsics_kernel v0.17.0
∗ install jane-street-headers v0.17.0
∗ install dune-build-info 3.15.3
∗ install csexp 1.5.2
∗ install parsexp v0.17.0
∗ install dyn 3.15.3
∗ install ppxlib 0.32.1
∗ install dune-configurator 3.15.3
∗ install sexplib v0.17.0
∗ install stdune 3.15.3
∗ install ppxlib_jane v0.17.0
∗ install base v0.17.0
∗ install dune-private-libs 3.15.3
∗ install stdio v0.17.0
∗ install ppx_sexp_conv v0.17.0
∗ install ppx_here v0.17.0
∗ install ppx_globalize v0.17.0
∗ install ppx_enumerate v0.17.0
∗ install ppx_compare v0.17.0
∗ install ppx_cold v0.17.0
∗ install dune-site 3.15.3
∗ install ppx_optcomp v0.17.0
∗ install ppx_hash v0.17.0
∗ install ppx_assert v0.17.0
∗ install ppx_base v0.17.0
∗ install jst-config v0.17.0
∗ install time_now v0.17.0
∗ install ppx_inline_test v0.17.0
===== ∗ 36 =====
^C%
markus@plum tlapm % git checkout isabelle2020-dune
branch 'isabelle2020-dune' set up to track 'origin/isabelle2020-dune'.
Switched to a new branch 'isabelle2020-dune'
markus@plum tlapm % opam install ./ --deps-only --yes
^C%
markus@plum tlapm % eval $(opam env)
markus@plum tlapm % opam install ./ --deps-only --yes
The following actions will be performed:
∗ install num 1.5
∗ install dune 3.15.3
∗ install stdlib-shims 0.3.0
∗ install sexplib0 v0.17.0
∗ install ppx_derivers 1.2.1
∗ install pp 1.2.0
∗ install ordering 3.15.3
∗ install ocaml-compiler-libs v0.17.0
∗ install ocaml_intrinsics_kernel v0.17.0
∗ install jane-street-headers v0.17.0
∗ install dune-build-info 3.15.3
∗ install csexp 1.5.2
∗ install parsexp v0.17.0
∗ install dyn 3.15.3
∗ install ppxlib 0.32.1
∗ install dune-configurator 3.15.3
∗ install sexplib v0.17.0
∗ install stdune 3.15.3
∗ install ppxlib_jane v0.17.0
∗ install base v0.17.0
∗ install dune-private-libs 3.15.3
∗ install stdio v0.17.0
∗ install ppx_sexp_conv v0.17.0
∗ install ppx_here v0.17.0
∗ install ppx_globalize v0.17.0
∗ install ppx_enumerate v0.17.0
∗ install ppx_compare v0.17.0
∗ install ppx_cold v0.17.0
∗ install dune-site 3.15.3
∗ install ppx_optcomp v0.17.0
∗ install ppx_hash v0.17.0
∗ install ppx_assert v0.17.0
∗ install ppx_base v0.17.0
∗ install jst-config v0.17.0
∗ install time_now v0.17.0
∗ install ppx_inline_test v0.17.0
===== ∗ 36 =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
⬇ retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
⬇ retrieved base.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved dune.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved dune-private-libs.3.15.3 (cached)
⬇ retrieved dune-site.3.15.3 (cached)
⬇ retrieved dune-configurator.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved dyn.3.15.3 (cached)
⬇ retrieved jane-street-headers.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved jst-config.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved num.1.5 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved parsexp.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved pp.1.2.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_assert.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed num.1.5
⬇ retrieved ordering.3.15.3 (cached)
⬇ retrieved dune-build-info.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_base.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_cold.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_enumerate.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_compare.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_globalize.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_here.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_hash.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_inline_test.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_optcomp.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_sexp_conv.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppxlib_jane.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved sexplib.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppxlib.0.32.1 (https://opam.ocaml.org/cache)
∗ installed dune.3.15.3
∗ installed ocaml_intrinsics_kernel.v0.17.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed jane-street-headers.v0.17.0
∗ installed csexp.1.5.2
∗ installed ordering.3.15.3
∗ installed ppx_derivers.1.2.1
∗ installed pp.1.2.0
∗ installed dune-build-info.3.15.3
⬇ retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
⬇ retrieved stdio.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed stdlib-shims.0.3.0
⬇ retrieved time_now.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed dyn.3.15.3
∗ installed sexplib0.v0.17.0
∗ installed dune-configurator.3.15.3
⬇ retrieved stdune.3.15.3 (cached)
∗ installed parsexp.v0.17.0
∗ installed base.v0.17.0
∗ installed sexplib.v0.17.0
∗ installed stdio.v0.17.0
∗ installed stdune.3.15.3
∗ installed dune-private-libs.3.15.3
∗ installed ppxlib.0.32.1
∗ installed ppx_cold.v0.17.0
∗ installed ppx_here.v0.17.0
∗ installed ppx_optcomp.v0.17.0
∗ installed ppxlib_jane.v0.17.0
∗ installed dune-site.3.15.3
∗ installed ppx_enumerate.v0.17.0
∗ installed ppx_globalize.v0.17.0
∗ installed ppx_compare.v0.17.0
∗ installed ppx_sexp_conv.v0.17.0
∗ installed ppx_assert.v0.17.0
∗ installed ppx_hash.v0.17.0
∗ installed ppx_base.v0.17.0
∗ installed jst-config.v0.17.0
∗ installed time_now.v0.17.0
∗ installed ppx_inline_test.v0.17.0
Done.
markus@plum tlapm % eval $(opam env)
markus@plum tlapm % opam install ./ --deps-only --yes
Nothing to do.
markus@plum tlapm % make
dune build
12 shift/reduce conflicts.
File "deps/ls4/dune", line 2, characters 0-90:
2 | (rule
3 | (deps "Makefile" "ls4.patch")
4 | (targets ls4)
5 | (action (run "make" "-C" "." "ls4")))
wget -q https://github.com/quickbeam123/ls4/archive/v1.0.zip
make[1]: wget: No such file or directory
make[1]: *** [v1.0.zip] Error 1
File "deps/z3/dune", line 2, characters 0-76:
2 | (rule
3 | (deps "Makefile")
4 | (targets z3)
5 | (action (run "make" "-C" "." "z3")))
wget -q https://github.com/Z3Prover/z3/releases/download/z3-4.8.9/z3-4.8.9-x64-osx-10.14.6.zip
make[1]: wget: No such file or directory
make[1]: *** [z3-4.8.9-x64-osx-10.14.6.zip] Error 1
File "deps/isabelle/dune", line 4, characters 0-221:
4 | (rule
5 | (deps "Makefile" (source_tree theories))
6 | (targets (dir Isabelle) "Isabelle.no-links" "Isabelle.exec-files")
7 | (action (run "make" "-C" "." "PROJECT_ROOT=%{project_root}" "Isabelle.no-links" "Isabelle.exec-files")))
mkdir -p ../../_build_cache
cd ../../_build_cache && wget -q https://isabelle.in.tum.de/website-Isabelle2024-RC3/dist/Isabelle2024-RC3_macos.tar.gz
/bin/sh: wget: command not found
make[1]: *** [../../_build_cache/Isabelle2024-RC3_macos.tar.gz] Error 127
TARGET_DIR=/Users/markus/tlapm/_build/default/deps/zenon && cd zenon-src && ./configure -coqc : -prefix "${TARGET_DIR}/zenon-install"
echo '(* This file is automatically generated. *)' >config.ml.tmp
echo 'let libdir = "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/lib";;' >> config.ml.tmp
if ! cmp -s config.ml config.ml.tmp; then cp config.ml.tmp config.ml; fi
rm -f config.ml.tmp
ocamlyacc -v parsezen.mly
ocamllex lexzen.mll
91 states, 1911 transitions, table size 8190 bytes
ocamlyacc -v parsetptp.mly
ocamllex lextptp.mll
82 states, 1931 transitions, table size 8216 bytes
ocamlyacc -v parsecoq.mly
ocamllex lexcoq.mll
246 states, 11581 transitions, table size 47800 bytes
2852 additional bytes used for bindings
echo '(* This file is automatically generated. *)' >checksum.ml
echo 'let v = "'`sum version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml | sum`'";;' >>checksum.ml
ocamldep version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml version.mli config.mli misc.mli heap.mli globals.mli error.mli progress.mli namespace.mli expr.mli phrase.mli llproof.mli mlproof.mli watch.mli eqrel.mli index.mli print.mli step.mli node.mli extension.mli mltoll.mli parsezen.mli lexzen.mli parsetptp.mli lextptp.mli parsecoq.mli lexcoq.mli tptp.mli coqterm.mli lltocoq.mli enum.mli isar_case.mli lltoisar.mli ext_focal.mli ext_tla.mli ext_recfun.mli ext_equiv.mli ext_induct.mli prove.mli checksum.mli versionnum.mli main.mli zenon.mli >.depend
: -I . zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v >>.depend
Configuration summary for zenon:
EXE=
INSTALL_BIN_DIR=/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/bin
INSTALL_LIB_DIR=/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/lib
BYT_DEBUG_FLAGS=
BIN_DEBUG_FLAGS=
SUM=sum
CONVERT=:
GS=gs
CAMLBYT=ocamlc.opt
CAMLBIN=ocamlopt.opt
CAMLLEX=ocamllex
CAMLYACC=ocamlyacc
CAMLDEP=ocamldep
COQC=:
COQDEP=:
make -C zenon-src all
ocamlc.opt -warn-error "" -c version.mli
ocamlc.opt -warn-error "" -c version.ml
ocamlc.opt -warn-error "" -c config.mli
ocamlc.opt -warn-error "" -c config.ml
ocamlc.opt -warn-error "" -c misc.mli
ocamlc.opt -warn-error "" -c misc.ml
ocamlc.opt -warn-error "" -c heap.mli
ocamlc.opt -warn-error "" -c heap.ml
ocamlc.opt -warn-error "" -c globals.mli
ocamlc.opt -warn-error "" -c globals.ml
ocamlc.opt -warn-error "" -c error.mli
ocamlc.opt -warn-error "" -c error.ml
ocamlc.opt -warn-error "" -c progress.mli
ocamlc.opt -warn-error "" -c progress.ml
ocamlc.opt -warn-error "" -c namespace.mli
ocamlc.opt -warn-error "" -c namespace.ml
ocamlc.opt -warn-error "" -c expr.mli
ocamlc.opt -warn-error "" -c expr.ml
ocamlc.opt -warn-error "" -c phrase.mli
ocamlc.opt -warn-error "" -c phrase.ml
ocamlc.opt -warn-error "" -c llproof.mli
ocamlc.opt -warn-error "" -c llproof.ml
ocamlc.opt -warn-error "" -c mlproof.mli
ocamlc.opt -warn-error "" -c mlproof.ml
ocamlc.opt -warn-error "" -c watch.mli
ocamlc.opt -warn-error "" -c watch.ml
ocamlc.opt -warn-error "" -c eqrel.mli
ocamlc.opt -warn-error "" -c eqrel.ml
ocamlc.opt -warn-error "" -c index.mli
ocamlc.opt -warn-error "" -c index.ml
ocamlc.opt -warn-error "" -c print.mli
ocamlc.opt -warn-error "" -c print.ml
ocamlc.opt -warn-error "" -c step.mli
ocamlc.opt -warn-error "" -c step.ml
ocamlc.opt -warn-error "" -c node.mli
ocamlc.opt -warn-error "" -c node.ml
ocamlc.opt -warn-error "" -c extension.mli
ocamlc.opt -warn-error "" -c extension.ml
ocamlc.opt -warn-error "" -c mltoll.mli
ocamlc.opt -warn-error "" -c mltoll.ml
ocamlc.opt -warn-error "" -c parsezen.mli
ocamlc.opt -warn-error "" -c parsezen.ml
ocamlc.opt -warn-error "" -c lexzen.mli
ocamlc.opt -warn-error "" -c lexzen.ml
ocamlc.opt -warn-error "" -c parsetptp.mli
ocamlc.opt -warn-error "" -c parsetptp.ml
ocamlc.opt -warn-error "" -c lextptp.mli
ocamlc.opt -warn-error "" -c lextptp.ml
ocamlc.opt -warn-error "" -c parsecoq.mli
ocamlc.opt -warn-error "" -c parsecoq.ml
ocamlc.opt -warn-error "" -c lexcoq.mli
ocamlc.opt -warn-error "" -c lexcoq.ml
ocamlc.opt -warn-error "" -c tptp.mli
ocamlc.opt -warn-error "" -c tptp.ml
ocamlc.opt -warn-error "" -c coqterm.mli
ocamlc.opt -warn-error "" -c coqterm.ml
ocamlc.opt -warn-error "" -c lltocoq.mli
ocamlc.opt -warn-error "" -c lltocoq.ml
ocamlc.opt -warn-error "" -c enum.mli
ocamlc.opt -warn-error "" -c enum.ml
ocamlc.opt -warn-error "" -c isar_case.mli
ocamlc.opt -warn-error "" -c isar_case.ml
ocamlc.opt -warn-error "" -c lltoisar.mli
ocamlc.opt -warn-error "" -c lltoisar.ml
ocamlc.opt -warn-error "" -c ext_focal.mli
ocamlc.opt -warn-error "" -c ext_focal.ml
ocamlc.opt -warn-error "" -c ext_tla.mli
ocamlc.opt -warn-error "" -c ext_tla.ml
ocamlc.opt -warn-error "" -c ext_recfun.mli
ocamlc.opt -warn-error "" -c ext_recfun.ml
ocamlc.opt -warn-error "" -c ext_equiv.mli
ocamlc.opt -warn-error "" -c ext_equiv.ml
ocamlc.opt -warn-error "" -c ext_induct.mli
ocamlc.opt -warn-error "" -c ext_induct.ml
ocamlc.opt -warn-error "" -c prove.mli
ocamlc.opt -warn-error "" -c prove.ml
ocamlc.opt -warn-error "" -c checksum.mli
ocamlc.opt -warn-error "" -c checksum.ml
ocamlc.opt -warn-error "" -c versionnum.mli
ocamlc.opt -warn-error "" -c versionnum.ml
ocamlc.opt -warn-error "" -c main.mli
ocamlc.opt -warn-error "" -c main.ml
ocamlc.opt -warn-error "" -c zenon.mli
ocamlc.opt -warn-error "" -c zenon.ml
ocamlc.opt -warn-error "" -o zenon.byt version.cmo config.cmo misc.cmo heap.cmo globals.cmo error.cmo progress.cmo namespace.cmo expr.cmo phrase.cmo llproof.cmo mlproof.cmo watch.cmo eqrel.cmo index.cmo print.cmo step.cmo node.cmo extension.cmo mltoll.cmo parsezen.cmo lexzen.cmo parsetptp.cmo lextptp.cmo parsecoq.cmo lexcoq.cmo tptp.cmo coqterm.cmo lltocoq.cmo enum.cmo isar_case.cmo lltoisar.cmo ext_focal.cmo ext_tla.cmo ext_recfun.cmo ext_equiv.cmo ext_induct.cmo prove.cmo checksum.cmo versionnum.cmo main.cmo zenon.cmo
ocamlopt.opt -warn-error "" -c version.ml
ocamlopt.opt -warn-error "" -c config.ml
ocamlopt.opt -warn-error "" -c misc.ml
ocamlopt.opt -warn-error "" -c heap.ml
ocamlopt.opt -warn-error "" -c globals.ml
ocamlopt.opt -warn-error "" -c error.ml
ocamlopt.opt -warn-error "" -c progress.ml
ocamlopt.opt -warn-error "" -c namespace.ml
ocamlopt.opt -warn-error "" -c expr.ml
ocamlopt.opt -warn-error "" -c phrase.ml
ocamlopt.opt -warn-error "" -c llproof.ml
ocamlopt.opt -warn-error "" -c mlproof.ml
ocamlopt.opt -warn-error "" -c watch.ml
ocamlopt.opt -warn-error "" -c eqrel.ml
ocamlopt.opt -warn-error "" -c index.ml
ocamlopt.opt -warn-error "" -c print.ml
ocamlopt.opt -warn-error "" -c step.ml
ocamlopt.opt -warn-error "" -c node.ml
ocamlopt.opt -warn-error "" -c extension.ml
ocamlopt.opt -warn-error "" -c mltoll.ml
ocamlopt.opt -warn-error "" -c parsezen.ml
ocamlopt.opt -warn-error "" -c lexzen.ml
ocamlopt.opt -warn-error "" -c parsetptp.ml
ocamlopt.opt -warn-error "" -c lextptp.ml
ocamlopt.opt -warn-error "" -c parsecoq.ml
ocamlopt.opt -warn-error "" -c lexcoq.ml
ocamlopt.opt -warn-error "" -c tptp.ml
ocamlopt.opt -warn-error "" -c coqterm.ml
ocamlopt.opt -warn-error "" -c lltocoq.ml
ocamlopt.opt -warn-error "" -c enum.ml
ocamlopt.opt -warn-error "" -c isar_case.ml
ocamlopt.opt -warn-error "" -c lltoisar.ml
ocamlopt.opt -warn-error "" -c ext_focal.ml
ocamlopt.opt -warn-error "" -c ext_tla.ml
ocamlopt.opt -warn-error "" -c ext_recfun.ml
ocamlopt.opt -warn-error "" -c ext_equiv.ml
ocamlopt.opt -warn-error "" -c ext_induct.ml
ocamlopt.opt -warn-error "" -c prove.ml
ocamlopt.opt -warn-error "" -c checksum.ml
ocamlopt.opt -warn-error "" -c versionnum.ml
ocamlopt.opt -warn-error "" -c main.ml
ocamlopt.opt -warn-error "" -c zenon.ml
ocamlopt.opt -warn-error "" -o zenon.bin version.cmx config.cmx misc.cmx heap.cmx globals.cmx error.cmx progress.cmx namespace.cmx expr.cmx phrase.cmx llproof.cmx mlproof.cmx watch.cmx eqrel.cmx index.cmx print.cmx step.cmx node.cmx extension.cmx mltoll.cmx parsezen.cmx lexzen.cmx parsetptp.cmx lextptp.cmx parsecoq.cmx lexcoq.cmx tptp.cmx coqterm.cmx lltocoq.cmx enum.cmx isar_case.cmx lltoisar.cmx ext_focal.cmx ext_tla.cmx ext_recfun.cmx ext_equiv.cmx ext_induct.cmx prove.cmx checksum.cmx versionnum.cmx main.cmx zenon.cmx
if test -x zenon.bin; then \
cp zenon.bin zenon; \
else \
cp zenon.byt zenon; \
fi
: -q zenon.v
: -q zenon_coqbool.v
: -q zenon_equiv.v
: -q zenon_induct.v
: -q zenon_focal.v
make -C zenon-src install
mkdir -p "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/bin"
cp zenon "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/bin/"
mkdir -p "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/lib"
cp zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/lib/"
for i in zenon.vo zenon_coqbool.vo zenon_equiv.vo zenon_induct.vo zenon_focal.vo; \
do [ ! -f $i ] || cp $i "/Users/markus/tlapm/_build/default/deps/zenon/zenon-install/lib/"; \
done
cp -vf zenon-install/bin/zenon zenon
zenon-install/bin/zenon -> zenon
1 shift/reduce conflict, 1 reduce/reduce conflict.
make: *** [build] Error 1
I was previously using OCaml 5.1.0 – but I just tried everything on a fresh 5.2.0 opam switch with no problems.
~/Downloads ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 🐫 5.2.0 15:20:13
❯ opam switch create tlapm-i20-test 5.2.0
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><> 🐫
Switch invariant: ["ocaml-base-compiler" {= "5.2.0"} | "ocaml-system" {= "5.2.0"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
⬇ retrieved ocaml-config.3 (cached)
⬇ retrieved ocaml-system.5.2.0 (cached)
∗ installed base-bigarray.base
∗ installed base-threads.base
∗ installed base-unix.base
∗ installed host-arch-arm64.1
∗ installed host-system-other.1
∗ installed ocaml-system.5.2.0
∗ installed ocaml-config.3
∗ installed ocaml.5.2.0
∗ installed base-domains.base
∗ installed base-nnp.base
Done.
~/Downloads ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 30s 🐫 tlapm-i20-test 15:20:52
❯ git clone https://github.com/tlaplus/tlapm.git -b isabelle2020-dune ./tlapm-i20
Cloning into './tlapm-i20'...
remote: Enumerating objects: 8885, done.
remote: Counting objects: 100% (1701/1701), done.
remote: Compressing objects: 100% (378/378), done.
remote: Total 8885 (delta 1400), reused 1409 (delta 1320), pack-reused 7184
Receiving objects: 100% (8885/8885), 12.51 MiB | 9.62 MiB/s, done.
Resolving deltas: 100% (6154/6154), done.
~/Downloads ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 🐫 tlapm-i20-test 15:21:44
❯ cd tlapm-i20
~/Downloads/tlapm-i20 isabelle2020-dune ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 🐫 tlapm-i20-test 15:21:48
❯ opam install ./ deps-only --yes --working-dir
Package tlapm does not exist, create as a NEW package? [Y/n] y
tlapm is now pinned to git+file:///Users/uguryavuz/Downloads/tlapm-i20#isabelle2020-dune (version ~dev)
[tlapm.~dev] synchronised (no changes)
[ERROR] No package named deps-only found.
~/Downloads/tlapm-i20 isabelle2020-dune ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 🐫 tlapm-i20-test 15:22:05
❯ opam install ./ --deps-only --yes --working-dir
The following actions will be performed:
∗ install num 1.5
∗ install dune 3.15.3
∗ install stdlib-shims 0.3.0
∗ install sexplib0 v0.17.0
∗ install ppx_derivers 1.2.1
∗ install pp 1.2.0
∗ install ordering 3.15.3
∗ install ocaml-compiler-libs v0.17.0
∗ install ocaml_intrinsics_kernel v0.17.0
∗ install jane-street-headers v0.17.0
∗ install dune-build-info 3.15.3
∗ install csexp 1.5.2
∗ install parsexp v0.17.0
∗ install dyn 3.15.3
∗ install ppxlib 0.32.1
∗ install dune-configurator 3.15.3
∗ install sexplib v0.17.0
∗ install stdune 3.15.3
∗ install ppxlib_jane v0.17.0
∗ install base v0.17.0
∗ install dune-private-libs 3.15.3
∗ install stdio v0.17.0
∗ install ppx_sexp_conv v0.17.0
∗ install ppx_here v0.17.0
∗ install ppx_globalize v0.17.0
∗ install ppx_enumerate v0.17.0
∗ install ppx_compare v0.17.0
∗ install ppx_cold v0.17.0
∗ install dune-site 3.15.3
∗ install ppx_optcomp v0.17.0
∗ install ppx_hash v0.17.0
∗ install ppx_assert v0.17.0
∗ install ppx_base v0.17.0
∗ install jst-config v0.17.0
∗ install time_now v0.17.0
∗ install ppx_inline_test v0.17.0
===== ∗ 36 =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved base.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved dune.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved dune-private-libs.3.15.3 (cached)
⬇ retrieved dune-build-info.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved dune-site.3.15.3 (cached)
⬇ retrieved dune-configurator.3.15.3 (https://opam.ocaml.org/cache)
⬇ retrieved dyn.3.15.3 (cached)
⬇ retrieved jane-street-headers.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved num.1.5 (cached)
⬇ retrieved jst-config.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved pp.1.2.0 (cached)
⬇ retrieved ppx_assert.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved parsexp.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ordering.3.15.3 (cached)
⬇ retrieved ppx_cold.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_base.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_derivers.1.2.1 (cached)
∗ installed num.1.5
⬇ retrieved ppx_compare.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_globalize.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_enumerate.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_here.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_hash.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_inline_test.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed dune.3.15.3
∗ installed ocaml_intrinsics_kernel.v0.17.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed jane-street-headers.v0.17.0
∗ installed csexp.1.5.2
∗ installed ppx_derivers.1.2.1
∗ installed pp.1.2.0
⬇ retrieved ppx_sexp_conv.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_optcomp.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved ppxlib.0.32.1 (https://opam.ocaml.org/cache)
∗ installed ordering.3.15.3
⬇ retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved sexplib.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved ppxlib_jane.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed dune-configurator.3.15.3
∗ installed dune-build-info.3.15.3
∗ installed stdlib-shims.0.3.0
∗ installed dyn.3.15.3
⬇ retrieved stdio.v0.17.0 (https://opam.ocaml.org/cache)
⬇ retrieved time_now.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed sexplib0.v0.17.0
⬇ retrieved stdune.3.15.3 (cached)
∗ installed parsexp.v0.17.0
∗ installed base.v0.17.0
∗ installed sexplib.v0.17.0
∗ installed stdio.v0.17.0
∗ installed stdune.3.15.3
∗ installed dune-private-libs.3.15.3
∗ installed ppxlib.0.32.1
∗ installed ppx_cold.v0.17.0
∗ installed ppx_here.v0.17.0
∗ installed ppx_optcomp.v0.17.0
∗ installed dune-site.3.15.3
∗ installed ppxlib_jane.v0.17.0
∗ installed ppx_enumerate.v0.17.0
∗ installed ppx_globalize.v0.17.0
∗ installed ppx_compare.v0.17.0
∗ installed ppx_sexp_conv.v0.17.0
∗ installed ppx_assert.v0.17.0
∗ installed ppx_hash.v0.17.0
∗ installed ppx_base.v0.17.0
∗ installed jst-config.v0.17.0
∗ installed time_now.v0.17.0
∗ installed ppx_inline_test.v0.17.0
Done.
~/Downloads/tlapm-i20 isabelle2020-dune ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1m 36s 🐫 tlapm-i20-test 15:23:47
❯ make
dune build
12 shift/reduce conflicts.
wget -q https://github.com/Z3Prover/z3/releases/download/z3-4.8.9/z3-4.8.9-x64-osx-10.14.6.zip
rm -rf z3-4.8.9-x64-osx-10.14.6
unzip z3-4.8.9-x64-osx-10.14.6.zip
Archive: z3-4.8.9-x64-osx-10.14.6.zip
inflating: z3-4.8.9-x64-osx-10.14.6/LICENSE.txt
inflating: z3-4.8.9-x64-osx-10.14.6/bin/z3
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.xml
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3java.dylib
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3.a
inflating: z3-4.8.9-x64-osx-10.14.6/bin/com.microsoft.z3.jar
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.deps.json
inflating: z3-4.8.9-x64-osx-10.14.6/bin/Microsoft.Z3.dll
inflating: z3-4.8.9-x64-osx-10.14.6/bin/libz3.dylib
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/example.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3util.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3core.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3num.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3rcf.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3types.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3consts.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3poly.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/__init__.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3num.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3printer.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3types.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3consts.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/__init__.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3printer.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3poly.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3core.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3rcf.py
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3.pyc
inflating: z3-4.8.9-x64-osx-10.14.6/bin/python/z3/z3util.py
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_rcf.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_macros.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_polynomial.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3++.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_algebraic.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_fpa.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_optimization.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_ast_containers.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_v1.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_api.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_version.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_fixedpoint.h
inflating: z3-4.8.9-x64-osx-10.14.6/include/z3_spacer.h
cp -f z3-4.8.9-x64-osx-10.14.6/bin/z3 z3
chmod ugo+x z3
wget -q https://github.com/quickbeam123/ls4/archive/v1.0.zip
rm -rf ls4-1.0
unzip v1.0.zip
Archive: v1.0.zip
f7383bd5d3f1c1e9399a23a16e7f12f8153d41e5
creating: ls4-1.0/
inflating: ls4-1.0/.gitignore
inflating: ls4-1.0/LICENSE
creating: ls4-1.0/core/
inflating: ls4-1.0/core/Aiger2Spec.cc
inflating: ls4-1.0/core/Aiger2Spec.h
inflating: ls4-1.0/core/Dimacs.h
inflating: ls4-1.0/core/Main.cc
inflating: ls4-1.0/core/Makefile
inflating: ls4-1.0/core/Solver.cc
inflating: ls4-1.0/core/Solver.h
inflating: ls4-1.0/core/SolverTypes.h
inflating: ls4-1.0/core/Trp2Spec.cc
inflating: ls4-1.0/core/Trp2Spec.h
inflating: ls4-1.0/core/aiger.c
inflating: ls4-1.0/core/aiger.h
inflating: ls4-1.0/core/aiger.o
inflating: ls4-1.0/core/aiger.o_32
inflating: ls4-1.0/how_to.txt
creating: ls4-1.0/mtl/
inflating: ls4-1.0/mtl/Alg.h
inflating: ls4-1.0/mtl/Alloc.h
inflating: ls4-1.0/mtl/Heap.h
inflating: ls4-1.0/mtl/IntTypes.h
inflating: ls4-1.0/mtl/Map.h
inflating: ls4-1.0/mtl/Queue.h
inflating: ls4-1.0/mtl/Sort.h
inflating: ls4-1.0/mtl/Vec.h
inflating: ls4-1.0/mtl/XAlloc.h
inflating: ls4-1.0/mtl/config.mk
inflating: ls4-1.0/mtl/template.mk
creating: ls4-1.0/simp/
inflating: ls4-1.0/simp/Main.cc
inflating: ls4-1.0/simp/Makefile
inflating: ls4-1.0/simp/SimpSolver.cc
inflating: ls4-1.0/simp/SimpSolver.h
creating: ls4-1.0/utils/
inflating: ls4-1.0/utils/Makefile
inflating: ls4-1.0/utils/Options.cc
inflating: ls4-1.0/utils/Options.h
inflating: ls4-1.0/utils/ParseUtils.h
inflating: ls4-1.0/utils/System.cc
inflating: ls4-1.0/utils/System.h
inflating: ls4-1.0/what_is_this.txt
touch ls4-1.0 # To avoid rebuilds.
( set -x && patch -p0 <ls4.patch )
patching file ls4-1.0/core/SolverTypes.h
cd ls4-1.0/core && cc -c aiger.c
make -C ls4-1.0/core
Making dependencies
Compiling: /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Aiger2Spec.o
Compiling: /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Main.o
Compiling: /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Solver.o
Compiling: /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.o
Compiling: utils/Options.o
Compiling: utils/System.o
Compiling: simp/SimpSolver.o
Linking: ls4 ( /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Aiger2Spec.o /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Main.o /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Solver.o /Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.o utils/Options.o utils/System.o simp/SimpSolver.o )
cp -f ls4-1.0/core/ls4 ls4
+ patch -p0
/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.cc:50:1: warning: unused function 'msg' [-Wunused-function]
msg (const char *fmt, ...)
^
/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/ls4/ls4-1.0/core/Trp2Spec.cc:62:1: warning: unused function 'wrn' [-Wunused-function]
wrn (const char *fmt, ...)
^
2 warnings generated.
TARGET_DIR=/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon && cd zenon-src && ./configure -coqc : -prefix "${TARGET_DIR}/zenon-install"
echo '(* This file is automatically generated. *)' >config.ml.tmp
echo 'let libdir = "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/lib";;' >> config.ml.tmp
if ! cmp -s config.ml config.ml.tmp; then cp config.ml.tmp config.ml; fi
rm -f config.ml.tmp
ocamlyacc -v parsezen.mly
ocamllex lexzen.mll
91 states, 1911 transitions, table size 8190 bytes
ocamlyacc -v parsetptp.mly
ocamllex lextptp.mll
82 states, 1931 transitions, table size 8216 bytes
ocamlyacc -v parsecoq.mly
ocamllex lexcoq.mll
246 states, 11581 transitions, table size 47800 bytes
2852 additional bytes used for bindings
echo '(* This file is automatically generated. *)' >checksum.ml
echo 'let v = "'`sum version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml | sum`'";;' >>checksum.ml
ocamldep version.ml config.ml misc.ml heap.ml globals.ml error.ml progress.ml namespace.ml expr.ml phrase.ml llproof.ml mlproof.ml watch.ml eqrel.ml index.ml print.ml step.ml node.ml extension.ml mltoll.ml parsezen.ml lexzen.ml parsetptp.ml lextptp.ml parsecoq.ml lexcoq.ml tptp.ml coqterm.ml lltocoq.ml enum.ml isar_case.ml lltoisar.ml ext_focal.ml ext_tla.ml ext_recfun.ml ext_equiv.ml ext_induct.ml prove.ml checksum.ml versionnum.ml main.ml zenon.ml version.mli config.mli misc.mli heap.mli globals.mli error.mli progress.mli namespace.mli expr.mli phrase.mli llproof.mli mlproof.mli watch.mli eqrel.mli index.mli print.mli step.mli node.mli extension.mli mltoll.mli parsezen.mli lexzen.mli parsetptp.mli lextptp.mli parsecoq.mli lexcoq.mli tptp.mli coqterm.mli lltocoq.mli enum.mli isar_case.mli lltoisar.mli ext_focal.mli ext_tla.mli ext_recfun.mli ext_equiv.mli ext_induct.mli prove.mli checksum.mli versionnum.mli main.mli zenon.mli >.depend
: -I . zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v >>.depend
Configuration summary for zenon:
EXE=
INSTALL_BIN_DIR=/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/bin
INSTALL_LIB_DIR=/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/lib
BYT_DEBUG_FLAGS=
BIN_DEBUG_FLAGS=
SUM=sum
CONVERT=convert
GS=gs
CAMLBYT=ocamlc.opt
CAMLBIN=ocamlopt.opt
CAMLLEX=ocamllex
CAMLYACC=ocamlyacc
CAMLDEP=ocamldep
COQC=:
COQDEP=:
make -C zenon-src all
ocamlc.opt -warn-error "" -c version.mli
ocamlc.opt -warn-error "" -c version.ml
ocamlc.opt -warn-error "" -c config.mli
ocamlc.opt -warn-error "" -c config.ml
ocamlc.opt -warn-error "" -c misc.mli
ocamlc.opt -warn-error "" -c misc.ml
ocamlc.opt -warn-error "" -c heap.mli
ocamlc.opt -warn-error "" -c heap.ml
ocamlc.opt -warn-error "" -c globals.mli
ocamlc.opt -warn-error "" -c globals.ml
ocamlc.opt -warn-error "" -c error.mli
ocamlc.opt -warn-error "" -c error.ml
ocamlc.opt -warn-error "" -c progress.mli
ocamlc.opt -warn-error "" -c progress.ml
ocamlc.opt -warn-error "" -c namespace.mli
ocamlc.opt -warn-error "" -c namespace.ml
ocamlc.opt -warn-error "" -c expr.mli
ocamlc.opt -warn-error "" -c expr.ml
ocamlc.opt -warn-error "" -c phrase.mli
ocamlc.opt -warn-error "" -c phrase.ml
ocamlc.opt -warn-error "" -c llproof.mli
ocamlc.opt -warn-error "" -c llproof.ml
ocamlc.opt -warn-error "" -c mlproof.mli
ocamlc.opt -warn-error "" -c mlproof.ml
ocamlc.opt -warn-error "" -c watch.mli
ocamlc.opt -warn-error "" -c watch.ml
ocamlc.opt -warn-error "" -c eqrel.mli
ocamlc.opt -warn-error "" -c eqrel.ml
ocamlc.opt -warn-error "" -c index.mli
ocamlc.opt -warn-error "" -c index.ml
ocamlc.opt -warn-error "" -c print.mli
ocamlc.opt -warn-error "" -c print.ml
ocamlc.opt -warn-error "" -c step.mli
ocamlc.opt -warn-error "" -c step.ml
ocamlc.opt -warn-error "" -c node.mli
ocamlc.opt -warn-error "" -c node.ml
ocamlc.opt -warn-error "" -c extension.mli
ocamlc.opt -warn-error "" -c extension.ml
ocamlc.opt -warn-error "" -c mltoll.mli
ocamlc.opt -warn-error "" -c mltoll.ml
ocamlc.opt -warn-error "" -c parsezen.mli
ocamlc.opt -warn-error "" -c parsezen.ml
ocamlc.opt -warn-error "" -c lexzen.mli
ocamlc.opt -warn-error "" -c lexzen.ml
ocamlc.opt -warn-error "" -c parsetptp.mli
ocamlc.opt -warn-error "" -c parsetptp.ml
ocamlc.opt -warn-error "" -c lextptp.mli
ocamlc.opt -warn-error "" -c lextptp.ml
ocamlc.opt -warn-error "" -c parsecoq.mli
ocamlc.opt -warn-error "" -c parsecoq.ml
ocamlc.opt -warn-error "" -c lexcoq.mli
ocamlc.opt -warn-error "" -c lexcoq.ml
ocamlc.opt -warn-error "" -c tptp.mli
ocamlc.opt -warn-error "" -c tptp.ml
ocamlc.opt -warn-error "" -c coqterm.mli
ocamlc.opt -warn-error "" -c coqterm.ml
ocamlc.opt -warn-error "" -c lltocoq.mli
ocamlc.opt -warn-error "" -c lltocoq.ml
ocamlc.opt -warn-error "" -c enum.mli
ocamlc.opt -warn-error "" -c enum.ml
ocamlc.opt -warn-error "" -c isar_case.mli
ocamlc.opt -warn-error "" -c isar_case.ml
ocamlc.opt -warn-error "" -c lltoisar.mli
ocamlc.opt -warn-error "" -c lltoisar.ml
ocamlc.opt -warn-error "" -c ext_focal.mli
ocamlc.opt -warn-error "" -c ext_focal.ml
ocamlc.opt -warn-error "" -c ext_tla.mli
ocamlc.opt -warn-error "" -c ext_tla.ml
ocamlc.opt -warn-error "" -c ext_recfun.mli
ocamlc.opt -warn-error "" -c ext_recfun.ml
ocamlc.opt -warn-error "" -c ext_equiv.mli
ocamlc.opt -warn-error "" -c ext_equiv.ml
ocamlc.opt -warn-error "" -c ext_induct.mli
ocamlc.opt -warn-error "" -c ext_induct.ml
ocamlc.opt -warn-error "" -c prove.mli
ocamlc.opt -warn-error "" -c prove.ml
ocamlc.opt -warn-error "" -c checksum.mli
ocamlc.opt -warn-error "" -c checksum.ml
ocamlc.opt -warn-error "" -c versionnum.mli
ocamlc.opt -warn-error "" -c versionnum.ml
ocamlc.opt -warn-error "" -c main.mli
ocamlc.opt -warn-error "" -c main.ml
ocamlc.opt -warn-error "" -c zenon.mli
ocamlc.opt -warn-error "" -c zenon.ml
ocamlc.opt -warn-error "" -o zenon.byt version.cmo config.cmo misc.cmo heap.cmo globals.cmo error.cmo progress.cmo namespace.cmo expr.cmo phrase.cmo llproof.cmo mlproof.cmo watch.cmo eqrel.cmo index.cmo print.cmo step.cmo node.cmo extension.cmo mltoll.cmo parsezen.cmo lexzen.cmo parsetptp.cmo lextptp.cmo parsecoq.cmo lexcoq.cmo tptp.cmo coqterm.cmo lltocoq.cmo enum.cmo isar_case.cmo lltoisar.cmo ext_focal.cmo ext_tla.cmo ext_recfun.cmo ext_equiv.cmo ext_induct.cmo prove.cmo checksum.cmo versionnum.cmo main.cmo zenon.cmo
ocamlopt.opt -warn-error "" -c version.ml
ocamlopt.opt -warn-error "" -c config.ml
ocamlopt.opt -warn-error "" -c misc.ml
ocamlopt.opt -warn-error "" -c heap.ml
ocamlopt.opt -warn-error "" -c globals.ml
ocamlopt.opt -warn-error "" -c error.ml
ocamlopt.opt -warn-error "" -c progress.ml
ocamlopt.opt -warn-error "" -c namespace.ml
ocamlopt.opt -warn-error "" -c expr.ml
ocamlopt.opt -warn-error "" -c phrase.ml
ocamlopt.opt -warn-error "" -c llproof.ml
ocamlopt.opt -warn-error "" -c mlproof.ml
ocamlopt.opt -warn-error "" -c watch.ml
ocamlopt.opt -warn-error "" -c eqrel.ml
ocamlopt.opt -warn-error "" -c index.ml
ocamlopt.opt -warn-error "" -c print.ml
ocamlopt.opt -warn-error "" -c step.ml
ocamlopt.opt -warn-error "" -c node.ml
ocamlopt.opt -warn-error "" -c extension.ml
ocamlopt.opt -warn-error "" -c mltoll.ml
ocamlopt.opt -warn-error "" -c parsezen.ml
ocamlopt.opt -warn-error "" -c lexzen.ml
ocamlopt.opt -warn-error "" -c parsetptp.ml
ocamlopt.opt -warn-error "" -c lextptp.ml
ocamlopt.opt -warn-error "" -c parsecoq.ml
ocamlopt.opt -warn-error "" -c lexcoq.ml
ocamlopt.opt -warn-error "" -c tptp.ml
ocamlopt.opt -warn-error "" -c coqterm.ml
ocamlopt.opt -warn-error "" -c lltocoq.ml
ocamlopt.opt -warn-error "" -c enum.ml
ocamlopt.opt -warn-error "" -c isar_case.ml
ocamlopt.opt -warn-error "" -c lltoisar.ml
ocamlopt.opt -warn-error "" -c ext_focal.ml
ocamlopt.opt -warn-error "" -c ext_tla.ml
ocamlopt.opt -warn-error "" -c ext_recfun.ml
ocamlopt.opt -warn-error "" -c ext_equiv.ml
ocamlopt.opt -warn-error "" -c ext_induct.ml
ocamlopt.opt -warn-error "" -c prove.ml
ocamlopt.opt -warn-error "" -c checksum.ml
ocamlopt.opt -warn-error "" -c versionnum.ml
ocamlopt.opt -warn-error "" -c main.ml
ocamlopt.opt -warn-error "" -c zenon.ml
ocamlopt.opt -warn-error "" -o zenon.bin version.cmx config.cmx misc.cmx heap.cmx globals.cmx error.cmx progress.cmx namespace.cmx expr.cmx phrase.cmx llproof.cmx mlproof.cmx watch.cmx eqrel.cmx index.cmx print.cmx step.cmx node.cmx extension.cmx mltoll.cmx parsezen.cmx lexzen.cmx parsetptp.cmx lextptp.cmx parsecoq.cmx lexcoq.cmx tptp.cmx coqterm.cmx lltocoq.cmx enum.cmx isar_case.cmx lltoisar.cmx ext_focal.cmx ext_tla.cmx ext_recfun.cmx ext_equiv.cmx ext_induct.cmx prove.cmx checksum.cmx versionnum.cmx main.cmx zenon.cmx
if test -x zenon.bin; then \
cp zenon.bin zenon; \
else \
cp zenon.byt zenon; \
fi
: -q zenon.v
: -q zenon_coqbool.v
: -q zenon_equiv.v
: -q zenon_induct.v
: -q zenon_focal.v
make -C zenon-src install
mkdir -p "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/bin"
cp zenon "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/bin/"
mkdir -p "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/lib"
cp zenon.v zenon_coqbool.v zenon_equiv.v zenon_induct.v zenon_focal.v "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/lib/"
for i in zenon.vo zenon_coqbool.vo zenon_equiv.vo zenon_induct.vo zenon_focal.vo; \
do [ ! -f $i ] || cp $i "/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/zenon/zenon-install/lib/"; \
done
cp -vf zenon-install/bin/zenon zenon
zenon-install/bin/zenon -> zenon
1 shift/reduce conflict, 1 reduce/reduce conflict.
mkdir -p ../../_build_cache
cd ../../_build_cache && wget -q https://isabelle.in.tum.de/website-Isabelle2024-RC3/dist/Isabelle2024-RC3_macos.tar.gz
rm -f Isabelle2024-RC3_macos.tar.gz
ln -s ../../_build_cache/Isabelle2024-RC3_macos.tar.gz Isabelle2024-RC3_macos.tar.gz
rm -rf Isabelle
tar -xzf Isabelle2024-RC3_macos.tar.gz
mv Isabelle2024-RC3.app Isabelle
cd Isabelle \
&& rm -rf contrib/ProofGeneral* doc heaps/*/HOL
cd Isabelle \
&& HEAPS_PATH=/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/isabelle/Isabelle/heaps \
&& if [ "arm64" = "x86_64" ] ; then sed -i -e 's/^ML_PLATFORM=.*$/ML_PLATFORM="${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM}"/' etc/settings ; fi \
&& cp etc/settings etc/settings.target \
&& echo "ISABELLE_OUTPUT=$HEAPS_PATH" >> etc/settings
mkdir -p Isabelle/src/TLA+ \
&& cp -a theories/TLA+/* Isabelle/src/TLA+/ \
&& chmod -R u+w Isabelle/src/TLA+/
cd Isabelle/ \
&& ./bin/isabelle build -o system_heaps -o document=false -b -v -d src/Pure Pure \
&& ./bin/isabelle build -o system_heaps -o document=false -b -c -v -d src/TLA+ TLA+
Started at Fri Jun 7 15:26:20 GMT-4 2024 (polyml-5.9.1_arm64_32-darwin on mbp-14)
ISABELLE_TOOL_JAVA_OPTIONS="-Djava.awt.headless=true -Xms512m -Xmx4g -Xss16m"
ISABELLE_BUILD_OPTIONS=""
ML_PLATFORM="arm64_32-darwin"
ML_HOME="/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/isabelle/Isabelle/contrib/polyml-5.9.1/arm64_32-darwin"
ML_SYSTEM="polyml-5.9.1"
ML_OPTIONS="--minheap 500"
Session Pure/Pure
Finished at Fri Jun 7 15:26:21 GMT-4 2024
0:00:01 elapsed time
Started at Fri Jun 7 15:26:23 GMT-4 2024 (polyml-5.9.1_arm64_32-darwin on mbp-14)
ISABELLE_TOOL_JAVA_OPTIONS="-Djava.awt.headless=true -Xms512m -Xmx4g -Xss16m"
ISABELLE_BUILD_OPTIONS=""
ML_PLATFORM="arm64_32-darwin"
ML_HOME="/Users/uguryavuz/Downloads/tlapm-i20/_build/default/deps/isabelle/Isabelle/contrib/polyml-5.9.1/arm64_32-darwin"
ML_SYSTEM="polyml-5.9.1"
ML_OPTIONS="--minheap 500"
Session Pure/Pure
Session TLA+/TLA+
Building TLA+ ...
TLA+: theory TLA+.PredicateLogic
TLA+: theory TLA+.SetTheory
TLA+: theory TLA+.Functions
TLA+: theory TLA+.FixedPoints
TLA+: theory TLA+.Integers
TLA+: theory TLA+.IntegerArithmetic
TLA+: theory TLA+.IntegerDivision
TLA+: theory TLA+.Tuples
TLA+: theory TLA+.CaseExpressions
TLA+: theory TLA+.Strings
TLA+: theory Constant
TLA+: theory TLA+.Tests
TLA+: theory Zenon
Timing TLA+ (8 threads, 5.424s elapsed time, 14.692s cpu time, 0.938s GC time, factor 2.71)
Finished TLA+ (0:00:06 elapsed time, 0:00:15 cpu time, factor 2.32)
Finished at Fri Jun 7 15:26:32 GMT-4 2024
0:00:08 elapsed time, 0:00:15 cpu time, factor 1.76
cd Isabelle \
&& rm etc/settings \
&& mv etc/settings.target etc/settings
rm -rf Isabelle.no-links
cd Isabelle && rm -rf ./contrib/e-3.0.03-1/src/lib/
cd Isabelle && cd contrib/jdk-21.0.3/arm64-darwin/ \
&& (find . -type link | xargs rm) \
&& mv zulu-21.jdk/Contents/Home/* ./
cd Isabelle && cd contrib/jdk-21.0.3/x86_64-darwin/ \
&& (find . -type link | xargs rm) \
&& mv zulu-21.jdk/Contents/Home/* ./
cd Isabelle && rm -rf contrib/vscodium-1.70.1
touch Isabelle.no-links
echo "Isabelle/Isabelle2024-RC3 Isabelle/bin/isabelle_java Isabelle/bin/isabelle Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/svg/js/build.sh Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/plot/LocalizationBundle_ca.properties Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/LocalizationBundle_ca.properties Isabelle/contrib/jfreechart-1.5.3/jfreechart-1.5.3/src/main/resources/org/jfree/chart/editor/LocalizationBundle_ca.properties Isabelle/contrib/scala-3.3.3/bin/scalac.bat Isabelle/contrib/scala-3.3.3/bin/scaladoc Isabelle/contrib/scala-3.3.3/bin/scaladoc.bat Isabelle/contrib/scala-3.3.3/bin/scalac Isabelle/contrib/scala-3.3.3/bin/common.bat Isabelle/contrib/scala-3.3.3/bin/scala.bat Isabelle/contrib/scala-3.3.3/bin/common Isabelle/contrib/scala-3.3.3/bin/scala Isabelle/contrib/spass-3.8ds-2/x86_64-darwin/SPASS Isabelle/contrib/polyml-5.9.1/arm64-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/arm64-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/arm64-darwin/polyimport Isabelle/contrib/polyml-5.9.1/arm64-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/arm64-darwin/polyc Isabelle/contrib/polyml-5.9.1/arm64-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/arm64-darwin/poly Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/polyimport Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/polyc Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/arm64_32-darwin/poly Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/polyimport Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/polyc Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/x86_64_32-darwin/poly Isabelle/contrib/polyml-5.9.1/sha1/build Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libpolyml.la Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libpolymain.la Isabelle/contrib/polyml-5.9.1/x86_64-darwin/polyimport Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libsha1.so Isabelle/contrib/polyml-5.9.1/x86_64-darwin/polyc Isabelle/contrib/polyml-5.9.1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/polyml-5.9.1/x86_64-darwin/poly Isabelle/contrib/polyml-5.9.1/src/install-sh Isabelle/contrib/polyml-5.9.1/src/polyc.in Isabelle/contrib/polyml-5.9.1/src/configure Isabelle/contrib/polyml-5.9.1/src/config.guess Isabelle/contrib/polyml-5.9.1/src/depcomp Isabelle/contrib/polyml-5.9.1/src/missing Isabelle/contrib/polyml-5.9.1/src/config.sub Isabelle/contrib/polyml-5.9.1/src/compile Isabelle/contrib/bash_process-20240326/x86_64-linux/bash_process Isabelle/contrib/bash_process-20240326/arm64-darwin/bash_process Isabelle/contrib/bash_process-20240326/x86_64-cygwin/bash_process.exe Isabelle/contrib/bash_process-20240326/arm64-linux/bash_process Isabelle/contrib/bash_process-20240326/x86_64-darwin/bash_process Isabelle/contrib/gnu-utils-20211030/arm64-darwin/printenv Isabelle/contrib/gnu-utils-20211030/arm64-darwin/tar Isabelle/contrib/gnu-utils-20211030/x86_64-darwin/printenv Isabelle/contrib/gnu-utils-20211030/x86_64-darwin/tar Isabelle/contrib/bib2xhtml-20190409/main/bibsearch.pl Isabelle/contrib/bib2xhtml-20190409/main/bib2xhtml.pl Isabelle/contrib/bib2xhtml-20190409/main/example.sh Isabelle/contrib/bib2xhtml-20190409/main/fold.sed Isabelle/contrib/bib2xhtml-20190409/main/addurl.pl Isabelle/contrib/bib2xhtml-20190409/main/gen-bst.pl Isabelle/contrib/smbc-0.4.1/x86_64-darwin/smbc Isabelle/contrib/zipperposition-2.1-1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/zipperposition-2.1-1/x86_64-darwin/zipperposition Isabelle/contrib/nunchaku-0.5/x86_64-darwin/nunchaku Isabelle/contrib/verit-2021.06.2-rmx-1/x86_64-darwin/veriT Isabelle/contrib/verit-2021.06.2-rmx-1/x86_64-darwin/libgmp.10.dylib Isabelle/contrib/verit-2021.06.2-rmx-1/src/configure Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/install-sh Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/depcomp Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/missing Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/tap-driver.sh Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/compile Isabelle/contrib/verit-2021.06.2-rmx-1/src/scripts/test-driver Isabelle/contrib/vampire-4.8/x86_64-darwin/vampire Isabelle/contrib/vampire-4.8/src/checks/sanity Isabelle/contrib/vampire-4.8/src/checks/headers Isabelle/contrib/vampire-4.8/src/scripts/interpolant_verifier.sh Isabelle/contrib/vampire-4.8/src/scripts/run_on_problems.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing_vmcai.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolant_sequence.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/interpolant_stat_analyzer.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/extract_z3_proofs.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_analyzer.py Isabelle/contrib/vampire-4.8/src/scripts/papers/proof_tree_collection.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/compare_preproc_strategies.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_generator.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/compare_preproc_analyzer.py Isabelle/contrib/vampire-4.8/src/scripts/papers/interpolant_stat_generator.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolants.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_cpa_interpolant_results.py Isabelle/contrib/vampire-4.8/src/scripts/papers/problems_lost_by_colors.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/z3_interpolant_stat_analyzer.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/eval_preprocessing_vmcai_z3.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/problems_with_restored_epr.sh Isabelle/contrib/vampire-4.8/src/scripts/papers/get_interpolants.sh Isabelle/contrib/vampire-4.8/src/scripts/proof_checker.py Isabelle/contrib/vampire-4.8/src/scripts/intel2fo.sh Isabelle/contrib/vampire-4.8/src/scripts/determinism_checker.py Isabelle/contrib/vampire-4.8/src/scripts/add_rating_column.sh Isabelle/contrib/vampire-4.8/src/scripts/intel_clausify.sh Isabelle/contrib/vampire-4.8/src/scripts/history_search.py Isabelle/contrib/vampire-4.8/src/scripts/runner.sh Isabelle/contrib/vampire-4.8/src/scripts/dogcov.sh Isabelle/contrib/vampire-4.8/src/scripts/symels Isabelle/contrib/vampire-4.8/src/scripts/vinter Isabelle/contrib/vampire-4.8/src/scripts/stat_plotter.py Isabelle/contrib/vampire-4.8/src/scripts/annotateCode.py Isabelle/contrib/vampire-4.8/src/scripts/fallback.pl Isabelle/contrib/vampire-4.8/src/scripts/proofcheck Isabelle/contrib/vampire-4.8/src/regressions/run_problem.sh Isabelle/contrib/vampire-4.8/src/regressions/scripts/ensure_only_allowed_trace_tags.sh Isabelle/contrib/vampire-4.8/src/Kernel/Rebalancing/Inverters.cpp Isabelle/contrib/kodkodi-1.5.7/bin/kodkodi Isabelle/contrib/kodkodi-1.5.7/build Isabelle/contrib/kodkodi-1.5.7/jni/x86_64-linux/plingeling Isabelle/contrib/kodkodi-1.5.7/jni/x86_64-darwin/plingeling Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlprof Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlnlffigen Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlyacc Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mlton Isabelle/contrib/mlton-20210117-3/x86_64-darwin/bin/mllex Isabelle/contrib/mlton-20210117-3/x86_64-darwin/lib/mlton/static-library Isabelle/contrib/mlton-20210117-3/x86_64-darwin/lib/mlton/mlton-compile Isabelle/contrib/opam-2.0.7/x86_64-darwin/opam Isabelle/contrib/stack-2.15.5/arm64-darwin/stack Isabelle/contrib/stack-2.15.5/x86_64-darwin/stack Isabelle/contrib/minisat-2.2.1-1/x86_64-darwin/minisat Isabelle/contrib/csdp-6.1.1/x86_64-darwin/csdp Isabelle/contrib/naproche-20240502/bench/bench.sh Isabelle/contrib/naproche-20240502/x86_64-darwin/Naproche-SAD Isabelle/contrib/z3-4.4.0pre-4/etc/settings Isabelle/contrib/z3-4.4.0pre-4/x86_64-darwin/z3 Isabelle/contrib/e-3.0.03-1/arm64-darwin/eprover Isabelle/contrib/e-3.0.03-1/arm64-darwin/epclextract Isabelle/contrib/e-3.0.03-1/x86_64-darwin/eprover Isabelle/contrib/e-3.0.03-1/x86_64-darwin/epclextract Isabelle/contrib/e-3.0.03-1/src/configure Isabelle/contrib/e-3.0.03-1/src/PYTHON/fix_prot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runnerj5.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_maths.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_erun.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/tptp_analyse.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runner22.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_check_mem.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/learn_classes.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/perf_vectors.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_buffy.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_econf.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_eprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/appendix_gen.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_tptp_expander.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/eserver.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/cleanprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/include_mapper.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/canonizer.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/prot_plotter.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/tptp_analyse2.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/bsub_eprover.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_e_multi.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/fvi_eval.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_generic.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/prunner.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_eserver.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_emconf.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_evaluator.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_db.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/udp_dump.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_ltb_runner.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/enetcat.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/emaster.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_tcp.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_etestset.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_io.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_cmp_bin_lfho.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/hack_uniq.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/fp_eval.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/genprot.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/pylib_emaster.py Isabelle/contrib/e-3.0.03-1/src/PYTHON/e_print_errors.py Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05EA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S06DN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C47_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_209_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0014_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C02_F1_PI_AE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2v Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_B07_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_Q7 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_SE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18--C_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs100 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C18_F1_PI_AE_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p002000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2m Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_215_C46_F1_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C41_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0015_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2j Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_S5PRR_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_211_C18_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_00_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MaxMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2p Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0026_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_FrsCon_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4SA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_401_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0016_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B02_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_205_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116YG_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C05_02_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02---_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_B10_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMin_p005000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_407_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C48_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_TT_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_RG Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F2_SE_CS_SP_PS_S5PRR_RG_S04A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_autoschedule_tff Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C05_04_F1_AE_R8_CS_SP_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_SE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S1Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0003_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_SE_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0008_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C36_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0004_C18_F1_SE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_100_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C45_F1_AE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_satautoschedule Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C07_23_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_204f_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02SC-_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_425_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_t00X000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S038I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0013_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_429_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0023_C18_F1_SE_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_B07_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_C10_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C12_02_nc_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_R4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_423_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206b_01_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_00_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs010 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S028N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_201_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t050000_Nr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_0002_cw11_bs200 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB28 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p002000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C37_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_ND_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115v_C12_07_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_d1 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07--C_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C45_F1_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q7_CS_SP_PI_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S059I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_SOS_F1_SE_CS_SP_PS_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_406_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_auto_tff Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0004_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B00_00_F1_SE_CS_SP_PS_S5PRR_S00EN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB27 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_209_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_S5PRR_SE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0005_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_100_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0Y_ni Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_400_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B01_00_F1_SE_CS_SP_PS_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S022A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_02_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_024_B31_F1_PI_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_det_auto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_AE_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_041_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0030_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_autoschedule Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_215_C46_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0003_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_Q4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_303_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S3a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C07_19_nc_SOS_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_204_C45_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116X_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_SE_CS_SP_PI_S2k Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_PI_AE_Q7_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B03_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q4_CS_SP_PI_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p010000_rr_d1000 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C18_F1_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_092_C01_F1_AE_CS_SP_PS_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S024I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----S_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18C--_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g100000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B00_00_F1_SE_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t00X000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0018_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0028_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_422_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_101_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d1000 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_Nr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_CO_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2SA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C37_SOS_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116Y_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0019_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_424_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0e Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_042_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_OS_R8_SP_S1U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_t050000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_428_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2g Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0029_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_SE_CS_SP_PI_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_212_C18_F1_AE_Q12_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S003I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0YP Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C47_F1_SE_CS_SP_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2i Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_SE_CS_SP_PI_CO_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0030_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2n Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S05CN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2v Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SSP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S2q Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0028_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_SE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2r Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0031_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S026I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_p005000_rr_Q4 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_2275_C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1014__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_042_C45_F1_PI_AE_Q4_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S07FN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---G-E--_template Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_10_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_02_B10_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2o Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B03_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0i Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C18_F1_PI_SE_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_CS_SP_PS_SOV Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_CO_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C12_11_nc_F1_PI_AE_Q4_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_403_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2f Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MaxMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---G-E--_208_C18_F1_SE_CS_SP_PS_S04CA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_SE_CS_SP_PI_CO_S5PRR_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0033_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S059I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S2s Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07----D_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_409_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S3S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_AE_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B01_00_F1_SE_CS_SP_PS_S064A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0019_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_405_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_PI_Q7_CS_OS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2p Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_00_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1006_C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_C07_19_nc_SAT001_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_100_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_ND_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B02_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S5S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_C18_F1_PI_AE_S4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PI_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C09_12_F1_SE_CS_SP_PS_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_SE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_02_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0034_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1410__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116XG_C05_02_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C41_F1_AE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_PI_AE_CS_SP_CO_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S002A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C18_F1_AE_Q4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206c_10_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_05_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F2_SE_CS_SP_PS_RG_S04A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_427_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d1 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SE_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g050000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_042_B03_F1_AE_Q4_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S02DN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Y1346__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_SE_SP_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_110_C45_F1_PI_SE_CS_SP_PS_S4S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_00_F1_SE_CS_PI_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C45_F1_AE_CS_SP_PI_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_421_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT003_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_Q4_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p002000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_S2SI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d10 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_2275__C12_02_nc_F1_AE_CS_SP_RG_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_Q7_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_RG_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_B31_F1_PI_AE_R4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0V Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C12_02_nc_F1_PI_AE_Q4_CS_SP_PS_S033N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_205_C45_F1_AE_CS_SP_PI_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115e_C05_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C41_F1_AE_CS_SP_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0017_C18_F1_PI_SE_CS_SP_S4Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_201_C45_F1_AE_CS_SP_PI_CO_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0023_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C12_02_nc_F1_SE_CS_SP_PS_S5PRR_RG_S070I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_PI_S0S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0027_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_C18_F1_PI_AE_S4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C48_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_408_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_RG_S2sX Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_214_C18_F1_AE_S4_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_GloMax_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_404_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C41_F1_PI_AE_Q4_CS_SP_PS_S2U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_Z1014__C12_02_nc_F1_AE_CS_SSP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_01_C11_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_00_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_210_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_g010000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_115u_C12_06_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_060_C18_F1_PI_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C02_F1_PI_SE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_CA_MinMin_p005000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_402_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_300_C01_S5PRR_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0027_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4c Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_012_C18_F1_PI_AE_Q4_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_103_C18_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C18_F1_PI_AE_R8_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PI_PS_S5PRR_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02AMC_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_008_C45_F1_PI_AE_Q4_CS_SP_S4d Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0010_evo Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B00_00_F1_PI_AE_Q4_CS_SP_PS_S08BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C41_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PS_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S00A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0021_C18_F1_SE_CS_SP_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_B07_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0001_C18_F1_SE_CS_SP_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0026_C18_F1_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_302_C18_F1_URBAN_RG_S04BN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C18_F1_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_C45_F1_PI_AE_Q4_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_Q7_CS_SP_CO_PS_S00 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0029_C18_F1_PI_SE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_CO_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S3b Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_212_C18_F1_AE_Q12_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_213_C18_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---LTB28_25 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AI Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT002_MinMin_p005000_rr_d100 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_107_B00_00_F1_PI_AE_Q4_CS_SP_PS_S071I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_116_C05_02_F1_SE_PI_CS_SP_PS_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_05_B11_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_0012_C18_F1_SE_CS_SP_S5PRR_RG_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_auto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C48_F1_AE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---_satauto Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_043_B31_F1_PI_AE_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_200_C45_F1_AE_CS_SP_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_AE_CS_SP_PI_S0a Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_420_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S032N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_011_C07_F1_PI_AE_OS_S1U Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_102_C18_F1_PI_AE_Q4_CS_SP_S1S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C41_F1_AE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C18_F1_SE_CS_SP_PI_PS_S00I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S028N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S061N Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_H----_047_C09_12_F1_AE_ND_CS_SP_S2S Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S5PRR_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_207_C01_F1_SE_CS_SP_PI_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_U----_206d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMax_p005000_NN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S022I Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_B07_F1_SE_CS_SP_PS_S5PRR_RG_S04AN Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_301_C18_F1_URBAN_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G----_426_C05_02_F1_SE_CS_SP_PS_RG_S04AA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_SAT001_MinMin_x000000_rr Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S047A Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2mA Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC2.2/starexec_run_E---2.0_G-N--_023_B07_F1_SP_PI_Q7_CS_SE_S0Y Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0022_10cw112fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0035_cw112 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0010_evo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0014_10cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0035_cw113 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0028_cw11pi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0051auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0015_gd Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---LTB Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0024_5cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0016_5gdfifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0053auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0034_gd8 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0008_rw2122 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0020_10gd1fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0004_5cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0030_cw11Mpi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0039_10cw11fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0001_FIFO Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_FNT Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_FOF_UEQ Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_SLH Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_LTBJ11 Isabelle/contrib/e-3.0.03-1/src/etc/STAREXEC3.0/starexec_run_E---_THF Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0058cascautosched_ncnf Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0032_gd6 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0029_cw112 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0007_rw2121 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0057cascauto_ncnf Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0013_5cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0030_cw11M Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0017_15cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0033_gd7 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0023_10cw11Mfifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0018_gd1 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0002_cw11 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---satautosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0038_2cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0027_10cw21fifopi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0036_10cw113fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0003_cw21 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_000X Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0052autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0055cascauto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0029_cw112pi Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0026_15cw11fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0001auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0054autosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0005_10cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0009_10rw2122fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_XXX Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0037_cw12 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0021_10gd3 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0025_gd4 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0012_rw21M1 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0011_auto Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0006_15cw21fifo Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0019_gd2 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---1.9.1_0031_gd5 Isabelle/contrib/e-3.0.03-1/src/etc/starexec_run_E---2.0_0056cascautosched Isabelle/contrib/e-3.0.03-1/src/etc/starexec_build Isabelle/contrib/e-3.0.03-1/src/CONTRIB/picosat-965/mkconfig.sh Isabelle/contrib/e-3.0.03-1/src/CONTRIB/picosat-965/configure.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_probabilities.py Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_class_lists.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/average.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/classify_problems.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/make_test.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_eprots.py Isabelle/contrib/e-3.0.03-1/src/development_tools/genclauses.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_dp_plots.py Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_graphs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/auto_analyze.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_testfiles.py Isabelle/contrib/e-3.0.03-1/src/development_tools/join_feature_class.py Isabelle/contrib/e-3.0.03-1/src/development_tools/adapt_testfile.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_x.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/kill_eprovers.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/bootstrap Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_new.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_dectrees.py Isabelle/contrib/e-3.0.03-1/src/development_tools/configure_tools Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_raw_class_lists_from_file.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/distribute_eprover.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/histogram.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/prot2starexec.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/eval_perf.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/sym_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/classgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_dimacs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/eprot_proc.py Isabelle/contrib/e-3.0.03-1/src/development_tools/spec_version.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/analyze_distrib.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_crossval.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_horn.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/problem_classifier.py Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_ml_examples.py Isabelle/contrib/e-3.0.03-1/src/development_tools/missing_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/extract_litsel_array.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/class_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_basics.py Isabelle/contrib/e-3.0.03-1/src/development_tools/scramble_old.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/distribute_exgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_class_lists_from_file.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/filter_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/com_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/dectreelearn.py Isabelle/contrib/e-3.0.03-1/src/development_tools/eleminate_protocolls.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eground.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/geauswert.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/res_host.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_testfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_auto.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_auto.py Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_waldmeister.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/create_plot.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_psfixbb.py Isabelle/contrib/e-3.0.03-1/src/development_tools/wo.py Isabelle/contrib/e-3.0.03-1/src/development_tools/verify_alloc.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_auto_sched.py Isabelle/contrib/e-3.0.03-1/src/development_tools/e_scheduler.py Isabelle/contrib/e-3.0.03-1/src/development_tools/watchdog.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/protocols.to.starexec.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/frequency.analyze.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.class.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/common.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/progressbar.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.schdule.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/scheduler.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/analyze.confs.py Isabelle/contrib/e-3.0.03-1/src/development_tools/new_autoconf/categorize.py Isabelle/contrib/e-3.0.03-1/src/development_tools/se_wrapper.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/test.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/rand_mark.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/myuniq.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/scramble.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/find_similar.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/master_distribution.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_raw.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_discretize.py Isabelle/contrib/e-3.0.03-1/src/development_tools/e_option_parse.py Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_heuristic.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/sequential_eprover_x2.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/local-install-exec Isabelle/contrib/e-3.0.03-1/src/development_tools/adapt_testfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/scheduled_eprover_raw.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/cleanprot.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/handle_res.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/pylib_io.py Isabelle/contrib/e-3.0.03-1/src/development_tools/termgen.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/class_auswert.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/prot_discretizer.py Isabelle/contrib/e-3.0.03-1/src/development_tools/get_system.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/do_crossval_silent.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/run_class_test.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/e_install Isabelle/contrib/e-3.0.03-1/src/development_tools/find_missing_results.awk Isabelle/contrib/e-3.0.03-1/src/development_tools/generate_unitfiles.sh Isabelle/contrib/e-3.0.03-1/src/development_tools/eauswert.awk Isabelle/contrib/rsync-3.2.7-1/x86_64-linux/rsync Isabelle/contrib/rsync-3.2.7-1/arm64-darwin/rsync Isabelle/contrib/rsync-3.2.7-1/x86_64-cygwin/rsync.exe Isabelle/contrib/rsync-3.2.7-1/arm64-linux/rsync Isabelle/contrib/rsync-3.2.7-1/x86_64-darwin/rsync Isabelle/contrib/rsync-3.2.7-1/src/packaging/prep-auto-dir Isabelle/contrib/rsync-3.2.7-1/src/packaging/smart-make Isabelle/contrib/rsync-3.2.7-1/src/packaging/var-checker Isabelle/contrib/rsync-3.2.7-1/src/packaging/release-rsync Isabelle/contrib/rsync-3.2.7-1/src/packaging/year-tweak Isabelle/contrib/rsync-3.2.7-1/src/packaging/patch-update Isabelle/contrib/rsync-3.2.7-1/src/packaging/pre-push Isabelle/contrib/rsync-3.2.7-1/src/packaging/cull-options Isabelle/contrib/rsync-3.2.7-1/src/packaging/branch-from-patch Isabelle/contrib/rsync-3.2.7-1/src/install-sh Isabelle/contrib/rsync-3.2.7-1/src/cmd-or-msg Isabelle/contrib/rsync-3.2.7-1/src/define-from-md.awk Isabelle/contrib/rsync-3.2.7-1/src/configure Isabelle/contrib/rsync-3.2.7-1/src/runtests.sh Isabelle/contrib/rsync-3.2.7-1/src/rsync-ssl Isabelle/contrib/rsync-3.2.7-1/src/help-from-md.awk Isabelle/contrib/rsync-3.2.7-1/src/maybe-make-man Isabelle/contrib/rsync-3.2.7-1/src/md-convert Isabelle/contrib/rsync-3.2.7-1/src/support/lsh.sh Isabelle/contrib/rsync-3.2.7-1/src/support/cvs2includes Isabelle/contrib/rsync-3.2.7-1/src/support/mapfrom Isabelle/contrib/rsync-3.2.7-1/src/support/git-set-file-times Isabelle/contrib/rsync-3.2.7-1/src/support/munge-symlinks Isabelle/contrib/rsync-3.2.7-1/src/support/mnt-excl Isabelle/contrib/rsync-3.2.7-1/src/support/atomic-rsync Isabelle/contrib/rsync-3.2.7-1/src/support/logfilter Isabelle/contrib/rsync-3.2.7-1/src/support/rsyncstats Isabelle/contrib/rsync-3.2.7-1/src/support/instant-rsyncd Isabelle/contrib/rsync-3.2.7-1/src/support/nameconvert Isabelle/contrib/rsync-3.2.7-1/src/support/deny-rsync Isabelle/contrib/rsync-3.2.7-1/src/support/file-attr-restore Isabelle/contrib/rsync-3.2.7-1/src/support/rrsync Isabelle/contrib/rsync-3.2.7-1/src/support/files-to-excludes Isabelle/contrib/rsync-3.2.7-1/src/support/rsync-slash-strip Isabelle/contrib/rsync-3.2.7-1/src/support/mapto Isabelle/contrib/rsync-3.2.7-1/src/support/lsh Isabelle/contrib/rsync-3.2.7-1/src/support/json-rsync-version Isabelle/contrib/rsync-3.2.7-1/src/support/rsync-no-vanished Isabelle/contrib/rsync-3.2.7-1/src/mkgitver Isabelle/contrib/rsync-3.2.7-1/src/daemon-parm.awk Isabelle/contrib/rsync-3.2.7-1/src/shconfig.in Isabelle/contrib/rsync-3.2.7-1/src/prepare-source Isabelle/contrib/cvc4-1.8/x86_64-darwin/cvc4 Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jwebserver Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jarsigner Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jfr Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdb Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstack Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/rmiregistry Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jar Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jcmd Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jrunscript Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jps Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/java Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jhsdb Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javap Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdeprscan Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javac Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/keytool Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jmod Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jmap Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jshell Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstat Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jlink Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/serialver Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/javadoc Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jinfo Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jstatd Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jdeps Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jconsole Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jpackage Isabelle/contrib/jdk-21.0.3/arm64-darwin/bin/jimage Isabelle/contrib/jdk-21.0.3/arm64-darwin/lib/jspawnhelper Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jwebserver Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jarsigner Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jfr Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdb Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstack Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/rmiregistry Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jar Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jcmd Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jrunscript Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jps Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/java Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jhsdb Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javap Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdeprscan Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javac Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/keytool Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jmod Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jmap Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jshell Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstat Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jlink Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/serialver Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/javadoc Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jinfo Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jstatd Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jdeps Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jconsole Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jpackage Isabelle/contrib/jdk-21.0.3/x86_64-darwin/bin/jimage Isabelle/contrib/jdk-21.0.3/x86_64-darwin/lib/jspawnhelper Isabelle/lib/Tools/getenv Isabelle/lib/Tools/scala_build Isabelle/lib/Tools/ocaml_setup Isabelle/lib/Tools/install Isabelle/lib/Tools/go Isabelle/lib/Tools/scalac Isabelle/lib/Tools/java Isabelle/lib/Tools/java_monitor Isabelle/lib/Tools/ghc_stack Isabelle/lib/Tools/env Isabelle/lib/Tools/dotnet Isabelle/lib/Tools/ocaml_opam Isabelle/lib/Tools/components Isabelle/lib/Tools/version Isabelle/lib/Tools/gofmt Isabelle/lib/Tools/scala Isabelle/lib/Tools/node Isabelle/lib/Tools/electron Isabelle/lib/Tools/client Isabelle/lib/Tools/ghc_setup Isabelle/lib/Tools/console Isabelle/lib/dummy_stty/stty Isabelle/lib/scripts/getsettings Isabelle/lib/scripts/ocamlfind Isabelle/lib/scripts/ghc Isabelle/lib/scripts/java-gui-setup Isabelle/lib/scripts/Isabelle_app Isabelle/src/Tools/Metis/fix_metis_license Isabelle/src/Tools/Metis/make_metis Isabelle/src/Tools/Metis/scripts/mlpp Isabelle/src/Tools/GraphBrowser/lib/Tools/browser Isabelle/src/Tools/jEdit/lib/Tools/jedit_client Isabelle/src/Tools/jEdit/lib/Tools/jedit Isabelle/src/HOL/IMP/export.sh Isabelle/src/HOL/Tools/ATP/scripts/dummy_atp Isabelle/src/HOL/Tools/ATP/scripts/remote_pirate Isabelle/src/HOL/TPTP/lib/Tools/tptp_translate Isabelle/src/HOL/TPTP/lib/Tools/tptp_isabelle Isabelle/src/HOL/TPTP/lib/Tools/tptp_graph Isabelle/src/HOL/TPTP/lib/Tools/tptp_nitpick Isabelle/src/HOL/TPTP/lib/Tools/tptp_refute Isabelle/src/HOL/TPTP/lib/Tools/tptp_isabelle_hot Isabelle/src/HOL/TPTP/lib/Tools/tptp_sledgehammer Isabelle/src/HOL/TPTP/TPTP_Parser/make_tptp_parser Isabelle/src/HOL/TPTP/TPTP_Parser/make_mlyacclib Isabelle/src/HOL/Mutabelle/lib/Tools/mutabelle Isabelle/src/HOL/SPARK/Examples/README Isabelle/src/Doc/Tutorial/document/isa-index Isabelle/src/Doc/Tutorial/document/build Isabelle/src/Doc/Intro/document/build Isabelle/src/Doc/sedindex" > Isabelle.exec-files
~/Downloads/tlapm-i20 isabelle2020-dune ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 2m 45s 🐫 tlapm-i20-test 15:26:48
❯
@kape1395 Nit: Downloading Isabelle2024.tar.gz takes forever on my machine, during which the build appears to have stalled. Consider showing progress. Also, make clean
should, perhaps, spare the download cache?
Confirmed that the build worked on my spare macOS 14.5.
I have tested the build on some Macs, and it worked. @uguryavuz, does it work for you?
@kape1395 By coincidence, I noticed that the PR was merged earlier today. I did test the build on my machine and everything is working fine on my end.
I followed the instructions in INSTALL.md to build and install TLAPM, but the
make
fails on my M1 Macbook, specifically when running the Makefile for Isabelle, while building Pure. Here is the relevant part of the output:Assuming one has Rosetta 2 installed, a simple workaround–for the time being–is to have the Isabelle makefile be run in an x86 environment, by changing line 7 of the Isabelle dune file at
deps/isabelle/dune
to the following:I was able to build successfully with this modification.