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

View Problem - Process Solution

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

% 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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 18:10:07 EDT 2023

% Result   : Unsatisfiable 66.29s 8.96s
% Output   : CNFRefutation 66.29s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   14
% Syntax   : Number of clauses     :   94 (  94 unt;   0 nHn;  31 RR)
%            Number of literals    :   94 (  93 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :   10 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-4 aty)
%            Number of variables   :  131 (  24 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity_of_join,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',associativity_of_join) ).

cnf(idempotence_of_join,axiom,
    join(X1,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',idempotence_of_join) ).

cnf(complement_join,axiom,
    join(X1,complement(X1)) = one,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',complement_join) ).

cnf(absorption2,axiom,
    join(X1,meet(X1,X2)) = X1,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',absorption2) ).

cnf(commutativity_of_meet,axiom,
    meet(X1,X2) = meet(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',commutativity_of_meet) ).

cnf(prove_distributivity_hypothesis,hypothesis,
    meet(b,a) = a,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',prove_distributivity_hypothesis) ).

cnf(commutativity_of_join,axiom,
    join(X1,X2) = join(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',commutativity_of_join) ).

cnf(equation_H6,axiom,
    meet(X1,join(X2,meet(X1,X3))) = meet(X1,join(meet(X1,join(X2,meet(X1,X3))),meet(X3,join(X1,X2)))),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',equation_H6) ).

cnf(complement_meet,axiom,
    meet(X1,complement(X1)) = zero,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',complement_meet) ).

cnf(absorption1,axiom,
    meet(X1,join(X1,X2)) = X1,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',absorption1) ).

cnf(associativity_of_meet,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',associativity_of_meet) ).

cnf(meet_join_complement,axiom,
    ifeq(join(X1,X2),one,ifeq(meet(X1,X2),zero,complement(X1),X2),X2) = X2,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',meet_join_complement) ).

cnf(ifeq_axiom,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',ifeq_axiom) ).

cnf(prove_distributivity,negated_conjecture,
    join(complement(b),complement(a)) != complement(a),
    file('/export/starexec/sandbox/tmp/tmp.VL7iTjYiCp/E---3.1_14756.p',prove_distributivity) ).

cnf(c_0_14,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    associativity_of_join ).

cnf(c_0_15,axiom,
    join(X1,X1) = X1,
    idempotence_of_join ).

cnf(c_0_16,plain,
    join(X1,join(X1,X2)) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_17,axiom,
    join(X1,complement(X1)) = one,
    complement_join ).

cnf(c_0_18,axiom,
    join(X1,meet(X1,X2)) = X1,
    absorption2 ).

cnf(c_0_19,axiom,
    meet(X1,X2) = meet(X2,X1),
    commutativity_of_meet ).

cnf(c_0_20,hypothesis,
    meet(b,a) = a,
    prove_distributivity_hypothesis ).

cnf(c_0_21,axiom,
    join(X1,X2) = join(X2,X1),
    commutativity_of_join ).

cnf(c_0_22,plain,
    join(X1,one) = one,
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_23,plain,
    join(X1,meet(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_24,hypothesis,
    meet(a,b) = a,
    inference(rw,[status(thm)],[c_0_20,c_0_19]) ).

cnf(c_0_25,axiom,
    meet(X1,join(X2,meet(X1,X3))) = meet(X1,join(meet(X1,join(X2,meet(X1,X3))),meet(X3,join(X1,X2)))),
    equation_H6 ).

cnf(c_0_26,axiom,
    meet(X1,complement(X1)) = zero,
    complement_meet ).

cnf(c_0_27,plain,
    join(X1,join(complement(X1),X2)) = join(one,X2),
    inference(spm,[status(thm)],[c_0_14,c_0_17]) ).

cnf(c_0_28,plain,
    join(one,X1) = one,
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_29,plain,
    join(X1,join(X2,X3)) = join(X2,join(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_21]),c_0_14]) ).

cnf(c_0_30,hypothesis,
    join(a,b) = b,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_21]) ).

cnf(c_0_31,plain,
    meet(X1,join(meet(X2,join(X1,X3)),meet(X1,join(X3,meet(X1,X2))))) = meet(X1,join(X3,meet(X1,X2))),
    inference(rw,[status(thm)],[c_0_25,c_0_21]) ).

cnf(c_0_32,plain,
    join(X1,zero) = X1,
    inference(spm,[status(thm)],[c_0_18,c_0_26]) ).

cnf(c_0_33,plain,
    join(X1,join(complement(X1),X2)) = one,
    inference(rw,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_34,hypothesis,
    join(a,join(X1,b)) = join(X1,b),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_35,axiom,
    meet(X1,join(X1,X2)) = X1,
    absorption1 ).

cnf(c_0_36,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    associativity_of_meet ).

cnf(c_0_37,plain,
    meet(X1,join(meet(X1,X2),meet(complement(X1),join(X1,X2)))) = meet(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_26]),c_0_32]),c_0_21]),c_0_32]) ).

cnf(c_0_38,hypothesis,
    join(b,complement(a)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_21]) ).

cnf(c_0_39,plain,
    meet(X1,one) = X1,
    inference(spm,[status(thm)],[c_0_35,c_0_17]) ).

cnf(c_0_40,plain,
    meet(X1,meet(X2,join(meet(X1,X2),X3))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_41,hypothesis,
    meet(b,join(complement(b),meet(b,complement(a)))) = meet(b,complement(a)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_38]),c_0_39]),c_0_21]) ).

cnf(c_0_42,hypothesis,
    meet(b,meet(join(complement(b),meet(b,complement(a))),join(meet(b,complement(a)),X1))) = meet(b,complement(a)),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_43,plain,
    join(X1,join(X2,X1)) = join(X2,X1),
    inference(spm,[status(thm)],[c_0_16,c_0_21]) ).

cnf(c_0_44,hypothesis,
    meet(b,meet(join(complement(b),meet(b,complement(a))),join(X1,meet(b,complement(a))))) = meet(b,complement(a)),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_45,hypothesis,
    meet(b,meet(complement(a),join(complement(b),meet(b,complement(a))))) = meet(b,complement(a)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_23]),c_0_19]) ).

