TSTP Solution File: LCL109-6 by E-SAT---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : LCL109-6 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n022.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 18:23:46 EDT 2023

% Result   : Unsatisfiable 1.23s 0.56s
% Output   : CNFRefutation 1.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   18
%            Number of leaves      :   13
% Syntax   : Number of clauses     :   63 (  63 unt;   0 nHn;   6 RR)
%            Number of literals    :   63 (  62 equ;   3 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;   4 con; 0-2 aty)
%            Number of variables   :  103 (   5 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(axiom_7,axiom,
    xor(X1,xor(truth,X2)) = xor(xor(X1,truth),X2),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_7) ).

cnf(axiom_1,axiom,
    not(X1) = xor(X1,truth),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_1) ).

cnf(implies_definition,axiom,
    implies(X1,X2) = xor(truth,and_star(X1,xor(truth,X2))),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',implies_definition) ).

cnf(axiom_2,axiom,
    xor(X1,falsehood) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_2) ).

cnf(axiom_4,axiom,
    and_star(X1,truth) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_4) ).

cnf(false_definition,axiom,
    not(truth) = falsehood,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',false_definition) ).

cnf(xor_commutativity,axiom,
    xor(X1,X2) = xor(X2,X1),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',xor_commutativity) ).

cnf(and_star_commutativity,axiom,
    and_star(X1,X2) = and_star(X2,X1),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',and_star_commutativity) ).

cnf(axiom_8,axiom,
    and_star(xor(and_star(xor(truth,X1),X2),truth),X2) = and_star(xor(and_star(xor(truth,X2),X1),truth),X1),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_8) ).

cnf(axiom_6,axiom,
    and_star(xor(truth,X1),X1) = falsehood,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_6) ).

cnf(and_star_associativity,axiom,
    and_star(and_star(X1,X2),X3) = and_star(X1,and_star(X2,X3)),
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',and_star_associativity) ).

cnf(axiom_5,axiom,
    and_star(X1,falsehood) = falsehood,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',axiom_5) ).

cnf(prove_wajsberg_mv_4,negated_conjecture,
    implies(implies(implies(a,b),implies(b,a)),implies(b,a)) != truth,
    file('/export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p',prove_wajsberg_mv_4) ).

cnf(c_0_13,axiom,
    xor(X1,xor(truth,X2)) = xor(xor(X1,truth),X2),
    axiom_7 ).

cnf(c_0_14,axiom,
    not(X1) = xor(X1,truth),
    axiom_1 ).

cnf(c_0_15,axiom,
    implies(X1,X2) = xor(truth,and_star(X1,xor(truth,X2))),
    implies_definition ).

cnf(c_0_16,axiom,
    xor(X1,falsehood) = X1,
    axiom_2 ).

cnf(c_0_17,axiom,
    and_star(X1,truth) = X1,
    axiom_4 ).

cnf(c_0_18,plain,
    xor(X1,xor(truth,X2)) = xor(not(X1),X2),
    inference(rw,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_19,axiom,
    not(truth) = falsehood,
    false_definition ).

cnf(c_0_20,plain,
    xor(truth,X1) = implies(X1,falsehood),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_16]),c_0_17]) ).

cnf(c_0_21,axiom,
    xor(X1,X2) = xor(X2,X1),
    xor_commutativity ).

cnf(c_0_22,plain,
    not(not(X1)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_14]),c_0_19]),c_0_16]),c_0_14]) ).

cnf(c_0_23,plain,
    not(X1) = implies(X1,falsehood),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_21]),c_0_14]) ).

cnf(c_0_24,plain,
    implies(implies(X1,falsehood),falsehood) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_22,c_0_23]),c_0_23]) ).

cnf(c_0_25,plain,
    implies(and_star(X1,implies(X2,falsehood)),falsehood) = implies(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_15,c_0_20]),c_0_20]) ).

cnf(c_0_26,plain,
    and_star(X1,implies(X2,falsehood)) = implies(implies(X1,X2),falsehood),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_27,axiom,
    and_star(X1,X2) = and_star(X2,X1),
    and_star_commutativity ).

cnf(c_0_28,plain,
    and_star(X1,X2) = implies(implies(X1,implies(X2,falsehood)),falsehood),
    inference(spm,[status(thm)],[c_0_26,c_0_24]) ).

cnf(c_0_29,axiom,
    and_star(xor(and_star(xor(truth,X1),X2),truth),X2) = and_star(xor(and_star(xor(truth,X2),X1),truth),X1),
    axiom_8 ).

