TSTP Solution File: GEO196+1 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : GEO196+1 : TPTP v8.1.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n013.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 04:41:45 EDT 2022

% Result   : Theorem 2.00s 2.20s
% Output   : CNFRefutation 2.00s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
fof(ceq3,axiom,
    ! [X,Y,Z] :
      ( convergent_lines(X,Y)
     => ( distinct_lines(Y,Z)
        | convergent_lines(X,Z) ) ),
    input ).

fof(ceq3_0,plain,
    ! [X,Y,Z] :
      ( ~ convergent_lines(X,Y)
      | distinct_lines(Y,Z)
      | convergent_lines(X,Z) ),
    inference(orientation,[status(thm)],[ceq3]) ).

fof(ceq2,axiom,
    ! [X,Y,Z] :
      ( apart_point_and_line(X,Y)
     => ( distinct_lines(Y,Z)
        | apart_point_and_line(X,Z) ) ),
    input ).

fof(ceq2_0,plain,
    ! [X,Y,Z] :
      ( ~ apart_point_and_line(X,Y)
      | distinct_lines(Y,Z)
      | apart_point_and_line(X,Z) ),
    inference(orientation,[status(thm)],[ceq2]) ).

fof(ceq1,axiom,
    ! [X,Y,Z] :
      ( apart_point_and_line(X,Y)
     => ( distinct_points(X,Z)
        | apart_point_and_line(Z,Y) ) ),
    input ).

fof(ceq1_0,plain,
    ! [X,Y,Z] :
      ( ~ apart_point_and_line(X,Y)
      | distinct_points(X,Z)
      | apart_point_and_line(Z,Y) ),
    inference(orientation,[status(thm)],[ceq1]) ).

fof(ci4,axiom,
    ! [X,Y] :
      ( convergent_lines(X,Y)
     => ~ apart_point_and_line(intersection_point(X,Y),Y) ),
    input ).

fof(ci4_0,plain,
    ! [X,Y] :
      ( ~ convergent_lines(X,Y)
      | ~ apart_point_and_line(intersection_point(X,Y),Y) ),
    inference(orientation,[status(thm)],[ci4]) ).

fof(ci3,axiom,
    ! [X,Y] :
      ( convergent_lines(X,Y)
     => ~ apart_point_and_line(intersection_point(X,Y),X) ),
    input ).

fof(ci3_0,plain,
    ! [X,Y] :
      ( ~ convergent_lines(X,Y)
      | ~ apart_point_and_line(intersection_point(X,Y),X) ),
    inference(orientation,[status(thm)],[ci3]) ).

fof(ci2,axiom,
    ! [X,Y] :
      ( distinct_points(X,Y)
     => ~ apart_point_and_line(Y,line_connecting(X,Y)) ),
    input ).

fof(ci2_0,plain,
    ! [X,Y] :
      ( ~ distinct_points(X,Y)
      | ~ apart_point_and_line(Y,line_connecting(X,Y)) ),
    inference(orientation,[status(thm)],[ci2]) ).

fof(ci1,axiom,
    ! [X,Y] :
      ( distinct_points(X,Y)
     => ~ apart_point_and_line(X,line_connecting(X,Y)) ),
    input ).

fof(ci1_0,plain,
    ! [X,Y] :
      ( ~ distinct_points(X,Y)
      | ~ apart_point_and_line(X,line_connecting(X,Y)) ),
    inference(orientation,[status(thm)],[ci1]) ).

fof(ax6,axiom,
    ! [X,Y,Z] :
      ( convergent_lines(X,Y)
     => ( convergent_lines(X,Z)
        | convergent_lines(Y,Z) ) ),
    input ).

fof(ax6_0,plain,
    ! [X,Y,Z] :
      ( ~ convergent_lines(X,Y)
      | convergent_lines(X,Z)
      | convergent_lines(Y,Z) ),
    inference(orientation,[status(thm)],[ax6]) ).

fof(apart5,axiom,
    ! [X,Y,Z] :
      ( distinct_lines(X,Y)
     => ( distinct_lines(X,Z)
        | distinct_lines(Y,Z) ) ),
    input ).

fof(apart5_0,plain,
    ! [X,Y,Z] :
      ( ~ distinct_lines(X,Y)
      | distinct_lines(X,Z)
      | distinct_lines(Y,Z) ),
    inference(orientation,[status(thm)],[apart5]) ).

fof(apart4,axiom,
    ! [X,Y,Z] :
      ( distinct_points(X,Y)
     => ( distinct_points(X,Z)
        | distinct_points(Y,Z) ) ),
    input ).

fof(apart4_0,plain,
    ! [X,Y,Z] :
      ( ~ distinct_points(X,Y)
      | distinct_points(X,Z)
      | distinct_points(Y,Z) ),
    inference(orientation,[status(thm)],[apart4]) ).

fof(apart3,axiom,
    ! [X] : ~ convergent_lines(X,X),
    input ).

fof(apart3_0,plain,
    ! [X] :
      ( ~ convergent_lines(X,X)
      | $false ),
    inference(orientation,[status(thm)],[apart3]) ).

fof(apart2,axiom,
    ! [X] : ~ distinct_lines(X,X),
    input ).

fof(apart2_0,plain,
    ! [X] :
      ( ~ distinct_lines(X,X)
      | $false ),
    inference(orientation,[status(thm)],[apart2]) ).

fof(apart1,axiom,
    ! [X] : ~ distinct_points(X,X),
    input ).

fof(apart1_0,plain,
    ! [X] :
      ( ~ distinct_points(X,X)
      | $false ),
    inference(orientation,[status(thm)],[apart1]) ).

