TSTP Solution File: LAT022-1 by E-SAT---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : LAT022-1 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n006.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:09:18 EDT 2023

% Result   : Unsatisfiable 6.57s 1.28s
% Output   : CNFRefutation 6.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   82 (  82 unt;   0 nHn;   3 RR)
%            Number of literals    :   82 (  81 equ;   2 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :  220 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(self_dual_modularity,hypothesis,
    join(meet(X1,X2),meet(X3,join(X1,X2))) = meet(join(X1,X2),join(X3,meet(X1,X2))),
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',self_dual_modularity) ).

cnf(idempotence_of_meet,axiom,
    meet(X1,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',idempotence_of_meet) ).

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

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

cnf(quasi_lattice2,axiom,
    meet(join(X1,meet(X2,X3)),join(X1,X2)) = join(X1,meet(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',quasi_lattice2) ).

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

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

cnf(quasi_lattice1,axiom,
    join(meet(X1,join(X2,X3)),meet(X1,X2)) = meet(X1,join(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',quasi_lattice1) ).

cnf(associativity_of_join,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',associativity_of_join) ).

cnf(prove_modularity,negated_conjecture,
    meet(a,join(b,meet(a,c))) != join(meet(a,b),meet(a,c)),
    file('/export/starexec/sandbox/tmp/tmp.SyCR4MXopZ/E---3.1_15340.p',prove_modularity) ).

cnf(c_0_10,hypothesis,
    join(meet(X1,X2),meet(X3,join(X1,X2))) = meet(join(X1,X2),join(X3,meet(X1,X2))),
    self_dual_modularity ).

cnf(c_0_11,axiom,
    meet(X1,X1) = X1,
    idempotence_of_meet ).

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

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

cnf(c_0_14,hypothesis,
    meet(X1,join(X2,X1)) = join(X1,meet(X2,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_11]),c_0_12]),c_0_12]) ).

cnf(c_0_15,axiom,
    meet(join(X1,meet(X2,X3)),join(X1,X2)) = join(X1,meet(X2,X3)),
    quasi_lattice2 ).

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

cnf(c_0_17,hypothesis,
    meet(join(X1,meet(X2,X1)),X3) = meet(X1,meet(join(X2,X1),X3)),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,plain,
    meet(X1,meet(X1,X2)) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_13,c_0_11]) ).

cnf(c_0_19,plain,
    meet(join(X1,X2),join(X1,meet(X2,X3))) = join(X1,meet(X2,X3)),
    inference(rw,[status(thm)],[c_0_15,c_0_16]) ).

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

cnf(c_0_21,hypothesis,
    meet(join(X1,meet(X1,X2)),X3) = meet(X1,meet(join(X2,X1),X3)),
    inference(spm,[status(thm)],[c_0_17,c_0_16]) ).

cnf(c_0_22,plain,
    meet(X1,meet(X2,X3)) = meet(X3,meet(X1,X2)),
    inference(spm,[status(thm)],[c_0_16,c_0_13]) ).

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

cnf(c_0_24,axiom,
    join(meet(X1,join(X2,X3)),meet(X1,X2)) = meet(X1,join(X2,X3)),
    quasi_lattice1 ).

cnf(c_0_25,plain,
    meet(X1,meet(X2,join(X1,meet(X2,X1)))) = meet(X1,X2),
    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_19,c_0_12]),c_0_20]),c_0_21]),c_0_22]),c_0_16]),c_0_14]) ).

cnf(c_0_26,plain,
    meet(X1,meet(X2,meet(X1,X3))) = meet(X2,meet(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_13,c_0_23]),c_0_13]),c_0_13]) ).

cnf(c_0_27,plain,
    meet(X1,meet(X2,meet(X3,X1))) = meet(X2,meet(X3,X1)),
    inference(spm,[status(thm)],[c_0_23,c_0_13]) ).

cnf(c_0_28,plain,
    join(meet(X1,X2),meet(X1,join(X2,X3))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[c_0_24,c_0_20]) ).

cnf(c_0_29,plain,
    meet(X1,meet(X2,X3)) = meet(X2,meet(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_13,c_0_16]),c_0_13]) ).

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

cnf(c_0_31,plain,
    meet(X1,join(X2,meet(X1,X2))) = meet(X2,X1),
    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_23,c_0_25]),c_0_13]),c_0_17]),c_0_26]),c_0_27]),c_0_22]),c_0_16]),c_0_14]) ).

