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

View Problem - Process Solution

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

% Computer : n003.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:37 EDT 2022

% Result   : Theorem 1.81s 2.00s
% Output   : CNFRefutation 1.81s
% 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] :
      ( ( distinct_points(X1,X2)
        & distinct_points(X1,X3)
        & distinct_points(X2,X3)
        & ~ apart_point_and_line(X3,line_connecting(X1,X2)) )
     => ~ apart_point_and_line(X1,line_connecting(X3,X2)) ),
    file('<stdin>',con) ).

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

fof(c_0_2_008,negated_conjecture,
    ( distinct_points(esk1_0,esk2_0)
    & distinct_points(esk1_0,esk3_0)
    & distinct_points(esk2_0,esk3_0)
    & ~ apart_point_and_line(esk3_0,line_connecting(esk1_0,esk2_0))
    & apart_point_and_line(esk1_0,line_connecting(esk3_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(esk3_0,line_connecting(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

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

cnf(c_0_5_011,negated_conjecture,
    distinct_points(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_6_012,negated_conjecture,
    distinct_points(esk1_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_7_013,negated_conjecture,
    distinct_points(esk2_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_8_014,negated_conjecture,
    ~ apart_point_and_line(esk3_0,line_connecting(esk1_0,esk2_0)),
    c_0_3,
    [final] ).

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

cnf(c_0_10_016,negated_conjecture,
    distinct_points(esk1_0,esk2_0),
    c_0_5,
    [final] ).

cnf(c_0_11_017,negated_conjecture,
    distinct_points(esk1_0,esk3_0),
    c_0_6,
    [final] ).

cnf(c_0_12_018,negated_conjecture,
    distinct_points(esk2_0,esk3_0),
    c_0_7,
    [final] ).

% End CNF derivation

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

cnf(c_9,plain,
    ( distinct_points(X0,X1)
    | distinct_points(X2,X1)
    | ~ distinct_points(X0,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_61_0) ).

cnf(c_73,plain,
    ( distinct_points(X0,X1)
    | distinct_points(X2,X1)
    | ~ distinct_points(X0,X2) ),
    inference(copy,[status(esa)],[c_9]) ).

cnf(c_62857,plain,
    ( distinct_points(sk3_esk3_0,X0)
    | ~ distinct_points(sk3_esk2_0,sk3_esk3_0)
    | distinct_points(sk3_esk2_0,X0) ),
    inference(instantiation,[status(thm)],[c_73]) ).

cnf(c_62947,plain,
    ( distinct_points(sk3_esk3_0,sk3_esk2_0)
    | ~ distinct_points(sk3_esk2_0,sk3_esk3_0)
    | distinct_points(sk3_esk2_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_62857]) ).

cnf(c_16,plain,
    ( ~ apart_point_and_line(X0,line_connecting(X1,X0))
    | ~ distinct_points(X1,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_54_0) ).

cnf(c_80,plain,
    ( ~ apart_point_and_line(X0,line_connecting(X1,X0))
    | ~ distinct_points(X1,X0) ),
    inference(copy,[status(esa)],[c_16]) ).

cnf(c_62891,plain,
    ( ~ apart_point_and_line(X0,line_connecting(sk3_esk3_0,X0))
    | ~ distinct_points(sk3_esk3_0,X0) ),
    inference(instantiation,[status(thm)],[c_80]) ).

cnf(c_62943,plain,
    ( ~ apart_point_and_line(sk3_esk2_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | ~ distinct_points(sk3_esk3_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_62891]) ).

cnf(c_15,plain,
    ( ~ apart_point_and_line(X0,line_connecting(X0,X1))
    | ~ distinct_points(X0,X1) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_55_0) ).

cnf(c_79,plain,
    ( ~ apart_point_and_line(X0,line_connecting(X0,X1))
    | ~ distinct_points(X0,X1) ),
    inference(copy,[status(esa)],[c_15]) ).

cnf(c_62886,plain,
    ( ~ apart_point_and_line(sk3_esk3_0,line_connecting(sk3_esk3_0,X0))
    | ~ distinct_points(sk3_esk3_0,X0) ),
    inference(instantiation,[status(thm)],[c_79]) ).

cnf(c_62923,plain,
    ( ~ apart_point_and_line(sk3_esk3_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | ~ distinct_points(sk3_esk3_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_62886]) ).

cnf(c_0,plain,
    ( ~ distinct_points(X0,X1)
    | ~ distinct_lines(X2,X3)
    | apart_point_and_line(X0,X2)
    | apart_point_and_line(X0,X3)
    | apart_point_and_line(X1,X2)
    | apart_point_and_line(X1,X3) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_4_0) ).

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

cnf(c_62864,plain,
    ( apart_point_and_line(sk3_esk3_0,X0)
    | apart_point_and_line(sk3_esk3_0,X1)
    | apart_point_and_line(sk3_esk2_0,X0)
    | apart_point_and_line(sk3_esk2_0,X1)
    | ~ distinct_lines(X0,X1)
    | ~ distinct_points(sk3_esk2_0,sk3_esk3_0) ),
    inference(instantiation,[status(thm)],[c_64]) ).

cnf(c_62914,plain,
    ( apart_point_and_line(sk3_esk3_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | apart_point_and_line(sk3_esk3_0,line_connecting(sk3_esk1_0,sk3_esk2_0))
    | apart_point_and_line(sk3_esk2_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | apart_point_and_line(sk3_esk2_0,line_connecting(sk3_esk1_0,sk3_esk2_0))
    | ~ distinct_lines(line_connecting(sk3_esk3_0,sk3_esk2_0),line_connecting(sk3_esk1_0,sk3_esk2_0))
    | ~ distinct_points(sk3_esk2_0,sk3_esk3_0) ),
    inference(instantiation,[status(thm)],[c_62864]) ).

cnf(c_13,plain,
    ( distinct_lines(X0,X1)
    | apart_point_and_line(X2,X1)
    | ~ apart_point_and_line(X2,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_57_0) ).

cnf(c_77,plain,
    ( distinct_lines(X0,X1)
    | apart_point_and_line(X2,X1)
    | ~ apart_point_and_line(X2,X0) ),
    inference(copy,[status(esa)],[c_13]) ).

cnf(c_62860,plain,
    ( ~ apart_point_and_line(sk3_esk1_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | apart_point_and_line(sk3_esk1_0,X0)
    | distinct_lines(line_connecting(sk3_esk3_0,sk3_esk2_0),X0) ),
    inference(instantiation,[status(thm)],[c_77]) ).

cnf(c_62894,plain,
    ( ~ apart_point_and_line(sk3_esk1_0,line_connecting(sk3_esk3_0,sk3_esk2_0))
    | apart_point_and_line(sk3_esk1_0,line_connecting(sk3_esk1_0,sk3_esk2_0))
    | distinct_lines(line_connecting(sk3_esk3_0,sk3_esk2_0),line_connecting(sk3_esk1_0,sk3_esk2_0)) ),
    inference(instantiation,[status(thm)],[c_62860]) ).

cnf(c_6,plain,
    ~ distinct_points(X0,X0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_64_0) ).

cnf(c_70,plain,
    ~ distinct_points(X0,X0),
    inference(copy,[status(esa)],[c_6]) ).

cnf(c_62881,plain,
    ~ distinct_points(sk3_esk2_0,sk3_esk2_0),
    inference(instantiation,[status(thm)],[c_70]) ).

cnf(c_62850,plain,
    ( ~ apart_point_and_line(sk3_esk2_0,line_connecting(sk3_esk1_0,sk3_esk2_0))
    | ~ distinct_points(sk3_esk1_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_80]) ).

cnf(c_62847,plain,
    ( ~ apart_point_and_line(sk3_esk1_0,line_connecting(sk3_esk1_0,sk3_esk2_0))
    | ~ distinct_points(sk3_esk1_0,sk3_esk2_0) ),
    inference(instantiation,[status(thm)],[c_79]) ).

cnf(c_19,negated_conjecture,
    ~ apart_point_and_line(sk3_esk3_0,line_connecting(sk3_esk1_0,sk3_esk2_0)),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_8) ).

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

cnf(c_21,negated_conjecture,
    distinct_points(sk3_esk1_0,sk3_esk2_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_10) ).

cnf(c_23,negated_conjecture,
    distinct_points(sk3_esk2_0,sk3_esk3_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_067f86.p',c_0_12) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_62947,c_62943,c_62923,c_62914,c_62894,c_62881,c_62850,c_62847,c_19,c_20,c_21,c_23]) ).


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