This document contains information about the:
The rules, specifications, and deadlines given here are absolute. Only the competition panel has the right to make exceptions.
The design and procedures of this CASC evolved from those of previous CASCs. Important changes for this CASC are:
The entry specifies which competition divisions' problems are to be used. The results are presented along with the competition divisions' results, but may not be comparable with those results.
Warning: There are some very large problems in TPTP v2.5.0, e.g., this one (with the header mostly removed to maintain anonymity).
The problems have to meet certain criteria to be eligible for selection:
Number of Problems
The minimal numbers of problems that have to be used in each division and
category, to ensure sufficient confidence in the competition results,
are determined from the numbers of eligible problems in each division
and category
(the competition organizers have to ensure that there is sufficient CPU time
available to run the ATP systems on this minimal number of problems).
The minimal numbers of problems is used in determining the
CPU time limit imposed on each solution 
attempt.
A lower bound on the total number of problems that is used is determined from the number of workstations available, the time allocated to the competition, the number of ATP systems to be run on the general hardware over all the divisions, and the CPU time limit, according to the following relationship:
                     Number of workstations * Time allocated
Number of problems = ---------------------------------------
                      Number of ATP systems * CPU time limit
It is a lower bound on the total number of problems because it assumes that 
every system uses all of the CPU time limit for each problem.
Since some solution attempts succeed before the CPU time
limit is reached, more problems can be used.
The numbers of problems used in each division and category are determined 
according to the judgement of the competition organizers.
Problem Preparation 
In the demonstration division the same problems are used as for the
competition divisions, with the same tptp2X transformations applied.
However, the original file names are retained.
 
In the demonstration division, each entrant can choose to use either a 
CPU or a wall clock time limit, whose value is the CPU time limit of the 
competition divisions.
 
During the competition, for each ATP system, for each problem attempted, 
three items of data are recorded:
whether or not a solution was found,
the CPU time taken, 
and whether or not a solution (proof or model) was output.
In the MIX division proof class, the systems are ranked according to
the number of problems solved with a proof output.
In the MIX division assurance class and all other divisions, the systems
are ranked according to the numbers of problems solved.
If there is a tie according to these rankings, then the tied systems are 
ranked according to their average CPU times over problems solved.
If any division is won by the system that won that division in the previous 
CASC, then no winner is be announced in that division.
Otherwise winners are announced in each division (two class winners in the 
MIX division), and prizes are awarded.
 
At some time after the competition, all high ranking systems in each 
division are tested over the entire TPTP.
This provides a final check for soundness.
If a system is found to be unsound, 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 proofs from the winner of 
the MIX division proof class are checked by the panel.
If any of the proofs are unacceptable, i.e., they are significantly
worse than the samples provided, then that system is retrospectively 
disqualified from the proof class.
In all cases, the unsoundness will be reported in the journal paper 
about the competition.
It is necessary to ensure that no system receives an advantage or
disadvantage due to the specific presentation of the problems in the TPTP.
To this end the tptp2X utility, distributed with the TPTP, is used to:
Further, to prevent systems from recognizing problems from their file names,
symbolic links are made to the selected problems, using names of the
formaxiom, 
     hypothesis, or conjecture, may be included
     in the final output of each formula.)