cnf(c_0_32,plain,
    meet(X1,meet(join(X2,X1),join(X2,X3))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_28]),c_0_20]),c_0_21]),c_0_26]),c_0_29]) ).

cnf(c_0_33,plain,
    join(X1,join(X2,X3)) = join(X3,join(X1,X2)),
    inference(spm,[status(thm)],[c_0_20,c_0_30]) ).

cnf(c_0_34,plain,
    join(meet(X1,X2),meet(X2,X1)) = meet(X2,X1),
    inference(spm,[status(thm)],[c_0_28,c_0_31]) ).

cnf(c_0_35,hypothesis,
    meet(join(X1,X2),join(X3,join(X4,meet(X1,X2)))) = join(meet(X1,X2),meet(join(X3,X4),join(X1,X2))),
    inference(spm,[status(thm)],[c_0_10,c_0_30]) ).

cnf(c_0_36,hypothesis,
    meet(X1,join(meet(X2,X1),meet(X3,join(X2,X1)))) = join(meet(X2,X1),meet(X3,join(X1,meet(X2,X1)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_23]),c_0_17]),c_0_10]) ).

cnf(c_0_37,plain,
    meet(join(X1,X2),join(X3,meet(X1,X3))) = meet(X3,join(X1,X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_32]),c_0_14]) ).

cnf(c_0_38,plain,
    join(meet(X1,X2),meet(X2,join(X1,X3))) = meet(X2,join(X1,X3)),
    inference(spm,[status(thm)],[c_0_28,c_0_16]) ).

cnf(c_0_39,plain,
    join(X1,join(X2,X3)) = join(X3,join(X2,X1)),
    inference(spm,[status(thm)],[c_0_33,c_0_20]) ).

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

cnf(c_0_41,hypothesis,
    meet(X1,join(X2,join(X3,meet(X2,X1)))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_35]),c_0_36]),c_0_37]),c_0_38]) ).

cnf(c_0_42,plain,
    join(X1,join(X2,X3)) = join(X2,join(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_20]),c_0_30]) ).

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

cnf(c_0_44,hypothesis,
    meet(X1,join(X1,X2)) = join(X1,meet(X2,X1)),
    inference(spm,[status(thm)],[c_0_14,c_0_20]) ).

cnf(c_0_45,plain,
    join(meet(X1,X2),X3) = join(X3,meet(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_34]) ).

cnf(c_0_46,hypothesis,
    meet(X1,join(X2,join(X3,meet(X3,X1)))) = meet(X1,join(X3,X2)),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_47,hypothesis,
    meet(join(X1,X2),join(X3,join(X1,meet(X2,X1)))) = join(X1,join(meet(X2,X1),meet(X3,join(X1,X2)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_43]),c_0_44]),c_0_44]),c_0_30]) ).

cnf(c_0_48,hypothesis,
    meet(X1,join(X2,join(meet(X1,X2),X3))) = meet(X1,join(X2,X3)),
    inference(spm,[status(thm)],[c_0_41,c_0_45]) ).

cnf(c_0_49,hypothesis,
    meet(X1,join(X2,meet(X3,join(X2,X1)))) = meet(X1,join(X2,X3)),
    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_46,c_0_31]),c_0_17]),c_0_47]),c_0_48]),c_0_17]),c_0_32]) ).

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

cnf(c_0_51,hypothesis,
    meet(X1,join(X2,meet(join(X2,X1),X3))) = meet(X1,join(X2,X3)),
    inference(spm,[status(thm)],[c_0_49,c_0_16]) ).

cnf(c_0_52,plain,
    meet(join(X1,X2),join(X1,meet(join(X1,X2),X3))) = join(X1,meet(join(X1,X2),X3)),
    inference(spm,[status(thm)],[c_0_19,c_0_43]) ).

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

cnf(c_0_54,hypothesis,
    join(X1,join(X2,meet(X1,X2))) = join(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_50]),c_0_11]),c_0_14]),c_0_30]),c_0_43]) ).

cnf(c_0_55,plain,
    join(X1,join(X2,join(X1,X3))) = join(X2,join(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_50]),c_0_30]),c_0_30]) ).

cnf(c_0_56,hypothesis,
    meet(join(X1,X2),join(X1,X3)) = join(X1,meet(join(X1,X2),X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_43]),c_0_52]) ).

