TSTP Solution File: SYN605-1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : SYN605-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n003.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 : Thu Jul 21 12:02:00 EDT 2022

% Result   : Unsatisfiable 9.23s 9.43s
% Output   : Refutation 9.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   13 (   9 unt;   0 nHn;   9 RR)
%            Number of literals    :   21 (   0 equ;   9 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (  12 usr;   4 con; 0-2 aty)
%            Number of variables   :   18 (   1 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(p2_2,negated_conjecture,
    p2(X,X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p2_2) ).

cnf(p3_4,negated_conjecture,
    p3(X,X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p3_4) ).

cnf(p3_6,negated_conjecture,
    p3(f12(c22,c21),c22),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p3_6) ).

cnf(p2_12,negated_conjecture,
    ( p2(f9(X),f9(Y))
    | ~ p3(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p2_12) ).

cnf(p3_19,negated_conjecture,
    ( p3(X,Y)
    | ~ p3(Z,X)
    | ~ p3(Z,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p3_19) ).

cnf(p17_20,negated_conjecture,
    ( p17(X,Y)
    | ~ p2(Z,X)
    | ~ p2(U,Y)
    | ~ p17(Z,U) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p17_20) ).

cnf(p17_23,negated_conjecture,
    p17(f9(f10(f14(f4(f9(c19)),c19),c22)),f6(f7(f8(c20)))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p17_23) ).

cnf(p3_25,negated_conjecture,
    ( p3(f10(X,Y),f10(Z,U))
    | ~ p3(X,Z)
    | ~ p3(Y,U) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p3_25) ).

cnf(not_p17_29,negated_conjecture,
    ~ p17(f9(f10(f14(f4(f9(c19)),c19),f12(X,c21))),f6(f7(f8(c20)))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_p17_29) ).

cnf(37,plain,
    p3(c22,f12(c22,c21)),
    inference('HYPERRESOLVE',[status(thm)],[p3_19,p3_6,p3_4]) ).

cnf(130,plain,
    p3(f10(X,c22),f10(X,f12(c22,c21))),
    inference('HYPERRESOLVE',[status(thm)],[p3_25,37,p3_4]) ).

cnf(1841,plain,
    p2(f9(f10(X,c22)),f9(f10(X,f12(c22,c21)))),
    inference('HYPERRESOLVE',[status(thm)],[p2_12,130]) ).

cnf(30372,plain,
    $false,
    inference('UR-RESOLVE',[status(thm)],[p17_20,1841,not_p17_29,p2_2,p17_23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN605-1 : TPTP v8.1.0. Released v2.5.0.
% 0.13/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.19/0.34  % CPULimit : 300
% 0.19/0.35  % WCLimit  : 600
% 0.19/0.35  % DateTime : Tue Jul 12 00:31:30 EDT 2022
% 0.19/0.35  % CPUTime  : 
% 0.20/0.47  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.48  * 
% 0.20/0.48  * 
% 0.20/0.48  #<PACKAGE "SNARK-USER">
% 0.20/0.48  * 
% 0.20/0.48  SNARK-TPTP-OPTIONS
% 0.20/0.48  * 
% 0.20/0.49  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.49   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.49   (USE-FACTORING :POS)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.49   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.49   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.49   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.49   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.49   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.49   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.49   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.49   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.49  * 
% 0.20/0.49  "."
% 0.20/0.49  * 
% 0.20/0.49  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-12T00:31:30
% 0.20/0.49  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n003.cluster.edu at 2022-07-12T00:31:30
% 9.23/9.43  
% 9.23/9.43  
% 9.23/9.43  #||
% 9.23/9.43  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 9.23/9.43  % SZS output start Refutation
% See solution above
% 9.23/9.43  ||#
% 9.23/9.43  
% 9.23/9.43  ; Summary of computation:
% 9.23/9.43  ;     63055 formulas have been input or derived (from 150 formulas).
% 9.23/9.43  ;     30372 (48%) were retained.  Of these,
% 9.23/9.43  ;            1 ( 0%) were simplified or subsumed later,
% 9.23/9.43  ;        30371 (100%) are still being kept.
% 9.23/9.43  ; 
% 9.23/9.43  ; Run time in seconds excluding printing time:
% 9.23/9.43  ;     0.006   0%   Read assertion file          (1 call)
% 9.23/9.43  ;     0.001   0%   Assert                       (30 calls)
% 9.23/9.43  ;     3.796  42%   Process new row              (62,754 calls)
% 9.23/9.43  ;     3.594  40%   Resolution                   (298 calls)
% 9.23/9.43  ;     0.007   0%   Paramodulation               (149 calls)
% 9.23/9.43  ;     0.001   0%   Condensing                   (18 calls)
% 9.23/9.43  ;     0.000   0%   Forward subsumption          (18 calls)
% 9.23/9.43  ;     0.000   0%   Backward subsumption         (18 calls)
% 9.23/9.43  ;     0.000   0%   Clause clause subsumption    (3 calls)
% 9.23/9.43  ;     0.842   9%   Forward simplification       (62,754 calls)
% 9.23/9.43  ;     0.457   5%   Backward simplification      (30,371 calls)
% 9.23/9.43  ;     0.000   0%   Ordering                     (1 call)
% 9.23/9.43  ;     0.000   0%   Sortal reasoning             (32 calls)
% 9.23/9.43  ;     0.000   0%   Purity testing               (1 call)
% 9.23/9.43  ;     0.241   3%   Other
% 9.23/9.43  ;     8.945        Total
% 9.23/9.43  ;     8.947        Real time
% 9.23/9.43  ; 
% 9.23/9.43  ; Term-hash-array has 57,710 terms in all.
% 9.23/9.43  ; Feature-vector-row-index has 18 entries (18 at peak, 18 added, 0 deleted).
% 9.23/9.43  ; Feature-vector-row-index has 73 nodes (73 at peak, 73 added, 0 deleted).
% 9.23/9.43  ;  Retrieved 3 possibly forward subsuming rows in 18 calls.
% 9.23/9.43  ;  Retrieved 0 possibly backward subsumed rows in 18 calls.
% 9.23/9.43  ; Path-index has 57,714 entries (57,714 at peak, 57,714 added, 0 deleted).
% 9.23/9.43  ; Path-index has 6,511 nodes (6,511 at peak, 6,511 added, 0 deleted).
% 9.23/9.43  ; Trie-index has 57,714 entries (57,714 at peak, 57,714 added, 0 deleted).
% 9.23/9.43  ; Trie-index has 396,155 nodes (396,155 at peak, 396,155 added, 0 deleted).
% 9.23/9.43  ; Retrieved 168,557 generalization terms in 62,775 calls.
% 9.23/9.43  ; Retrieved 30,352 instance terms in 30,352 calls.
% 9.23/9.43  ; Retrieved 12,017,591 unifiable terms in 5,500 calls.
% 9.23/9.43  ; 
% 9.23/9.43  ; The agenda of rows to process has 20 entries:
% 9.23/9.43  ;     1 with value 17             12 with value 21               1 with value 23
% 9.23/9.43  ;     4 with value 19              1 with value 22               1 with value 25
% 9.23/9.43  ; The agenda of rows to give has 30221 entries:
% 9.23/9.43  ;     2 with value (4 18)       1293 with value (4 26)         750 with value (4 34)
% 9.23/9.43  ;   115 with value (4 19)       1485 with value (4 27)         279 with value (4 35)
% 9.23/9.43  ;   115 with value (4 20)       2785 with value (4 28)         174 with value (4 36)
% 9.23/9.43  ;   247 with value (4 21)       3819 with value (4 29)          96 with value (4 37)
% 9.23/9.43  ;   309 with value (4 22)       4440 with value (4 30)         222 with value (4 38)
% 9.23/9.43  ;   460 with value (4 23)       5811 with value (4 31)         114 with value (4 39)
% 9.23/9.43  ;   615 with value (4 24)       4809 with value (4 32)           3 with value (4 40)
% 9.23/9.43  ;   826 with value (4 25)       1452 with value (4 33)
% 9.23/9.43  Evaluation took:
% 9.23/9.43    8.949 seconds of real time
% 9.23/9.43    8.407738 seconds of user run time
% 9.23/9.43    0.53999 seconds of system run time
% 9.23/9.43    [Run times include 2.042 seconds GC run time.]
% 9.23/9.43    0 calls to %EVAL
% 9.23/9.43    0 page faults and
% 9.23/9.43    493,759,960 bytes consed.
% 9.23/9.43  :PROOF-FOUND
% 9.23/9.43  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-12T00:31:39
% 9.23/9.44  :PROOF-FOUND
% 9.23/9.44  * 
%------------------------------------------------------------------------------