TSTP Solution File: KLE108-10 by E-SAT---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : KLE108-10 : TPTP v8.1.2. Released v7.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n002.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:04:58 EDT 2023

% Result   : Unsatisfiable 152.90s 20.02s
% Output   : CNFRefutation 152.90s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   29
% Syntax   : Number of clauses     :  159 ( 159 unt;   0 nHn;  32 RR)
%            Number of literals    :  159 ( 158 equ;   6 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :   17 (   3 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :   19 (  19 usr;   6 con; 0-4 aty)
%            Number of variables   :  200 (  17 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(complement,axiom,
    c(X1) = antidomain(domain(X1)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',complement) ).

cnf(domain4,axiom,
    domain(X1) = antidomain(antidomain(X1)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',domain4) ).

cnf(forward_diamond,axiom,
    forward_diamond(X1,X2) = domain(multiplication(X1,domain(X2))),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',forward_diamond) ).

cnf(forward_box,axiom,
    forward_box(X1,X2) = c(forward_diamond(X1,c(X2))),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',forward_box) ).

cnf(goals,negated_conjecture,
    addition(domain(sK2_goals_X1),forward_box(sK3_goals_X0,domain(sK1_goals_X2))) = forward_box(sK3_goals_X0,domain(sK1_goals_X2)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',goals) ).

cnf(additive_identity,axiom,
    addition(X1,zero) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',additive_identity) ).

cnf(additive_commutativity,axiom,
    addition(X1,X2) = addition(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',additive_commutativity) ).

cnf(domain3,axiom,
    addition(antidomain(antidomain(X1)),antidomain(X1)) = one,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',domain3) ).

cnf(additive_associativity,axiom,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',additive_associativity) ).

cnf(domain2,axiom,
    addition(antidomain(multiplication(X1,X2)),antidomain(multiplication(X1,antidomain(antidomain(X2))))) = antidomain(multiplication(X1,antidomain(antidomain(X2)))),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',domain2) ).

cnf(multiplicative_left_identity,axiom,
    multiplication(one,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',multiplicative_left_identity) ).

cnf(additive_idempotence,axiom,
    addition(X1,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',additive_idempotence) ).

cnf(left_distributivity,axiom,
    multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',left_distributivity) ).

cnf(domain1,axiom,
    multiplication(antidomain(X1),X1) = zero,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',domain1) ).

cnf(right_distributivity,axiom,
    multiplication(X1,addition(X2,X3)) = addition(multiplication(X1,X2),multiplication(X1,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',right_distributivity) ).

cnf(multiplicative_right_identity,axiom,
    multiplication(X1,one) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',multiplicative_right_identity) ).

cnf(codomain1,axiom,
    multiplication(X1,coantidomain(X1)) = zero,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',codomain1) ).

cnf(codomain3,axiom,
    addition(coantidomain(coantidomain(X1)),coantidomain(X1)) = one,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',codomain3) ).

cnf(codomain2,axiom,
    addition(coantidomain(multiplication(X1,X2)),coantidomain(multiplication(coantidomain(coantidomain(X1)),X2))) = coantidomain(multiplication(coantidomain(coantidomain(X1)),X2)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',codomain2) ).

cnf(order,axiom,
    ifeq2(addition(X1,X2),X2,leq(X1,X2),true) = true,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',order) ).

cnf(ifeq_axiom,axiom,
    ifeq2(X1,X1,X2,X3) = X2,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',ifeq_axiom) ).

cnf(multiplicative_associativity,axiom,
    multiplication(X1,multiplication(X2,X3)) = multiplication(multiplication(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',multiplicative_associativity) ).

cnf(order_1,axiom,
    ifeq(leq(X1,X2),true,addition(X1,X2),X2) = X2,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',order_1) ).

cnf(ifeq_axiom_001,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',ifeq_axiom_001) ).

cnf(right_annihilation,axiom,
    multiplication(X1,zero) = zero,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',right_annihilation) ).

cnf(left_annihilation,axiom,
    multiplication(zero,X1) = zero,
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',left_annihilation) ).

cnf(backward_diamond,axiom,
    backward_diamond(X1,X2) = codomain(multiplication(codomain(X2),X1)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',backward_diamond) ).

cnf(codomain4,axiom,
    codomain(X1) = coantidomain(coantidomain(X1)),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',codomain4) ).

cnf(goals_1,negated_conjecture,
    addition(backward_diamond(sK3_goals_X0,domain(sK2_goals_X1)),domain(sK1_goals_X2)) != domain(sK1_goals_X2),
    file('/export/starexec/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p',goals_1) ).

cnf(c_0_29,axiom,
    c(X1) = antidomain(domain(X1)),
    complement ).

cnf(c_0_30,axiom,
    domain(X1) = antidomain(antidomain(X1)),
    domain4 ).

cnf(c_0_31,axiom,
    forward_diamond(X1,X2) = domain(multiplication(X1,domain(X2))),
    forward_diamond ).

cnf(c_0_32,axiom,
    forward_box(X1,X2) = c(forward_diamond(X1,c(X2))),
    forward_box ).

cnf(c_0_33,plain,
    c(X1) = antidomain(antidomain(antidomain(X1))),
    inference(rw,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_34,plain,
    forward_diamond(X1,X2) = antidomain(antidomain(multiplication(X1,antidomain(antidomain(X2))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_31,c_0_30]),c_0_30]) ).

cnf(c_0_35,negated_conjecture,
    addition(domain(sK2_goals_X1),forward_box(sK3_goals_X0,domain(sK1_goals_X2))) = forward_box(sK3_goals_X0,domain(sK1_goals_X2)),
    goals ).

cnf(c_0_36,plain,
    forward_box(X1,X2) = antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(X1,antidomain(antidomain(antidomain(antidomain(antidomain(X2))))))))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_32,c_0_33]),c_0_33]),c_0_34]) ).

cnf(c_0_37,axiom,
    addition(X1,zero) = X1,
    additive_identity ).

cnf(c_0_38,axiom,
    addition(X1,X2) = addition(X2,X1),
    additive_commutativity ).

cnf(c_0_39,axiom,
    addition(antidomain(antidomain(X1)),antidomain(X1)) = one,
    domain3 ).

cnf(c_0_40,axiom,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    additive_associativity ).

cnf(c_0_41,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2)))))))))))))) = antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2))))))))))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_35,c_0_30]),c_0_30]),c_0_30]),c_0_36]),c_0_36]) ).

cnf(c_0_42,axiom,
    addition(antidomain(multiplication(X1,X2)),antidomain(multiplication(X1,antidomain(antidomain(X2))))) = antidomain(multiplication(X1,antidomain(antidomain(X2)))),
    domain2 ).

cnf(c_0_43,axiom,
    multiplication(one,X1) = X1,
    multiplicative_left_identity ).

cnf(c_0_44,axiom,
    addition(X1,X1) = X1,
    additive_idempotence ).

cnf(c_0_45,axiom,
    multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    left_distributivity ).

cnf(c_0_46,axiom,
    multiplication(antidomain(X1),X1) = zero,
    domain1 ).

cnf(c_0_47,plain,
    addition(zero,X1) = X1,
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_48,plain,
    addition(antidomain(X1),antidomain(antidomain(X1))) = one,
    inference(rw,[status(thm)],[c_0_39,c_0_38]) ).

cnf(c_0_49,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),addition(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2))))))))))))),X1)) = addition(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2))))))))))))),X1),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_50,plain,
    addition(antidomain(X1),antidomain(antidomain(antidomain(X1)))) = antidomain(antidomain(antidomain(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_43]) ).