fof(def_lhs_atom1,axiom,
    ! [X] :
      ( lhs_atom1(X)
    <=> ~ distinct_points(X,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [X] :
      ( lhs_atom1(X)
      | $false ),
    inference(fold_definition,[status(thm)],[apart1_0,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ! [X] :
      ( lhs_atom2(X)
    <=> ~ distinct_lines(X,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ! [X] :
      ( lhs_atom2(X)
      | $false ),
    inference(fold_definition,[status(thm)],[apart2_0,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ! [X] :
      ( lhs_atom3(X)
    <=> ~ convergent_lines(X,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_2,plain,
    ! [X] :
      ( lhs_atom3(X)
      | $false ),
    inference(fold_definition,[status(thm)],[apart3_0,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ! [Y,X] :
      ( lhs_atom4(Y,X)
    <=> ~ distinct_points(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ! [X,Y,Z] :
      ( lhs_atom4(Y,X)
      | distinct_points(X,Z)
      | distinct_points(Y,Z) ),
    inference(fold_definition,[status(thm)],[apart4_0,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ! [Y,X] :
      ( lhs_atom5(Y,X)
    <=> ~ distinct_lines(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ! [X,Y,Z] :
      ( lhs_atom5(Y,X)
      | distinct_lines(X,Z)
      | distinct_lines(Y,Z) ),
    inference(fold_definition,[status(thm)],[apart5_0,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ! [Y,X] :
      ( lhs_atom6(Y,X)
    <=> ~ convergent_lines(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ! [X,Y,Z] :
      ( lhs_atom6(Y,X)
      | convergent_lines(X,Z)
      | convergent_lines(Y,Z) ),
    inference(fold_definition,[status(thm)],[ax6_0,def_lhs_atom6]) ).

fof(to_be_clausified_6,plain,
    ! [X,Y] :
      ( lhs_atom4(Y,X)
      | ~ apart_point_and_line(X,line_connecting(X,Y)) ),
    inference(fold_definition,[status(thm)],[ci1_0,def_lhs_atom4]) ).

fof(to_be_clausified_7,plain,
    ! [X,Y] :
      ( lhs_atom4(Y,X)
      | ~ apart_point_and_line(Y,line_connecting(X,Y)) ),
    inference(fold_definition,[status(thm)],[ci2_0,def_lhs_atom4]) ).

fof(to_be_clausified_8,plain,
    ! [X,Y] :
      ( lhs_atom6(Y,X)
      | ~ apart_point_and_line(intersection_point(X,Y),X) ),
    inference(fold_definition,[status(thm)],[ci3_0,def_lhs_atom6]) ).

fof(to_be_clausified_9,plain,
    ! [X,Y] :
      ( lhs_atom6(Y,X)
      | ~ apart_point_and_line(intersection_point(X,Y),Y) ),
    inference(fold_definition,[status(thm)],[ci4_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ! [Y,X] :
      ( lhs_atom7(Y,X)
    <=> ~ apart_point_and_line(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_10,plain,
    ! [X,Y,Z] :
      ( lhs_atom7(Y,X)
      | distinct_points(X,Z)
      | apart_point_and_line(Z,Y) ),
    inference(fold_definition,[status(thm)],[ceq1_0,def_lhs_atom7]) ).

fof(to_be_clausified_11,plain,
    ! [X,Y,Z] :
      ( lhs_atom7(Y,X)
      | distinct_lines(Y,Z)
      | apart_point_and_line(X,Z) ),
    inference(fold_definition,[status(thm)],[ceq2_0,def_lhs_atom7]) ).

fof(to_be_clausified_12,plain,
    ! [X,Y,Z] :
      ( lhs_atom6(Y,X)
      | distinct_lines(Y,Z)
      | convergent_lines(X,Z) ),
    inference(fold_definition,[status(thm)],[ceq3_0,def_lhs_atom6]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X3,X1] :
      ( lhs_atom6(X3,X1)
      | ~ apart_point_and_line(intersection_point(X1,X3),X3) ),
    file('<stdin>',to_be_clausified_9) ).

fof(c_0_1,axiom,
    ! [X3,X1] :
      ( lhs_atom6(X3,X1)
      | ~ apart_point_and_line(intersection_point(X1,X3),X1) ),
    file('<stdin>',to_be_clausified_8) ).

fof(c_0_2,axiom,
    ! [X3,X1] :
      ( lhs_atom4(X3,X1)
      | ~ apart_point_and_line(X3,line_connecting(X1,X3)) ),
    file('<stdin>',to_be_clausified_7) ).

fof(c_0_3,axiom,
    ! [X3,X1] :
      ( lhs_atom4(X3,X1)
      | ~ apart_point_and_line(X1,line_connecting(X1,X3)) ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_4,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom6(X3,X1)
      | distinct_lines(X3,X2)
      | convergent_lines(X1,X2) ),
    file('<stdin>',to_be_clausified_12) ).

fof(c_0_5,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom7(X3,X1)
      | distinct_lines(X3,X2)
      | apart_point_and_line(X1,X2) ),
    file('<stdin>',to_be_clausified_11) ).

fof(c_0_6,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom7(X3,X1)
      | distinct_points(X1,X2)
      | apart_point_and_line(X2,X3) ),
    file('<stdin>',to_be_clausified_10) ).

fof(c_0_7,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom6(X3,X1)
      | convergent_lines(X1,X2)
      | convergent_lines(X3,X2) ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_8,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom5(X3,X1)
      | distinct_lines(X1,X2)
      | distinct_lines(X3,X2) ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_9,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom4(X3,X1)
      | distinct_points(X1,X2)
      | distinct_points(X3,X2) ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_10,axiom,
    ! [X1] :
      ( lhs_atom3(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_11,axiom,
    ! [X1] :
      ( lhs_atom2(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_12,axiom,
    ! [X1] :
      ( lhs_atom1(X1)
      | ~ $true ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_13,plain,
    ! [X3,X1] :
      ( lhs_atom6(X3,X1)
      | ~ apart_point_and_line(intersection_point(X1,X3),X3) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_14,plain,
    ! [X3,X1] :
      ( lhs_atom6(X3,X1)
      | ~ apart_point_and_line(intersection_point(X1,X3),X1) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_15,plain,
    ! [X3,X1] :
      ( lhs_atom4(X3,X1)
      | ~ apart_point_and_line(X3,line_connecting(X1,X3)) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_16,plain,
    ! [X3,X1] :
      ( lhs_atom4(X3,X1)
      | ~ apart_point_and_line(X1,line_connecting(X1,X3)) ),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_17,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom6(X3,X1)
      | distinct_lines(X3,X2)
      | convergent_lines(X1,X2) ),
    c_0_4 ).

fof(c_0_18,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom7(X3,X1)
      | distinct_lines(X3,X2)
      | apart_point_and_line(X1,X2) ),
    c_0_5 ).

fof(c_0_19,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom7(X3,X1)
      | distinct_points(X1,X2)
      | apart_point_and_line(X2,X3) ),
    c_0_6 ).

fof(c_0_20,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom6(X3,X1)
      | convergent_lines(X1,X2)
      | convergent_lines(X3,X2) ),
    c_0_7 ).

fof(c_0_21,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom5(X3,X1)
      | distinct_lines(X1,X2)
      | distinct_lines(X3,X2) ),
    c_0_8 ).

fof(c_0_22,axiom,
    ! [X2,X3,X1] :
      ( lhs_atom4(X3,X1)
      | distinct_points(X1,X2)
      | distinct_points(X3,X2) ),
    c_0_9 ).

fof(c_0_23,plain,
    ! [X1] : lhs_atom3(X1),
    inference(fof_simplification,[status(thm)],[c_0_10]) ).

fof(c_0_24,plain,
    ! [X1] : lhs_atom2(X1),
    inference(fof_simplification,[status(thm)],[c_0_11]) ).

fof(c_0_25,plain,
    ! [X1] : lhs_atom1(X1),
    inference(fof_simplification,[status(thm)],[c_0_12]) ).

fof(c_0_26,plain,
    ! [X4,X5] :
      ( lhs_atom6(X4,X5)
      | ~ apart_point_and_line(intersection_point(X5,X4),X4) ),
    inference(variable_rename,[status(thm)],[c_0_13]) ).

fof(c_0_27,plain,
    ! [X4,X5] :
      ( lhs_atom6(X4,X5)
      | ~ apart_point_and_line(intersection_point(X5,X4),X5) ),
    inference(variable_rename,[status(thm)],[c_0_14]) ).

fof(c_0_28,plain,
    ! [X4,X5] :
      ( lhs_atom4(X4,X5)
      | ~ apart_point_and_line(X4,line_connecting(X5,X4)) ),
    inference(variable_rename,[status(thm)],[c_0_15]) ).

fof(c_0_29,plain,
    ! [X4,X5] :
      ( lhs_atom4(X4,X5)
      | ~ apart_point_and_line(X5,line_connecting(X5,X4)) ),
    inference(variable_rename,[status(thm)],[c_0_16]) ).

fof(c_0_30,plain,
    ! [X4,X5,X6] :
      ( lhs_atom6(X5,X6)
      | distinct_lines(X5,X4)
      | convergent_lines(X6,X4) ),
    inference(variable_rename,[status(thm)],[c_0_17]) ).

fof(c_0_31,plain,
    ! [X4,X5,X6] :
      ( lhs_atom7(X5,X6)
      | distinct_lines(X5,X4)
      | apart_point_and_line(X6,X4) ),
    inference(variable_rename,[status(thm)],[c_0_18]) ).

fof(c_0_32,plain,
    ! [X4,X5,X6] :
      ( lhs_atom7(X5,X6)
      | distinct_points(X6,X4)
      | apart_point_and_line(X4,X5) ),
    inference(variable_rename,[status(thm)],[c_0_19]) ).

fof(c_0_33,plain,
    ! [X4,X5,X6] :
      ( lhs_atom6(X5,X6)
      | convergent_lines(X6,X4)
      | convergent_lines(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_20]) ).

fof(c_0_34,plain,
    ! [X4,X5,X6] :
      ( lhs_atom5(X5,X6)
      | distinct_lines(X6,X4)
      | distinct_lines(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_21]) ).

fof(c_0_35,plain,
    ! [X4,X5,X6] :
      ( lhs_atom4(X5,X6)
      | distinct_points(X6,X4)
      | distinct_points(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_22]) ).

fof(c_0_36,plain,
    ! [X2] : lhs_atom3(X2),
    inference(variable_rename,[status(thm)],[c_0_23]) ).

fof(c_0_37,plain,
    ! [X2] : lhs_atom2(X2),
    inference(variable_rename,[status(thm)],[c_0_24]) ).

fof(c_0_38,plain,
    ! [X2] : lhs_atom1(X2),
    inference(variable_rename,[status(thm)],[c_0_25]) ).

cnf(c_0_39,plain,
    ( lhs_atom6(X2,X1)
    | ~ apart_point_and_line(intersection_point(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_40,plain,
    ( lhs_atom6(X2,X1)
    | ~ apart_point_and_line(intersection_point(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_41,plain,
    ( lhs_atom4(X1,X2)
    | ~ apart_point_and_line(X1,line_connecting(X2,X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_42,plain,
    ( lhs_atom4(X2,X1)
    | ~ apart_point_and_line(X1,line_connecting(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_43,plain,
    ( convergent_lines(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom6(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_44,plain,
    ( apart_point_and_line(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom7(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_45,plain,
    ( apart_point_and_line(X1,X2)
    | distinct_points(X3,X1)
    | lhs_atom7(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_46,plain,
    ( convergent_lines(X1,X2)
    | convergent_lines(X3,X2)
    | lhs_atom6(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_47,plain,
    ( distinct_lines(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom5(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_48,plain,
    ( distinct_points(X1,X2)
    | distinct_points(X3,X2)
    | lhs_atom4(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_49,plain,
    lhs_atom3(X1),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

cnf(c_0_50,plain,
    lhs_atom2(X1),
    inference(split_conjunct,[status(thm)],[c_0_37]) ).

cnf(c_0_51,plain,
    lhs_atom1(X1),
    inference(split_conjunct,[status(thm)],[c_0_38]) ).

cnf(c_0_52,plain,
    ( lhs_atom6(X2,X1)
    | ~ apart_point_and_line(intersection_point(X1,X2),X2) ),
    c_0_39,
    [final] ).

cnf(c_0_53,plain,
    ( lhs_atom6(X2,X1)
    | ~ apart_point_and_line(intersection_point(X1,X2),X1) ),
    c_0_40,
    [final] ).

cnf(c_0_54,plain,
    ( lhs_atom4(X1,X2)
    | ~ apart_point_and_line(X1,line_connecting(X2,X1)) ),
    c_0_41,
    [final] ).

cnf(c_0_55,plain,
    ( lhs_atom4(X2,X1)
    | ~ apart_point_and_line(X1,line_connecting(X1,X2)) ),
    c_0_42,
    [final] ).

cnf(c_0_56,plain,
    ( convergent_lines(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom6(X3,X1) ),
    c_0_43,
    [final] ).

cnf(c_0_57,plain,
    ( apart_point_and_line(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom7(X3,X1) ),
    c_0_44,
    [final] ).

cnf(c_0_58,plain,
    ( apart_point_and_line(X1,X2)
    | distinct_points(X3,X1)
    | lhs_atom7(X2,X3) ),
    c_0_45,
    [final] ).

cnf(c_0_59,plain,
    ( convergent_lines(X1,X2)
    | convergent_lines(X3,X2)
    | lhs_atom6(X1,X3) ),
    c_0_46,
    [final] ).

cnf(c_0_60,plain,
    ( distinct_lines(X1,X2)
    | distinct_lines(X3,X2)
    | lhs_atom5(X1,X3) ),
    c_0_47,
    [final] ).

cnf(c_0_61,plain,
    ( distinct_points(X1,X2)
    | distinct_points(X3,X2)
    | lhs_atom4(X1,X3) ),
    c_0_48,
    [final] ).

cnf(c_0_62,plain,
    lhs_atom3(X1),
    c_0_49,
    [final] ).

cnf(c_0_63,plain,
    lhs_atom2(X1),
    c_0_50,
    [final] ).

cnf(c_0_64,plain,
    lhs_atom1(X1),
    c_0_51,
    [final] ).

% End CNF derivation
cnf(c_0_52_0,axiom,
    ( ~ convergent_lines(X1,X2)
    | ~ apart_point_and_line(intersection_point(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_52,def_lhs_atom6]) ).

cnf(c_0_53_0,axiom,
    ( ~ convergent_lines(X1,X2)
    | ~ apart_point_and_line(intersection_point(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_53,def_lhs_atom6]) ).

cnf(c_0_54_0,axiom,
    ( ~ distinct_points(X2,X1)
    | ~ apart_point_and_line(X1,line_connecting(X2,X1)) ),
    inference(unfold_definition,[status(thm)],[c_0_54,def_lhs_atom4]) ).

cnf(c_0_55_0,axiom,
    ( ~ distinct_points(X1,X2)
    | ~ apart_point_and_line(X1,line_connecting(X1,X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_55,def_lhs_atom4]) ).

cnf(c_0_56_0,axiom,
    ( ~ convergent_lines(X1,X3)
    | convergent_lines(X1,X2)
    | distinct_lines(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_56,def_lhs_atom6]) ).

cnf(c_0_57_0,axiom,
    ( ~ apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2)
    | distinct_lines(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_57,def_lhs_atom7]) ).

cnf(c_0_58_0,axiom,
    ( ~ apart_point_and_line(X3,X2)
    | apart_point_and_line(X1,X2)
    | distinct_points(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_58,def_lhs_atom7]) ).

cnf(c_0_59_0,axiom,
    ( ~ convergent_lines(X3,X1)
    | convergent_lines(X1,X2)
    | convergent_lines(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_59,def_lhs_atom6]) ).

cnf(c_0_60_0,axiom,
    ( ~ distinct_lines(X3,X1)
    | distinct_lines(X1,X2)
    | distinct_lines(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_60,def_lhs_atom5]) ).

cnf(c_0_61_0,axiom,
    ( ~ distinct_points(X3,X1)
    | distinct_points(X1,X2)
    | distinct_points(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_61,def_lhs_atom4]) ).

cnf(c_0_62_0,axiom,
    ~ convergent_lines(X1,X1),
    inference(unfold_definition,[status(thm)],[c_0_62,def_lhs_atom3]) ).

cnf(c_0_63_0,axiom,
    ~ distinct_lines(X1,X1),
    inference(unfold_definition,[status(thm)],[c_0_63,def_lhs_atom2]) ).

cnf(c_0_64_0,axiom,
    ~ distinct_points(X1,X1),
    inference(unfold_definition,[status(thm)],[c_0_64,def_lhs_atom1]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0_001,axiom,
    ! [X1,X2,X3,X4] :
      ( ( distinct_points(X1,X2)
        & distinct_lines(X3,X4) )
     => ( apart_point_and_line(X1,X3)
        | apart_point_and_line(X1,X4)
        | apart_point_and_line(X2,X3)
        | apart_point_and_line(X2,X4) ) ),
    file('<stdin>',cu1) ).

fof(c_0_1_002,axiom,
    ! [X1,X2,X3,X4] :
      ( ( distinct_points(X1,X2)
        & distinct_lines(X3,X4) )
     => ( apart_point_and_line(X1,X3)
        | apart_point_and_line(X1,X4)
        | apart_point_and_line(X2,X3)
        | apart_point_and_line(X2,X4) ) ),
    c_0_0 ).

fof(c_0_2_003,plain,
    ! [X5,X6,X7,X8] :
      ( ~ distinct_points(X5,X6)
      | ~ distinct_lines(X7,X8)
      | apart_point_and_line(X5,X7)
      | apart_point_and_line(X5,X8)
      | apart_point_and_line(X6,X7)
      | apart_point_and_line(X6,X8) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])]) ).

cnf(c_0_3_004,plain,
    ( apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X4,X3)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_005,plain,
    ( apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X4,X3)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    c_0_3,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_4_0,axiom,
    ( apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X4,X3)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

cnf(c_0_4_1,axiom,
    ( apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X4,X3)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

cnf(c_0_4_2,axiom,
    ( apart_point_and_line(X4,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2)
    | apart_point_and_line(X4,X3)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

cnf(c_0_4_3,axiom,
    ( apart_point_and_line(X4,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2)
    | ~ distinct_lines(X3,X2)
    | ~ distinct_points(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

cnf(c_0_4_4,axiom,
    ( ~ distinct_lines(X3,X2)
    | apart_point_and_line(X4,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2)
    | ~ distinct_points(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

cnf(c_0_4_5,axiom,
    ( ~ distinct_points(X4,X1)
    | ~ distinct_lines(X3,X2)
    | apart_point_and_line(X4,X3)
    | apart_point_and_line(X4,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_4]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_006,conjecture,
    ! [X1,X2,X3,X4] :
      ( ( convergent_lines(X1,X2)
        & convergent_lines(X3,X4)
        & ~ apart_point_and_line(intersection_point(X1,X2),X3)
        & ~ apart_point_and_line(intersection_point(X1,X2),X4) )
     => ( ~ apart_point_and_line(intersection_point(X3,X4),X1)
        & ~ apart_point_and_line(intersection_point(X3,X4),X2) ) ),
    file('<stdin>',con) ).

fof(c_0_1_007,negated_conjecture,
    ~ ! [X1,X2,X3,X4] :
        ( ( convergent_lines(X1,X2)
          & convergent_lines(X3,X4)
          & ~ apart_point_and_line(intersection_point(X1,X2),X3)
          & ~ apart_point_and_line(intersection_point(X1,X2),X4) )
       => ( ~ apart_point_and_line(intersection_point(X3,X4),X1)
          & ~ apart_point_and_line(intersection_point(X3,X4),X2) ) ),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[c_0_0])]) ).

fof(c_0_2_008,negated_conjecture,
    ( convergent_lines(esk1_0,esk2_0)
    & convergent_lines(esk3_0,esk4_0)
    & ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk3_0)
    & ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk4_0)
    & ( apart_point_and_line(intersection_point(esk3_0,esk4_0),esk1_0)
      | apart_point_and_line(intersection_point(esk3_0,esk4_0),esk2_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])])]) ).

cnf(c_0_3_009,negated_conjecture,
    ( apart_point_and_line(intersection_point(esk3_0,esk4_0),esk2_0)
    | apart_point_and_line(intersection_point(esk3_0,esk4_0),esk1_0) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_010,negated_conjecture,
    ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_5_011,negated_conjecture,
    ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk4_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_6_012,negated_conjecture,
    convergent_lines(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_7_013,negated_conjecture,
    convergent_lines(esk3_0,esk4_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_8_014,negated_conjecture,
    ( apart_point_and_line(intersection_point(esk3_0,esk4_0),esk2_0)
    | apart_point_and_line(intersection_point(esk3_0,esk4_0),esk1_0) ),
    c_0_3,
    [final] ).

cnf(c_0_9_015,negated_conjecture,
    ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk3_0),
    c_0_4,
    [final] ).

cnf(c_0_10_016,negated_conjecture,
    ~ apart_point_and_line(intersection_point(esk1_0,esk2_0),esk4_0),
    c_0_5,
    [final] ).

cnf(c_0_11_017,negated_conjecture,
    convergent_lines(esk1_0,esk2_0),
    c_0_6,
    [final] ).

cnf(c_0_12_018,negated_conjecture,
    convergent_lines(esk3_0,esk4_0),
    c_0_7,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_4,plain,
    ( ~ distinct_points(X0,X1)
    | apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X0,X2)
    | apart_point_and_line(X0,X3)
    | ~ distinct_lines(X3,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_4_4) ).

cnf(c_68,plain,
    ( ~ distinct_points(X0,X1)
    | apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3)
    | apart_point_and_line(X0,X2)
    | apart_point_and_line(X0,X3)
    | ~ distinct_lines(X3,X2) ),
    inference(copy,[status(esa)],[c_4]) ).

cnf(c_68937,plain,
    ( apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),X0)
    | apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),X1)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),X0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),X1)
    | ~ distinct_lines(X1,X0)
    | ~ distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),intersection_point(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_68]) ).

cnf(c_69088,plain,
    ( apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk4_0)
    | apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),X0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk4_0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),X0)
    | ~ distinct_lines(X0,sk3_esk4_0)
    | ~ distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),intersection_point(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_68937]) ).

cnf(c_69158,plain,
    ( apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk3_0)
    | apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk4_0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk3_0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk4_0)
    | ~ distinct_lines(sk3_esk3_0,sk3_esk4_0)
    | ~ distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),intersection_point(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_69088]) ).

cnf(c_12,plain,
    ( distinct_points(X0,X1)
    | apart_point_and_line(X1,X2)
    | ~ apart_point_and_line(X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_58_0) ).

cnf(c_76,plain,
    ( distinct_points(X0,X1)
    | apart_point_and_line(X1,X2)
    | ~ apart_point_and_line(X0,X2) ),
    inference(copy,[status(esa)],[c_12]) ).

cnf(c_69030,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk1_0)
    | apart_point_and_line(X0,sk3_esk1_0)
    | distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),X0) ),
    inference(instantiation,[status(thm)],[c_76]) ).

cnf(c_69132,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk1_0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk1_0)
    | distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),intersection_point(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_69030]) ).

cnf(c_8,plain,
    ~ convergent_lines(X0,X0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_62_0) ).

cnf(c_72,plain,
    ~ convergent_lines(X0,X0),
    inference(copy,[status(esa)],[c_8]) ).

cnf(c_69013,plain,
    ~ convergent_lines(sk3_esk4_0,sk3_esk4_0),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_14,plain,
    ( distinct_lines(X0,X1)
    | convergent_lines(X2,X1)
    | ~ convergent_lines(X2,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_56_0) ).

cnf(c_78,plain,
    ( distinct_lines(X0,X1)
    | convergent_lines(X2,X1)
    | ~ convergent_lines(X2,X0) ),
    inference(copy,[status(esa)],[c_14]) ).

cnf(c_68929,plain,
    ( distinct_lines(sk3_esk3_0,X0)
    | ~ convergent_lines(sk3_esk4_0,sk3_esk3_0)
    | convergent_lines(sk3_esk4_0,X0) ),
    inference(instantiation,[status(thm)],[c_78]) ).

cnf(c_69012,plain,
    ( distinct_lines(sk3_esk3_0,sk3_esk4_0)
    | ~ convergent_lines(sk3_esk4_0,sk3_esk3_0)
    | convergent_lines(sk3_esk4_0,sk3_esk4_0) ),
    inference(instantiation,[status(thm)],[c_68929]) ).

cnf(c_68880,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk2_0)
    | apart_point_and_line(X0,sk3_esk2_0)
    | distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),X0) ),
    inference(instantiation,[status(thm)],[c_76]) ).

cnf(c_68907,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk2_0)
    | apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk2_0)
    | distinct_points(intersection_point(sk3_esk3_0,sk3_esk4_0),intersection_point(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_68880]) ).

cnf(c_68897,plain,
    ~ convergent_lines(sk3_esk3_0,sk3_esk3_0),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_11,plain,
    ( convergent_lines(X0,X1)
    | convergent_lines(X2,X1)
    | ~ convergent_lines(X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_59_0) ).

cnf(c_75,plain,
    ( convergent_lines(X0,X1)
    | convergent_lines(X2,X1)
    | ~ convergent_lines(X0,X2) ),
    inference(copy,[status(esa)],[c_11]) ).

cnf(c_68878,plain,
    ( ~ convergent_lines(sk3_esk3_0,sk3_esk4_0)
    | convergent_lines(sk3_esk3_0,X0)
    | convergent_lines(sk3_esk4_0,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_68896,plain,
    ( convergent_lines(sk3_esk3_0,sk3_esk3_0)
    | ~ convergent_lines(sk3_esk3_0,sk3_esk4_0)
    | convergent_lines(sk3_esk4_0,sk3_esk3_0) ),
    inference(instantiation,[status(thm)],[c_68878]) ).

cnf(c_18,plain,
    ( ~ apart_point_and_line(intersection_point(X0,X1),X1)
    | ~ convergent_lines(X0,X1) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_52_0) ).

cnf(c_82,plain,
    ( ~ apart_point_and_line(intersection_point(X0,X1),X1)
    | ~ convergent_lines(X0,X1) ),
    inference(copy,[status(esa)],[c_18]) ).

cnf(c_68875,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk4_0)
    | ~ convergent_lines(sk3_esk3_0,sk3_esk4_0) ),
    inference(instantiation,[status(thm)],[c_82]) ).

cnf(c_68874,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk2_0)
    | ~ convergent_lines(sk3_esk1_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_82]) ).

cnf(c_17,plain,
    ( ~ apart_point_and_line(intersection_point(X0,X1),X0)
    | ~ convergent_lines(X0,X1) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_53_0) ).

cnf(c_81,plain,
    ( ~ apart_point_and_line(intersection_point(X0,X1),X0)
    | ~ convergent_lines(X0,X1) ),
    inference(copy,[status(esa)],[c_17]) ).

cnf(c_68873,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk3_0)
    | ~ convergent_lines(sk3_esk3_0,sk3_esk4_0) ),
    inference(instantiation,[status(thm)],[c_81]) ).

cnf(c_68872,plain,
    ( ~ apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk1_0)
    | ~ convergent_lines(sk3_esk1_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_81]) ).

cnf(c_19,negated_conjecture,
    ( apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk2_0)
    | apart_point_and_line(intersection_point(sk3_esk3_0,sk3_esk4_0),sk3_esk1_0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_8) ).

cnf(c_20,negated_conjecture,
    ~ apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk3_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_9) ).

cnf(c_21,negated_conjecture,
    ~ apart_point_and_line(intersection_point(sk3_esk1_0,sk3_esk2_0),sk3_esk4_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_10) ).

cnf(c_22,negated_conjecture,
    convergent_lines(sk3_esk1_0,sk3_esk2_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_11) ).

cnf(c_23,negated_conjecture,
    convergent_lines(sk3_esk3_0,sk3_esk4_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p',c_0_12) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_69158,c_69132,c_69013,c_69012,c_68907,c_68897,c_68896,c_68875,c_68874,c_68873,c_68872,c_19,c_20,c_21,c_22,c_23]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO196+1 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.13  % Command  : iprover_modulo %s %d
% 0.13/0.34  % Computer : n013.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 : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Fri Jun 17 17:57:59 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Running in mono-core mode
% 0.21/0.41  % Orienting using strategy Equiv(ClausalAll)
% 0.21/0.41  % FOF problem with conjecture
% 0.21/0.41  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox/tmp/iprover_proof_c19612.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_c82ad5.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_8f4519 | grep -v "SZS"
% 0.21/0.43  
% 0.21/0.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.21/0.43  
% 0.21/0.43  % 
% 0.21/0.43  % ------  iProver source info 
% 0.21/0.43  
% 0.21/0.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.21/0.43  % git: non_committed_changes: true
% 0.21/0.43  % git: last_make_outside_of_git: true
% 0.21/0.43  
% 0.21/0.43  % 
% 0.21/0.43  % ------ Input Options
% 0.21/0.43  
% 0.21/0.43  % --out_options                         all
% 0.21/0.43  % --tptp_safe_out                       true
% 0.21/0.43  % --problem_path                        ""
% 0.21/0.43  % --include_path                        ""
% 0.21/0.43  % --clausifier                          .//eprover
% 0.21/0.43  % --clausifier_options                  --tstp-format  
% 0.21/0.43  % --stdin                               false
% 0.21/0.43  % --dbg_backtrace                       false
% 0.21/0.43  % --dbg_dump_prop_clauses               false
% 0.21/0.43  % --dbg_dump_prop_clauses_file          -
% 0.21/0.43  % --dbg_out_stat                        false
% 0.21/0.43  
% 0.21/0.43  % ------ General Options
% 0.21/0.43  
% 0.21/0.43  % --fof                                 false
% 0.21/0.43  % --time_out_real                       150.
% 0.21/0.43  % --time_out_prep_mult                  0.2
% 0.21/0.43  % --time_out_virtual                    -1.
% 0.21/0.43  % --schedule                            none
% 0.21/0.43  % --ground_splitting                    input
% 0.21/0.43  % --splitting_nvd                       16
% 0.21/0.43  % --non_eq_to_eq                        false
% 0.21/0.43  % --prep_gs_sim                         true
% 0.21/0.43  % --prep_unflatten                      false
% 0.21/0.43  % --prep_res_sim                        true
% 0.21/0.43  % --prep_upred                          true
% 0.21/0.43  % --res_sim_input                       true
% 0.21/0.43  % --clause_weak_htbl                    true
% 0.21/0.43  % --gc_record_bc_elim                   false
% 0.21/0.43  % --symbol_type_check                   false
% 0.21/0.43  % --clausify_out                        false
% 0.21/0.43  % --large_theory_mode                   false
% 0.21/0.43  % --prep_sem_filter                     none
% 0.21/0.43  % --prep_sem_filter_out                 false
% 0.21/0.43  % --preprocessed_out                    false
% 0.21/0.43  % --sub_typing                          false
% 0.21/0.43  % --brand_transform                     false
% 0.21/0.43  % --pure_diseq_elim                     true
% 0.21/0.43  % --min_unsat_core                      false
% 0.21/0.43  % --pred_elim                           true
% 0.21/0.43  % --add_important_lit                   false
% 0.21/0.43  % --soft_assumptions                    false
% 0.21/0.43  % --reset_solvers                       false
% 0.21/0.43  % --bc_imp_inh                          []
% 0.21/0.43  % --conj_cone_tolerance                 1.5
% 0.21/0.43  % --prolific_symb_bound                 500
% 0.21/0.43  % --lt_threshold                        2000
% 0.21/0.43  
% 0.21/0.43  % ------ SAT Options
% 0.21/0.43  
% 0.21/0.43  % --sat_mode                            false
% 0.21/0.43  % --sat_fm_restart_options              ""
% 0.21/0.43  % --sat_gr_def                          false
% 0.21/0.43  % --sat_epr_types                       true
% 0.21/0.43  % --sat_non_cyclic_types                false
% 0.21/0.43  % --sat_finite_models                   false
% 0.21/0.43  % --sat_fm_lemmas                       false
% 0.21/0.43  % --sat_fm_prep                         false
% 0.21/0.43  % --sat_fm_uc_incr                      true
% 0.21/0.43  % --sat_out_model                       small
% 0.21/0.43  % --sat_out_clauses                     false
% 0.21/0.43  
% 0.21/0.43  % ------ QBF Options
% 0.21/0.43  
% 0.21/0.43  % --qbf_mode                            false
% 0.21/0.43  % --qbf_elim_univ                       true
% 0.21/0.43  % --qbf_sk_in                           true
% 0.21/0.43  % --qbf_pred_elim                       true
% 0.21/0.43  % --qbf_split                           32
% 0.21/0.43  
% 0.21/0.43  % ------ BMC1 Options
% 0.21/0.43  
% 0.21/0.43  % --bmc1_incremental                    false
% 0.21/0.43  % --bmc1_axioms                         reachable_all
% 0.21/0.43  % --bmc1_min_bound                      0
% 0.21/0.43  % --bmc1_max_bound                      -1
% 0.21/0.43  % --bmc1_max_bound_default              -1
% 0.21/0.43  % --bmc1_symbol_reachability            true
% 0.21/0.43  % --bmc1_property_lemmas                false
% 0.21/0.43  % --bmc1_k_induction                    false
% 0.21/0.43  % --bmc1_non_equiv_states               false
% 0.21/0.43  % --bmc1_deadlock                       false
% 0.21/0.43  % --bmc1_ucm                            false
% 0.21/0.43  % --bmc1_add_unsat_core                 none
% 0.21/0.43  % --bmc1_unsat_core_children            false
% 0.21/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.21/0.43  % --bmc1_out_stat                       full
% 0.21/0.43  % --bmc1_ground_init                    false
% 0.21/0.43  % --bmc1_pre_inst_next_state            false
% 0.21/0.43  % --bmc1_pre_inst_state                 false
% 0.21/0.43  % --bmc1_pre_inst_reach_state           false
% 0.21/0.43  % --bmc1_out_unsat_core                 false
% 0.21/0.43  % --bmc1_aig_witness_out                false
% 0.21/0.43  % --bmc1_verbose                        false
% 0.21/0.43  % --bmc1_dump_clauses_tptp              false
% 0.21/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.21/0.44  % --bmc1_dump_file                      -
% 0.21/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.21/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.21/0.44  % --bmc1_ucm_extend_mode                1
% 0.21/0.44  % --bmc1_ucm_init_mode                  2
% 0.21/0.44  % --bmc1_ucm_cone_mode                  none
% 0.21/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.21/0.44  % --bmc1_ucm_relax_model                4
% 0.21/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.21/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.21/0.44  % --bmc1_ucm_layered_model              none
% 0.21/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.21/0.44  
% 0.21/0.44  % ------ AIG Options
% 0.21/0.44  
% 0.21/0.44  % --aig_mode                            false
% 0.21/0.44  
% 0.21/0.44  % ------ Instantiation Options
% 0.21/0.44  
% 0.21/0.44  % --instantiation_flag                  true
% 0.21/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.21/0.44  % --inst_solver_per_active              750
% 0.21/0.44  % --inst_solver_calls_frac              0.5
% 0.21/0.44  % --inst_passive_queue_type             priority_queues
% 0.21/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.21/0.44  % --inst_passive_queues_freq            [25;2]
% 0.21/0.44  % --inst_dismatching                    true
% 0.21/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.21/0.44  % --inst_prop_sim_given                 true
% 0.21/0.44  % --inst_prop_sim_new                   false
% 0.21/0.44  % --inst_orphan_elimination             true
% 0.21/0.44  % --inst_learning_loop_flag             true
% 0.21/0.44  % --inst_learning_start                 3000
% 0.21/0.44  % --inst_learning_factor                2
% 0.21/0.44  % --inst_start_prop_sim_after_learn     3
% 0.21/0.44  % --inst_sel_renew                      solver
% 0.21/0.44  % --inst_lit_activity_flag              true
% 0.21/0.44  % --inst_out_proof                      true
% 0.21/0.44  
% 0.21/0.44  % ------ Resolution Options
% 0.21/0.44  
% 0.21/0.44  % --resolution_flag                     true
% 0.21/0.44  % --res_lit_sel                         kbo_max
% 0.21/0.44  % --res_to_prop_solver                  none
% 0.21/0.44  % --res_prop_simpl_new                  false
% 0.21/0.44  % --res_prop_simpl_given                false
% 0.21/0.44  % --res_passive_queue_type              priority_queues
% 0.21/0.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.21/0.44  % --res_passive_queues_freq             [15;5]
% 0.21/0.44  % --res_forward_subs                    full
% 0.21/0.44  % --res_backward_subs                   full
% 0.21/0.44  % --res_forward_subs_resolution         true
% 0.21/0.44  % --res_backward_subs_resolution        true
% 0.21/0.44  % --res_orphan_elimination              false
% 0.21/0.44  % --res_time_limit                      1000.
% 0.21/0.44  % --res_out_proof                       true
% 0.21/0.44  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_c19612.s
% 0.21/0.44  % --modulo                              true
% 0.21/0.44  
% 0.21/0.44  % ------ Combination Options
% 0.21/0.44  
% 0.21/0.44  % --comb_res_mult                       1000
% 0.21/0.44  % --comb_inst_mult                      300
% 0.21/0.44  % ------ 
% 0.21/0.44  
% 0.21/0.44  % ------ Parsing...% successful
% 0.21/0.44  
% 0.21/0.44  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.21/0.44  
% 0.21/0.44  % ------ Proving...
% 0.21/0.44  % ------ Problem Properties 
% 0.21/0.44  
% 0.21/0.44  % 
% 0.21/0.44  % EPR                                   false
% 0.21/0.44  % Horn                                  false
% 0.21/0.44  % Has equality                          false
% 0.21/0.44  
% 0.21/0.44  % % ------ Input Options Time Limit: Unbounded
% 0.21/0.44  
% 0.21/0.44  
% 0.21/0.44  % % ------ Current options:
% 0.21/0.44  
% 0.21/0.44  % ------ Input Options
% 0.21/0.44  
% 0.21/0.44  % --out_options                         all
% 0.21/0.44  % --tptp_safe_out                       true
% 0.21/0.44  % --problem_path                        ""
% 0.21/0.44  % --include_path                        ""
% 0.21/0.44  % --clausifier                          .//eprover
% 0.21/0.44  % --clausifier_options                  --tstp-format  
% 0.21/0.44  % --stdin                               false
% 0.21/0.44  % --dbg_backtrace                       false
% 0.21/0.44  % --dbg_dump_prop_clauses               false
% 0.21/0.44  % --dbg_dump_prop_clauses_file          -
% 0.21/0.44  % --dbg_out_stat                        false
% 0.21/0.44  
% 0.21/0.44  % ------ General Options
% 0.21/0.44  
% 0.21/0.44  % --fof                                 false
% 0.21/0.44  % --time_out_real                       150.
% 0.21/0.44  % --time_out_prep_mult                  0.2
% 0.21/0.44  % --time_out_virtual                    -1.
% 0.21/0.44  % --schedule                            none
% 0.21/0.44  % --ground_splitting                    input
% 0.21/0.44  % --splitting_nvd                       16
% 0.21/0.44  % --non_eq_to_eq                        false
% 0.21/0.44  % --prep_gs_sim                         true
% 0.21/0.44  % --prep_unflatten                      false
% 0.21/0.44  % --prep_res_sim                        true
% 0.21/0.44  % --prep_upred                          true
% 0.21/0.44  % --res_sim_input                       true
% 0.21/0.44  % --clause_weak_htbl                    true
% 0.21/0.44  % --gc_record_bc_elim                   false
% 0.21/0.44  % --symbol_type_check                   false
% 0.21/0.44  % --clausify_out                        false
% 0.21/0.44  % --large_theory_mode                   false
% 0.21/0.44  % --prep_sem_filter                     none
% 0.21/0.44  % --prep_sem_filter_out                 false
% 0.21/0.44  % --preprocessed_out                    false
% 0.21/0.44  % --sub_typing                          false
% 0.21/0.44  % --brand_transform                     false
% 0.21/0.44  % --pure_diseq_elim                     true
% 0.21/0.44  % --min_unsat_core                      false
% 0.21/0.44  % --pred_elim                           true
% 0.21/0.44  % --add_important_lit                   false
% 0.21/0.44  % --soft_assumptions                    false
% 0.21/0.44  % --reset_solvers                       false
% 0.21/0.44  % --bc_imp_inh                          []
% 0.21/0.44  % --conj_cone_tolerance                 1.5
% 0.21/0.44  % --prolific_symb_bound                 500
% 0.21/0.44  % --lt_threshold                        2000
% 0.21/0.44  
% 0.21/0.44  % ------ SAT Options
% 0.21/0.44  
% 0.21/0.44  % --sat_mode                            false
% 0.21/0.44  % --sat_fm_restart_options              ""
% 0.21/0.44  % --sat_gr_def                          false
% 0.21/0.44  % --sat_epr_types                       true
% 0.21/0.44  % --sat_non_cyclic_types                false
% 0.21/0.44  % --sat_finite_models                   false
% 0.21/0.44  % --sat_fm_lemmas                       false
% 0.21/0.44  % --sat_fm_prep                         false
% 0.21/0.44  % --sat_fm_uc_incr                      true
% 0.21/0.44  % --sat_out_model                       small
% 0.21/0.44  % --sat_out_clauses                     false
% 0.21/0.44  
% 0.21/0.44  % ------ QBF Options
% 0.21/0.44  
% 0.21/0.44  % --qbf_mode                            false
% 0.21/0.44  % --qbf_elim_univ                       true
% 0.21/0.44  % --qbf_sk_in                           true
% 0.21/0.44  % --qbf_pred_elim                       true
% 0.21/0.44  % --qbf_split                           32
% 0.21/0.44  
% 0.21/0.44  % ------ BMC1 Options
% 0.21/0.44  
% 0.21/0.44  % --bmc1_incremental                    false
% 0.21/0.44  % --bmc1_axioms                         reachable_all
% 0.21/0.44  % --bmc1_min_bound                      0
% 0.21/0.44  % --bmc1_max_bound                      -1
% 0.21/0.44  % --bmc1_max_bound_default              -1
% 0.21/0.44  % --bmc1_symbol_reachability            true
% 0.21/0.44  % --bmc1_property_lemmas                false
% 0.21/0.44  % --bmc1_k_induction                    false
% 0.21/0.44  % --bmc1_non_equiv_states               false
% 0.21/0.44  % --bmc1_deadlock                       false
% 0.21/0.44  % --bmc1_ucm                            false
% 0.21/0.44  % --bmc1_add_unsat_core                 none
% 0.21/0.44  % --bmc1_unsat_core_children            false
% 0.21/0.44  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.21/0.44  % --bmc1_out_stat                       full
% 0.21/0.44  % --bmc1_ground_init                    false
% 0.21/0.44  % --bmc1_pre_inst_next_state            false
% 0.21/0.44  % --bmc1_pre_inst_state                 false
% 0.21/0.44  % --bmc1_pre_inst_reach_state           false
% 0.21/0.44  % --bmc1_out_unsat_core                 false
% 0.21/0.44  % --bmc1_aig_witness_out                false
% 0.21/0.44  % --bmc1_verbose                        false
% 0.21/0.44  % --bmc1_dump_clauses_tptp              false
% 0.21/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.21/0.44  % --bmc1_dump_file                      -
% 0.21/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.21/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.21/0.44  % --bmc1_ucm_extend_mode                1
% 0.21/0.44  % --bmc1_ucm_init_mode                  2
% 0.21/0.44  % --bmc1_ucm_cone_mode                  none
% 0.21/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.21/0.44  % --bmc1_ucm_relax_model                4
% 0.21/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.21/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.21/0.44  % --bmc1_ucm_layered_model              none
% 0.21/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.21/0.44  
% 0.21/0.44  % ------ AIG Options
% 0.21/0.44  
% 0.21/0.44  % --aig_mode                            false
% 0.21/0.44  
% 0.21/0.44  % ------ Instantiation Options
% 0.21/0.44  
% 0.21/0.44  % --instantiation_flag                  true
% 0.21/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.21/0.44  % --inst_solver_per_active              750
% 0.21/0.44  % --inst_solver_calls_frac              0.5
% 0.21/0.44  % --inst_passive_queue_type             priority_queues
% 0.21/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.21/0.44  % --inst_passive_queues_freq            [25;2]
% 0.21/0.44  % --inst_dismatching                    true
% 0.21/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.21/0.44  % --inst_prop_sim_given                 true
% 2.00/2.19  % --inst_prop_sim_new                   false
% 2.00/2.19  % --inst_orphan_elimination             true
% 2.00/2.19  % --inst_learning_loop_flag             true
% 2.00/2.19  % --inst_learning_start                 3000
% 2.00/2.19  % --inst_learning_factor                2
% 2.00/2.19  % --inst_start_prop_sim_after_learn     3
% 2.00/2.19  % --inst_sel_renew                      solver
% 2.00/2.19  % --inst_lit_activity_flag              true
% 2.00/2.19  % --inst_out_proof                      true
% 2.00/2.19  
% 2.00/2.19  % ------ Resolution Options
% 2.00/2.19  
% 2.00/2.19  % --resolution_flag                     true
% 2.00/2.19  % --res_lit_sel                         kbo_max
% 2.00/2.19  % --res_to_prop_solver                  none
% 2.00/2.19  % --res_prop_simpl_new                  false
% 2.00/2.19  % --res_prop_simpl_given                false
% 2.00/2.19  % --res_passive_queue_type              priority_queues
% 2.00/2.19  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 2.00/2.19  % --res_passive_queues_freq             [15;5]
% 2.00/2.19  % --res_forward_subs                    full
% 2.00/2.19  % --res_backward_subs                   full
% 2.00/2.19  % --res_forward_subs_resolution         true
% 2.00/2.19  % --res_backward_subs_resolution        true
% 2.00/2.19  % --res_orphan_elimination              false
% 2.00/2.19  % --res_time_limit                      1000.
% 2.00/2.19  % --res_out_proof                       true
% 2.00/2.19  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_c19612.s
% 2.00/2.19  % --modulo                              true
% 2.00/2.19  
% 2.00/2.19  % ------ Combination Options
% 2.00/2.19  
% 2.00/2.19  % --comb_res_mult                       1000
% 2.00/2.19  % --comb_inst_mult                      300
% 2.00/2.19  % ------ 
% 2.00/2.19  
% 2.00/2.19  
% 2.00/2.19  
% 2.00/2.19  % ------ Proving...
% 2.00/2.19  % 
% 2.00/2.19  
% 2.00/2.19  
% 2.00/2.19  % ------                             Statistics
% 2.00/2.19  
% 2.00/2.19  % ------ General
% 2.00/2.19  
% 2.00/2.19  % num_of_input_clauses:                 24
% 2.00/2.19  % num_of_input_neg_conjectures:         5
% 2.00/2.19  % num_of_splits:                        0
% 2.00/2.19  % num_of_split_atoms:                   0
% 2.00/2.19  % num_of_sem_filtered_clauses:          0
% 2.00/2.19  % num_of_subtypes:                      0
% 2.00/2.19  % monotx_restored_types:                0
% 2.00/2.19  % sat_num_of_epr_types:                 0
% 2.00/2.19  % sat_num_of_non_cyclic_types:          0
% 2.00/2.19  % sat_guarded_non_collapsed_types:      0
% 2.00/2.19  % is_epr:                               0
% 2.00/2.19  % is_horn:                              0
% 2.00/2.19  % has_eq:                               0
% 2.00/2.19  % num_pure_diseq_elim:                  0
% 2.00/2.19  % simp_replaced_by:                     0
% 2.00/2.19  % res_preprocessed:                     10
% 2.00/2.19  % prep_upred:                           0
% 2.00/2.19  % prep_unflattend:                      0
% 2.00/2.19  % pred_elim_cands:                      0
% 2.00/2.19  % pred_elim:                            0
% 2.00/2.19  % pred_elim_cl:                         0
% 2.00/2.19  % pred_elim_cycles:                     0
% 2.00/2.19  % forced_gc_time:                       0
% 2.00/2.19  % gc_basic_clause_elim:                 0
% 2.00/2.19  % parsing_time:                         0.001
% 2.00/2.19  % sem_filter_time:                      0.
% 2.00/2.19  % pred_elim_time:                       0.
% 2.00/2.19  % out_proof_time:                       0.
% 2.00/2.19  % monotx_time:                          0.
% 2.00/2.19  % subtype_inf_time:                     0.
% 2.00/2.19  % unif_index_cands_time:                0.003
% 2.00/2.19  % unif_index_add_time:                  0.002
% 2.00/2.19  % total_time:                           1.78
% 2.00/2.19  % num_of_symbols:                       35
% 2.00/2.19  % num_of_terms:                         1098
% 2.00/2.19  
% 2.00/2.19  % ------ Propositional Solver
% 2.00/2.19  
% 2.00/2.19  % prop_solver_calls:                    9
% 2.00/2.19  % prop_fast_solver_calls:               18
% 2.00/2.19  % prop_num_of_clauses:                  300
% 2.00/2.19  % prop_preprocess_simplified:           553
% 2.00/2.19  % prop_fo_subsumed:                     0
% 2.00/2.19  % prop_solver_time:                     0.
% 2.00/2.19  % prop_fast_solver_time:                0.
% 2.00/2.19  % prop_unsat_core_time:                 0.
% 2.00/2.19  
% 2.00/2.19  % ------ QBF 
% 2.00/2.19  
% 2.00/2.19  % qbf_q_res:                            0
% 2.00/2.19  % qbf_num_tautologies:                  0
% 2.00/2.19  % qbf_prep_cycles:                      0
% 2.00/2.19  
% 2.00/2.19  % ------ BMC1
% 2.00/2.19  
% 2.00/2.19  % bmc1_current_bound:                   -1
% 2.00/2.19  % bmc1_last_solved_bound:               -1
% 2.00/2.19  % bmc1_unsat_core_size:                 -1
% 2.00/2.19  % bmc1_unsat_core_parents_size:         -1
% 2.00/2.19  % bmc1_merge_next_fun:                  0
% 2.00/2.19  % bmc1_unsat_core_clauses_time:         0.
% 2.00/2.19  
% 2.00/2.19  % ------ Instantiation
% 2.00/2.19  
% 2.00/2.19  % inst_num_of_clauses:                  228
% 2.00/2.19  % inst_num_in_passive:                  38
% 2.00/2.19  % inst_num_in_active:                   101
% 2.00/2.19  % inst_num_in_unprocessed:              78
% 2.00/2.19  % inst_num_of_loops:                    129
% 2.00/2.19  % inst_num_of_learning_restarts:        0
% 2.00/2.20  % inst_num_moves_active_passive:        14
% 2.00/2.20  % inst_lit_activity:                    37
% 2.00/2.20  % inst_lit_activity_moves:              0
% 2.00/2.20  % inst_num_tautologies:                 10
% 2.00/2.20  % inst_num_prop_implied:                0
% 2.00/2.20  % inst_num_existing_simplified:         0
% 2.00/2.20  % inst_num_eq_res_simplified:           0
% 2.00/2.20  % inst_num_child_elim:                  0
% 2.00/2.20  % inst_num_of_dismatching_blockings:    15
% 2.00/2.20  % inst_num_of_non_proper_insts:         274
% 2.00/2.20  % inst_num_of_duplicates:               138
% 2.00/2.20  % inst_inst_num_from_inst_to_res:       0
% 2.00/2.20  % inst_dismatching_checking_time:       0.
% 2.00/2.20  
% 2.00/2.20  % ------ Resolution
% 2.00/2.20  
% 2.00/2.20  % res_num_of_clauses:                   26344
% 2.00/2.20  % res_num_in_passive:                   25649
% 2.00/2.20  % res_num_in_active:                    739
% 2.00/2.20  % res_num_of_loops:                     1000
% 2.00/2.20  % res_forward_subset_subsumed:          2535
% 2.00/2.20  % res_backward_subset_subsumed:         51
% 2.00/2.20  % res_forward_subsumed:                 269
% 2.00/2.20  % res_backward_subsumed:                9
% 2.00/2.20  % res_forward_subsumption_resolution:   54
% 2.00/2.20  % res_backward_subsumption_resolution:  0
% 2.00/2.20  % res_clause_to_clause_subsumption:     76077
% 2.00/2.20  % res_orphan_elimination:               0
% 2.00/2.20  % res_tautology_del:                    347
% 2.00/2.20  % res_num_eq_res_simplified:            0
% 2.00/2.20  % res_num_sel_changes:                  0
% 2.00/2.20  % res_moves_from_active_to_pass:        0
% 2.00/2.20  
% 2.00/2.20  % Status Unsatisfiable
% 2.00/2.20  % SZS status Theorem
% 2.00/2.20  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------