cnf(c_0_30,plain,
    implies(implies(X1,implies(X2,falsehood)),falsehood) = implies(implies(X2,implies(X1,falsehood)),falsehood),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_27,c_0_28]),c_0_28]) ).

cnf(c_0_31,plain,
    and_star(X1,not(and_star(xor(truth,X2),X1))) = and_star(X2,not(and_star(xor(truth,X1),X2))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_29,c_0_14]),c_0_27]),c_0_14]),c_0_27]) ).

cnf(c_0_32,plain,
    implies(X1,implies(X2,falsehood)) = implies(X2,implies(X1,falsehood)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_30]),c_0_24]) ).

cnf(c_0_33,axiom,
    and_star(xor(truth,X1),X1) = falsehood,
    axiom_6 ).

cnf(c_0_34,plain,
    and_star(X1,implies(and_star(implies(X2,falsehood),X1),falsehood)) = and_star(X2,implies(and_star(implies(X1,falsehood),X2),falsehood)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_31,c_0_20]),c_0_23]),c_0_20]),c_0_23]) ).

cnf(c_0_35,plain,
    implies(implies(X1,falsehood),implies(X2,falsehood)) = implies(X2,X1),
    inference(spm,[status(thm)],[c_0_32,c_0_24]) ).

cnf(c_0_36,axiom,
    and_star(and_star(X1,X2),X3) = and_star(X1,and_star(X2,X3)),
    and_star_associativity ).

cnf(c_0_37,plain,
    and_star(X1,xor(truth,X1)) = falsehood,
    inference(rw,[status(thm)],[c_0_33,c_0_27]) ).

cnf(c_0_38,axiom,
    and_star(X1,falsehood) = falsehood,
    axiom_5 ).

cnf(c_0_39,plain,
    and_star(truth,X1) = X1,
    inference(spm,[status(thm)],[c_0_17,c_0_27]) ).

cnf(c_0_40,plain,
    implies(implies(X1,implies(implies(X1,X2),falsehood)),falsehood) = implies(implies(X2,implies(implies(X2,X1),falsehood)),falsehood),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_34,c_0_26]),c_0_26]),c_0_28]),c_0_35]),c_0_28]),c_0_35]) ).

cnf(c_0_41,plain,
    implies(implies(X1,implies(X2,implies(X3,falsehood))),falsehood) = implies(implies(X2,implies(X3,implies(X1,falsehood))),falsehood),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_36,c_0_28]),c_0_28]),c_0_28]),c_0_28]),c_0_24]),c_0_35]) ).

cnf(c_0_42,plain,
    implies(X1,X1) = truth,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_37]),c_0_16]) ).

cnf(c_0_43,plain,
    implies(X1,truth) = truth,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_14]),c_0_19]),c_0_38]),c_0_16]) ).

cnf(c_0_44,plain,
    implies(truth,X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_39]),c_0_24]) ).

cnf(c_0_45,plain,
    implies(X1,implies(implies(X1,X2),falsehood)) = implies(X2,implies(implies(X2,X1),falsehood)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_40]),c_0_24]) ).

cnf(c_0_46,plain,
    implies(implies(X1,implies(X2,X1)),falsehood) = falsehood,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_24]),c_0_43]),c_0_44]) ).

cnf(c_0_47,plain,
    implies(implies(X1,X2),X2) = implies(implies(X2,X1),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_35]),c_0_35]),c_0_35]),c_0_35]) ).

cnf(c_0_48,plain,
    implies(X1,implies(X2,X1)) = truth,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_46]),c_0_42]) ).

cnf(c_0_49,plain,
    implies(X1,implies(X2,implies(X3,falsehood))) = implies(X2,implies(X3,implies(X1,falsehood))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_41]),c_0_24]) ).

cnf(c_0_50,plain,
    implies(implies(X1,falsehood),X2) = implies(implies(X2,falsehood),X1),
    inference(spm,[status(thm)],[c_0_35,c_0_24]) ).

cnf(c_0_51,plain,
    implies(implies(implies(X1,X2),X2),X2) = implies(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_44]) ).

cnf(c_0_52,plain,
    implies(X1,implies(X2,X3)) = implies(X2,implies(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_24]),c_0_24]) ).

cnf(c_0_53,plain,
    implies(implies(implies(X1,X2),X2),X1) = implies(X2,X1),
    inference(spm,[status(thm)],[c_0_51,c_0_47]) ).