cnf(c_0_51,plain,
    addition(X1,addition(X1,X2)) = addition(X1,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_44]) ).

cnf(c_0_52,axiom,
    multiplication(X1,addition(X2,X3)) = addition(multiplication(X1,X2),multiplication(X1,X3)),
    right_distributivity ).

cnf(c_0_53,plain,
    multiplication(addition(antidomain(X1),X2),X1) = multiplication(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47]) ).

cnf(c_0_54,plain,
    addition(antidomain(X1),addition(antidomain(antidomain(X1)),X2)) = addition(one,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_48]) ).

cnf(c_0_55,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2)))))))))))))))) = antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2))))))))))))))),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

cnf(c_0_56,plain,
    addition(one,antidomain(X1)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_48]),c_0_38]) ).

cnf(c_0_57,plain,
    multiplication(antidomain(X1),addition(X2,X1)) = multiplication(antidomain(X1),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_46]),c_0_37]) ).

cnf(c_0_58,axiom,
    multiplication(X1,one) = X1,
    multiplicative_right_identity ).

cnf(c_0_59,plain,
    multiplication(antidomain(antidomain(X1)),X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_48]),c_0_43]) ).

cnf(c_0_60,axiom,
    multiplication(X1,coantidomain(X1)) = zero,
    codomain1 ).

