TSTP Solution File: GEO217+2 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : GEO217+2 : TPTP v8.1.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n013.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:05 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(3,axiom,
    ~ convergent_lines(X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO008+0.ax',apart3) ).

cnf(6,axiom,
    ( ~ convergent_lines(X,Y)
    | convergent_lines(X,Z)
    | convergent_lines(Y,Z) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO008+0.ax',apart6) ).

cnf(21,negated_conjecture,
    ~ convergent_lines('SKOLEMAAAV1','SKOLEMAAAV2'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

cnf(22,negated_conjecture,
    ~ convergent_lines('SKOLEMAAAV1','SKOLEMAAAV3'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

cnf(23,negated_conjecture,
    convergent_lines('SKOLEMAAAV2','SKOLEMAAAV3'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

cnf(28,plain,
    ~ convergent_lines('SKOLEMAAAV3','SKOLEMAAAV1'),
    inference('UR-RESOLVE',[status(thm)],[6,3,22]) ).

cnf(29,plain,
    ~ convergent_lines('SKOLEMAAAV2','SKOLEMAAAV1'),
    inference('UR-RESOLVE',[status(thm)],[6,3,21]) ).

cnf(39,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[6,28,23]),29]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : GEO217+2 : TPTP v8.1.0. Released v3.3.0.
% 0.13/0.14  % Command  : run-snark %s %d
% 0.14/0.35  % Computer : n013.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Sat Jun 18 11:39:14 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.22/0.48  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.22/0.49  * 
% 0.22/0.49  * 
% 0.22/0.49  #<PACKAGE "SNARK-USER">
% 0.22/0.49  * 
% 0.22/0.49  SNARK-TPTP-OPTIONS
% 0.22/0.49  * 
% 0.22/0.49  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.22/0.49   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.22/0.49   (USE-FACTORING :POS)
% 0.22/0.49   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.22/0.49   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.22/0.49   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.22/0.49   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.22/0.49   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.22/0.49   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.22/0.49   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.22/0.49   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.22/0.49   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.22/0.49   (DECLARE-TPTP-SYMBOLS2))
% 0.22/0.49  * 
% 0.22/0.49  "."
% 0.22/0.49  * 
% 0.22/0.49  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-18T11:39:14
% 0.22/0.49  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n013.cluster.edu at 2022-06-18T11:39:14
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  #||
% 0.22/0.53  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.22/0.53  % SZS output start Refutation
% See solution above
% 0.22/0.53  ||#
% 0.22/0.53  
% 0.22/0.53  ; Summary of computation:
% 0.22/0.53  ;        65 formulas have been input or derived (from 28 formulas).
% 0.22/0.53  ;        39 (60%) were retained.  Of these,
% 0.22/0.53  ;            1 ( 3%) were simplified or subsumed later,
% 0.22/0.53  ;           38 (97%) are still being kept.
% 0.22/0.53  ; 
% 0.22/0.53  ; Run time in seconds excluding printing time:
% 0.22/0.53  ;     0.005  14%   Read assertion file          (1 call)
% 0.22/0.53  ;     0.001   3%   Assert                       (16 calls)
% 0.22/0.53  ;     0.002   6%   Process new row              (65 calls)
% 0.22/0.53  ;     0.001   3%   Resolution                   (54 calls)
% 0.22/0.53  ;     0.000   0%   Paramodulation               (27 calls)
% 0.22/0.53  ;     0.000   0%   Factoring                    (1 call)
% 0.22/0.53  ;     0.001   3%   Condensing                   (20 calls)
% 0.22/0.53  ;     0.000   0%   Forward subsumption          (20 calls)
% 0.22/0.53  ;     0.001   3%   Backward subsumption         (20 calls)
% 0.22/0.53  ;     0.000   0%   Clause clause subsumption    (10 calls)
% 0.22/0.53  ;     0.001   3%   Forward simplification       (65 calls)
% 0.22/0.53  ;     0.000   0%   Backward simplification      (39 calls)
% 0.22/0.53  ;     0.000   0%   Ordering                     (13 calls)
% 0.22/0.53  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.22/0.53  ;     0.001   3%   Purity testing               (1 call)
% 0.22/0.53  ;     0.022  63%   Other
% 0.22/0.53  ;     0.035        Total
% 0.22/0.53  ;     0.037        Real time
% 0.22/0.53  ; 
% 0.22/0.53  ; Term-hash-array has 51 terms in all.
% 0.22/0.53  ; Feature-vector-row-index has 19 entries (19 at peak, 20 added, 1 deleted).
% 0.22/0.53  ; Feature-vector-row-index has 39 nodes (39 at peak, 42 added, 3 deleted).
% 0.22/0.53  ;  Retrieved 6 possibly forward subsuming rows in 20 calls.
% 0.22/0.53  ;  Retrieved 4 possibly backward subsumed rows in 20 calls.
% 0.22/0.53  ; Path-index has 54 entries (54 at peak, 54 added, 0 deleted).
% 0.22/0.53  ; Path-index has 74 nodes (74 at peak, 74 added, 0 deleted).
% 0.22/0.53  ; Trie-index has 54 entries (54 at peak, 54 added, 0 deleted).
% 0.22/0.53  ; Trie-index has 64 nodes (64 at peak, 64 added, 0 deleted).
% 0.22/0.53  ; Retrieved 82 generalization terms in 85 calls.
% 0.22/0.53  ; Retrieved 23 instance terms in 18 calls.
% 0.22/0.53  ; Retrieved 984 unifiable terms in 262 calls.
% 0.22/0.53  ; 
% 0.22/0.53  ; The agenda of rows to give has 10 entries:
% 0.22/0.53  ;     3 with value (4 5)           2 with value (4 8)            1 with value (4 10)
% 0.22/0.53  ;     2 with value (4 6)           2 with value (4 9)
% 0.22/0.53  Evaluation took:
% 0.22/0.53    0.037 seconds of real time
% 0.22/0.53    0.03424 seconds of user run time
% 0.22/0.53    0.003123 seconds of system run time
% 0.22/0.53    0 calls to %EVAL
% 0.22/0.53    0 page faults and
% 0.22/0.53    2,022,520 bytes consed.
% 0.22/0.53  :PROOF-FOUND
% 0.22/0.53  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-18T11:39:14
% 0.22/0.53  :PROOF-FOUND
% 0.22/0.53  * 
%------------------------------------------------------------------------------