cnf(c_0_46,plain,
    join(X1,join(X2,X3)) = join(X3,join(X1,X2)),
    inference(spm,[status(thm)],[c_0_21,c_0_14]) ).

cnf(c_0_47,plain,
    meet(X1,join(X2,meet(X1,join(complement(X1),join(X3,meet(X1,X2)))))) = meet(X1,join(complement(X1),join(X3,meet(X1,X2)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_33]),c_0_39]),c_0_14]),c_0_14]) ).

cnf(c_0_48,hypothesis,
    join(meet(b,complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a))))) = meet(complement(a),join(complement(b),meet(b,complement(a)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_45]),c_0_21]) ).

cnf(c_0_49,plain,
    meet(X1,meet(X2,X3)) = meet(X3,meet(X1,X2)),
    inference(spm,[status(thm)],[c_0_19,c_0_36]) ).

cnf(c_0_50,plain,
    meet(X1,meet(X2,join(X3,join(meet(X1,X2),X4)))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_46]) ).

cnf(c_0_51,hypothesis,
    meet(complement(a),join(complement(b),join(meet(b,complement(a)),meet(complement(a),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a))))))))) = meet(complement(a),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a)))))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_14]) ).

cnf(c_0_52,plain,
    meet(X1,join(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_35,c_0_21]) ).

cnf(c_0_53,plain,
    join(meet(X1,X2),meet(X2,meet(X3,X1))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_23,c_0_49]) ).

cnf(c_0_54,hypothesis,
    meet(b,meet(complement(a),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a))))))) = meet(b,complement(a)),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_55,axiom,
    ifeq(join(X1,X2),one,ifeq(meet(X1,X2),zero,complement(X1),X2),X2) = X2,
    meet_join_complement ).

cnf(c_0_56,plain,
    meet(zero,X1) = zero,
    inference(spm,[status(thm)],[c_0_52,c_0_32]) ).

cnf(c_0_57,plain,
    join(X1,join(X2,meet(X3,X1))) = join(X2,X1),
    inference(spm,[status(thm)],[c_0_29,c_0_23]) ).

cnf(c_0_58,hypothesis,
    join(meet(b,complement(a)),meet(b,join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a))))))) = meet(b,join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a)))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_19]),c_0_21]),c_0_19]) ).

cnf(c_0_59,plain,
    ifeq(join(X1,X2),one,ifeq(meet(X2,X1),zero,complement(X1),X2),X2) = X2,
    inference(spm,[status(thm)],[c_0_55,c_0_19]) ).

cnf(c_0_60,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    ifeq_axiom ).

