The CADE ATP System Competition

Design and Organization


This document contains information about the:

The CASC rules, specifications, and deadlines are absolute. Only the competition panel has the right to make exceptions. It is assumed that all entrants have read the web pages related to the competition, and have complied with the competition rules. Non-compliance with the rules can lead to disqualification. A "catch-all" rule is used to deal with any unforeseen circumstances: No cheating is allowed. The panel is allowed to disqualify entrants due to unfairness, and to adjust the competition rules in case of misuse.

Disclaimer

Every effort has been made to organize the competition in a fair and constructive manner. No responsibility is taken if your system does not win.

A Tense Note

Attentive readers will notice changes between the present and past tenses in this document. Many parts of CASC are established and stable - they are described in the present tense (the rules are the rules). Aspects that are particular to this CASC are described in the future tense so that they make sense when reading this before the event.


Changes

The design and procedures of this CASC evolved from those of previous CASCs. Important changes for this CASC are:

Divisions

CASC is divided into divisions according to problem and system characteristics, in a coarse version of the TPTP problem library's Specialist Problem Classes (SPCs). Each division uses problems that have certain logical, language, and syntactic characteristics, so that the ATP systems that compete in a division are, in principle, able to attempt all the problems in the division. Some divisions are further divided into problem categories, which makes it possible to analyse, at a more fine grained level, which systems work well for what types of problems. The problems section explains what problems are eligible for use in each division and category. The competition rankings are at (only) the division level, as explained in the section on system evaluation.

The THF division: Typed (monomorphic) Higher-order Form theorems (axioms with a provable conjecture). The THF division has two problem categories:

The FOF division: First-Order Form theorems (axioms with a provable conjecture). The FOF division has two problem categories:

The FNT division: First-order form Non-Theorems (axioms with a countersatisfiable conjecture, and satisfiable axiom sets). The FNT division has two problem categories:

The UEQ division: Unit EQuality clause normal form unsatisfiable clause sets. Example: RNG026-7

ATP systems that cannot run in the competition divisions for any reason (e.g., the system requires special hardware, or the entrant is an organizer) can be entered into the demonstration division. The demonstration division uses the same problems as the competition divisions, and the entry specifies which competition divisions' problems are to be used. Demonstration division systems can run on the competition computers, or on computers supplied by the entrant. The demonstration division results are presented along with the competition divisions' results, but might not be comparable with those results. The systems are not ranked.

The entrants in the various divisions are listd in the entrants table. The division winners of the previous CASC and the Prover9 1109a system are automatically entered into the demonstration division, to provide benchmarks against which progress can be judged.


Infrastructure

Computers

The StarExec Miami computers used for the competition have: There are 30 computers available, i.e., 60 CPUs.

One ATP system runs on one CPU at a time. StarExec uses Linux's sched_setaffinity to restrict each system run to a single CPU, and setrlimit to limit memory use to 128 GiB. This separation avoids contention that might affect performance measurements. Systems can use all the cores on the CPU, which can be advantageous in divisions where a wall clock time limit is used. StarExec copies the systems and problems to the compute nodes before starting execution so that there are no network delays.

The StarExec computers used for CASC are the same as are publicly available to the TPTP community, which allows system developers to test and tune their systems in exactly the same environment as is used for the competition.

Problems for the TPTP-based Divisions

Problems for the THF, FOF, FNT, and UEQ divisions are taken from the latest release of the TPTP Problem Library. The TPTP version used for CASC is released only after the competition has started, so that new problems in the release have not been seen by the entrants. The problems have to meet certain criteria to be eligible for selection. In order to ensure that no system receives an advantage or disadvantage due to the specific presentation of the problems in the TPTP, the problems are obfuscated by: The numbers of problems used in each division and problem category are constrained by the the numbers of eligible problems, the number of systems entered across the divisions, the number of CPUs available, the time limits, and the time available for running the competition live in one conference day, i.e., in about 6 hours. The numbers of problems used are set within these constraints, according to the judgement of the organizers. The problems used are randomly selected from the eligible problems based on a seed supplied by the competition panel: The problems are given to the ATP systems as files in TPTP format, with include directives, in increasing order of TPTP difficulty rating.

Time Limits

In the THF, FOF, FNT, and UEQ divisions a wall clock time limit is imposed for each problem. The minimal time limit for each problem is 120s. The maximal time limit for each problem is constrained by the same factors that constrain the numbers of problems that are used, taking into account the phenomenon that ATP systems solve most problems quickly and very few slowly. The time limit is chosen within the range allowed according to the judgement of the organizers, and is announced at the competition. No CPU time limits are imposed (so that it can be advantageous to use all the cores on the CPU).


System Evaluation

CASC ranks the ATP systems at (only) the division level. For each ATP system, for each problem, several items of data are recorded:

The systems are ranked in the competition divisions according to the number of problems solved with an acceptable solution output. Ties are broken according to the average time taken over problems solved. Trophies are awarded to the competition divisions' winners. A system that is not entered into a division is assumed to perform worse than the entered systems, for that type of problem - wimping out is not an option. In the demonstration division the systems are not ranked, and no trophies are awarded.

The competition panel decides whether or not the systems' solutions are "acceptable". The criteria include:

In addition to the ranking criteria, data four measures are presented in the results:

At some time after the competition all high ranking systems in the competition divisions are tested over the entire TPTP. This provides a final check for soundness (see the section on system properties regarding soundness checking before the competition). If a system is found to be unsound during or after the competition, but before the competition report is published, and it cannot be shown that the unsoundness did not manifest itself in the competition, then the system is retrospectively disqualified. At some time after the competition, the solutions from the winners are checked. Proofs are checked for structure by GDV, and models are checked by the panel. If any of the solutions are unacceptable then the victory is rescinded. All disqualifications and ranking changes are explained in the competition report.