cnf(c_0_54,plain,
    implies(X1,implies(implies(X1,X2),X2)) = truth,
    inference(spm,[status(thm)],[c_0_48,c_0_47]) ).

cnf(c_0_55,plain,
    implies(implies(implies(X1,X2),falsehood),X3) = implies(X1,implies(implies(X3,falsehood),X2)),
    inference(spm,[status(thm)],[c_0_50,c_0_52]) ).

cnf(c_0_56,plain,
    implies(implies(X1,X2),implies(implies(implies(X2,X1),X1),falsehood)) = implies(X2,falsehood),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_53]),c_0_54]),c_0_44]),c_0_32]) ).

cnf(c_0_57,negated_conjecture,
    implies(implies(implies(a,b),implies(b,a)),implies(b,a)) != truth,
    prove_wajsberg_mv_4 ).

cnf(c_0_58,plain,
    implies(implies(implies(X1,X2),X2),implies(X3,X1)) = implies(X3,implies(X2,X1)),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

cnf(c_0_59,plain,
    implies(implies(X1,X2),implies(implies(implies(X2,X1),X1),X3)) = implies(X2,X3),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_56]),c_0_24]),c_0_35]) ).

cnf(c_0_60,negated_conjecture,
    implies(b,implies(implies(b,implies(implies(a,b),a)),a)) != truth,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_57,c_0_52]),c_0_52]) ).

cnf(c_0_61,plain,
    implies(X1,implies(implies(X2,X1),X2)) = implies(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_59]),c_0_48]),c_0_44]),c_0_52]) ).