cnf(c_0_61,plain,
    meet(X1,meet(join(X1,X2),X3)) = meet(X1,X3),
    inference(spm,[status(thm)],[c_0_36,c_0_35]) ).

cnf(c_0_62,plain,
    meet(X1,meet(X2,complement(meet(X1,X2)))) = zero,
    inference(spm,[status(thm)],[c_0_26,c_0_36]) ).

cnf(c_0_63,plain,
    meet(X1,zero) = zero,
    inference(spm,[status(thm)],[c_0_19,c_0_56]) ).

cnf(c_0_64,plain,
    meet(join(X1,X2),join(X1,join(X2,X3))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_35,c_0_14]) ).

cnf(c_0_65,hypothesis,
    join(meet(b,complement(a)),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a)))))) = join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a))))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_23]) ).

cnf(c_0_66,plain,
    meet(X1,join(meet(X1,X2),meet(complement(X1),join(X2,X1)))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_37,c_0_21]) ).

cnf(c_0_67,plain,
    complement(complement(X1)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_26]),c_0_60]),c_0_21]),c_0_17]),c_0_60]) ).

cnf(c_0_68,plain,
    meet(X1,meet(X2,complement(meet(join(X1,X3),X2)))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_63]) ).

cnf(c_0_69,hypothesis,
    meet(join(meet(b,complement(a)),complement(complement(a))),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a)))))) = join(meet(b,complement(a)),complement(complement(a))),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_70,plain,
    meet(X1,join(meet(X2,X1),meet(complement(X1),join(X1,X2)))) = meet(X2,X1),
    inference(spm,[status(thm)],[c_0_37,c_0_19]) ).

cnf(c_0_71,hypothesis,
    meet(complement(a),join(a,meet(b,complement(a)))) = meet(b,complement(a)),
    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_66,c_0_38]),c_0_19]),c_0_39]),c_0_67]),c_0_21]),c_0_19]) ).

cnf(c_0_72,hypothesis,
    meet(b,meet(complement(a),meet(complement(join(meet(b,complement(a)),complement(complement(a)))),join(complement(complement(a)),meet(complement(a),join(complement(b),meet(b,complement(a)))))))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_69]),c_0_36]),c_0_19]) ).

cnf(c_0_73,plain,
    join(zero,X1) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_32]) ).

cnf(c_0_74,hypothesis,
    meet(join(a,meet(b,complement(a))),join(meet(b,complement(a)),complement(join(a,meet(b,complement(a)))))) = meet(b,complement(a)),
    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_70,c_0_71]),c_0_14]),c_0_21]),c_0_23]),c_0_17]),c_0_39]) ).

cnf(c_0_75,hypothesis,
    meet(a,meet(b,X1)) = meet(a,X1),
    inference(spm,[status(thm)],[c_0_36,c_0_24]) ).

cnf(c_0_76,plain,
    meet(X1,meet(X2,meet(X3,complement(meet(X2,meet(X3,X1)))))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_49]),c_0_36]) ).

cnf(c_0_77,hypothesis,
    meet(b,meet(complement(a),meet(complement(join(a,meet(b,complement(a)))),join(a,meet(complement(a),join(complement(b),meet(b,complement(a)))))))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_67]),c_0_21]) ).

cnf(c_0_78,plain,
    complement(zero) = one,
    inference(spm,[status(thm)],[c_0_17,c_0_73]) ).

cnf(c_0_79,hypothesis,
    meet(b,meet(complement(a),join(a,meet(complement(a),join(complement(b),meet(b,complement(a))))))) = meet(b,complement(a)),
    inference(spm,[status(thm)],[c_0_54,c_0_67]) ).

cnf(c_0_80,hypothesis,
    meet(a,join(meet(b,complement(a)),complement(join(a,meet(b,complement(a)))))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_74]),c_0_75]),c_0_26]) ).

cnf(c_0_81,plain,
    join(X1,join(X2,complement(join(X1,X2)))) = one,
    inference(spm,[status(thm)],[c_0_17,c_0_14]) ).

cnf(c_0_82,plain,
    ifeq(join(X1,meet(X2,complement(meet(X1,X2)))),one,complement(meet(X2,complement(meet(X1,X2)))),X1) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_62]),c_0_60]),c_0_21]) ).

