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

View Problem - Process Solution

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

% Computer : n009.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 : Sun Jul 17 14:20:36 EDT 2022

% Result   : Unsatisfiable 0.52s 0.74s
% Output   : Refutation 0.52s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   33 (  33 unt;   0 nHn;   7 RR)
%            Number of literals    :   33 (  32 equ;   4 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   3 con; 0-2 aty)
%            Number of variables   :   37 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(wajsberg_1,axiom,
    implies(truth,X) = X,
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-0.ax',wajsberg_1) ).

cnf(wajsberg_2,axiom,
    implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))) = truth,
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-0.ax',wajsberg_2) ).

cnf(wajsberg_3,axiom,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-0.ax',wajsberg_3) ).

cnf(wajsberg_4,axiom,
    implies(implies(not(X),not(Y)),implies(Y,X)) = truth,
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-0.ax',wajsberg_4) ).

cnf(or_definition,axiom,
    or(X,Y) = implies(not(X),Y),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-2.ax',or_definition) ).

cnf(and_definition,axiom,
    and(X,Y) = not(or(not(X),not(Y))),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL001-2.ax',and_definition) ).

cnf(8,plain,
    and(X,Y) = not(implies(not(not(X)),not(Y))),
    inference('REWRITE',[status(thm)],[and_definition,or_definition,theory(equality)]) ).

cnf(xor_definition,axiom,
    xor(X,Y) = or(and(X,not(Y)),and(not(X),Y)),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL002-1.ax',xor_definition) ).

cnf(10,plain,
    xor(X,Y) = implies(not(and(X,not(Y))),and(not(X),Y)),
    inference('REWRITE',[status(thm)],[xor_definition,or_definition,theory(equality)]) ).

cnf(false_definition,axiom,
    not(truth) = falsehood,
    file('/export/starexec/sandbox/benchmark/Axioms/LCL002-1.ax',false_definition) ).

cnf(prove_alternative_wajsberg_axiom,negated_conjecture,
    not(x) != xor(x,truth),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_alternative_wajsberg_axiom) ).

cnf(16,plain,
    not(x) != implies(not(and(x,falsehood)),and(not(x),truth)),
    inference('REWRITE',[status(thm)],[prove_alternative_wajsberg_axiom,false_definition,10,theory(equality)]) ).

cnf(17,plain,
    implies(not(X),Y) = implies(not(Y),X),
    inference('PARAMODULATE',[status(thm)],[or_definition,or_definition,theory(equality)]) ).

cnf(99,plain,
    implies(X,X) = implies(implies(X,truth),truth),
    inference('PARAMODULATE',[status(thm)],[wajsberg_3,wajsberg_1,theory(equality)]) ).

cnf(101,plain,
    implies(implies(not(X),falsehood),X) = truth,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[wajsberg_4,wajsberg_1,theory(equality)]),false_definition,theory(equality)]) ).

cnf(105,plain,
    and(truth,X) = not(implies(not(falsehood),not(X))),
    inference('PARAMODULATE',[status(thm)],[8,false_definition,theory(equality)]) ).

cnf(111,plain,
    implies(X,implies(implies(X,Y),Y)) = truth,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[wajsberg_2,wajsberg_1,theory(equality)]),wajsberg_1,theory(equality)]) ).

cnf(125,plain,
    implies(falsehood,X) = implies(not(X),truth),
    inference('PARAMODULATE',[status(thm)],[17,false_definition,theory(equality)]) ).

cnf(134,plain,
    implies(not(X),not(X)) = implies(implies(falsehood,X),truth),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[99,17,theory(equality)]),false_definition,theory(equality)]) ).

cnf(140,plain,
    implies(implies(not(falsehood),X),X) = truth,
    inference('PARAMODULATE',[status(thm)],[101,17,theory(equality)]) ).

cnf(160,plain,
    truth = implies(X,X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[wajsberg_1,111,theory(equality)]),wajsberg_1,theory(equality)]) ).

cnf(161,plain,
    truth = implies(implies(falsehood,X),truth),
    inference('REWRITE',[status(thm)],[134,160,theory(equality)]) ).

cnf(167,plain,
    implies(falsehood,X) = truth,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[111,125,theory(equality)]),125,161,theory(equality)]) ).

