TSTP Solution File: GEO233+3 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : GEO233+3 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n014.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 06:15:16 EDT 2022

% Result   : Theorem 0.22s 0.55s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   11 (   6 unt;   3 nHn;   6 RR)
%            Number of literals    :   18 (   0 equ;   8 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   1 con; 0-1 aty)
%            Number of variables   :   15 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(7,axiom,
    ( ~ equally_directed_lines(X,Y)
    | ~ unequally_directed_lines(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',a4_defns) ).

cnf(8,axiom,
    ( equally_directed_lines(X,Y)
    | unequally_directed_lines(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',a4_defns) ).

cnf(38,axiom,
    equally_directed_lines(X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',ax5_basics) ).

cnf(42,axiom,
    ( unequally_directed_lines(X,Y)
    | unequally_directed_lines(X,reverse_line(Y)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',ax8_basics) ).

cnf(43,axiom,
    ( ~ unequally_directed_lines(X,Y)
    | ~ unequally_directed_lines(X,reverse_line(Y))
    | left_convergent_lines(X,Y)
    | left_convergent_lines(X,reverse_line(Y)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',ax9_basics) ).

cnf(45,axiom,
    ~ left_convergent_lines(X,Y),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO009+0.ax',ax11_basics) ).

cnf(60,negated_conjecture,
    ~ equally_directed_lines(reverse_line(reverse_line('SKOLEMAAAV1')),'SKOLEMAAAV1'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

cnf(62,plain,
    ( ~ unequally_directed_lines(X,Y)
    | ~ unequally_directed_lines(X,reverse_line(Y)) ),
    inference('REWRITE',[status(thm)],[43,45]) ).

cnf(72,plain,
    unequally_directed_lines(reverse_line(X),X),
    inference('HYPERRESOLVE',[status(thm)],[7,42,38]) ).

cnf(88,plain,
    equally_directed_lines(reverse_line(reverse_line(X)),X),
    inference('HYPERRESOLVE',[status(thm)],[62,72,8]) ).

cnf(89,plain,
    $false,
    inference('REWRITE',[status(thm)],[60,88]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.14  % Problem  : GEO233+3 : TPTP v8.1.0. Released v4.0.0.
% 0.13/0.15  % Command  : run-snark %s %d
% 0.14/0.36  % Computer : n014.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Fri Jun 17 17:32:49 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.22/0.48  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.22/0.49  * 
% 0.22/0.49  * 
% 0.22/0.50  #<PACKAGE "SNARK-USER">
% 0.22/0.50  * 
% 0.22/0.50  SNARK-TPTP-OPTIONS
% 0.22/0.50  * 
% 0.22/0.50  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.22/0.50   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.22/0.50   (USE-FACTORING :POS)
% 0.22/0.50   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.22/0.50   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.22/0.50   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.22/0.50   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.22/0.50   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.22/0.50   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.22/0.50   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.22/0.50   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.22/0.50   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.22/0.50   (DECLARE-TPTP-SYMBOLS2))
% 0.22/0.50  * 
% 0.22/0.50  "."
% 0.22/0.50  * 
% 0.22/0.50  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-17T17:32:49
% 0.22/0.50  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n014.cluster.edu at 2022-06-17T17:32:49
% 0.22/0.55  
% 0.22/0.55  
% 0.22/0.55  #||
% 0.22/0.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.22/0.55  % SZS output start Refutation
% See solution above
% 0.22/0.55  ||#
% 0.22/0.55  
% 0.22/0.55  ; Summary of computation:
% 0.22/0.55  ;       131 formulas have been input or derived (from 47 formulas).
% 0.22/0.55  ;        89 (68%) were retained.  Of these,
% 0.22/0.55  ;           24 (27%) were simplified or subsumed later,
% 0.22/0.55  ;           65 (73%) are still being kept.
% 0.22/0.55  ; 
% 0.22/0.55  ; Run time in seconds excluding printing time:
% 0.22/0.55  ;     0.009  19%   Read assertion file          (1 call)
% 0.22/0.55  ;     0.002   4%   Assert                       (37 calls)
% 0.22/0.55  ;     0.006  12%   Process new row              (120 calls)
% 0.22/0.55  ;     0.002   4%   Resolution                   (92 calls)
% 0.22/0.55  ;     0.001   2%   Paramodulation               (46 calls)
% 0.22/0.55  ;     0.000   0%   Factoring                    (3 calls)
% 0.22/0.55  ;     0.001   2%   Condensing                   (64 calls)
% 0.22/0.55  ;     0.000   0%   Forward subsumption          (64 calls)
% 0.22/0.55  ;     0.000   0%   Backward subsumption         (60 calls)
% 0.22/0.55  ;     0.001   2%   Clause clause subsumption    (45 calls)
% 0.22/0.55  ;     0.001   2%   Forward simplification       (120 calls)
% 0.22/0.55  ;     0.002   4%   Backward simplification      (88 calls)
% 0.22/0.55  ;     0.000   0%   Ordering                     (30 calls)
% 0.22/0.55  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.22/0.55  ;     0.001   2%   Purity testing               (1 call)
% 0.22/0.55  ;     0.022  46%   Other
% 0.22/0.55  ;     0.048        Total
% 0.22/0.55  ;     0.050        Real time
% 0.22/0.55  ; 
% 0.22/0.55  ; Term-hash-array has 91 terms in all.
% 0.22/0.55  ; Feature-vector-row-index has 39 entries (40 at peak, 60 added, 21 deleted).
% 0.22/0.55  ; Feature-vector-row-index has 73 nodes (73 at peak, 115 added, 42 deleted).
% 0.22/0.55  ;  Retrieved 29 possibly forward subsuming rows in 64 calls.
% 0.22/0.55  ;  Retrieved 22 possibly backward subsumed rows in 60 calls.
% 0.22/0.55  ; Path-index has 75 entries (76 at peak, 95 added, 20 deleted).
% 0.22/0.55  ; Path-index has 198 nodes (200 at peak, 218 added, 20 deleted).
% 0.22/0.55  ; Trie-index has 75 entries (76 at peak, 95 added, 20 deleted).
% 0.22/0.55  ; Trie-index has 136 nodes (138 at peak, 166 added, 30 deleted).
% 0.22/0.55  ; Retrieved 100 generalization terms in 94 calls.
% 0.22/0.55  ; Retrieved 56 instance terms in 27 calls.
% 0.22/0.55  ; Retrieved 564 unifiable terms in 206 calls.
% 0.22/0.55  ; 
% 0.22/0.55  ; The agenda of rows to process has 6 entries:
% 0.22/0.55  ;     3 with value 10              2 with value 12               1 with value 14
% 0.22/0.55  ; The agenda of rows to give has 19 entries:
% 0.22/0.55  ;     1 with value (4 7)           2 with value (4 10)           1 with value (4 15)
% 0.22/0.55  ;     6 with value (4 8)           3 with value (4 11)           1 with value (4 17)
% 0.22/0.55  ;     2 with value (4 9)           3 with value (4 13)
% 0.22/0.55  Evaluation took:
% 0.22/0.55    0.05 seconds of real time
% 0.22/0.55    0.043213 seconds of user run time
% 0.22/0.55    0.007345 seconds of system run time
% 0.22/0.55    0 calls to %EVAL
% 0.22/0.55    0 page faults and
% 0.22/0.55    2,837,728 bytes consed.
% 0.22/0.55  :PROOF-FOUND
% 0.22/0.55  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-17T17:32:49
% 0.22/0.55  :PROOF-FOUND
% 0.22/0.55  * 
%------------------------------------------------------------------------------