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.
Every effort has been made to organize the competition in a fair and constructive manner. No responsibility is taken if, for one reason or the other, your system does not win.
The design and procedures of this CASC evolved from those of previous CASCs. Important changes for this CASC are:
CASC is run in divisions according to problem and system characteristics. There are competition divisions in which systems are explicitly ranked, and a demonstration division in which systems demonstrate their abilities without being formally ranked.
ATP systems that cannot run on the competition computers, or cannot be entered into the competition divisions for any other reason, can be entered into the demonstration division. Demonstration division systems can run on the competition computers, or the hardware can be supplied by the entrant. Hardware supplied by the entrant may be brought to CASC, or may be accessed via the internet.
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.
The competition computers is Dell Precision 330 computers, each having:
Problem Selection
The problems are from the TPTP Problem Library.
The TPTP version used for the competition is not released until after the
system installation deadline, so that new problems have not been seen by
the entrants.
The problems have to meet certain criteria to be eligible for selection:
The problems used are randomly selected from the eligible problems at the start of the competition, based on a seed supplied by the competition panel.
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 are used in determining the
CPU time limit imposed on each solution
attempt.
A lower bound on the total number of problems to be used is determined from the number of computers available, the time allocated to the competition, the number of ATP systems to be run on the competition computers over all the divisions, and the CPU time limit, according to the following relationship:
NumberOfComputers * TimeAllocated NumberOfProblems = --------------------------------- NumberOfATPSystems * CPUTimeLimitIt 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 the categories in the various divisions is (roughly) proportional to the numbers of eligible problems than can be used in the categories, after taking into account the limitation on very similar problems.
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 can be 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.
For each ATP system, for each problem, 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 on stdout.
The systems are ranked from this performance data.
Division and class winners are announced and prizes are awarded.
The competition panel decides whether or not the systems' proofs and models are
acceptable.
The criteria include:
In the assurance classes, and the SAT and EPR divisions, the ATP systems
are not required to output solutions (proofs or models).
However, systems that do output solutions on stdout are
highlighted in the presentation of results.
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, 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
In order to ensure that no system receives an advantage or
disadvantage due to the specific presentation of the problems in the TPTP,
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
form axiom
,
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.
Resource Limits
In the competition divisions, CPU and wall clock time limits are imposed
on each solution attempt.
A minimal CPU time limit of 240 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 NumberOfProblems.
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
limit very high memory usage that causes swapping.
The wall clock time limit is double the CPU time limit.
System Evaluation
Systems can be entered at only the division level, and can be entered into more than one division (a system that is not entered into a competition division is assumed to perform worse than the entered systems, for that type of problem - wimping out is not an option). 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. The division winners from the previous CASC are automatically entered into their divisions, to provide benchmarks against which progress can be judged.
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.
A system description has to be provided for each ATP system entered, using this HTML schema. The system description must fit onto two pages, using 12pt times font. The schema has the following sections:
The system description has to be emailed to the competition organizers before the system description deadline. The system descriptions, along with information regarding the competition design and procedures, form the proceedings for the competition.
For systems in the proof and model classes representative sample solutions must be emailed to the competition organizers before the sample solutions deadline. Proof samples for the MIX proof class must include a proof for SYN075-1. Proof samples for the FOF proof class must include a proof for SYN075+1. Model samples for the the SAT model class must include a model for MGT031-1. The sample solutions 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.
stdout
indicating the result, one of:
/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.
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).
.tar.gz
file containing
the system source code, any other files required for installation, and
a ReadMe
file.
The ReadMe
file must contain:
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 competition computers 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 competition computers 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 supplied hardware in the demonstration
division, entrants must deliver a source code package to the competition
organizers by the start of the competition.
The source code package must be a .tar.gz
file containing
the system source code.
After the competition all competition division systems' source code, is made publically available on the CASC WWW site. In the demonstration division, the entrant specifies whether or not the source code is placed on the CASC WWW site.
perl
script, provided by the competition organizers.
The jobs are queued onto the computers so that each
computer 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 solution" 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.
prompt> pwd /home/tptp prompt> which MyATPSystem /home/tptp/bin/MyATPSystem prompt> /home/tptp/bin/MyATPSystem /home/tptp/TPTP/Problems/GRP/GRP001-1.p Proof found in 147 seconds.
prompt> cd /home/tptp/tmp prompt> ln -s /home/tptp/TPTP/Problems/GRP/GRP001-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> ln -s /home/tptp/TPTP/Problems/GRP/GRP001-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
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
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 solution.
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
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/GRP ... 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