cnf(183,plain,
    X = implies(implies(X,falsehood),falsehood),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[wajsberg_3,167,theory(equality)]),wajsberg_1,theory(equality)]) ).

cnf(200,plain,
    not(falsehood) = truth,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[140,160,theory(equality)]),wajsberg_1,theory(equality)]) ).

cnf(201,plain,
    and(truth,X) = not(not(X)),
    inference('REWRITE',[status(thm)],[105,wajsberg_1,200,theory(equality)]) ).

cnf(203,plain,
    not(x) != implies(not(not(not(not(x)))),and(x,falsehood)),
    inference('REWRITE',[status(thm)],[16,17,201,theory(equality)]) ).

cnf(204,plain,
    X = implies(not(X),falsehood),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[17,200,theory(equality)]),wajsberg_1,theory(equality)]) ).

cnf(205,plain,
    and(falsehood,X) = falsehood,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,200,theory(equality)]),167,false_definition,theory(equality)]) ).

cnf(207,plain,
    not(x) != not(not(not(x))),
    inference('REWRITE',[status(thm)],[203,204,205,theory(equality)]) ).

cnf(213,plain,
    implies(X,falsehood) = not(X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[wajsberg_3,204,theory(equality)]),wajsberg_1,167,theory(equality)]) ).

cnf(214,plain,
    X = not(not(X)),
    inference('REWRITE',[status(thm)],[183,213,theory(equality)]) ).