System Entry, Delivery, and Execution

ATP systems must be registered for the competition using the CASC system registration form by the registration deadline. Systems can be entered at only the division level, and can be entered into more than one division. Entering many similar versions of the same system is deprecated, and entrants may be required to limit the number of system versions that they enter. Systems that rely essentially on running other ATP systems without adding value are deprecated; the competition panel may disallow or move such systems to the demonstration division. For each system an entrant must be nominated to handle all issues (e.g., installation and execution difficulties) arising before, during, and after the competition. The nominated entrant must formally register for CASC. It is not necessary for entrants to physically attend the competition.

The ATP systems are delivered to the competition organizer as StarExec .tgz installation packages, by the system delivery deadline. The installation package may contain only the components necessary for running the system (i.e., not including source code, etc.). The competition organizer installs and tests the packages on StarExec. Source code is delivered separately, under the trusting assumption that the installation package corresponds to the source code. The entrants must email a .tgz file containing the source code and any files required for building the StarExec installation package to the competition organizer by the system delivery deadline. After the competition all competition division systems' StarExec and source code packages are made publicly available on the CASC web site. This allows anyone to use the systems on StarExec, and to examine the source code. An open source license is encouraged, to allow the systems to be freely used, modified, and shared. Entrants are encouraged to make a public release of their systems ASAP after the competition, so that users can enjoy the latest capabilities. Many of the StarExec packages include statically linked binaries that provide further portability and longevity of the systems. In the demonstration division the entrant specifies whether or not the source code is placed on the site.

Execution of the ATP systems is controlled by StarExec. The ATP systems must be fully automatic - they are executed as black boxes, on one problem at a time. Any command line parameters have to be the same for all problems in each division. The ATP systems must be sound, and are tested for soundness before the competition by submitting non-theorems to the systems in the THF, FOF, and UEQ division, and theorems to the systems in the FNT division. Claiming to have found a proof of a non-theorem or a disproof of a theorem indicates unsoundness. If a system fails the soundness testing it must be repaired by the unsoundness repair deadline or be withdrawn. The execution of demonstration division systems is supervised by their entrants.

System Description

A system description has to be provided for each ATP system, using this HTML schema. The schema has the following sections:

The system description has to be emailed to the competition organizer by the system description deadline. The system descriptions form part of the competition proceedings.

Sample Solutions

For systems in the divisions that require solution output, representative sample solutions must be emailed to the competition organizer by the sample solutions deadline. Use of the TPTP format for proofs is required, and use of the new TPTP format for interpretations is encouraged. The competition panel decides whether or not each system's solutions are acceptable.

Proof/model samples are required as follows:

An explanation must be provided for any non-obvious features.


System Requirements

System Properties

Entrants must ensure that their systems execute in the competition environment, and have the following properties. Entrants are advised to finalize their installation packages and check these properties well in advance of the system delivery deadline. This gives the competition organizer time to help resolve any difficulties encountered.

Execution, Soundness, and Completeness

  1. Systems must be fully automatic.
  2. Systems' performances must be reproducible by running the system again.
  3. Systems must be sound.
  4. Systems do not have to be complete in any sense, including calculus, search control, implementation, or resource requirements.
  5. All techniques used must be general purpose, and expected to extend usefully to new unseen problems. The precomputation and storage of information about individual problems that might appear in the competition, or their solutions, is not allowed. Strategies and strategy selection based on individual problems or their solutions are not allowed. If machine learning procedures are used to tune a system, the learning must ensure that sufficient generalization is obtained so that there is no specialization to individual problems. The system description must explain any such tuning or training that has been done. The competition panel may disqualify any system that is deemed to be problem specific rather than general purpose.
Output
  1. All output must be to stdout.
  2. For each problem, the system must output a distinguished string indicating what solution has been found or that no conclusion has been reached. Systems must use the SZS ontology and standards for this. For example
    % SZS status Theorem for SYN075+1.p
    or
    % SZS status GaveUp for SYN075+1.p
  3. When outputting a solution, the start and end of the solution must be delimited by distinguished strings. Systems must use the SZS ontology and standards for this. For example
    % SZS output start CNFRefutation for SYN075+1.p
      ...
    % SZS output end CNFRefutation for SYN075+1.p
    The string specifying the problem status must be output before the start of a solution.
  4. A system has solved a problem iff it outputs its termination string within the time limit, and a system has produced a solution iff it outputs its end-of-solution string within the time limit.
  5. Solutions may not have irrelevant output (e.g., from other threads running in parallel) interleaved in the solution.
  6. Use of the TPTP format for proofs is required, and use of the TPTP format for interpretations is encouraged.
  7. Proofs are checked for syntax and structure as explained in System Evaluation.
Resource Usage
  1. Systems that run on the competition computers must be interruptible by a SIGXCPU signal so that CPU time limits can be imposed, and interruptable by a SIGALRM signal so that wall clock time limits can be imposed. For systems that create multiple processes the signal is sent first to the process at the top of the process hierarchy, then one second later to all processes (even if they have disconnected from the process hierarchy). The default action on receiving these signals is to exit (thus complying with the time limit, as required), but systems may catch the signals and exit of their own accord. If a system runs past a time limit this is noticed in the timing data, and the system is considered to have not solved the problem.
  2. If a system terminates of its own accord it may not leave any temporary or intermediate output files. If a system is terminated by a SIGXCPU or SIGALRM it may not leave any temporary or intermediate output files anywhere other than in /tmp.
  3. For practical reasons excessive output from an ATP system is not allowed. A limit, dependent on the disk space available, is imposed on the amount of output that can be produced.

System Checks