cnf(c_0_61,negated_conjecture,
    addition(antidomain(sK2_goals_X1),antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2)))))))))))))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_55]),c_0_56]) ).

cnf(c_0_62,plain,
    antidomain(antidomain(antidomain(X1))) = antidomain(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_48]),c_0_58]),c_0_59]) ).

cnf(c_0_63,axiom,
    addition(coantidomain(coantidomain(X1)),coantidomain(X1)) = one,
    codomain3 ).

cnf(c_0_64,plain,
    multiplication(addition(X1,X2),coantidomain(X1)) = multiplication(X2,coantidomain(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_60]),c_0_47]) ).

cnf(c_0_65,negated_conjecture,
    addition(antidomain(sK2_goals_X1),antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2)))) = one,
    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_61,c_0_62]),c_0_62]),c_0_62]),c_0_62]),c_0_62]),c_0_62]) ).

cnf(c_0_66,plain,
    addition(coantidomain(X1),coantidomain(coantidomain(X1))) = one,
    inference(rw,[status(thm)],[c_0_63,c_0_38]) ).

cnf(c_0_67,axiom,
    addition(coantidomain(multiplication(X1,X2)),coantidomain(multiplication(coantidomain(coantidomain(X1)),X2))) = coantidomain(multiplication(coantidomain(coantidomain(X1)),X2)),
    codomain2 ).

cnf(c_0_68,negated_conjecture,
    multiplication(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))),coantidomain(antidomain(sK2_goals_X1))) = coantidomain(antidomain(sK2_goals_X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_65]),c_0_43]) ).

cnf(c_0_69,axiom,
    ifeq2(addition(X1,X2),X2,leq(X1,X2),true) = true,
    order ).

cnf(c_0_70,axiom,
    ifeq2(X1,X1,X2,X3) = X2,
    ifeq_axiom ).

cnf(c_0_71,plain,
    multiplication(X1,addition(X2,coantidomain(X1))) = multiplication(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_60]),c_0_37]) ).

cnf(c_0_72,plain,
    addition(coantidomain(X1),addition(coantidomain(coantidomain(X1)),X2)) = addition(one,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_66]) ).

cnf(c_0_73,negated_conjecture,
    addition(coantidomain(coantidomain(antidomain(sK2_goals_X1))),coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1))))) = coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1)))),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_74,plain,
    addition(one,coantidomain(X1)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_66]),c_0_38]) ).

cnf(c_0_75,plain,
    leq(X1,addition(X1,X2)) = true,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_51]),c_0_70]) ).

cnf(c_0_76,plain,
    multiplication(X1,addition(coantidomain(X1),X2)) = multiplication(X1,X2),
    inference(spm,[status(thm)],[c_0_71,c_0_38]) ).

cnf(c_0_77,negated_conjecture,
    addition(coantidomain(antidomain(sK2_goals_X1)),coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_74]) ).

cnf(c_0_78,plain,
    leq(multiplication(X1,X2),multiplication(X1,addition(X2,X3))) = true,
    inference(spm,[status(thm)],[c_0_75,c_0_52]) ).

cnf(c_0_79,plain,
    addition(X1,multiplication(X2,X1)) = multiplication(addition(X2,one),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_43]),c_0_38]) ).

cnf(c_0_80,negated_conjecture,
    multiplication(antidomain(sK2_goals_X1),coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1))))) = antidomain(sK2_goals_X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_58]) ).

cnf(c_0_81,plain,
    leq(multiplication(X1,coantidomain(X2)),X1) = true,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_66]),c_0_58]) ).

cnf(c_0_82,axiom,
    multiplication(X1,multiplication(X2,X3)) = multiplication(multiplication(X1,X2),X3),
    multiplicative_associativity ).

cnf(c_0_83,plain,
    multiplication(X1,coantidomain(coantidomain(X1))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_66]),c_0_58]) ).

cnf(c_0_84,negated_conjecture,
    addition(antidomain(sK2_goals_X1),coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1))))) = coantidomain(multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),coantidomain(antidomain(sK2_goals_X1)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_80]),c_0_38]),c_0_56]),c_0_43]),c_0_38]) ).

cnf(c_0_85,plain,
    addition(coantidomain(X1),coantidomain(coantidomain(coantidomain(X1)))) = coantidomain(coantidomain(coantidomain(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_58]),c_0_58]) ).