cnf(c_0_83,hypothesis,
    meet(b,meet(complement(a),complement(join(a,meet(b,complement(a)))))) = zero,
    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_76,c_0_77]),c_0_78]),c_0_39]),c_0_36]),c_0_19]),c_0_36]),c_0_79]),c_0_19]),c_0_36]) ).

cnf(c_0_84,hypothesis,
    join(meet(b,complement(a)),complement(join(a,meet(b,complement(a))))) = complement(a),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_80]),c_0_81]),c_0_60]),c_0_60]) ).

cnf(c_0_85,plain,
    join(X1,join(meet(X1,X2),X3)) = join(X1,X3),
    inference(spm,[status(thm)],[c_0_14,c_0_18]) ).

cnf(c_0_86,hypothesis,
    ifeq(join(b,meet(complement(a),complement(join(a,meet(b,complement(a)))))),one,complement(meet(complement(a),complement(join(a,meet(b,complement(a)))))),b) = b,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_83]),c_0_78]),c_0_39]),c_0_78]),c_0_39]) ).

cnf(c_0_87,hypothesis,
    meet(complement(a),complement(join(a,meet(b,complement(a))))) = complement(join(a,meet(b,complement(a)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_84]),c_0_19]) ).

cnf(c_0_88,hypothesis,
    join(b,complement(join(a,meet(b,complement(a))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_85,c_0_84]),c_0_38]) ).

cnf(c_0_89,negated_conjecture,
    join(complement(b),complement(a)) != complement(a),
    prove_distributivity ).

cnf(c_0_90,hypothesis,
    join(complement(a),complement(join(a,meet(b,complement(a))))) = complement(a),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_84]),c_0_21]) ).

cnf(c_0_91,hypothesis,
    join(a,meet(b,complement(a))) = b,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_86,c_0_87]),c_0_88]),c_0_67]),c_0_60]) ).

cnf(c_0_92,negated_conjecture,
    join(complement(a),complement(b)) != complement(a),
    inference(rw,[status(thm)],[c_0_89,c_0_21]) ).