cnf(c_0_57,hypothesis,
    meet(X1,join(X2,join(X3,meet(X1,X2)))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_31]),c_0_17]),c_0_32]),c_0_17]),c_0_32]) ).

cnf(c_0_58,hypothesis,
    meet(join(X1,X2),join(X2,X1)) = join(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_50]) ).

cnf(c_0_59,hypothesis,
    meet(X1,join(X2,join(X3,meet(X1,X3)))) = meet(X1,join(X3,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_41]),c_0_32]),c_0_44]),c_0_55]) ).

cnf(c_0_60,hypothesis,
    meet(join(X1,X2),join(X3,X1)) = join(X1,meet(join(X1,X3),X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_56]),c_0_30]),c_0_55]),c_0_57]),c_0_56]) ).

cnf(c_0_61,plain,
    meet(X1,meet(X2,X3)) = meet(X3,meet(X2,X1)),
    inference(spm,[status(thm)],[c_0_22,c_0_16]) ).

cnf(c_0_62,hypothesis,
    meet(join(X1,X2),meet(join(X2,X1),X3)) = meet(join(X2,X1),X3),
    inference(spm,[status(thm)],[c_0_13,c_0_58]) ).

cnf(c_0_63,hypothesis,
    join(X1,meet(join(X1,X2),X3)) = join(X1,meet(X2,join(X1,X3))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_56]),c_0_31]),c_0_60]) ).

cnf(c_0_64,hypothesis,
    meet(join(X1,X2),X3) = meet(X3,join(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_58]) ).

cnf(c_0_65,hypothesis,
    meet(join(X1,X2),join(X3,X1)) = join(X1,meet(X3,join(X1,X2))),
    inference(rw,[status(thm)],[c_0_60,c_0_63]) ).

cnf(c_0_66,plain,
    join(X1,join(meet(X2,X1),meet(X2,X3))) = join(X1,meet(X2,X3)),
    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_28,c_0_19]),c_0_16]),c_0_44]),c_0_30]),c_0_55]),c_0_42]) ).

cnf(c_0_67,hypothesis,
    meet(join(X1,meet(X2,meet(X1,X3))),join(X4,meet(X2,meet(X1,X3)))) = join(meet(X2,meet(X1,X3)),meet(X4,join(X1,meet(X2,meet(X1,X3))))),
    inference(spm,[status(thm)],[c_0_10,c_0_26]) ).

cnf(c_0_68,hypothesis,
    meet(join(X1,X2),join(X3,X2)) = join(X2,meet(X1,join(X2,X3))),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_69,plain,
    join(meet(X1,meet(X2,X3)),meet(X2,join(meet(X1,meet(X2,X3)),X4))) = meet(X2,join(meet(X1,meet(X2,X3)),X4)),
    inference(spm,[status(thm)],[c_0_28,c_0_26]) ).

cnf(c_0_70,hypothesis,
    meet(X1,join(X2,meet(X3,X2))) = meet(X2,meet(X1,join(X3,X2))),
    inference(spm,[status(thm)],[c_0_29,c_0_14]) ).

cnf(c_0_71,hypothesis,
    meet(join(X1,join(X2,meet(X1,X3))),join(X4,join(X2,meet(X1,X3)))) = join(X2,join(meet(X1,X3),meet(X4,join(X1,join(X2,meet(X1,X3)))))),
    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_10,c_0_19]),c_0_30]),c_0_55]),c_0_30]),c_0_55]),c_0_30]) ).

cnf(c_0_72,plain,
    join(meet(X1,X2),join(X3,meet(X1,X3))) = join(X3,meet(X1,X2)),
    inference(spm,[status(thm)],[c_0_33,c_0_66]) ).

cnf(c_0_73,plain,
    meet(join(X1,X2),join(X2,meet(X1,X3))) = join(X2,meet(X1,X3)),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_74,hypothesis,
    join(meet(X1,meet(X2,X3)),meet(X4,join(X2,meet(X1,meet(X2,X3))))) = meet(X2,join(meet(X1,meet(X2,X3)),X4)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_67,c_0_68]),c_0_69]) ).

cnf(c_0_75,hypothesis,
    meet(X1,join(X2,meet(X2,X3))) = meet(X2,meet(X1,join(X3,X2))),
    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_54]),c_0_31]),c_0_30]),c_0_34]),c_0_17]),c_0_23]) ).