cnf(c_0_86,plain,
    antidomain(one) = zero,
    inference(spm,[status(thm)],[c_0_58,c_0_46]) ).

cnf(c_0_87,axiom,
    ifeq(leq(X1,X2),true,addition(X1,X2),X2) = X2,
    order_1 ).

cnf(c_0_88,plain,
    leq(coantidomain(X1),antidomain(antidomain(coantidomain(X1)))) = true,
    inference(spm,[status(thm)],[c_0_81,c_0_59]) ).

cnf(c_0_89,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    ifeq_axiom_001 ).

cnf(c_0_90,plain,
    multiplication(X1,multiplication(coantidomain(coantidomain(X1)),X2)) = multiplication(X1,X2),
    inference(spm,[status(thm)],[c_0_82,c_0_83]) ).

cnf(c_0_91,negated_conjecture,
    multiplication(coantidomain(coantidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))))),multiplication(coantidomain(antidomain(sK2_goals_X1)),antidomain(sK2_goals_X1))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_84]),c_0_60]),c_0_82]) ).

cnf(c_0_92,axiom,
    multiplication(X1,zero) = zero,
    right_annihilation ).

cnf(c_0_93,plain,
    coantidomain(one) = zero,
    inference(spm,[status(thm)],[c_0_43,c_0_60]) ).

cnf(c_0_94,plain,
    multiplication(addition(X1,X2),coantidomain(X2)) = multiplication(X1,coantidomain(X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_60]),c_0_37]) ).

cnf(c_0_95,plain,
    multiplication(coantidomain(coantidomain(X1)),coantidomain(X1)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_85]),c_0_60]) ).

cnf(c_0_96,plain,
    antidomain(zero) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_86]),c_0_47]) ).

cnf(c_0_97,plain,
    addition(coantidomain(X1),antidomain(antidomain(coantidomain(X1)))) = antidomain(antidomain(coantidomain(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_88]),c_0_89]) ).

cnf(c_0_98,plain,
    addition(coantidomain(multiplication(X1,multiplication(X2,X3))),coantidomain(multiplication(coantidomain(coantidomain(multiplication(X1,X2))),X3))) = coantidomain(multiplication(coantidomain(coantidomain(multiplication(X1,X2))),X3)),
    inference(spm,[status(thm)],[c_0_67,c_0_82]) ).

cnf(c_0_99,negated_conjecture,
    multiplication(antidomain(multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))),multiplication(coantidomain(antidomain(sK2_goals_X1)),antidomain(sK2_goals_X1))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_90,c_0_91]),c_0_92]) ).

cnf(c_0_100,plain,
    coantidomain(zero) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_93]),c_0_47]) ).

cnf(c_0_101,plain,
    coantidomain(coantidomain(coantidomain(X1))) = coantidomain(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_66]),c_0_43]),c_0_83]) ).

cnf(c_0_102,plain,
    antidomain(multiplication(coantidomain(coantidomain(X1)),antidomain(antidomain(coantidomain(X1))))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_95]),c_0_96]),c_0_56]) ).

cnf(c_0_103,plain,
    addition(coantidomain(X1),antidomain(antidomain(coantidomain(coantidomain(X1))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_97]),c_0_56]) ).

cnf(c_0_104,plain,
    leq(multiplication(X1,X2),multiplication(addition(X1,X3),X2)) = true,
    inference(spm,[status(thm)],[c_0_75,c_0_45]) ).

cnf(c_0_105,negated_conjecture,
    coantidomain(multiplication(coantidomain(antidomain(sK2_goals_X1)),antidomain(sK2_goals_X1))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_99]),c_0_100]),c_0_68]),c_0_101]),c_0_74]),c_0_68]),c_0_101]) ).

cnf(c_0_106,plain,
    multiplication(coantidomain(coantidomain(X1)),antidomain(antidomain(coantidomain(X1)))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_102]),c_0_43]) ).

cnf(c_0_107,plain,
    addition(antidomain(antidomain(coantidomain(X1))),coantidomain(coantidomain(X1))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_103,c_0_101]),c_0_38]) ).

cnf(c_0_108,plain,
    leq(multiplication(antidomain(X1),X2),X2) = true,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_48]),c_0_43]) ).

cnf(c_0_109,negated_conjecture,
    multiplication(coantidomain(antidomain(sK2_goals_X1)),antidomain(sK2_goals_X1)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_105]),c_0_58]) ).