CCCNNN-1.p for the symbolic links, with NNN 
running from 001 to the number of problems in the respective 
division or category.
The problems are specified to the ATP systems using the symbolic link 
names.
Time Limits
In the competition divisions, CPU and wall clock time limits are imposed 
on each solution attempt. 
A minimal CPU time limit of 180 seconds is used. 
The maximal CPU time limit is determined using the relationship used for 
determining the number of problems, with the minimal number of problems 
as the "Number of problems". 
The CPU time limit is chosen as a reasonable value within the range allowed,
and is announced at the competition.
The wall clock time limit is imposed in addition to the CPU time limit, to 
prevent very high memory usage that causes swapping. 
The wall clock time limit is double the CPU time limit.
Performance Evaluation
Entry Requirements and Procedures
Entering many similar versions of the same system is deprecated. Entrants may be required to limit the number of system versions that they enter. The division winners from the previous CASC are automatically entered into their divisions, to provide benchmarks against which progress can be judged. Systems entered in the MIX division are automatically ranked in the assurance class, and are ranked in the proof class if they output acceptable proofs. After the competition all systems' source code is made publically available on the CASC WWW site.
It is assumed that each entrant has read the WWW pages related to the competition, and has complied with the competition rules. Non-compliance with the rules could lead to disqualification. A "catch-all" rule is used to deal with any unforseen 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.
For systems in the MIX division proof class, representative sample proofs must be emailed to the competition organizers before the sample solutions deadline. The sample proofs must illustrate the use of all inference rules. A key must be provided if any non-obvious abbreviations for inference rules or other information are used. The competition panel decides whether or not the proof objects are acceptable.
The precomputation and storage of any information specifically about TPTP problems is not allowed. Strategies and strategy selection based on the characteristics of a few specific TPTP problems is not allowed, i.e., strategies and strategy selection must be general purpose and expected to extend usefully to new unseen problems. If automatic strategy learning procedures are used, the learning must ensure that sufficient generalization is obtained, and that no learning at the individual problem level is performed.
For every problem solved, the system's solution process has to be reproducible by running the system again.
With the exception of the MIX division proof class, the ATP systems are 
not required to output solutions (proofs or models).
However, systems that do output solutions to stdout are
highlighted in the presentation of results.
The ATP systems have to be executable by a single command line, using an absolute path to the executable that may not be in the current directory. The command line arguments are the absolute path name for a symbolic link as the problem file name, the time limit (if required by the entrant), and entrant specified system switches (the same for all problems). No shell features, such as input or output redirection, may be used in the command line. No assumptions may be made about the format of the problem file name.
prompt> pwd
/home/tptp
prompt> which MyATPSystem
/home/tptp/bin/MyATPSystem
prompt> /home/tptp/bin/MyATPSystem /home/tptp/TPTP/Problems/PUZ/PUZ031-1.p
Proof found in 147 seconds.
     
prompt> cd /home/tptp/tmp
prompt> ln -s /home/tptp/TPTP/Problems/PUZ/PUZ031-1.p CCC001-1.p
prompt> cd /home/tptp
prompt> /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
Proof found in 147 seconds.
     
prompt> cp /home/tptp/TPTP/Problems/PUZ/PUZ031-1.p _foo-Blah
prompt> /home/tptp/bin/MyATPSystem _foo-Blah
Proof found in 147 seconds.
     
prompt> which TreeLimitedRun
/home/tptp/bin/TreeLimitedRun
prompt> /home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 4867
TreeLimitedRun: ----------------------------------------------------------
Proof found in 147 seconds.
FINAL WATCH: 147.8 CPU 150.0 WC
     
prompt> /home/tptp/bin/TreeLimitedRun -q0 10 20 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 10s
TreeLimitedRun: WC  time limit is 20s
TreeLimitedRun: PID is 5827
TreeLimitedRun: ----------------------------------------------------------
CPU time limit exceeded 
FINAL WATCH: 10.7 CPU 13.1 WC
     
TreeLimitedRun.c program.
     For example:
     
prompt> /home/tptp/bin/TreeLimitedRun -q0 20 10 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 20s
TreeLimitedRun: WC  time limit is 10s
TreeLimitedRun: PID is 5827
TreeLimitedRun: ----------------------------------------------------------
Alarm clock
FINAL WATCH: 9.7 CPU 10.1 WC
     
stdout 
indicating the result, one of:
Proof found indicates that a solution exists.
     If appropriate, similar checks should be made for the cases where 
     no solution exists and where no conclusion is reached.
     
prompt> /home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 5827
TreeLimitedRun: ----------------------------------------------------------
Proof found in 147 seconds.
FINAL WATCH: 147.8 CPU 150.0 WC
     