cnf(c_0_62,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_61]),c_0_54])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem    : LCL109-6 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.11  % Command    : run_E %s %d THM
% 0.11/0.31  % Computer : n022.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit   : 2400
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Mon Oct  2 12:39:39 EDT 2023
% 0.11/0.32  % CPUTime    : 
% 0.17/0.43  Running first-order model finding
% 0.17/0.43  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/tmp/tmp.GGnyrRdJ5p/E---3.1_24882.p
% 1.23/0.56  # Version: 3.1pre001
% 1.23/0.56  # Preprocessing class: FSSSSMSSSSSNFFN.
% 1.23/0.56  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 1.23/0.56  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 1.23/0.56  # Starting new_bool_3 with 300s (1) cores
% 1.23/0.56  # Starting new_bool_1 with 300s (1) cores
% 1.23/0.56  # Starting sh5l with 300s (1) cores
% 1.23/0.56  # sh5l with pid 24962 completed with status 0
% 1.23/0.56  # Result found by sh5l
% 1.23/0.56  # Preprocessing class: FSSSSMSSSSSNFFN.
% 1.23/0.56  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 1.23/0.56  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 1.23/0.56  # Starting new_bool_3 with 300s (1) cores
% 1.23/0.56  # Starting new_bool_1 with 300s (1) cores
% 1.23/0.56  # Starting sh5l with 300s (1) cores
% 1.23/0.56  # SinE strategy is gf500_gu_R04_F100_L20000
% 1.23/0.56  # Search class: FUUPM-FFSF21-MFFFFFNN
% 1.23/0.56  # Scheduled 7 strats onto 1 cores with 300 seconds (300 total)
% 1.23/0.56  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S2S with 135s (1) cores
% 1.23/0.56  # H----_047_C09_12_F1_AE_ND_CS_SP_S2S with pid 24967 completed with status 0
% 1.23/0.56  # Result found by H----_047_C09_12_F1_AE_ND_CS_SP_S2S
% 1.23/0.56  # Preprocessing class: FSSSSMSSSSSNFFN.
% 1.23/0.56  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 1.23/0.56  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 1.23/0.56  # Starting new_bool_3 with 300s (1) cores
% 1.23/0.56  # Starting new_bool_1 with 300s (1) cores
% 1.23/0.56  # Starting sh5l with 300s (1) cores
% 1.23/0.56  # SinE strategy is gf500_gu_R04_F100_L20000
% 1.23/0.56  # Search class: FUUPM-FFSF21-MFFFFFNN
% 1.23/0.56  # Scheduled 7 strats onto 1 cores with 300 seconds (300 total)
% 1.23/0.56  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S2S with 135s (1) cores
% 1.23/0.56  # Preprocessing time       : 0.001 s
% 1.23/0.56  # Presaturation interreduction done
% 1.23/0.56  
% 1.23/0.56  # Proof found!
% 1.23/0.56  # SZS status Unsatisfiable
% 1.23/0.56  # SZS output start CNFRefutation
% See solution above
% 1.23/0.56  # Parsed axioms                        : 14
% 1.23/0.56  # Removed by relevancy pruning/SinE    : 0
% 1.23/0.56  # Initial clauses                      : 14
% 1.23/0.56  # Removed in clause preprocessing      : 0
% 1.23/0.56  # Initial clauses in saturation        : 14
% 1.23/0.56  # Processed clauses                    : 699
% 1.23/0.56  # ...of these trivial                  : 340
% 1.23/0.56  # ...subsumed                          : 227
% 1.23/0.56  # ...remaining for further processing  : 132
% 1.23/0.56  # Other redundant clauses eliminated   : 0
% 1.23/0.56  # Clauses deleted for lack of memory   : 0
% 1.23/0.56  # Backward-subsumed                    : 4
% 1.23/0.56  # Backward-rewritten                   : 38
% 1.23/0.56  # Generated clauses                    : 13869
% 1.23/0.56  # ...of the previous two non-redundant : 6198
% 1.23/0.56  # ...aggressively subsumed             : 0
% 1.23/0.56  # Contextual simplify-reflections      : 0
% 1.23/0.56  # Paramodulations                      : 13869
% 1.23/0.56  # Factorizations                       : 0
% 1.23/0.56  # NegExts                              : 0
% 1.23/0.56  # Equation resolutions                 : 0
% 1.23/0.56  # Total rewrite steps                  : 26595
% 1.23/0.56  # Propositional unsat checks           : 0
% 1.23/0.56  #    Propositional check models        : 0
% 1.23/0.56  #    Propositional check unsatisfiable : 0
% 1.23/0.56  #    Propositional clauses             : 0
% 1.23/0.56  #    Propositional clauses after purity: 0
% 1.23/0.56  #    Propositional unsat core size     : 0
% 1.23/0.56  #    Propositional preprocessing time  : 0.000
% 1.23/0.56  #    Propositional encoding time       : 0.000
% 1.23/0.56  #    Propositional solver time         : 0.000
% 1.23/0.56  #    Success case prop preproc time    : 0.000
% 1.23/0.56  #    Success case prop encoding time   : 0.000
% 1.23/0.56  #    Success case prop solver time     : 0.000
% 1.23/0.56  # Current number of processed clauses  : 76
% 1.23/0.56  #    Positive orientable unit clauses  : 64
% 1.23/0.56  #    Positive unorientable unit clauses: 11
% 1.23/0.56  #    Negative unit clauses             : 1
% 1.23/0.56  #    Non-unit-clauses                  : 0
% 1.23/0.56  # Current number of unprocessed clauses: 5352
% 1.23/0.56  # ...number of literals in the above   : 5352
% 1.23/0.56  # Current number of archived formulas  : 0
% 1.23/0.56  # Current number of archived clauses   : 56
% 1.23/0.56  # Clause-clause subsumption calls (NU) : 0
% 1.23/0.56  # Rec. Clause-clause subsumption calls : 0
% 1.23/0.56  # Non-unit clause-clause subsumptions  : 0
% 1.23/0.56  # Unit Clause-clause subsumption calls : 69
% 1.23/0.56  # Rewrite failures with RHS unbound    : 0
% 1.23/0.56  # BW rewrite match attempts            : 853
% 1.23/0.56  # BW rewrite match successes           : 196
% 1.23/0.56  # Condensation attempts                : 0
% 1.23/0.56  # Condensation successes               : 0
% 1.23/0.56  # Termbank termtop insertions          : 175560
% 1.23/0.56  
% 1.23/0.56  # -------------------------------------------------
% 1.23/0.56  # User time                : 0.111 s
% 1.23/0.56  # System time              : 0.005 s
% 1.23/0.56  # Total time               : 0.116 s
% 1.23/0.56  # Maximum resident set size: 1620 pages
% 1.23/0.56  
% 1.23/0.56  # -------------------------------------------------
% 1.23/0.56  # User time                : 0.112 s
% 1.23/0.56  # System time              : 0.007 s
% 1.23/0.56  # Total time               : 0.119 s
% 1.23/0.56  # Maximum resident set size: 1676 pages
% 1.23/0.56  % E---3.1 exiting
%------------------------------------------------------------------------------