TSTP Solution File: GEO232+1 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : GEO232+1 : TPTP v6.4.0. Bugfixed v6.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : n024.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 16091.75MB
% OS       : Linux 3.10.0-327.10.1.el7.x86_64
% CPULimit : 300s
% DateTime : Fri Apr  1 13:39:15 EDT 2016

% Result   : Theorem 0.06s
% Output   : CNFRefutation 0.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   20 (   9 unt;   0 def)
%            Number of atoms       :   39 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   35 (  16   ~;  12   |;   4   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   1 con; 0-1 aty)
%            Number of variables   :   16 (   0 sgn  11   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(1,axiom,
    ! [X1] : ~ unequally_directed_lines(X1,X1),
    file('/export/starexec/sandbox/tmp/tmpDYHv8r/sel_theBenchmark.p_1',oag5) ).

fof(5,axiom,
    ! [X1,X2] :
      ( ( line(X1)
        & line(X2) )
     => ( unequally_directed_lines(X1,X2)
        | unequally_directed_lines(X1,reverse_line(X2)) ) ),
    file('/export/starexec/sandbox/tmp/tmpDYHv8r/sel_theBenchmark.p_1',oag8) ).

fof(6,conjecture,
    ! [X1] :
      ( line(X1)
     => unequally_directed_lines(X1,reverse_line(X1)) ),
    file('/export/starexec/sandbox/tmp/tmpDYHv8r/sel_theBenchmark.p_1',con) ).

fof(7,negated_conjecture,
    ~ ! [X1] :
        ( line(X1)
       => unequally_directed_lines(X1,reverse_line(X1)) ),
    inference(assume_negation,[status(cth)],[6]) ).

fof(8,plain,
    ! [X1] : ~ unequally_directed_lines(X1,X1),
    inference(fof_simplification,[status(thm)],[1,theory(equality)]) ).

fof(9,plain,
    ! [X2] : ~ unequally_directed_lines(X2,X2),
    inference(variable_rename,[status(thm)],[8]) ).

cnf(10,plain,
    ~ unequally_directed_lines(X1,X1),
    inference(split_conjunct,[status(thm)],[9]) ).

fof(24,plain,
    ! [X1,X2] :
      ( ~ line(X1)
      | ~ line(X2)
      | unequally_directed_lines(X1,X2)
      | unequally_directed_lines(X1,reverse_line(X2)) ),
    inference(fof_nnf,[status(thm)],[5]) ).

fof(25,plain,
    ! [X3,X4] :
      ( ~ line(X3)
      | ~ line(X4)
      | unequally_directed_lines(X3,X4)
      | unequally_directed_lines(X3,reverse_line(X4)) ),
    inference(variable_rename,[status(thm)],[24]) ).

cnf(26,plain,
    ( unequally_directed_lines(X1,reverse_line(X2))
    | unequally_directed_lines(X1,X2)
    | ~ line(X2)
    | ~ line(X1) ),
    inference(split_conjunct,[status(thm)],[25]) ).

fof(27,negated_conjecture,
    ? [X1] :
      ( line(X1)
      & ~ unequally_directed_lines(X1,reverse_line(X1)) ),
    inference(fof_nnf,[status(thm)],[7]) ).

fof(28,negated_conjecture,
    ? [X2] :
      ( line(X2)
      & ~ unequally_directed_lines(X2,reverse_line(X2)) ),
    inference(variable_rename,[status(thm)],[27]) ).

fof(29,negated_conjecture,
    ( line(esk1_0)
    & ~ unequally_directed_lines(esk1_0,reverse_line(esk1_0)) ),
    inference(skolemize,[status(esa)],[28]) ).

cnf(30,negated_conjecture,
    ~ unequally_directed_lines(esk1_0,reverse_line(esk1_0)),
    inference(split_conjunct,[status(thm)],[29]) ).

cnf(31,negated_conjecture,
    line(esk1_0),
    inference(split_conjunct,[status(thm)],[29]) ).

cnf(33,negated_conjecture,
    ( unequally_directed_lines(esk1_0,esk1_0)
    | ~ line(esk1_0) ),
    inference(spm,[status(thm)],[30,26,theory(equality)]) ).

cnf(35,negated_conjecture,
    ( unequally_directed_lines(esk1_0,esk1_0)
    | $false ),
    inference(rw,[status(thm)],[33,31,theory(equality)]) ).

cnf(36,negated_conjecture,
    unequally_directed_lines(esk1_0,esk1_0),
    inference(cn,[status(thm)],[35,theory(equality)]) ).

cnf(37,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[36,10,theory(equality)]) ).

cnf(38,negated_conjecture,
    $false,
    37,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem  : GEO232+1 : TPTP v6.4.0. Bugfixed v6.4.0.
% 0.00/0.03  % Command  : Source/sine.py -e eprover -t %d %s
% 0.02/0.22  % Computer : n024.star.cs.uiowa.edu
% 0.02/0.22  % Model    : x86_64 x86_64
% 0.02/0.22  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/0.22  % Memory   : 16091.75MB
% 0.02/0.22  % OS       : Linux 3.10.0-327.10.1.el7.x86_64
% 0.02/0.22  % CPULimit : 300
% 0.02/0.22  % DateTime : Fri Apr  1 11:12:23 CDT 2016
% 0.02/0.22  % CPUTime  : 
% 0.02/0.29  % SZS status Started for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.02/0.29  --creating new selector for [GEO007+0.ax]
% 0.06/0.36  -running prover on /export/starexec/sandbox/tmp/tmpDYHv8r/sel_theBenchmark.p_1 with time limit 29
% 0.06/0.36  -running prover with command ['/export/starexec/sandbox/solver/bin/Source/./Source/PROVER/eproof.working', '-s', '-tLPO4', '-xAuto', '-tAuto', '--memory-limit=768', '--tptp3-format', '--cpu-limit=29', '/export/starexec/sandbox/tmp/tmpDYHv8r/sel_theBenchmark.p_1']
% 0.06/0.36  -prover status Theorem
% 0.06/0.36  Problem theBenchmark.p solved in phase 0.
% 0.06/0.36  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.06/0.36  % SZS status Ended for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.06/0.36  Solved 1 out of 1.
% 0.06/0.36  # Problem is unsatisfiable (or provable), constructing proof object
% 0.06/0.36  # SZS status Theorem
% 0.06/0.36  # SZS output start CNFRefutation.
% See solution above
% 0.06/0.36  # SZS output end CNFRefutation
%------------------------------------------------------------------------------