cnf(222,plain,
    $false,
    inference('REWRITE',[status(thm)],[207,214,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : LCL153-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : run-snark %s %d
% 0.11/0.33  % Computer : n009.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Sun Jul  3 21:13:22 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.19/0.44  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.45  * 
% 0.19/0.45  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 0.19/0.46  SNARK-TPTP-OPTIONS
% 0.19/0.46  * 
% 0.19/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.46   (USE-FACTORING :POS)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.46  * 
% 0.19/0.46  "."
% 0.19/0.46  * 
% 0.19/0.46  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-03T21:13:22
% 0.19/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n009.cluster.edu at 2022-07-03T21:13:22
% 0.19/0.47  
% 0.19/0.47  ; Recognized left identity assertion (= (|implies| |truth| ?X) ?X).
% 0.19/0.47  ; Recognized associativity assertion (= (|or| (|or| ?X ?Y) ?Z) (|or| ?X (|or| ?Y ?Z))).
% 0.19/0.47  ; Recognized commutativity assertion (= (|or| ?X ?Y) (|or| ?Y ?X)).
% 0.19/0.47  ; Recognized associativity assertion (= (|and| (|and| ?X ?Y) ?Z) (|and| ?X (|and| ?Y ?Z))).
% 0.19/0.47  ; Recognized commutativity assertion (= (|and| ?X ?Y) (|and| ?Y ?X)).
% 0.19/0.47  ; Recognized commutativity assertion (= (|xor| ?X ?Y) (|xor| ?Y ?X)).
% 0.19/0.47  ; Recognized associativity assertion (= (|and_star| (|and_star| ?X ?Y) ?Z) (|and_star| ?X (|and_star| ?Y ?Z))).
% 0.19/0.47  ; Recognized commutativity assertion (= (|and_star| ?X ?Y) (|and_star| ?Y ?X)).
% 0.19/0.47  ; Declaring or to be commutative.
% 0.19/0.47  ; Declaring or to be associative-commutative.
% 0.19/0.47  ; Declaring and to be commutative.
% 0.19/0.47  ; Declaring and to be associative-commutative.
% 0.19/0.47  ; Declaring xor to be commutative.
% 0.19/0.47  ; Declaring and_star to be commutative.
% 0.52/0.74  ; Declaring and_star to be associative-commutative.
% 0.52/0.74  
% 0.52/0.74  #||
% 0.52/0.74  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.52/0.74  % SZS output start Refutation
% See solution above
% 0.52/0.74  ||#
% 0.52/0.74  
% 0.52/0.74  ; Summary of computation:
% 0.52/0.74  ;       770 formulas have been input or derived (from 37 formulas).
% 0.52/0.74  ;       222 (29%) were retained.  Of these,
% 0.52/0.74  ;           89 (40%) were simplified or subsumed later,
% 0.52/0.74  ;          133 (60%) are still being kept.
% 0.52/0.74  ; 
% 0.52/0.74  ; Run time in seconds excluding printing time:
% 0.52/0.74  ;     0.005   2%   Read assertion file          (1 call)
% 0.52/0.74  ;     0.000   0%   Assert                       (17 calls)
% 0.52/0.74  ;     0.028  10%   Process new row              (716 calls)
% 0.52/0.74  ;     0.000   0%   Resolution                   (72 calls)
% 0.52/0.74  ;     0.016   6%   Paramodulation               (36 calls)
% 0.52/0.74  ;     0.001   0%   Embedding                    (19 calls)
% 0.52/0.74  ;     0.068  24%   Forward simplification       (689 calls)
% 0.52/0.74  ;     0.019   7%   Backward simplification      (207 calls)
% 0.52/0.74  ;     0.116  42%   Ordering                     (14,241 calls)
% 0.52/0.74  ;     0.001   0%   Ordering ac                  (90 calls)
% 0.52/0.74  ;     0.001   0%   Sortal reasoning             (32 calls)
% 0.52/0.74  ;     0.000   0%   Purity testing               (1 call)
% 0.52/0.74  ;     0.023   8%   Other
% 0.52/0.74  ;     0.278        Total
% 0.52/0.74  ;     0.281        Real time
% 0.52/0.74  ; 
% 0.52/0.74  ; Term-hash-array has 814 terms in all.
% 0.52/0.74  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 0.52/0.74  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 0.52/0.74  ; Path-index has 574 entries (675 at peak, 841 added, 267 deleted).
% 0.52/0.74  ; Path-index has 587 nodes (676 at peak, 783 added, 196 deleted).
% 0.52/0.74  ; Trie-index has 574 entries (675 at peak, 841 added, 267 deleted).
% 0.52/0.74  ; Trie-index has 1,362 nodes (1,838 at peak, 2,138 added, 776 deleted).
% 0.52/0.74  ; Retrieved 11,138 generalization terms in 6,291 calls.
% 0.52/0.74  ; Retrieved 1,824 instance terms in 349 calls.
% 0.52/0.74  ; Retrieved 2,437 unifiable terms in 207 calls.
% 0.52/0.74  ; 
% 0.52/0.74  ; The agenda of backward simplifiable rows to process has 4 entries:
% 0.52/0.74  ;     4 with value 0
% 0.52/0.74  ; The agenda of rows to process has 6 entries:
% 0.52/0.74  ;     2 with value 20              3 with value 21               1 with value 22
% 0.52/0.74  ; The agenda of input rows to give has 1 entry:
% 0.52/0.74  ;     1 with value 13
% 0.52/0.74  ; The agenda of rows to give has 110 entries:
% 0.52/0.74  ;     1 with value (4 8)           4 with value (4 20)          11 with value (4 36)
% 0.52/0.74  ;     1 with value (4 12)         10 with value (4 21)           6 with value (4 37)
% 0.52/0.74  ;     1 with value (4 13)          3 with value (4 22)           6 with value (4 42)
% 0.52/0.74  ;     1 with value (4 14)          5 with value (4 23)           7 with value (4 43)
% 0.52/0.74  ;     1 with value (4 16)          1 with value (4 27)           3 with value (4 44)
% 0.52/0.74  ;     3 with value (4 17)         10 with value (4 28)           2 with value (4 49)
% 0.52/0.74  ;     3 with value (4 18)         15 with value (4 29)           3 with value (4 50)
% 0.52/0.74  ;     1 with value (4 19)         11 with value (4 35)           1 with value (4 56)
% 0.52/0.74  Evaluation took:
% 0.52/0.74    0.281 seconds of real time
% 0.52/0.74    0.250342 seconds of user run time
% 0.52/0.74    0.031038 seconds of system run time
% 0.52/0.74    [Run times include 0.005 seconds GC run time.]
% 0.52/0.74    0 calls to %EVAL
% 0.52/0.74    0 page faults and
% 0.52/0.74    16,994,392 bytes consed.
% 0.52/0.74  :PROOF-FOUND
% 0.52/0.74  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-03T21:13:22
% 0.52/0.74  :PROOF-FOUND
% 0.52/0.74  * 
%------------------------------------------------------------------------------