cnf(c_0_76,hypothesis,
    join(X1,meet(X2,meet(X3,join(X2,X1)))) = join(X1,meet(X2,X3)),
    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_71,c_0_72]),c_0_54]),c_0_73]),c_0_54]),c_0_13]),c_0_66]) ).

cnf(c_0_77,hypothesis,
    meet(X1,join(meet(X1,X2),X3)) = join(meet(X1,X2),meet(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_75]),c_0_18]),c_0_20]),c_0_76]),c_0_18]) ).

cnf(c_0_78,plain,
    join(X1,join(meet(X2,X3),meet(X2,X1))) = join(X1,meet(X2,X3)),
    inference(spm,[status(thm)],[c_0_66,c_0_20]) ).

cnf(c_0_79,negated_conjecture,
    meet(a,join(b,meet(a,c))) != join(meet(a,b),meet(a,c)),
    prove_modularity ).

cnf(c_0_80,hypothesis,
    meet(X1,join(X2,meet(X1,X3))) = join(meet(X1,X3),meet(X1,X2)),
    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_31,c_0_77]),c_0_30]),c_0_78]),c_0_50]),c_0_16]),c_0_77]) ).

cnf(c_0_81,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_79,c_0_80]),c_0_20])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.10  % Problem    : LAT022-1 : TPTP v8.1.2. Released v2.2.0.
% 0.06/0.10  % Command    : run_E %s %d THM
% 0.09/0.30  % Computer : n006.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit   : 2400
% 0.09/0.30  % WCLimit    : 300
% 0.09/0.30  % DateTime   : Mon Oct  2 09:57:40 EDT 2023
% 0.09/0.30  % CPUTime    : 
% 0.15/0.40  Running first-order model finding
% 0.15/0.40  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.SyCR4MXopZ/E---3.1_15340.p
% 6.57/1.28  # Version: 3.1pre001
% 6.57/1.28  # Preprocessing class: FSSSSMSSSSSNFFN.
% 6.57/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.57/1.28  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 6.57/1.28  # Starting new_bool_3 with 300s (1) cores
% 6.57/1.28  # Starting new_bool_1 with 300s (1) cores
% 6.57/1.28  # Starting sh5l with 300s (1) cores
% 6.57/1.28  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 15422 completed with status 0
% 6.57/1.28  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 6.57/1.28  # Preprocessing class: FSSSSMSSSSSNFFN.
% 6.57/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.57/1.28  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 6.57/1.28  # No SInE strategy applied
% 6.57/1.28  # Search class: FUUPM-FFSF22-MFFFFFNN
% 6.57/1.28  # Scheduled 9 strats onto 5 cores with 1500 seconds (1500 total)
% 6.57/1.28  # Starting G-E--_107_C37_F1_PI_AE_Q4_CS_SP_PS_S0Y with 406s (1) cores
% 6.57/1.28  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 6.57/1.28  # Starting U----_206d_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.57/1.28  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.57/1.28  # Starting G-E--_300_C01_F1_SE_CS_SP_S0Y with 136s (1) cores
% 6.57/1.28  # G-E--_300_C01_F1_SE_CS_SP_S0Y with pid 15433 completed with status 0
% 6.57/1.28  # Result found by G-E--_300_C01_F1_SE_CS_SP_S0Y
% 6.57/1.28  # Preprocessing class: FSSSSMSSSSSNFFN.
% 6.57/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.57/1.28  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 6.57/1.28  # No SInE strategy applied
% 6.57/1.28  # Search class: FUUPM-FFSF22-MFFFFFNN
% 6.57/1.28  # Scheduled 9 strats onto 5 cores with 1500 seconds (1500 total)
% 6.57/1.28  # Starting G-E--_107_C37_F1_PI_AE_Q4_CS_SP_PS_S0Y with 406s (1) cores
% 6.57/1.28  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 6.57/1.28  # Starting U----_206d_05_C11_08_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.57/1.28  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.57/1.28  # Starting G-E--_300_C01_F1_SE_CS_SP_S0Y with 136s (1) cores
% 6.57/1.28  # Preprocessing time       : 0.001 s
% 6.57/1.28  
% 6.57/1.28  # Proof found!
% 6.57/1.28  # SZS status Unsatisfiable
% 6.57/1.28  # SZS output start CNFRefutation
% See solution above
% 6.57/1.28  # Parsed axioms                        : 10
% 6.57/1.28  # Removed by relevancy pruning/SinE    : 0
% 6.57/1.28  # Initial clauses                      : 10
% 6.57/1.28  # Removed in clause preprocessing      : 0
% 6.57/1.28  # Initial clauses in saturation        : 10
% 6.57/1.28  # Processed clauses                    : 2684
% 6.57/1.28  # ...of these trivial                  : 999
% 6.57/1.28  # ...subsumed                          : 1466
% 6.57/1.28  # ...remaining for further processing  : 219
% 6.57/1.28  # Other redundant clauses eliminated   : 0
% 6.57/1.28  # Clauses deleted for lack of memory   : 0
% 6.57/1.28  # Backward-subsumed                    : 0
% 6.57/1.28  # Backward-rewritten                   : 51
% 6.57/1.28  # Generated clauses                    : 61965
% 6.57/1.28  # ...of the previous two non-redundant : 52099
% 6.57/1.28  # ...aggressively subsumed             : 0
% 6.57/1.28  # Contextual simplify-reflections      : 0
% 6.57/1.28  # Paramodulations                      : 61965
% 6.57/1.28  # Factorizations                       : 0
% 6.57/1.28  # NegExts                              : 0
% 6.57/1.28  # Equation resolutions                 : 0
% 6.57/1.28  # Total rewrite steps                  : 122507
% 6.57/1.28  # Propositional unsat checks           : 0
% 6.57/1.28  #    Propositional check models        : 0
% 6.57/1.28  #    Propositional check unsatisfiable : 0
% 6.57/1.28  #    Propositional clauses             : 0
% 6.57/1.28  #    Propositional clauses after purity: 0
% 6.57/1.28  #    Propositional unsat core size     : 0
% 6.57/1.28  #    Propositional preprocessing time  : 0.000
% 6.57/1.28  #    Propositional encoding time       : 0.000
% 6.57/1.28  #    Propositional solver time         : 0.000
% 6.57/1.28  #    Success case prop preproc time    : 0.000
% 6.57/1.28  #    Success case prop encoding time   : 0.000
% 6.57/1.28  #    Success case prop solver time     : 0.000
% 6.57/1.28  # Current number of processed clauses  : 168
% 6.57/1.28  #    Positive orientable unit clauses  : 144
% 6.57/1.28  #    Positive unorientable unit clauses: 24
% 6.57/1.28  #    Negative unit clauses             : 0
% 6.57/1.28  #    Non-unit-clauses                  : 0
% 6.57/1.28  # Current number of unprocessed clauses: 49282
% 6.57/1.28  # ...number of literals in the above   : 49282
% 6.57/1.28  # Current number of archived formulas  : 0
% 6.57/1.28  # Current number of archived clauses   : 51
% 6.57/1.28  # Clause-clause subsumption calls (NU) : 0
% 6.57/1.28  # Rec. Clause-clause subsumption calls : 0
% 6.57/1.28  # Non-unit clause-clause subsumptions  : 0
% 6.57/1.28  # Unit Clause-clause subsumption calls : 508
% 6.57/1.28  # Rewrite failures with RHS unbound    : 0
% 6.57/1.28  # BW rewrite match attempts            : 2687
% 6.57/1.28  # BW rewrite match successes           : 351
% 6.57/1.28  # Condensation attempts                : 0
% 6.57/1.28  # Condensation successes               : 0
% 6.57/1.28  # Termbank termtop insertions          : 946281
% 6.57/1.28  
% 6.57/1.28  # -------------------------------------------------
% 6.57/1.28  # User time                : 0.789 s
% 6.57/1.28  # System time              : 0.044 s
% 6.57/1.28  # Total time               : 0.832 s
% 6.57/1.28  # Maximum resident set size: 1512 pages
% 6.57/1.28  
% 6.57/1.28  # -------------------------------------------------
% 6.57/1.28  # User time                : 4.033 s
% 6.57/1.28  # System time              : 0.185 s
% 6.57/1.28  # Total time               : 4.218 s
% 6.57/1.28  # Maximum resident set size: 1668 pages
% 6.57/1.28  % E---3.1 exiting
%------------------------------------------------------------------------------