cnf(c_0_110,axiom,
    multiplication(zero,X1) = zero,
    left_annihilation ).

cnf(c_0_111,plain,
    multiplication(addition(X1,antidomain(X2)),X2) = multiplication(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_37]) ).

cnf(c_0_112,plain,
    coantidomain(multiplication(coantidomain(coantidomain(antidomain(X1))),X1)) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_46]),c_0_100]),c_0_74]) ).

cnf(c_0_113,plain,
    multiplication(coantidomain(coantidomain(X1)),addition(antidomain(antidomain(coantidomain(X1))),X2)) = multiplication(coantidomain(coantidomain(X1)),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_106]),c_0_47]) ).

cnf(c_0_114,plain,
    multiplication(coantidomain(coantidomain(X1)),antidomain(coantidomain(X1))) = antidomain(coantidomain(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_107]),c_0_43]) ).

cnf(c_0_115,plain,
    leq(antidomain(X1),coantidomain(coantidomain(antidomain(X1)))) = true,
    inference(spm,[status(thm)],[c_0_108,c_0_83]) ).

cnf(c_0_116,negated_conjecture,
    multiplication(coantidomain(antidomain(sK2_goals_X1)),multiplication(antidomain(sK2_goals_X1),X1)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_109]),c_0_110]) ).

cnf(c_0_117,negated_conjecture,
    multiplication(antidomain(sK2_goals_X1),multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))) = multiplication(sK3_goals_X0,antidomain(sK1_goals_X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_111,c_0_65]),c_0_43]) ).

cnf(c_0_118,plain,
    multiplication(coantidomain(coantidomain(antidomain(X1))),X1) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_112]),c_0_58]) ).

cnf(c_0_119,plain,
    coantidomain(coantidomain(X1)) = antidomain(coantidomain(X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_48]),c_0_58]),c_0_62]),c_0_114]) ).

cnf(c_0_120,plain,
    addition(antidomain(X1),coantidomain(coantidomain(antidomain(X1)))) = coantidomain(coantidomain(antidomain(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_115]),c_0_89]) ).

cnf(c_0_121,plain,
    multiplication(X1,antidomain(antidomain(coantidomain(coantidomain(X1))))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_103]),c_0_58]) ).

cnf(c_0_122,plain,
    multiplication(antidomain(antidomain(X1)),coantidomain(antidomain(X1))) = coantidomain(antidomain(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_48]),c_0_43]) ).

cnf(c_0_123,axiom,
    backward_diamond(X1,X2) = codomain(multiplication(codomain(X2),X1)),
    backward_diamond ).

cnf(c_0_124,axiom,
    codomain(X1) = coantidomain(coantidomain(X1)),
    codomain4 ).

cnf(c_0_125,negated_conjecture,
    multiplication(coantidomain(antidomain(sK2_goals_X1)),multiplication(sK3_goals_X0,antidomain(sK1_goals_X2))) = zero,
    inference(spm,[status(thm)],[c_0_116,c_0_117]) ).

cnf(c_0_126,plain,
    multiplication(antidomain(coantidomain(antidomain(X1))),X1) = zero,
    inference(rw,[status(thm)],[c_0_118,c_0_119]) ).

cnf(c_0_127,plain,
    addition(antidomain(X1),coantidomain(coantidomain(antidomain(antidomain(X1))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_120]),c_0_74]) ).

cnf(c_0_128,plain,
    multiplication(coantidomain(X1),antidomain(coantidomain(coantidomain(X1)))) = antidomain(coantidomain(coantidomain(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_111,c_0_103]),c_0_43]) ).

cnf(c_0_129,plain,
    multiplication(coantidomain(X1),antidomain(antidomain(coantidomain(X1)))) = coantidomain(X1),
    inference(spm,[status(thm)],[c_0_121,c_0_101]) ).

cnf(c_0_130,plain,
    multiplication(coantidomain(X1),coantidomain(X1)) = coantidomain(X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_66]),c_0_58]) ).

cnf(c_0_131,plain,
    addition(X1,multiplication(X1,X2)) = multiplication(X1,addition(X2,one)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_58]),c_0_38]) ).

cnf(c_0_132,plain,
    leq(coantidomain(antidomain(X1)),antidomain(antidomain(X1))) = true,
    inference(spm,[status(thm)],[c_0_81,c_0_122]) ).

cnf(c_0_133,negated_conjecture,
    addition(backward_diamond(sK3_goals_X0,domain(sK2_goals_X1)),domain(sK1_goals_X2)) != domain(sK1_goals_X2),
    goals_1 ).