START OF PROOF and END OF PROOF identify the
     start and end of the proof.
     
prompt> /home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem -output_proof /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 5827
TreeLimitedRun: ----------------------------------------------------------
Proof found in 147 seconds.
START OF PROOF
    ... acceptable proof here ...
END OF PROOF
FINAL WATCH: 147.8 CPU 150.0 WC
     
/tmp.
Multiple copies of the ATP systems have to be executable concurrently on different machines but in the same (NFS cross mounted) directory. It is therefore necessary to avoid producing temporary files that do not have unique names, with respect to the machines and other processes. An adequate solution is a file name including the host machine name and the process id.
For practical reasons excessive output from the ATP systems is not allowed.
A limit, dependent on the disk space available, is imposed on the amount 
of stdout and stderr output that can be produced.
The limit is at least 10KB per problem (averaged over all problems so
that it is possible to produce some long proofs).
/tmp if the system is terminated by a 
     SIGXCPU or SIGALRM.
     Check in the current directory, the ATP system's directory, 
     the directory where the problem's symbolic link is located, 
     and the directory where the actual problem file is located.
     
prompt> pwd
/home/tptp
prompt> /home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 13526
TreeLimitedRun: ----------------------------------------------------------
Proof found in 147 seconds.
FINAL WATCH: 147.8 CPU 150.0 WC
prompt> ls /home/tptp
    ... no temporary or other files left here ...
prompt> ls /home/tptp/bin
    ... no temporary or other files left here ...
prompt> ls /home/tptp/tmp
    ... no temporary or other files left here ...
prompt> ls /home/tptp/TPTP/Problems/PUZ
    ... no temporary or other files left here ...
prompt> ls /tmp
    ... no temporary or other files left here by decent systems ...
     
prompt> (/home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p) & (/home/tptp/bin/TreeLimitedRun -q0 200 400 /home/tptp/bin/MyATPSystem /home/tptp/tmp/CCC001-1.p)
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 5827
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: ----------------------------------------------------------
TreeLimitedRun: /home/tptp/bin/MyATPSystem
TreeLimitedRun: CPU time limit is 200s
TreeLimitedRun: WC  time limit is 400s
TreeLimitedRun: PID is 5829
TreeLimitedRun: ----------------------------------------------------------
Proof found in 147 seconds.
FINAL WATCH: 147.8 CPU 150.0 WC
Proof found in 147 seconds.
FINAL WATCH: 147.8 CPU 150.0 WC
     
.tar.gz file containing
the system source code, any other files required for installation, and 
a ReadMe file.
The ReadMe file must contain instructions for installation,
instructions for executing the system, and the distinguished strings output
to indicate the result.
The installation procedure may require changing path variables, invoking
make or something similar, etc, but nothing unreasonably 
complicated. 
All system binaries must be created in the installation process; they
cannot be delivered as part of the installation package.
The system is reinstalled onto the general hardware by the competition
organizers, following the instructions in the ReadMe file.
Installation failures before the installation deadline are passed
back to the entrant.
After the installation deadline access to the general hardware is
denied, and no further changes or late systems are accepted
(i.e., deliver your installation package before the installation deadline
so if the installation fails you have a chance to fix it!).
If you are in doubt about your installation package or procedure, please 
email the competition organizers.
For systems running on entrant suuplied hardware in the demonstration division the systems are installed on the respective hardware by the entrants.
perl script, provided by the competition organizers.
The jobs are queued onto the workstations so that each
workstation is running one job at a time.
All attempts at the Nth problems in all the divisions and
categories are started before any attempts at the (N+1)th problems.
During the competition a perl script parses the systems' 
outputs.
If any of an ATP system's distinguished strings are found then the CPU
time used to that point is noted.
A system has solved a problem iff it outputs its "success" string within the
CPU time limit, and a system has produced a proof iff it outputs its
"end of proof" string within the CPU time limit.
The result and timing data is used to generate an HTML file, and a WWW 
browser is used to display the results.
The execution of the demonstration division systems is supervised by their entrants.