cnf(c_0_93,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_90,c_0_91]),c_0_92]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : LAT222-10 : TPTP v8.1.2. Released v7.3.0.
% 0.03/0.13  % Command    : run_E %s %d THM
% 0.13/0.34  % Computer : n009.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.13/0.34  % CPULimit   : 2400
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon Oct  2 09:59:59 EDT 2023
% 0.13/0.34  % CPUTime    : 
% 0.19/0.47  Running first-order model finding
% 0.19/0.47  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.VL7iTjYiCp/E---3.1_14756.p
% 66.29/8.96  # Version: 3.1pre001
% 66.29/8.96  # Preprocessing class: FSSSSMSSSSSNFFN.
% 66.29/8.96  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 66.29/8.96  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 66.29/8.96  # Starting new_bool_3 with 300s (1) cores
% 66.29/8.96  # Starting new_bool_1 with 300s (1) cores
% 66.29/8.96  # Starting sh5l with 300s (1) cores
% 66.29/8.96  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 14833 completed with status 0
% 66.29/8.96  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 66.29/8.96  # Preprocessing class: FSSSSMSSSSSNFFN.
% 66.29/8.96  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 66.29/8.96  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 66.29/8.96  # No SInE strategy applied
% 66.29/8.96  # Search class: FUUPM-FFSF32-MFFFFFNN
% 66.29/8.96  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 66.29/8.96  # Starting G-E--_107_C18_F1_AE_Q4_CS_SP_CO_S0Y with 811s (1) cores
% 66.29/8.96  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 66.29/8.96  # Starting G-E--_208_B02_F1_AE_CS_SP_PS_S0Y with 136s (1) cores
% 66.29/8.96  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 136s (1) cores
% 66.29/8.96  # Starting U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 66.29/8.96  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 14841 completed with status 0
% 66.29/8.96  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 66.29/8.96  # Preprocessing class: FSSSSMSSSSSNFFN.
% 66.29/8.96  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 66.29/8.96  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 66.29/8.96  # No SInE strategy applied
% 66.29/8.96  # Search class: FUUPM-FFSF32-MFFFFFNN
% 66.29/8.96  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 66.29/8.96  # Starting G-E--_107_C18_F1_AE_Q4_CS_SP_CO_S0Y with 811s (1) cores
% 66.29/8.96  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 66.29/8.96  # Preprocessing time       : 0.001 s
% 66.29/8.96  
% 66.29/8.96  # Proof found!
% 66.29/8.96  # SZS status Unsatisfiable
% 66.29/8.96  # SZS output start CNFRefutation
% See solution above
% 66.29/8.96  # Parsed axioms                        : 15
% 66.29/8.96  # Removed by relevancy pruning/SinE    : 0
% 66.29/8.96  # Initial clauses                      : 15
% 66.29/8.96  # Removed in clause preprocessing      : 0
% 66.29/8.96  # Initial clauses in saturation        : 15
% 66.29/8.96  # Processed clauses                    : 4507
% 66.29/8.96  # ...of these trivial                  : 2349
% 66.29/8.96  # ...subsumed                          : 1307
% 66.29/8.96  # ...remaining for further processing  : 851
% 66.29/8.96  # Other redundant clauses eliminated   : 0
% 66.29/8.96  # Clauses deleted for lack of memory   : 0
% 66.29/8.96  # Backward-subsumed                    : 0
% 66.29/8.96  # Backward-rewritten                   : 74
% 66.29/8.96  # Generated clauses                    : 340872
% 66.29/8.96  # ...of the previous two non-redundant : 237000
% 66.29/8.96  # ...aggressively subsumed             : 0
% 66.29/8.96  # Contextual simplify-reflections      : 0
% 66.29/8.96  # Paramodulations                      : 340872
% 66.29/8.96  # Factorizations                       : 0
% 66.29/8.96  # NegExts                              : 0
% 66.29/8.96  # Equation resolutions                 : 0
% 66.29/8.96  # Total rewrite steps                  : 866304
% 66.29/8.96  # Propositional unsat checks           : 0
% 66.29/8.96  #    Propositional check models        : 0
% 66.29/8.96  #    Propositional check unsatisfiable : 0
% 66.29/8.96  #    Propositional clauses             : 0
% 66.29/8.96  #    Propositional clauses after purity: 0
% 66.29/8.96  #    Propositional unsat core size     : 0
% 66.29/8.96  #    Propositional preprocessing time  : 0.000
% 66.29/8.96  #    Propositional encoding time       : 0.000
% 66.29/8.96  #    Propositional solver time         : 0.000
% 66.29/8.96  #    Success case prop preproc time    : 0.000
% 66.29/8.96  #    Success case prop encoding time   : 0.000
% 66.29/8.96  #    Success case prop solver time     : 0.000
% 66.29/8.96  # Current number of processed clauses  : 777
% 66.29/8.96  #    Positive orientable unit clauses  : 768
% 66.29/8.96  #    Positive unorientable unit clauses: 8
% 66.29/8.96  #    Negative unit clauses             : 1
% 66.29/8.96  #    Non-unit-clauses                  : 0
% 66.29/8.96  # Current number of unprocessed clauses: 232122
% 66.29/8.96  # ...number of literals in the above   : 232122
% 66.29/8.96  # Current number of archived formulas  : 0
% 66.29/8.96  # Current number of archived clauses   : 74
% 66.29/8.96  # Clause-clause subsumption calls (NU) : 0
% 66.29/8.96  # Rec. Clause-clause subsumption calls : 0
% 66.29/8.96  # Non-unit clause-clause subsumptions  : 0
% 66.29/8.96  # Unit Clause-clause subsumption calls : 215
% 66.29/8.96  # Rewrite failures with RHS unbound    : 0
% 66.29/8.96  # BW rewrite match attempts            : 19806
% 66.29/8.96  # BW rewrite match successes           : 401
% 66.29/8.96  # Condensation attempts                : 0
% 66.29/8.96  # Condensation successes               : 0
% 66.29/8.96  # Termbank termtop insertions          : 12932079
% 66.29/8.96  
% 66.29/8.96  # -------------------------------------------------
% 66.29/8.96  # User time                : 7.913 s
% 66.29/8.96  # System time              : 0.299 s
% 66.29/8.96  # Total time               : 8.212 s
% 66.29/8.96  # Maximum resident set size: 1524 pages
% 66.29/8.96  
% 66.29/8.96  # -------------------------------------------------
% 66.29/8.96  # User time                : 39.562 s
% 66.29/8.96  # System time              : 1.600 s
% 66.29/8.96  # Total time               : 41.162 s
% 66.29/8.96  # Maximum resident set size: 1676 pages
% 66.29/8.96  % E---3.1 exiting
%------------------------------------------------------------------------------