cnf(c_0_134,plain,
    backward_diamond(X1,X2) = coantidomain(coantidomain(multiplication(coantidomain(coantidomain(X2)),X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_123,c_0_124]),c_0_124]) ).

cnf(c_0_135,negated_conjecture,
    coantidomain(multiplication(coantidomain(coantidomain(multiplication(coantidomain(antidomain(sK2_goals_X1)),sK3_goals_X0))),antidomain(sK1_goals_X2))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_125]),c_0_100]),c_0_74]) ).

cnf(c_0_136,plain,
    multiplication(addition(antidomain(coantidomain(antidomain(X1))),X2),X1) = multiplication(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_126]),c_0_47]) ).

cnf(c_0_137,plain,
    addition(antidomain(X1),antidomain(coantidomain(antidomain(antidomain(X1))))) = one,
    inference(rw,[status(thm)],[c_0_127,c_0_119]) ).

cnf(c_0_138,plain,
    antidomain(antidomain(coantidomain(X1))) = coantidomain(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_128,c_0_119]),c_0_129]),c_0_119]) ).

cnf(c_0_139,plain,
    multiplication(coantidomain(X1),addition(X2,coantidomain(X1))) = multiplication(coantidomain(X1),addition(X2,one)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_130]),c_0_38]),c_0_131]) ).

cnf(c_0_140,plain,
    addition(antidomain(antidomain(X1)),coantidomain(antidomain(X1))) = antidomain(antidomain(X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_132]),c_0_89]),c_0_38]) ).

cnf(c_0_141,negated_conjecture,
    addition(coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(antidomain(sK2_goals_X1)))),sK3_goals_X0))),antidomain(antidomain(sK1_goals_X2))) != antidomain(antidomain(sK1_goals_X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_133,c_0_30]),c_0_30]),c_0_30]),c_0_134]) ).

cnf(c_0_142,plain,
    ifeq(leq(multiplication(X1,X2),multiplication(X1,X3)),true,multiplication(X1,addition(X2,X3)),multiplication(X1,X3)) = multiplication(X1,X3),
    inference(spm,[status(thm)],[c_0_87,c_0_52]) ).

cnf(c_0_143,negated_conjecture,
    multiplication(coantidomain(coantidomain(multiplication(coantidomain(antidomain(sK2_goals_X1)),sK3_goals_X0))),antidomain(sK1_goals_X2)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_135]),c_0_58]) ).

cnf(c_0_144,plain,
    multiplication(coantidomain(antidomain(X1)),X1) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_137]),c_0_43]),c_0_138]),c_0_119]),c_0_138]) ).

cnf(c_0_145,plain,
    multiplication(coantidomain(antidomain(X1)),antidomain(antidomain(X1))) = coantidomain(antidomain(X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_139,c_0_140]),c_0_38]),c_0_56]),c_0_58]) ).

cnf(c_0_146,negated_conjecture,
    addition(antidomain(antidomain(sK1_goals_X2)),coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(antidomain(sK2_goals_X1)))),sK3_goals_X0)))) != antidomain(antidomain(sK1_goals_X2)),
    inference(rw,[status(thm)],[c_0_141,c_0_38]) ).

cnf(c_0_147,plain,
    multiplication(addition(X1,one),X1) = multiplication(X1,addition(X1,one)),
    inference(spm,[status(thm)],[c_0_131,c_0_79]) ).

cnf(c_0_148,plain,
    ifeq(leq(multiplication(X1,antidomain(X2)),multiplication(X1,antidomain(antidomain(X2)))),true,X1,multiplication(X1,antidomain(antidomain(X2)))) = multiplication(X1,antidomain(antidomain(X2))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_48]),c_0_58]) ).

cnf(c_0_149,negated_conjecture,
    multiplication(antidomain(coantidomain(multiplication(coantidomain(antidomain(sK2_goals_X1)),sK3_goals_X0))),antidomain(sK1_goals_X2)) = zero,
    inference(rw,[status(thm)],[c_0_143,c_0_119]) ).

cnf(c_0_150,plain,
    coantidomain(antidomain(X1)) = antidomain(antidomain(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_144,c_0_62]),c_0_145]) ).

cnf(c_0_151,plain,
    leq(zero,X1) = true,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_47]),c_0_70]) ).

cnf(c_0_152,plain,
    multiplication(antidomain(X1),antidomain(X1)) = antidomain(X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_111,c_0_48]),c_0_43]) ).

cnf(c_0_153,negated_conjecture,
    addition(antidomain(antidomain(sK1_goals_X2)),antidomain(coantidomain(multiplication(antidomain(coantidomain(antidomain(antidomain(sK2_goals_X1)))),sK3_goals_X0)))) != antidomain(antidomain(sK1_goals_X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_146,c_0_119]),c_0_119]) ).

cnf(c_0_154,plain,
    addition(multiplication(X1,X2),multiplication(X2,addition(X2,one))) = multiplication(addition(X1,addition(X2,one)),X2),
    inference(spm,[status(thm)],[c_0_45,c_0_147]) ).

cnf(c_0_155,negated_conjecture,
    multiplication(antidomain(coantidomain(multiplication(antidomain(antidomain(sK2_goals_X1)),sK3_goals_X0))),antidomain(antidomain(sK1_goals_X2))) = antidomain(coantidomain(multiplication(antidomain(antidomain(sK2_goals_X1)),sK3_goals_X0))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_148,c_0_149]),c_0_150]),c_0_151]),c_0_150]),c_0_150]),c_0_89]),c_0_150]) ).

cnf(c_0_156,plain,
    multiplication(antidomain(X1),addition(antidomain(X1),X2)) = multiplication(antidomain(X1),addition(X2,one)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_152]),c_0_131]) ).

cnf(c_0_157,negated_conjecture,
    addition(antidomain(antidomain(sK1_goals_X2)),antidomain(coantidomain(multiplication(antidomain(antidomain(sK2_goals_X1)),sK3_goals_X0)))) != antidomain(antidomain(sK1_goals_X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_153,c_0_150]),c_0_62]) ).

cnf(c_0_158,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_154,c_0_155]),c_0_156]),c_0_44]),c_0_58]),c_0_38]),c_0_38]),c_0_56]),c_0_38]),c_0_56]),c_0_43]),c_0_157]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.10  % Problem    : KLE108-10 : TPTP v8.1.2. Released v7.5.0.
% 0.06/0.11  % Command    : run_E %s %d THM
% 0.11/0.32  % Computer : n002.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.32  % CPULimit   : 2400
% 0.16/0.32  % WCLimit    : 300
% 0.16/0.32  % DateTime   : Tue Oct  3 05:00:14 EDT 2023
% 0.16/0.32  % CPUTime    : 
% 0.17/0.43  Running first-order model finding
% 0.17/0.43  Running: /export/starexec/sandbox/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/sandbox/tmp/tmp.kiouKp8ltJ/E---3.1_30003.p
% 152.90/20.02  # Version: 3.1pre001
% 152.90/20.02  # Preprocessing class: FSMSSMSSSSSNFFN.
% 152.90/20.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 152.90/20.02  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 152.90/20.02  # Starting new_bool_3 with 300s (1) cores
% 152.90/20.02  # Starting new_bool_1 with 300s (1) cores
% 152.90/20.02  # Starting sh5l with 300s (1) cores
% 152.90/20.02  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 30080 completed with status 0
% 152.90/20.02  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 152.90/20.02  # Preprocessing class: FSMSSMSSSSSNFFN.
% 152.90/20.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 152.90/20.02  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 152.90/20.02  # No SInE strategy applied
% 152.90/20.02  # Search class: FUUPM-FFMF32-DFFFFFNN
% 152.90/20.02  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 152.90/20.02  # Starting SAT001_MinMin_p005000_rr_RG with 450s (1) cores
% 152.90/20.02  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 152.90/20.02  # Starting new_bool_3 with 226s (1) cores
% 152.90/20.02  # Starting new_bool_1 with 226s (1) cores
% 152.90/20.02  # Starting sh5l with 226s (1) cores
% 152.90/20.02  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 30087 completed with status 0
% 152.90/20.02  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 152.90/20.02  # Preprocessing class: FSMSSMSSSSSNFFN.
% 152.90/20.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 152.90/20.02  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 152.90/20.02  # No SInE strategy applied
% 152.90/20.02  # Search class: FUUPM-FFMF32-DFFFFFNN
% 152.90/20.02  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 152.90/20.02  # Starting SAT001_MinMin_p005000_rr_RG with 450s (1) cores
% 152.90/20.02  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 152.90/20.02  # Preprocessing time       : 0.001 s
% 152.90/20.02  # Presaturation interreduction done
% 152.90/20.02  
% 152.90/20.02  # Proof found!
% 152.90/20.02  # SZS status Unsatisfiable
% 152.90/20.02  # SZS output start CNFRefutation
% See solution above
% 152.90/20.02  # Parsed axioms                        : 31
% 152.90/20.02  # Removed by relevancy pruning/SinE    : 0
% 152.90/20.02  # Initial clauses                      : 31
% 152.90/20.02  # Removed in clause preprocessing      : 8
% 152.90/20.02  # Initial clauses in saturation        : 23
% 152.90/20.02  # Processed clauses                    : 13950
% 152.90/20.02  # ...of these trivial                  : 7862
% 152.90/20.02  # ...subsumed                          : 2631
% 152.90/20.02  # ...remaining for further processing  : 3457
% 152.90/20.02  # Other redundant clauses eliminated   : 0
% 152.90/20.02  # Clauses deleted for lack of memory   : 0
% 152.90/20.02  # Backward-subsumed                    : 0
% 152.90/20.02  # Backward-rewritten                   : 1149
% 152.90/20.02  # Generated clauses                    : 1174613
% 152.90/20.02  # ...of the previous two non-redundant : 724285
% 152.90/20.02  # ...aggressively subsumed             : 0
% 152.90/20.02  # Contextual simplify-reflections      : 0
% 152.90/20.02  # Paramodulations                      : 1174613
% 152.90/20.02  # Factorizations                       : 0
% 152.90/20.02  # NegExts                              : 0
% 152.90/20.02  # Equation resolutions                 : 0
% 152.90/20.02  # Total rewrite steps                  : 2604295
% 152.90/20.02  # Propositional unsat checks           : 0
% 152.90/20.02  #    Propositional check models        : 0
% 152.90/20.02  #    Propositional check unsatisfiable : 0
% 152.90/20.02  #    Propositional clauses             : 0
% 152.90/20.02  #    Propositional clauses after purity: 0
% 152.90/20.02  #    Propositional unsat core size     : 0
% 152.90/20.02  #    Propositional preprocessing time  : 0.000
% 152.90/20.02  #    Propositional encoding time       : 0.000
% 152.90/20.02  #    Propositional solver time         : 0.000
% 152.90/20.02  #    Success case prop preproc time    : 0.000
% 152.90/20.02  #    Success case prop encoding time   : 0.000
% 152.90/20.02  #    Success case prop solver time     : 0.000
% 152.90/20.02  # Current number of processed clauses  : 2285
% 152.90/20.02  #    Positive orientable unit clauses  : 2265
% 152.90/20.02  #    Positive unorientable unit clauses: 18
% 152.90/20.02  #    Negative unit clauses             : 2
% 152.90/20.02  #    Non-unit-clauses                  : 0
% 152.90/20.02  # Current number of unprocessed clauses: 707375
% 152.90/20.02  # ...number of literals in the above   : 707375
% 152.90/20.02  # Current number of archived formulas  : 0
% 152.90/20.02  # Current number of archived clauses   : 1180
% 152.90/20.02  # Clause-clause subsumption calls (NU) : 0
% 152.90/20.02  # Rec. Clause-clause subsumption calls : 0
% 152.90/20.02  # Non-unit clause-clause subsumptions  : 0
% 152.90/20.02  # Unit Clause-clause subsumption calls : 286
% 152.90/20.02  # Rewrite failures with RHS unbound    : 0
% 152.90/20.02  # BW rewrite match attempts            : 24069
% 152.90/20.02  # BW rewrite match successes           : 764
% 152.90/20.02  # Condensation attempts                : 0
% 152.90/20.02  # Condensation successes               : 0
% 152.90/20.02  # Termbank termtop insertions          : 29339099
% 152.90/20.02  
% 152.90/20.02  # -------------------------------------------------
% 152.90/20.02  # User time                : 18.631 s
% 152.90/20.02  # System time              : 0.687 s
% 152.90/20.02  # Total time               : 19.317 s
% 152.90/20.02  # Maximum resident set size: 1640 pages
% 152.90/20.02  
% 152.90/20.02  # -------------------------------------------------
% 152.90/20.02  # User time                : 94.502 s
% 152.90/20.02  # System time              : 1.341 s
% 152.90/20.02  # Total time               : 95.844 s
% 152.90/20.02  # Maximum resident set size: 1728 pages
% 152.90/20.02  % E---3.1 exiting
%------------------------------------------------------------------------------