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

View Problem - Process Solution

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

% Computer : n016.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:40:45 EDT 2022

% Result   : Theorem 0.41s 0.72s
% Output   : CNFRefutation 0.41s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   35
% Syntax   : Number of formulae    :  555 (  29 unt;   0 def)
%            Number of atoms       : 2088 ( 240 equ)
%            Maximal formula atoms :   27 (   3 avg)
%            Number of connectives : 2557 (1024   ~;1325   |; 134   &)
%                                         (  40 <=>;  34  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   15 (  13 usr;   1 prp; 0-4 aty)
%            Number of functors    :   54 (  54 usr;   4 con; 0-5 aty)
%            Number of variables   : 1697 (  78 sgn 284   !;  28   ?)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0,axiom,
    ! [X3,X5,X7,X9] :
      ( between_o(X9,X3,X5,X7)
    <=> ? [X1] :
          ( ! [X3] :
              ( incident_o(X3,X9)
            <=> incident_c(X3,X1) )
          & between_c(X1,X3,X5,X7) ) ),
    file('<stdin>',o3) ).

fof(c_0_1,axiom,
    ! [X1,X3,X5,X7] :
      ( between_c(X1,X3,X5,X7)
    <=> ( X3 != X7
        & ? [X8] :
            ( part_of(X8,X1)
            & end_point(X3,X8)
            & end_point(X7,X8)
            & inner_point(X5,X8) ) ) ),
    file('<stdin>',between_c_defn) ).

fof(c_0_2,axiom,
    ! [X9,X3,X5,X7] :
      ( between_o(X9,X3,X5,X7)
    <=> ( ( ordered_by(X9,X3,X5)
          & ordered_by(X9,X5,X7) )
        | ( ordered_by(X9,X7,X5)
          & ordered_by(X9,X5,X3) ) ) ),
    file('<stdin>',between_o_defn) ).

fof(c_0_3,axiom,
    ! [X3,X1,X2] :
      ( meet(X3,X1,X2)
    <=> ( incident_c(X3,X1)
        & incident_c(X3,X2)
        & ! [X5] :
            ( ( incident_c(X5,X1)
              & incident_c(X5,X2) )
           => ( end_point(X5,X1)
              & end_point(X5,X2) ) ) ) ),
    file('<stdin>',meet_defn) ).

fof(c_0_4,axiom,
    ! [X1,X2,X4] :
      ( X1 = sum(X2,X4)
    <=> ! [X5] :
          ( incident_c(X5,X1)
        <=> ( incident_c(X5,X2)
            | incident_c(X5,X4) ) ) ),
    file('<stdin>',sum_defn) ).

fof(c_0_5,axiom,
    ! [X10,X11] :
      ( ! [X3,X5] :
          ( ordered_by(X10,X3,X5)
        <=> ordered_by(X11,X3,X5) )
     => X10 = X11 ),
    file('<stdin>',o6) ).

fof(c_0_6,axiom,
    ! [X3,X5,X1] :
      ( ( open(X1)
        & X3 != X5
        & incident_c(X3,X1)
        & incident_c(X5,X1) )
     => ? [X9] :
          ( ! [X7] :
              ( incident_o(X7,X9)
            <=> incident_c(X7,X1) )
          & ordered_by(X9,X3,X5) ) ),
    file('<stdin>',o5) ).

fof(c_0_7,axiom,
    ! [X1,X2,X4,X6] :
      ( ( part_of(X2,X1)
        & part_of(X4,X1)
        & part_of(X6,X1)
        & ? [X3] :
            ( end_point(X3,X2)
            & end_point(X3,X4)
            & end_point(X3,X6) ) )
     => ( part_of(X4,X6)
        | part_of(X6,X4)
        | part_of(X2,X4)
        | part_of(X4,X2)
        | part_of(X2,X6)
        | part_of(X6,X2) ) ),
    file('<stdin>',c2) ).

fof(c_0_8,axiom,
    ! [X1,X2,X4,X3] :
      ( ( closed(X1)
        & meet(X3,X2,X4)
        & X1 = sum(X2,X4) )
     => ! [X5] :
          ( end_point(X5,X2)
         => meet(X5,X2,X4) ) ),
    file('<stdin>',c7) ).

fof(c_0_9,axiom,
    ! [X3,X9] :
      ( finish_point(X3,X9)
    <=> ( incident_o(X3,X9)
        & ! [X5] :
            ( ( X3 != X5
              & incident_o(X5,X9) )
           => ordered_by(X9,X5,X3) ) ) ),
    file('<stdin>',finish_point_defn) ).

fof(c_0_10,axiom,
    ! [X3,X9] :
      ( start_point(X3,X9)
    <=> ( incident_o(X3,X9)
        & ! [X5] :
            ( ( X3 != X5
              & incident_o(X5,X9) )
           => ordered_by(X9,X3,X5) ) ) ),
    file('<stdin>',start_point_defn) ).

fof(c_0_11,axiom,
    ! [X3,X1] :
      ( end_point(X3,X1)
    <=> ( incident_c(X3,X1)
        & ! [X2,X4] :
            ( ( part_of(X2,X1)
              & part_of(X4,X1)
              & incident_c(X3,X2)
              & incident_c(X3,X4) )
           => ( part_of(X2,X4)
              | part_of(X4,X2) ) ) ) ),
    file('<stdin>',end_point_defn) ).

fof(c_0_12,axiom,
    ! [X1,X9] :
      ( X1 = underlying_curve(X9)
    <=> ! [X3] :
          ( incident_o(X3,X9)
        <=> incident_c(X3,X1) ) ),
    file('<stdin>',underlying_curve_defn) ).

fof(c_0_13,axiom,
    ! [X1,X3] :
      ( inner_point(X3,X1)
     => ? [X2,X4] :
          ( meet(X3,X2,X4)
          & X1 = sum(X2,X4) ) ),
    file('<stdin>',c4) ).

fof(c_0_14,axiom,
    ! [X1,X2] :
      ( ! [X3] :
          ( incident_c(X3,X1)
        <=> incident_c(X3,X2) )
     => X1 = X2 ),
    file('<stdin>',c9) ).

fof(c_0_15,axiom,
    ! [X2,X4] :
      ( ? [X3] : meet(X3,X2,X4)
     => ? [X1] : X1 = sum(X2,X4) ),
    file('<stdin>',c8) ).

fof(c_0_16,axiom,
    ! [X9,X3,X5] :
      ( ordered_by(X9,X3,X5)
     => ( incident_o(X3,X9)
        & incident_o(X5,X9) ) ),
    file('<stdin>',o1) ).

fof(c_0_17,axiom,
    ! [X1,X2] :
      ( part_of(X2,X1)
    <=> ! [X3] :
          ( incident_c(X3,X2)
         => incident_c(X3,X1) ) ),
    file('<stdin>',part_of_defn) ).

fof(c_0_18,axiom,
    ! [X1,X3,X5,X7] :
      ( ( end_point(X3,X1)
        & end_point(X5,X1)
        & end_point(X7,X1) )
     => ( X3 = X5
        | X3 = X7
        | X5 = X7 ) ),
    file('<stdin>',c5) ).

fof(c_0_19,axiom,
    ! [X1,X3] :
      ( end_point(X3,X1)
     => ? [X5] :
          ( end_point(X5,X1)
          & X3 != X5 ) ),
    file('<stdin>',c6) ).

fof(c_0_20,axiom,
    ! [X3,X1] :
      ( inner_point(X3,X1)
    <=> ( incident_c(X3,X1)
        & ~ end_point(X3,X1) ) ),
    file('<stdin>',inner_point_defn) ).

fof(c_0_21,axiom,
    ! [X9] :
    ? [X1] :
      ( open(X1)
      & ! [X3] :
          ( incident_o(X3,X9)
        <=> incident_c(X3,X1) ) ),
    file('<stdin>',o2) ).

fof(c_0_22,axiom,
    ! [X1] :
      ( closed(X1)
    <=> ~ ? [X3] : end_point(X3,X1) ),
    file('<stdin>',closed_defn) ).

fof(c_0_23,axiom,
    ! [X1,X2] :
      ( ( part_of(X2,X1)
        & X2 != X1 )
     => open(X2) ),
    file('<stdin>',c1) ).

fof(c_0_24,axiom,
    ! [X1] :
      ( open(X1)
    <=> ? [X3] : end_point(X3,X1) ),
    file('<stdin>',open_defn) ).

fof(c_0_25,axiom,
    ! [X9] :
    ? [X3] : start_point(X3,X9),
    file('<stdin>',o4) ).

fof(c_0_26,axiom,
    ! [X1] :
    ? [X3] : inner_point(X3,X1),
    file('<stdin>',c3) ).

fof(c_0_27,axiom,
    ! [X3,X5,X7,X9] :
      ( between_o(X9,X3,X5,X7)
    <=> ? [X1] :
          ( ! [X3] :
              ( incident_o(X3,X9)
            <=> incident_c(X3,X1) )
          & between_c(X1,X3,X5,X7) ) ),
    c_0_0 ).

fof(c_0_28,axiom,
    ! [X1,X3,X5,X7] :
      ( between_c(X1,X3,X5,X7)
    <=> ( X3 != X7
        & ? [X8] :
            ( part_of(X8,X1)
            & end_point(X3,X8)
            & end_point(X7,X8)
            & inner_point(X5,X8) ) ) ),
    c_0_1 ).

fof(c_0_29,axiom,
    ! [X9,X3,X5,X7] :
      ( between_o(X9,X3,X5,X7)
    <=> ( ( ordered_by(X9,X3,X5)
          & ordered_by(X9,X5,X7) )
        | ( ordered_by(X9,X7,X5)
          & ordered_by(X9,X5,X3) ) ) ),
    c_0_2 ).

fof(c_0_30,axiom,
    ! [X3,X1,X2] :
      ( meet(X3,X1,X2)
    <=> ( incident_c(X3,X1)
        & incident_c(X3,X2)
        & ! [X5] :
            ( ( incident_c(X5,X1)
              & incident_c(X5,X2) )
           => ( end_point(X5,X1)
              & end_point(X5,X2) ) ) ) ),
    c_0_3 ).

fof(c_0_31,axiom,
    ! [X1,X2,X4] :
      ( X1 = sum(X2,X4)
    <=> ! [X5] :
          ( incident_c(X5,X1)
        <=> ( incident_c(X5,X2)
            | incident_c(X5,X4) ) ) ),
    c_0_4 ).

fof(c_0_32,axiom,
    ! [X10,X11] :
      ( ! [X3,X5] :
          ( ordered_by(X10,X3,X5)
        <=> ordered_by(X11,X3,X5) )
     => X10 = X11 ),
    c_0_5 ).

fof(c_0_33,axiom,
    ! [X3,X5,X1] :
      ( ( open(X1)
        & X3 != X5
        & incident_c(X3,X1)
        & incident_c(X5,X1) )
     => ? [X9] :
          ( ! [X7] :
              ( incident_o(X7,X9)
            <=> incident_c(X7,X1) )
          & ordered_by(X9,X3,X5) ) ),
    c_0_6 ).

fof(c_0_34,axiom,
    ! [X1,X2,X4,X6] :
      ( ( part_of(X2,X1)
        & part_of(X4,X1)
        & part_of(X6,X1)
        & ? [X3] :
            ( end_point(X3,X2)
            & end_point(X3,X4)
            & end_point(X3,X6) ) )
     => ( part_of(X4,X6)
        | part_of(X6,X4)
        | part_of(X2,X4)
        | part_of(X4,X2)
        | part_of(X2,X6)
        | part_of(X6,X2) ) ),
    c_0_7 ).

fof(c_0_35,axiom,
    ! [X1,X2,X4,X3] :
      ( ( closed(X1)
        & meet(X3,X2,X4)
        & X1 = sum(X2,X4) )
     => ! [X5] :
          ( end_point(X5,X2)
         => meet(X5,X2,X4) ) ),
    c_0_8 ).

fof(c_0_36,axiom,
    ! [X3,X9] :
      ( finish_point(X3,X9)
    <=> ( incident_o(X3,X9)
        & ! [X5] :
            ( ( X3 != X5
              & incident_o(X5,X9) )
           => ordered_by(X9,X5,X3) ) ) ),
    c_0_9 ).

fof(c_0_37,axiom,
    ! [X3,X9] :
      ( start_point(X3,X9)
    <=> ( incident_o(X3,X9)
        & ! [X5] :
            ( ( X3 != X5
              & incident_o(X5,X9) )
           => ordered_by(X9,X3,X5) ) ) ),
    c_0_10 ).

fof(c_0_38,axiom,
    ! [X3,X1] :
      ( end_point(X3,X1)
    <=> ( incident_c(X3,X1)
        & ! [X2,X4] :
            ( ( part_of(X2,X1)
              & part_of(X4,X1)
              & incident_c(X3,X2)
              & incident_c(X3,X4) )
           => ( part_of(X2,X4)
              | part_of(X4,X2) ) ) ) ),
    c_0_11 ).

fof(c_0_39,axiom,
    ! [X1,X9] :
      ( X1 = underlying_curve(X9)
    <=> ! [X3] :
          ( incident_o(X3,X9)
        <=> incident_c(X3,X1) ) ),
    c_0_12 ).

fof(c_0_40,axiom,
    ! [X1,X3] :
      ( inner_point(X3,X1)
     => ? [X2,X4] :
          ( meet(X3,X2,X4)
          & X1 = sum(X2,X4) ) ),
    c_0_13 ).

fof(c_0_41,axiom,
    ! [X1,X2] :
      ( ! [X3] :
          ( incident_c(X3,X1)
        <=> incident_c(X3,X2) )
     => X1 = X2 ),
    c_0_14 ).

fof(c_0_42,axiom,
    ! [X2,X4] :
      ( ? [X3] : meet(X3,X2,X4)
     => ? [X1] : X1 = sum(X2,X4) ),
    c_0_15 ).

fof(c_0_43,axiom,
    ! [X9,X3,X5] :
      ( ordered_by(X9,X3,X5)
     => ( incident_o(X3,X9)
        & incident_o(X5,X9) ) ),
    c_0_16 ).

fof(c_0_44,axiom,
    ! [X1,X2] :
      ( part_of(X2,X1)
    <=> ! [X3] :
          ( incident_c(X3,X2)
         => incident_c(X3,X1) ) ),
    c_0_17 ).

fof(c_0_45,axiom,
    ! [X1,X3,X5,X7] :
      ( ( end_point(X3,X1)
        & end_point(X5,X1)
        & end_point(X7,X1) )
     => ( X3 = X5
        | X3 = X7
        | X5 = X7 ) ),
    c_0_18 ).

fof(c_0_46,axiom,
    ! [X1,X3] :
      ( end_point(X3,X1)
     => ? [X5] :
          ( end_point(X5,X1)
          & X3 != X5 ) ),
    c_0_19 ).

fof(c_0_47,plain,
    ! [X3,X1] :
      ( inner_point(X3,X1)
    <=> ( incident_c(X3,X1)
        & ~ end_point(X3,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_20]) ).

fof(c_0_48,axiom,
    ! [X9] :
    ? [X1] :
      ( open(X1)
      & ! [X3] :
          ( incident_o(X3,X9)
        <=> incident_c(X3,X1) ) ),
    c_0_21 ).

fof(c_0_49,axiom,
    ! [X1] :
      ( closed(X1)
    <=> ~ ? [X3] : end_point(X3,X1) ),
    c_0_22 ).

fof(c_0_50,axiom,
    ! [X1,X2] :
      ( ( part_of(X2,X1)
        & X2 != X1 )
     => open(X2) ),
    c_0_23 ).

fof(c_0_51,axiom,
    ! [X1] :
      ( open(X1)
    <=> ? [X3] : end_point(X3,X1) ),
    c_0_24 ).

fof(c_0_52,axiom,
    ! [X9] :
    ? [X3] : start_point(X3,X9),
    c_0_25 ).

fof(c_0_53,axiom,
    ! [X1] :
    ? [X3] : inner_point(X3,X1),
    c_0_26 ).

fof(c_0_54,plain,
    ! [X10,X11,X12,X13,X15,X16,X17,X18,X19,X20,X21] :
      ( ( ~ incident_o(X15,X13)
        | incident_c(X15,esk18_4(X10,X11,X12,X13))
        | ~ between_o(X13,X10,X11,X12) )
      & ( ~ incident_c(X16,esk18_4(X10,X11,X12,X13))
        | incident_o(X16,X13)
        | ~ between_o(X13,X10,X11,X12) )
      & ( between_c(esk18_4(X10,X11,X12,X13),X10,X11,X12)
        | ~ between_o(X13,X10,X11,X12) )
      & ( ~ incident_o(esk19_5(X17,X18,X19,X20,X21),X20)
        | ~ incident_c(esk19_5(X17,X18,X19,X20,X21),X21)
        | ~ between_c(X21,X17,X18,X19)
        | between_o(X20,X17,X18,X19) )
      & ( incident_o(esk19_5(X17,X18,X19,X20,X21),X20)
        | incident_c(esk19_5(X17,X18,X19,X20,X21),X21)
        | ~ between_c(X21,X17,X18,X19)
        | between_o(X20,X17,X18,X19) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_27])])])])])]) ).

fof(c_0_55,plain,
    ! [X9,X10,X11,X12,X14,X15,X16,X17,X18] :
      ( ( X10 != X12
        | ~ between_c(X9,X10,X11,X12) )
      & ( part_of(esk14_4(X9,X10,X11,X12),X9)
        | ~ between_c(X9,X10,X11,X12) )
      & ( end_point(X10,esk14_4(X9,X10,X11,X12))
        | ~ between_c(X9,X10,X11,X12) )
      & ( end_point(X12,esk14_4(X9,X10,X11,X12))
        | ~ between_c(X9,X10,X11,X12) )
      & ( inner_point(X11,esk14_4(X9,X10,X11,X12))
        | ~ between_c(X9,X10,X11,X12) )
      & ( X15 = X17
        | ~ part_of(X18,X14)
        | ~ end_point(X15,X18)
        | ~ end_point(X17,X18)
        | ~ inner_point(X16,X18)
        | between_c(X14,X15,X16,X17) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_28])])])])])]) ).

fof(c_0_56,plain,
    ! [X10,X11,X12,X13,X14,X15,X16,X17] :
      ( ( ordered_by(X10,X13,X12)
        | ordered_by(X10,X11,X12)
        | ~ between_o(X10,X11,X12,X13) )
      & ( ordered_by(X10,X12,X11)
        | ordered_by(X10,X11,X12)
        | ~ between_o(X10,X11,X12,X13) )
      & ( ordered_by(X10,X13,X12)
        | ordered_by(X10,X12,X13)
        | ~ between_o(X10,X11,X12,X13) )
      & ( ordered_by(X10,X12,X11)
        | ordered_by(X10,X12,X13)
        | ~ between_o(X10,X11,X12,X13) )
      & ( ~ ordered_by(X14,X15,X16)
        | ~ ordered_by(X14,X16,X17)
        | between_o(X14,X15,X16,X17) )
      & ( ~ ordered_by(X14,X17,X16)
        | ~ ordered_by(X14,X16,X15)
        | between_o(X14,X15,X16,X17) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_29])])])])]) ).

fof(c_0_57,plain,
    ! [X6,X7,X8,X9,X10,X11,X12] :
      ( ( incident_c(X6,X7)
        | ~ meet(X6,X7,X8) )
      & ( incident_c(X6,X8)
        | ~ meet(X6,X7,X8) )
      & ( end_point(X9,X7)
        | ~ incident_c(X9,X7)
        | ~ incident_c(X9,X8)
        | ~ meet(X6,X7,X8) )
      & ( end_point(X9,X8)
        | ~ incident_c(X9,X7)
        | ~ incident_c(X9,X8)
        | ~ meet(X6,X7,X8) )
      & ( incident_c(esk5_3(X10,X11,X12),X11)
        | ~ incident_c(X10,X12)
        | ~ incident_c(X10,X11)
        | meet(X10,X11,X12) )
      & ( incident_c(esk5_3(X10,X11,X12),X12)
        | ~ incident_c(X10,X12)
        | ~ incident_c(X10,X11)
        | meet(X10,X11,X12) )
      & ( ~ end_point(esk5_3(X10,X11,X12),X11)
        | ~ end_point(esk5_3(X10,X11,X12),X12)
        | ~ incident_c(X10,X12)
        | ~ incident_c(X10,X11)
        | meet(X10,X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_30])])])])])]) ).

fof(c_0_58,plain,
    ! [X6,X7,X8,X9,X10,X11,X12,X13] :
      ( ( ~ incident_c(X9,X6)
        | incident_c(X9,X7)
        | incident_c(X9,X8)
        | X6 != sum(X7,X8) )
      & ( ~ incident_c(X10,X7)
        | incident_c(X10,X6)
        | X6 != sum(X7,X8) )
      & ( ~ incident_c(X10,X8)
        | incident_c(X10,X6)
        | X6 != sum(X7,X8) )
      & ( ~ incident_c(esk2_3(X11,X12,X13),X12)
        | ~ incident_c(esk2_3(X11,X12,X13),X11)
        | X11 = sum(X12,X13) )
      & ( ~ incident_c(esk2_3(X11,X12,X13),X13)
        | ~ incident_c(esk2_3(X11,X12,X13),X11)
        | X11 = sum(X12,X13) )
      & ( incident_c(esk2_3(X11,X12,X13),X11)
        | incident_c(esk2_3(X11,X12,X13),X12)
        | incident_c(esk2_3(X11,X12,X13),X13)
        | X11 = sum(X12,X13) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_31])])])])])]) ).

fof(c_0_59,plain,
    ! [X12,X13] :
      ( ( ~ ordered_by(X12,esk22_2(X12,X13),esk23_2(X12,X13))
        | ~ ordered_by(X13,esk22_2(X12,X13),esk23_2(X12,X13))
        | X12 = X13 )
      & ( ordered_by(X12,esk22_2(X12,X13),esk23_2(X12,X13))
        | ordered_by(X13,esk22_2(X12,X13),esk23_2(X12,X13))
        | X12 = X13 ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_32])])])]) ).

fof(c_0_60,plain,
    ! [X10,X11,X12,X14,X15] :
      ( ( ~ incident_o(X14,esk21_3(X10,X11,X12))
        | incident_c(X14,X12)
        | ~ open(X12)
        | X10 = X11
        | ~ incident_c(X10,X12)
        | ~ incident_c(X11,X12) )
      & ( ~ incident_c(X15,X12)
        | incident_o(X15,esk21_3(X10,X11,X12))
        | ~ open(X12)
        | X10 = X11
        | ~ incident_c(X10,X12)
        | ~ incident_c(X11,X12) )
      & ( ordered_by(esk21_3(X10,X11,X12),X10,X11)
        | ~ open(X12)
        | X10 = X11
        | ~ incident_c(X10,X12)
        | ~ incident_c(X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_33])])])])])]) ).

fof(c_0_61,plain,
    ! [X7,X8,X9,X10,X11] :
      ( ~ part_of(X8,X7)
      | ~ part_of(X9,X7)
      | ~ part_of(X10,X7)
      | ~ end_point(X11,X8)
      | ~ end_point(X11,X9)
      | ~ end_point(X11,X10)
      | part_of(X9,X10)
      | part_of(X10,X9)
      | part_of(X8,X9)
      | part_of(X9,X8)
      | part_of(X8,X10)
      | part_of(X10,X8) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_34])])]) ).

fof(c_0_62,plain,
    ! [X6,X7,X8,X9,X10] :
      ( ~ closed(X6)
      | ~ meet(X9,X7,X8)
      | X6 != sum(X7,X8)
      | ~ end_point(X10,X7)
      | meet(X10,X7,X8) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_35])])])]) ).

fof(c_0_63,plain,
    ! [X10,X11,X12,X13,X14] :
      ( ( incident_o(X10,X11)
        | ~ finish_point(X10,X11) )
      & ( X10 = X12
        | ~ incident_o(X12,X11)
        | ordered_by(X11,X12,X10)
        | ~ finish_point(X10,X11) )
      & ( X13 != esk16_2(X13,X14)
        | ~ incident_o(X13,X14)
        | finish_point(X13,X14) )
      & ( incident_o(esk16_2(X13,X14),X14)
        | ~ incident_o(X13,X14)
        | finish_point(X13,X14) )
      & ( ~ ordered_by(X14,esk16_2(X13,X14),X13)
        | ~ incident_o(X13,X14)
        | finish_point(X13,X14) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_36])])])])])]) ).

fof(c_0_64,plain,
    ! [X10,X11,X12,X13,X14] :
      ( ( incident_o(X10,X11)
        | ~ start_point(X10,X11) )
      & ( X10 = X12
        | ~ incident_o(X12,X11)
        | ordered_by(X11,X10,X12)
        | ~ start_point(X10,X11) )
      & ( X13 != esk15_2(X13,X14)
        | ~ incident_o(X13,X14)
        | start_point(X13,X14) )
      & ( incident_o(esk15_2(X13,X14),X14)
        | ~ incident_o(X13,X14)
        | start_point(X13,X14) )
      & ( ~ ordered_by(X14,X13,esk15_2(X13,X14))
        | ~ incident_o(X13,X14)
        | start_point(X13,X14) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_37])])])])])]) ).

fof(c_0_65,plain,
    ! [X5,X6,X7,X8,X9,X10] :
      ( ( incident_c(X5,X6)
        | ~ end_point(X5,X6) )
      & ( ~ part_of(X7,X6)
        | ~ part_of(X8,X6)
        | ~ incident_c(X5,X7)
        | ~ incident_c(X5,X8)
        | part_of(X7,X8)
        | part_of(X8,X7)
        | ~ end_point(X5,X6) )
      & ( part_of(esk3_2(X9,X10),X10)
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) )
      & ( part_of(esk4_2(X9,X10),X10)
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) )
      & ( incident_c(X9,esk3_2(X9,X10))
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) )
      & ( incident_c(X9,esk4_2(X9,X10))
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) )
      & ( ~ part_of(esk3_2(X9,X10),esk4_2(X9,X10))
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) )
      & ( ~ part_of(esk4_2(X9,X10),esk3_2(X9,X10))
        | ~ incident_c(X9,X10)
        | end_point(X9,X10) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_38])])])])])]) ).

fof(c_0_66,plain,
    ! [X10,X11,X12,X13,X14,X15] :
      ( ( ~ incident_o(X12,X11)
        | incident_c(X12,X10)
        | X10 != underlying_curve(X11) )
      & ( ~ incident_c(X13,X10)
        | incident_o(X13,X11)
        | X10 != underlying_curve(X11) )
      & ( ~ incident_o(esk24_2(X14,X15),X15)
        | ~ incident_c(esk24_2(X14,X15),X14)
        | X14 = underlying_curve(X15) )
      & ( incident_o(esk24_2(X14,X15),X15)
        | incident_c(esk24_2(X14,X15),X14)
        | X14 = underlying_curve(X15) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_39])])])])])]) ).

fof(c_0_67,plain,
    ! [X5,X6] :
      ( ( meet(X6,esk9_2(X5,X6),esk10_2(X5,X6))
        | ~ inner_point(X6,X5) )
      & ( X5 = sum(esk9_2(X5,X6),esk10_2(X5,X6))
        | ~ inner_point(X6,X5) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_40])])])]) ).

fof(c_0_68,plain,
    ! [X4,X5] :
      ( ( ~ incident_c(esk13_2(X4,X5),X4)
        | ~ incident_c(esk13_2(X4,X5),X5)
        | X4 = X5 )
      & ( incident_c(esk13_2(X4,X5),X4)
        | incident_c(esk13_2(X4,X5),X5)
        | X4 = X5 ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_41])])])]) ).

fof(c_0_69,plain,
    ! [X5,X6,X7] :
      ( ~ meet(X7,X5,X6)
      | esk12_2(X5,X6) = sum(X5,X6) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_42])])])]) ).

fof(c_0_70,plain,
    ! [X10,X11,X12] :
      ( ( incident_o(X11,X10)
        | ~ ordered_by(X10,X11,X12) )
      & ( incident_o(X12,X10)
        | ~ ordered_by(X10,X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_43])])]) ).

fof(c_0_71,plain,
    ! [X4,X5,X6,X7,X8] :
      ( ( ~ part_of(X5,X4)
        | ~ incident_c(X6,X5)
        | incident_c(X6,X4) )
      & ( incident_c(esk1_2(X7,X8),X8)
        | part_of(X8,X7) )
      & ( ~ incident_c(esk1_2(X7,X8),X7)
        | part_of(X8,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_44])])])])])]) ).

fof(c_0_72,plain,
    ! [X8,X9,X10,X11] :
      ( ~ end_point(X9,X8)
      | ~ end_point(X10,X8)
      | ~ end_point(X11,X8)
      | X9 = X10
      | X9 = X11
      | X10 = X11 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_45])]) ).

fof(c_0_73,plain,
    ! [X6,X7] :
      ( ( end_point(esk11_2(X6,X7),X6)
        | ~ end_point(X7,X6) )
      & ( X7 != esk11_2(X6,X7)
        | ~ end_point(X7,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_46])])])]) ).

fof(c_0_74,plain,
    ! [X4,X5,X6,X7] :
      ( ( incident_c(X4,X5)
        | ~ inner_point(X4,X5) )
      & ( ~ end_point(X4,X5)
        | ~ inner_point(X4,X5) )
      & ( ~ incident_c(X6,X7)
        | end_point(X6,X7)
        | inner_point(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_47])])])])]) ).

fof(c_0_75,plain,
    ! [X10,X12,X13] :
      ( open(esk17_1(X10))
      & ( ~ incident_o(X12,X10)
        | incident_c(X12,esk17_1(X10)) )
      & ( ~ incident_c(X13,esk17_1(X10))
        | incident_o(X13,X10) ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_48])])])])]) ).

fof(c_0_76,plain,
    ! [X4,X5,X6] :
      ( ( ~ closed(X4)
        | ~ end_point(X5,X4) )
      & ( end_point(esk6_1(X6),X6)
        | closed(X6) ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_49])])])])]) ).

fof(c_0_77,plain,
    ! [X3,X4] :
      ( ~ part_of(X4,X3)
      | X4 = X3
      | open(X4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_50])]) ).

fof(c_0_78,plain,
    ! [X4,X6,X7] :
      ( ( ~ open(X4)
        | end_point(esk7_1(X4),X4) )
      & ( ~ end_point(X7,X6)
        | open(X6) ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_51])])])])]) ).

fof(c_0_79,plain,
    ! [X10] : start_point(esk20_1(X10),X10),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_52])]) ).

fof(c_0_80,plain,
    ! [X4] : inner_point(esk8_1(X4),X4),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_53])]) ).

cnf(c_0_81,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ between_c(X5,X2,X3,X4)
    | ~ incident_c(esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ incident_o(esk19_5(X2,X3,X4,X1,X5),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_82,plain,
    ( between_o(X1,X2,X3,X4)
    | incident_c(esk19_5(X2,X3,X4,X1,X5),X5)
    | incident_o(esk19_5(X2,X3,X4,X1,X5),X1)
    | ~ between_c(X5,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_83,plain,
    ( incident_o(X5,X1)
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_c(X5,esk18_4(X2,X3,X4,X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_84,plain,
    ( between_c(esk18_4(X2,X3,X4,X1),X2,X3,X4)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_85,plain,
    ( incident_c(X5,esk18_4(X2,X3,X4,X1))
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_o(X5,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_86,plain,
    ( part_of(esk14_4(X1,X2,X3,X4),X1)
    | ~ between_c(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_87,plain,
    ( end_point(X2,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_88,plain,
    ( end_point(X4,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_89,plain,
    ( inner_point(X3,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_90,plain,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_91,plain,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_92,plain,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_93,plain,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_94,plain,
    ( meet(X1,X2,X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ end_point(esk5_3(X1,X2,X3),X3)
    | ~ end_point(esk5_3(X1,X2,X3),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_95,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X4)
    | ~ ordered_by(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_96,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X2)
    | ~ ordered_by(X1,X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_97,plain,
    ( X1 = sum(X2,X3)
    | ~ incident_c(esk2_3(X1,X2,X3),X1)
    | ~ incident_c(esk2_3(X1,X2,X3),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_98,plain,
    ( X1 = sum(X2,X3)
    | ~ incident_c(esk2_3(X1,X2,X3),X1)
    | ~ incident_c(esk2_3(X1,X2,X3),X3) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_99,plain,
    ( ~ between_c(X1,X2,X3,X4)
    | X2 != X4 ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_100,plain,
    ( X1 = sum(X2,X3)
    | incident_c(esk2_3(X1,X2,X3),X3)
    | incident_c(esk2_3(X1,X2,X3),X2)
    | incident_c(esk2_3(X1,X2,X3),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_101,plain,
    ( between_c(X1,X2,X3,X4)
    | X2 = X4
    | ~ inner_point(X3,X5)
    | ~ end_point(X4,X5)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_102,plain,
    ( X1 = X2
    | ~ ordered_by(X2,esk22_2(X1,X2),esk23_2(X1,X2))
    | ~ ordered_by(X1,esk22_2(X1,X2),esk23_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_103,plain,
    ( X3 = X1
    | incident_c(X4,X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_o(X4,esk21_3(X3,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_104,plain,
    ( part_of(X1,X2)
    | part_of(X2,X1)
    | part_of(X3,X2)
    | part_of(X2,X3)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

cnf(c_0_105,plain,
    ( meet(X1,X2,X3)
    | incident_c(esk5_3(X1,X2,X3),X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_106,plain,
    ( meet(X1,X2,X3)
    | incident_c(esk5_3(X1,X2,X3),X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_107,plain,
    ( X3 = X1
    | ordered_by(esk21_3(X3,X1,X2),X3,X1)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_108,plain,
    ( X1 = X2
    | ordered_by(X2,esk22_2(X1,X2),esk23_2(X1,X2))
    | ordered_by(X1,esk22_2(X1,X2),esk23_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_109,plain,
    ( X3 = X1
    | incident_o(X4,esk21_3(X3,X1,X2))
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_110,plain,
    ( meet(X1,X2,X3)
    | ~ end_point(X1,X2)
    | X4 != sum(X2,X3)
    | ~ meet(X5,X2,X3)
    | ~ closed(X4) ),
    inference(split_conjunct,[status(thm)],[c_0_62]) ).

cnf(c_0_111,plain,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,esk16_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_112,plain,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,X1,esk15_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_113,plain,
    ( end_point(X4,X2)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_114,plain,
    ( end_point(X4,X3)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_115,plain,
    ( part_of(X3,X4)
    | part_of(X4,X3)
    | ~ end_point(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_116,plain,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(esk3_2(X1,X2),esk4_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_117,plain,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(esk4_2(X1,X2),esk3_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_118,plain,
    ( X1 = underlying_curve(X2)
    | ~ incident_c(esk24_2(X1,X2),X1)
    | ~ incident_o(esk24_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_119,plain,
    ( meet(X1,esk9_2(X2,X1),esk10_2(X2,X1))
    | ~ inner_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_67]) ).

cnf(c_0_120,plain,
    ( X1 = X2
    | ~ incident_c(esk13_2(X1,X2),X2)
    | ~ incident_c(esk13_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_68]) ).

cnf(c_0_121,plain,
    ( esk12_2(X1,X2) = sum(X1,X2)
    | ~ meet(X3,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_69]) ).

cnf(c_0_122,plain,
    ( ordered_by(X2,X3,X1)
    | X1 = X3
    | ~ finish_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_123,plain,
    ( ordered_by(X2,X1,X3)
    | X1 = X3
    | ~ start_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_124,plain,
    ( incident_o(X2,X1)
    | ~ ordered_by(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_70]) ).

cnf(c_0_125,plain,
    ( incident_o(X3,X1)
    | ~ ordered_by(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_70]) ).

cnf(c_0_126,plain,
    ( incident_c(X1,X2)
    | ~ meet(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_127,plain,
    ( incident_c(X1,X3)
    | ~ meet(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

cnf(c_0_128,plain,
    ( X2 = sum(esk9_2(X2,X1),esk10_2(X2,X1))
    | ~ inner_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_67]) ).

cnf(c_0_129,plain,
    ( X1 = underlying_curve(X2)
    | incident_c(esk24_2(X1,X2),X1)
    | incident_o(esk24_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_130,plain,
    ( X1 = X2
    | incident_c(esk13_2(X1,X2),X2)
    | incident_c(esk13_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_68]) ).

cnf(c_0_131,plain,
    ( part_of(X1,X2)
    | ~ incident_c(esk1_2(X2,X1),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_71]) ).

cnf(c_0_132,plain,
    ( finish_point(X1,X2)
    | incident_o(esk16_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_133,plain,
    ( start_point(X1,X2)
    | incident_o(esk15_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_134,plain,
    ( end_point(X1,X2)
    | part_of(esk3_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_135,plain,
    ( end_point(X1,X2)
    | part_of(esk4_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_136,plain,
    ( end_point(X1,X2)
    | incident_c(X1,esk3_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_137,plain,
    ( end_point(X1,X2)
    | incident_c(X1,esk4_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_138,plain,
    ( incident_c(X4,X3)
    | incident_c(X4,X2)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_139,plain,
    ( X1 = X2
    | X3 = X2
    | X3 = X1
    | ~ end_point(X2,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_72]) ).

cnf(c_0_140,plain,
    ( end_point(esk11_2(X2,X1),X2)
    | ~ end_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_73]) ).

cnf(c_0_141,plain,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | X1 != esk16_2(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_142,plain,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | X1 != esk15_2(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_143,plain,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_144,plain,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_58]) ).

cnf(c_0_145,plain,
    ( incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ part_of(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_71]) ).

cnf(c_0_146,plain,
    ( part_of(X1,X2)
    | incident_c(esk1_2(X2,X1),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_71]) ).

cnf(c_0_147,plain,
    ( inner_point(X1,X2)
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_148,plain,
    ( incident_o(X1,X2)
    | ~ incident_c(X1,esk17_1(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_149,plain,
    ( ~ end_point(X1,X2)
    | X1 != esk11_2(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_73]) ).

cnf(c_0_150,plain,
    ( incident_c(X3,X1)
    | X1 != underlying_curve(X2)
    | ~ incident_o(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_151,plain,
    ( incident_o(X3,X2)
    | X1 != underlying_curve(X2)
    | ~ incident_c(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_152,plain,
    ( ~ inner_point(X1,X2)
    | ~ end_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_153,plain,
    ( incident_c(X1,esk17_1(X2))
    | ~ incident_o(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_154,plain,
    ( incident_o(X1,X2)
    | ~ finish_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_155,plain,
    ( incident_o(X1,X2)
    | ~ start_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_156,plain,
    ( incident_c(X1,X2)
    | ~ inner_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_157,plain,
    ( incident_c(X1,X2)
    | ~ end_point(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_65]) ).

cnf(c_0_158,plain,
    ( ~ end_point(X1,X2)
    | ~ closed(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_76]) ).

cnf(c_0_159,plain,
    ( open(X1)
    | X1 = X2
    | ~ part_of(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_77]) ).

cnf(c_0_160,plain,
    ( end_point(esk7_1(X1),X1)
    | ~ open(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_78]) ).

cnf(c_0_161,plain,
    ( open(X1)
    | ~ end_point(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_78]) ).

cnf(c_0_162,plain,
    ( closed(X1)
    | end_point(esk6_1(X1),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_76]) ).

cnf(c_0_163,plain,
    start_point(esk20_1(X1),X1),
    inference(split_conjunct,[status(thm)],[c_0_79]) ).

cnf(c_0_164,plain,
    inner_point(esk8_1(X1),X1),
    inference(split_conjunct,[status(thm)],[c_0_80]) ).

cnf(c_0_165,plain,
    open(esk17_1(X1)),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_166,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ between_c(X5,X2,X3,X4)
    | ~ incident_c(esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ incident_o(esk19_5(X2,X3,X4,X1,X5),X1) ),
    c_0_81,
    [final] ).

cnf(c_0_167,plain,
    ( between_o(X1,X2,X3,X4)
    | incident_c(esk19_5(X2,X3,X4,X1,X5),X5)
    | incident_o(esk19_5(X2,X3,X4,X1,X5),X1)
    | ~ between_c(X5,X2,X3,X4) ),
    c_0_82,
    [final] ).

cnf(c_0_168,plain,
    ( incident_o(X5,X1)
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_c(X5,esk18_4(X2,X3,X4,X1)) ),
    c_0_83,
    [final] ).

cnf(c_0_169,plain,
    ( between_c(esk18_4(X2,X3,X4,X1),X2,X3,X4)
    | ~ between_o(X1,X2,X3,X4) ),
    c_0_84,
    [final] ).

cnf(c_0_170,plain,
    ( incident_c(X5,esk18_4(X2,X3,X4,X1))
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_o(X5,X1) ),
    c_0_85,
    [final] ).

cnf(c_0_171,plain,
    ( part_of(esk14_4(X1,X2,X3,X4),X1)
    | ~ between_c(X1,X2,X3,X4) ),
    c_0_86,
    [final] ).

cnf(c_0_172,plain,
    ( end_point(X2,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    c_0_87,
    [final] ).

cnf(c_0_173,plain,
    ( end_point(X4,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    c_0_88,
    [final] ).

cnf(c_0_174,plain,
    ( inner_point(X3,esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    c_0_89,
    [final] ).

cnf(c_0_175,plain,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    c_0_90,
    [final] ).

cnf(c_0_176,plain,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    c_0_91,
    [final] ).

cnf(c_0_177,plain,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    c_0_92,
    [final] ).

cnf(c_0_178,plain,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    c_0_93,
    [final] ).

cnf(c_0_179,plain,
    ( meet(X1,X2,X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ end_point(esk5_3(X1,X2,X3),X3)
    | ~ end_point(esk5_3(X1,X2,X3),X2) ),
    c_0_94,
    [final] ).

cnf(c_0_180,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X4)
    | ~ ordered_by(X1,X2,X3) ),
    c_0_95,
    [final] ).

cnf(c_0_181,plain,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X2)
    | ~ ordered_by(X1,X4,X3) ),
    c_0_96,
    [final] ).

cnf(c_0_182,plain,
    ( X1 = sum(X2,X3)
    | ~ incident_c(esk2_3(X1,X2,X3),X1)
    | ~ incident_c(esk2_3(X1,X2,X3),X2) ),
    c_0_97,
    [final] ).

cnf(c_0_183,plain,
    ( X1 = sum(X2,X3)
    | ~ incident_c(esk2_3(X1,X2,X3),X1)
    | ~ incident_c(esk2_3(X1,X2,X3),X3) ),
    c_0_98,
    [final] ).

cnf(c_0_184,plain,
    ( ~ between_c(X1,X2,X3,X4)
    | X2 != X4 ),
    c_0_99,
    [final] ).

cnf(c_0_185,plain,
    ( X1 = sum(X2,X3)
    | incident_c(esk2_3(X1,X2,X3),X3)
    | incident_c(esk2_3(X1,X2,X3),X2)
    | incident_c(esk2_3(X1,X2,X3),X1) ),
    c_0_100,
    [final] ).

cnf(c_0_186,plain,
    ( between_c(X1,X2,X3,X4)
    | X2 = X4
    | ~ inner_point(X3,X5)
    | ~ end_point(X4,X5)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    c_0_101,
    [final] ).

cnf(c_0_187,plain,
    ( X1 = X2
    | ~ ordered_by(X2,esk22_2(X1,X2),esk23_2(X1,X2))
    | ~ ordered_by(X1,esk22_2(X1,X2),esk23_2(X1,X2)) ),
    c_0_102,
    [final] ).

cnf(c_0_188,plain,
    ( X3 = X1
    | incident_c(X4,X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_o(X4,esk21_3(X3,X1,X2)) ),
    c_0_103,
    [final] ).

cnf(c_0_189,plain,
    ( part_of(X1,X2)
    | part_of(X2,X1)
    | part_of(X3,X2)
    | part_of(X2,X3)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    c_0_104,
    [final] ).

cnf(c_0_190,plain,
    ( meet(X1,X2,X3)
    | incident_c(esk5_3(X1,X2,X3),X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    c_0_105,
    [final] ).

cnf(c_0_191,plain,
    ( meet(X1,X2,X3)
    | incident_c(esk5_3(X1,X2,X3),X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    c_0_106,
    [final] ).

cnf(c_0_192,plain,
    ( X3 = X1
    | ordered_by(esk21_3(X3,X1,X2),X3,X1)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2) ),
    c_0_107,
    [final] ).

cnf(c_0_193,plain,
    ( X1 = X2
    | ordered_by(X2,esk22_2(X1,X2),esk23_2(X1,X2))
    | ordered_by(X1,esk22_2(X1,X2),esk23_2(X1,X2)) ),
    c_0_108,
    [final] ).

cnf(c_0_194,plain,
    ( X3 = X1
    | incident_o(X4,esk21_3(X3,X1,X2))
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    c_0_109,
    [final] ).

cnf(c_0_195,plain,
    ( meet(X1,X2,X3)
    | ~ end_point(X1,X2)
    | X4 != sum(X2,X3)
    | ~ meet(X5,X2,X3)
    | ~ closed(X4) ),
    c_0_110,
    [final] ).

cnf(c_0_196,plain,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,esk16_2(X1,X2),X1) ),
    c_0_111,
    [final] ).

cnf(c_0_197,plain,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,X1,esk15_2(X1,X2)) ),
    c_0_112,
    [final] ).

cnf(c_0_198,plain,
    ( end_point(X4,X2)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    c_0_113,
    [final] ).

cnf(c_0_199,plain,
    ( end_point(X4,X3)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    c_0_114,
    [final] ).

cnf(c_0_200,plain,
    ( part_of(X3,X4)
    | part_of(X4,X3)
    | ~ end_point(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    c_0_115,
    [final] ).

cnf(c_0_201,plain,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(esk3_2(X1,X2),esk4_2(X1,X2)) ),
    c_0_116,
    [final] ).

cnf(c_0_202,plain,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(esk4_2(X1,X2),esk3_2(X1,X2)) ),
    c_0_117,
    [final] ).

cnf(c_0_203,plain,
    ( X1 = underlying_curve(X2)
    | ~ incident_c(esk24_2(X1,X2),X1)
    | ~ incident_o(esk24_2(X1,X2),X2) ),
    c_0_118,
    [final] ).

cnf(c_0_204,plain,
    ( meet(X1,esk9_2(X2,X1),esk10_2(X2,X1))
    | ~ inner_point(X1,X2) ),
    c_0_119,
    [final] ).

cnf(c_0_205,plain,
    ( X1 = X2
    | ~ incident_c(esk13_2(X1,X2),X2)
    | ~ incident_c(esk13_2(X1,X2),X1) ),
    c_0_120,
    [final] ).

cnf(c_0_206,plain,
    ( esk12_2(X1,X2) = sum(X1,X2)
    | ~ meet(X3,X1,X2) ),
    c_0_121,
    [final] ).

cnf(c_0_207,plain,
    ( ordered_by(X2,X3,X1)
    | X1 = X3
    | ~ finish_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    c_0_122,
    [final] ).

cnf(c_0_208,plain,
    ( ordered_by(X2,X1,X3)
    | X1 = X3
    | ~ start_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    c_0_123,
    [final] ).

cnf(c_0_209,plain,
    ( incident_o(X2,X1)
    | ~ ordered_by(X1,X2,X3) ),
    c_0_124,
    [final] ).

cnf(c_0_210,plain,
    ( incident_o(X3,X1)
    | ~ ordered_by(X1,X2,X3) ),
    c_0_125,
    [final] ).

cnf(c_0_211,plain,
    ( incident_c(X1,X2)
    | ~ meet(X1,X2,X3) ),
    c_0_126,
    [final] ).

cnf(c_0_212,plain,
    ( incident_c(X1,X3)
    | ~ meet(X1,X2,X3) ),
    c_0_127,
    [final] ).

cnf(c_0_213,plain,
    ( sum(esk9_2(X2,X1),esk10_2(X2,X1)) = X2
    | ~ inner_point(X1,X2) ),
    c_0_128,
    [final] ).

cnf(c_0_214,plain,
    ( X1 = underlying_curve(X2)
    | incident_c(esk24_2(X1,X2),X1)
    | incident_o(esk24_2(X1,X2),X2) ),
    c_0_129,
    [final] ).

cnf(c_0_215,plain,
    ( X1 = X2
    | incident_c(esk13_2(X1,X2),X2)
    | incident_c(esk13_2(X1,X2),X1) ),
    c_0_130,
    [final] ).

cnf(c_0_216,plain,
    ( part_of(X1,X2)
    | ~ incident_c(esk1_2(X2,X1),X2) ),
    c_0_131,
    [final] ).

cnf(c_0_217,plain,
    ( finish_point(X1,X2)
    | incident_o(esk16_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    c_0_132,
    [final] ).

cnf(c_0_218,plain,
    ( start_point(X1,X2)
    | incident_o(esk15_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    c_0_133,
    [final] ).

cnf(c_0_219,plain,
    ( end_point(X1,X2)
    | part_of(esk3_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    c_0_134,
    [final] ).

cnf(c_0_220,plain,
    ( end_point(X1,X2)
    | part_of(esk4_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    c_0_135,
    [final] ).

cnf(c_0_221,plain,
    ( end_point(X1,X2)
    | incident_c(X1,esk3_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    c_0_136,
    [final] ).

cnf(c_0_222,plain,
    ( end_point(X1,X2)
    | incident_c(X1,esk4_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    c_0_137,
    [final] ).

cnf(c_0_223,plain,
    ( incident_c(X4,X3)
    | incident_c(X4,X2)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X1) ),
    c_0_138,
    [final] ).

cnf(c_0_224,plain,
    ( X1 = X2
    | X3 = X2
    | X3 = X1
    | ~ end_point(X2,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    c_0_139,
    [final] ).

cnf(c_0_225,plain,
    ( end_point(esk11_2(X2,X1),X2)
    | ~ end_point(X1,X2) ),
    c_0_140,
    [final] ).

cnf(c_0_226,plain,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | esk16_2(X1,X2) != X1 ),
    c_0_141,
    [final] ).

cnf(c_0_227,plain,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | esk15_2(X1,X2) != X1 ),
    c_0_142,
    [final] ).

cnf(c_0_228,plain,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X2) ),
    c_0_143,
    [final] ).

cnf(c_0_229,plain,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X3) ),
    c_0_144,
    [final] ).

cnf(c_0_230,plain,
    ( incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ part_of(X3,X2) ),
    c_0_145,
    [final] ).

cnf(c_0_231,plain,
    ( part_of(X1,X2)
    | incident_c(esk1_2(X2,X1),X1) ),
    c_0_146,
    [final] ).

cnf(c_0_232,plain,
    ( inner_point(X1,X2)
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    c_0_147,
    [final] ).

cnf(c_0_233,plain,
    ( incident_o(X1,X2)
    | ~ incident_c(X1,esk17_1(X2)) ),
    c_0_148,
    [final] ).

cnf(c_0_234,plain,
    ( ~ end_point(X1,X2)
    | esk11_2(X2,X1) != X1 ),
    c_0_149,
    [final] ).

cnf(c_0_235,plain,
    ( incident_c(X3,X1)
    | X1 != underlying_curve(X2)
    | ~ incident_o(X3,X2) ),
    c_0_150,
    [final] ).

cnf(c_0_236,plain,
    ( incident_o(X3,X2)
    | X1 != underlying_curve(X2)
    | ~ incident_c(X3,X1) ),
    c_0_151,
    [final] ).

cnf(c_0_237,plain,
    ( ~ inner_point(X1,X2)
    | ~ end_point(X1,X2) ),
    c_0_152,
    [final] ).

cnf(c_0_238,plain,
    ( incident_c(X1,esk17_1(X2))
    | ~ incident_o(X1,X2) ),
    c_0_153,
    [final] ).

cnf(c_0_239,plain,
    ( incident_o(X1,X2)
    | ~ finish_point(X1,X2) ),
    c_0_154,
    [final] ).

cnf(c_0_240,plain,
    ( incident_o(X1,X2)
    | ~ start_point(X1,X2) ),
    c_0_155,
    [final] ).

cnf(c_0_241,plain,
    ( incident_c(X1,X2)
    | ~ inner_point(X1,X2) ),
    c_0_156,
    [final] ).

cnf(c_0_242,plain,
    ( incident_c(X1,X2)
    | ~ end_point(X1,X2) ),
    c_0_157,
    [final] ).

cnf(c_0_243,plain,
    ( ~ end_point(X1,X2)
    | ~ closed(X2) ),
    c_0_158,
    [final] ).

cnf(c_0_244,plain,
    ( open(X1)
    | X1 = X2
    | ~ part_of(X1,X2) ),
    c_0_159,
    [final] ).

cnf(c_0_245,plain,
    ( end_point(esk7_1(X1),X1)
    | ~ open(X1) ),
    c_0_160,
    [final] ).

cnf(c_0_246,plain,
    ( open(X1)
    | ~ end_point(X2,X1) ),
    c_0_161,
    [final] ).

cnf(c_0_247,plain,
    ( closed(X1)
    | end_point(esk6_1(X1),X1) ),
    c_0_162,
    [final] ).

cnf(c_0_248,plain,
    start_point(esk20_1(X1),X1),
    c_0_163,
    [final] ).

cnf(c_0_249,plain,
    inner_point(esk8_1(X1),X1),
    c_0_164,
    [final] ).

cnf(c_0_250,plain,
    open(esk17_1(X1)),
    c_0_165,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_166_0,axiom,
    ( between_o(X1,X2,X3,X4)
    | ~ between_c(X5,X2,X3,X4)
    | ~ incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_166]) ).

cnf(c_0_166_1,axiom,
    ( ~ between_c(X5,X2,X3,X4)
    | between_o(X1,X2,X3,X4)
    | ~ incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_166]) ).

cnf(c_0_166_2,axiom,
    ( ~ incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ between_c(X5,X2,X3,X4)
    | between_o(X1,X2,X3,X4)
    | ~ incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_166]) ).

cnf(c_0_166_3,axiom,
    ( ~ incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1)
    | ~ incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | ~ between_c(X5,X2,X3,X4)
    | between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_166]) ).

cnf(c_0_167_0,axiom,
    ( between_o(X1,X2,X3,X4)
    | incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1)
    | ~ between_c(X5,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_167]) ).

cnf(c_0_167_1,axiom,
    ( incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | between_o(X1,X2,X3,X4)
    | incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1)
    | ~ between_c(X5,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_167]) ).

cnf(c_0_167_2,axiom,
    ( incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1)
    | incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | between_o(X1,X2,X3,X4)
    | ~ between_c(X5,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_167]) ).

cnf(c_0_167_3,axiom,
    ( ~ between_c(X5,X2,X3,X4)
    | incident_o(sk1_esk19_5(X2,X3,X4,X1,X5),X1)
    | incident_c(sk1_esk19_5(X2,X3,X4,X1,X5),X5)
    | between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_167]) ).

cnf(c_0_168_0,axiom,
    ( incident_o(X5,X1)
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_c(X5,sk1_esk18_4(X2,X3,X4,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_168]) ).

cnf(c_0_168_1,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | incident_o(X5,X1)
    | ~ incident_c(X5,sk1_esk18_4(X2,X3,X4,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_168]) ).

cnf(c_0_168_2,axiom,
    ( ~ incident_c(X5,sk1_esk18_4(X2,X3,X4,X1))
    | ~ between_o(X1,X2,X3,X4)
    | incident_o(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_168]) ).

cnf(c_0_169_0,axiom,
    ( between_c(sk1_esk18_4(X2,X3,X4,X1),X2,X3,X4)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_169]) ).

cnf(c_0_169_1,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | between_c(sk1_esk18_4(X2,X3,X4,X1),X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_169]) ).

cnf(c_0_170_0,axiom,
    ( incident_c(X5,sk1_esk18_4(X2,X3,X4,X1))
    | ~ between_o(X1,X2,X3,X4)
    | ~ incident_o(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_170]) ).

cnf(c_0_170_1,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | incident_c(X5,sk1_esk18_4(X2,X3,X4,X1))
    | ~ incident_o(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_170]) ).

cnf(c_0_170_2,axiom,
    ( ~ incident_o(X5,X1)
    | ~ between_o(X1,X2,X3,X4)
    | incident_c(X5,sk1_esk18_4(X2,X3,X4,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_170]) ).

cnf(c_0_171_0,axiom,
    ( part_of(sk1_esk14_4(X1,X2,X3,X4),X1)
    | ~ between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_171]) ).

cnf(c_0_171_1,axiom,
    ( ~ between_c(X1,X2,X3,X4)
    | part_of(sk1_esk14_4(X1,X2,X3,X4),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_171]) ).

cnf(c_0_172_0,axiom,
    ( end_point(X2,sk1_esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_172]) ).

cnf(c_0_172_1,axiom,
    ( ~ between_c(X1,X2,X3,X4)
    | end_point(X2,sk1_esk14_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_172]) ).

cnf(c_0_173_0,axiom,
    ( end_point(X4,sk1_esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_173]) ).

cnf(c_0_173_1,axiom,
    ( ~ between_c(X1,X2,X3,X4)
    | end_point(X4,sk1_esk14_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_173]) ).

cnf(c_0_174_0,axiom,
    ( inner_point(X3,sk1_esk14_4(X1,X2,X3,X4))
    | ~ between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_174]) ).

cnf(c_0_174_1,axiom,
    ( ~ between_c(X1,X2,X3,X4)
    | inner_point(X3,sk1_esk14_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_174]) ).

cnf(c_0_175_0,axiom,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_175]) ).

cnf(c_0_175_1,axiom,
    ( ordered_by(X1,X4,X3)
    | ordered_by(X1,X2,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_175]) ).

cnf(c_0_175_2,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | ordered_by(X1,X4,X3)
    | ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_175]) ).

cnf(c_0_176_0,axiom,
    ( ordered_by(X1,X2,X3)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_176]) ).

cnf(c_0_176_1,axiom,
    ( ordered_by(X1,X3,X2)
    | ordered_by(X1,X2,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_176]) ).

cnf(c_0_176_2,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | ordered_by(X1,X3,X2)
    | ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_176]) ).

cnf(c_0_177_0,axiom,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X4,X3)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_177]) ).

cnf(c_0_177_1,axiom,
    ( ordered_by(X1,X4,X3)
    | ordered_by(X1,X3,X4)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_177]) ).

cnf(c_0_177_2,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | ordered_by(X1,X4,X3)
    | ordered_by(X1,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_177]) ).

cnf(c_0_178_0,axiom,
    ( ordered_by(X1,X3,X4)
    | ordered_by(X1,X3,X2)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_178]) ).

cnf(c_0_178_1,axiom,
    ( ordered_by(X1,X3,X2)
    | ordered_by(X1,X3,X4)
    | ~ between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_178]) ).

cnf(c_0_178_2,axiom,
    ( ~ between_o(X1,X2,X3,X4)
    | ordered_by(X1,X3,X2)
    | ordered_by(X1,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_178]) ).

cnf(c_0_179_0,axiom,
    ( meet(X1,X2,X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_179]) ).

cnf(c_0_179_1,axiom,
    ( ~ incident_c(X1,X2)
    | meet(X1,X2,X3)
    | ~ incident_c(X1,X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_179]) ).

cnf(c_0_179_2,axiom,
    ( ~ incident_c(X1,X3)
    | ~ incident_c(X1,X2)
    | meet(X1,X2,X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_179]) ).

cnf(c_0_179_3,axiom,
    ( ~ end_point(sk1_esk5_3(X1,X2,X3),X3)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X2)
    | meet(X1,X2,X3)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_179]) ).

cnf(c_0_179_4,axiom,
    ( ~ end_point(sk1_esk5_3(X1,X2,X3),X2)
    | ~ end_point(sk1_esk5_3(X1,X2,X3),X3)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X2)
    | meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_179]) ).

cnf(c_0_180_0,axiom,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X4)
    | ~ ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_180]) ).

cnf(c_0_180_1,axiom,
    ( ~ ordered_by(X1,X3,X4)
    | between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_180]) ).

cnf(c_0_180_2,axiom,
    ( ~ ordered_by(X1,X2,X3)
    | ~ ordered_by(X1,X3,X4)
    | between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_180]) ).

cnf(c_0_181_0,axiom,
    ( between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X3,X2)
    | ~ ordered_by(X1,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_181]) ).

cnf(c_0_181_1,axiom,
    ( ~ ordered_by(X1,X3,X2)
    | between_o(X1,X2,X3,X4)
    | ~ ordered_by(X1,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_181]) ).

cnf(c_0_181_2,axiom,
    ( ~ ordered_by(X1,X4,X3)
    | ~ ordered_by(X1,X3,X2)
    | between_o(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_181]) ).

cnf(c_0_182_0,axiom,
    ( X1 = sum(X2,X3)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_182]) ).

cnf(c_0_182_1,axiom,
    ( ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | X1 = sum(X2,X3)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_182]) ).

cnf(c_0_182_2,axiom,
    ( ~ incident_c(sk1_esk2_3(X1,X2,X3),X2)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | X1 = sum(X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_182]) ).

cnf(c_0_183_0,axiom,
    ( X1 = sum(X2,X3)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_183]) ).

cnf(c_0_183_1,axiom,
    ( ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | X1 = sum(X2,X3)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X3) ),
    inference(literals_permutation,[status(thm)],[c_0_183]) ).

cnf(c_0_183_2,axiom,
    ( ~ incident_c(sk1_esk2_3(X1,X2,X3),X3)
    | ~ incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | X1 = sum(X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_183]) ).

cnf(c_0_184_0,axiom,
    ( ~ between_c(X1,X2,X3,X4)
    | X2 != X4 ),
    inference(literals_permutation,[status(thm)],[c_0_184]) ).

cnf(c_0_184_1,axiom,
    ( X2 != X4
    | ~ between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_184]) ).

cnf(c_0_185_0,axiom,
    ( X1 = sum(X2,X3)
    | incident_c(sk1_esk2_3(X1,X2,X3),X3)
    | incident_c(sk1_esk2_3(X1,X2,X3),X2)
    | incident_c(sk1_esk2_3(X1,X2,X3),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_185]) ).

cnf(c_0_185_1,axiom,
    ( incident_c(sk1_esk2_3(X1,X2,X3),X3)
    | X1 = sum(X2,X3)
    | incident_c(sk1_esk2_3(X1,X2,X3),X2)
    | incident_c(sk1_esk2_3(X1,X2,X3),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_185]) ).

cnf(c_0_185_2,axiom,
    ( incident_c(sk1_esk2_3(X1,X2,X3),X2)
    | incident_c(sk1_esk2_3(X1,X2,X3),X3)
    | X1 = sum(X2,X3)
    | incident_c(sk1_esk2_3(X1,X2,X3),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_185]) ).

cnf(c_0_185_3,axiom,
    ( incident_c(sk1_esk2_3(X1,X2,X3),X1)
    | incident_c(sk1_esk2_3(X1,X2,X3),X2)
    | incident_c(sk1_esk2_3(X1,X2,X3),X3)
    | X1 = sum(X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_185]) ).

cnf(c_0_186_0,axiom,
    ( between_c(X1,X2,X3,X4)
    | X2 = X4
    | ~ inner_point(X3,X5)
    | ~ end_point(X4,X5)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_186_1,axiom,
    ( X2 = X4
    | between_c(X1,X2,X3,X4)
    | ~ inner_point(X3,X5)
    | ~ end_point(X4,X5)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_186_2,axiom,
    ( ~ inner_point(X3,X5)
    | X2 = X4
    | between_c(X1,X2,X3,X4)
    | ~ end_point(X4,X5)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_186_3,axiom,
    ( ~ end_point(X4,X5)
    | ~ inner_point(X3,X5)
    | X2 = X4
    | between_c(X1,X2,X3,X4)
    | ~ end_point(X2,X5)
    | ~ part_of(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_186_4,axiom,
    ( ~ end_point(X2,X5)
    | ~ end_point(X4,X5)
    | ~ inner_point(X3,X5)
    | X2 = X4
    | between_c(X1,X2,X3,X4)
    | ~ part_of(X5,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_186_5,axiom,
    ( ~ part_of(X5,X1)
    | ~ end_point(X2,X5)
    | ~ end_point(X4,X5)
    | ~ inner_point(X3,X5)
    | X2 = X4
    | between_c(X1,X2,X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_186]) ).

cnf(c_0_187_0,axiom,
    ( X1 = X2
    | ~ ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | ~ ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_187]) ).

cnf(c_0_187_1,axiom,
    ( ~ ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | X1 = X2
    | ~ ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_187]) ).

cnf(c_0_187_2,axiom,
    ( ~ ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | ~ ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_187]) ).

cnf(c_0_188_0,axiom,
    ( X3 = X1
    | incident_c(X4,X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_o(X4,sk1_esk21_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_188_1,axiom,
    ( incident_c(X4,X2)
    | X3 = X1
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_o(X4,sk1_esk21_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_188_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_c(X4,X2)
    | X3 = X1
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_o(X4,sk1_esk21_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_188_3,axiom,
    ( ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_c(X4,X2)
    | X3 = X1
    | ~ open(X2)
    | ~ incident_o(X4,sk1_esk21_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_188_4,axiom,
    ( ~ open(X2)
    | ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_c(X4,X2)
    | X3 = X1
    | ~ incident_o(X4,sk1_esk21_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_188_5,axiom,
    ( ~ incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | ~ open(X2)
    | ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_c(X4,X2)
    | X3 = X1 ),
    inference(literals_permutation,[status(thm)],[c_0_188]) ).

cnf(c_0_189_0,axiom,
    ( part_of(X1,X2)
    | part_of(X2,X1)
    | part_of(X3,X2)
    | part_of(X2,X3)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_1,axiom,
    ( part_of(X2,X1)
    | part_of(X1,X2)
    | part_of(X3,X2)
    | part_of(X2,X3)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_2,axiom,
    ( part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | part_of(X2,X3)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_3,axiom,
    ( part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | part_of(X1,X3)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_4,axiom,
    ( part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | part_of(X3,X1)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_5,axiom,
    ( part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ end_point(X4,X1)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_6,axiom,
    ( ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_7,axiom,
    ( ~ end_point(X4,X3)
    | ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ end_point(X4,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_8,axiom,
    ( ~ end_point(X4,X2)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ part_of(X1,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_9,axiom,
    ( ~ part_of(X1,X5)
    | ~ end_point(X4,X2)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ part_of(X3,X5)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_10,axiom,
    ( ~ part_of(X3,X5)
    | ~ part_of(X1,X5)
    | ~ end_point(X4,X2)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2)
    | ~ part_of(X2,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_189_11,axiom,
    ( ~ part_of(X2,X5)
    | ~ part_of(X3,X5)
    | ~ part_of(X1,X5)
    | ~ end_point(X4,X2)
    | ~ end_point(X4,X3)
    | ~ end_point(X4,X1)
    | part_of(X3,X1)
    | part_of(X1,X3)
    | part_of(X2,X3)
    | part_of(X3,X2)
    | part_of(X2,X1)
    | part_of(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_189]) ).

cnf(c_0_190_0,axiom,
    ( meet(X1,X2,X3)
    | incident_c(sk1_esk5_3(X1,X2,X3),X2)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_190]) ).

cnf(c_0_190_1,axiom,
    ( incident_c(sk1_esk5_3(X1,X2,X3),X2)
    | meet(X1,X2,X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_190]) ).

cnf(c_0_190_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_c(sk1_esk5_3(X1,X2,X3),X2)
    | meet(X1,X2,X3)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_190]) ).

cnf(c_0_190_3,axiom,
    ( ~ incident_c(X1,X3)
    | ~ incident_c(X1,X2)
    | incident_c(sk1_esk5_3(X1,X2,X3),X2)
    | meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_190]) ).

cnf(c_0_191_0,axiom,
    ( meet(X1,X2,X3)
    | incident_c(sk1_esk5_3(X1,X2,X3),X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_191]) ).

cnf(c_0_191_1,axiom,
    ( incident_c(sk1_esk5_3(X1,X2,X3),X3)
    | meet(X1,X2,X3)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_191]) ).

cnf(c_0_191_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_c(sk1_esk5_3(X1,X2,X3),X3)
    | meet(X1,X2,X3)
    | ~ incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_191]) ).

cnf(c_0_191_3,axiom,
    ( ~ incident_c(X1,X3)
    | ~ incident_c(X1,X2)
    | incident_c(sk1_esk5_3(X1,X2,X3),X3)
    | meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_191]) ).

cnf(c_0_192_0,axiom,
    ( X3 = X1
    | ordered_by(sk1_esk21_3(X3,X1,X2),X3,X1)
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_192]) ).

cnf(c_0_192_1,axiom,
    ( ordered_by(sk1_esk21_3(X3,X1,X2),X3,X1)
    | X3 = X1
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_192]) ).

cnf(c_0_192_2,axiom,
    ( ~ incident_c(X1,X2)
    | ordered_by(sk1_esk21_3(X3,X1,X2),X3,X1)
    | X3 = X1
    | ~ incident_c(X3,X2)
    | ~ open(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_192]) ).

cnf(c_0_192_3,axiom,
    ( ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | ordered_by(sk1_esk21_3(X3,X1,X2),X3,X1)
    | X3 = X1
    | ~ open(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_192]) ).

cnf(c_0_192_4,axiom,
    ( ~ open(X2)
    | ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | ordered_by(sk1_esk21_3(X3,X1,X2),X3,X1)
    | X3 = X1 ),
    inference(literals_permutation,[status(thm)],[c_0_192]) ).

cnf(c_0_193_0,axiom,
    ( X1 = X2
    | ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_193]) ).

cnf(c_0_193_1,axiom,
    ( ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | X1 = X2
    | ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_193]) ).

cnf(c_0_193_2,axiom,
    ( ordered_by(X1,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | ordered_by(X2,sk1_esk22_2(X1,X2),sk1_esk23_2(X1,X2))
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_193]) ).

cnf(c_0_194_0,axiom,
    ( X3 = X1
    | incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_194_1,axiom,
    ( incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | X3 = X1
    | ~ incident_c(X1,X2)
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_194_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | X3 = X1
    | ~ incident_c(X3,X2)
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_194_3,axiom,
    ( ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | X3 = X1
    | ~ open(X2)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_194_4,axiom,
    ( ~ open(X2)
    | ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | X3 = X1
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_194_5,axiom,
    ( ~ incident_c(X4,X2)
    | ~ open(X2)
    | ~ incident_c(X3,X2)
    | ~ incident_c(X1,X2)
    | incident_o(X4,sk1_esk21_3(X3,X1,X2))
    | X3 = X1 ),
    inference(literals_permutation,[status(thm)],[c_0_194]) ).

cnf(c_0_195_0,axiom,
    ( meet(X1,X2,X3)
    | ~ end_point(X1,X2)
    | X4 != sum(X2,X3)
    | ~ meet(X5,X2,X3)
    | ~ closed(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_195]) ).

cnf(c_0_195_1,axiom,
    ( ~ end_point(X1,X2)
    | meet(X1,X2,X3)
    | X4 != sum(X2,X3)
    | ~ meet(X5,X2,X3)
    | ~ closed(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_195]) ).

cnf(c_0_195_2,axiom,
    ( X4 != sum(X2,X3)
    | ~ end_point(X1,X2)
    | meet(X1,X2,X3)
    | ~ meet(X5,X2,X3)
    | ~ closed(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_195]) ).

cnf(c_0_195_3,axiom,
    ( ~ meet(X5,X2,X3)
    | X4 != sum(X2,X3)
    | ~ end_point(X1,X2)
    | meet(X1,X2,X3)
    | ~ closed(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_195]) ).

cnf(c_0_195_4,axiom,
    ( ~ closed(X4)
    | ~ meet(X5,X2,X3)
    | X4 != sum(X2,X3)
    | ~ end_point(X1,X2)
    | meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_195]) ).

cnf(c_0_196_0,axiom,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,sk1_esk16_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_196]) ).

cnf(c_0_196_1,axiom,
    ( ~ incident_o(X1,X2)
    | finish_point(X1,X2)
    | ~ ordered_by(X2,sk1_esk16_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_196]) ).

cnf(c_0_196_2,axiom,
    ( ~ ordered_by(X2,sk1_esk16_2(X1,X2),X1)
    | ~ incident_o(X1,X2)
    | finish_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_196]) ).

cnf(c_0_197_0,axiom,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | ~ ordered_by(X2,X1,sk1_esk15_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_197]) ).

cnf(c_0_197_1,axiom,
    ( ~ incident_o(X1,X2)
    | start_point(X1,X2)
    | ~ ordered_by(X2,X1,sk1_esk15_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_197]) ).

cnf(c_0_197_2,axiom,
    ( ~ ordered_by(X2,X1,sk1_esk15_2(X1,X2))
    | ~ incident_o(X1,X2)
    | start_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_197]) ).

cnf(c_0_198_0,axiom,
    ( end_point(X4,X2)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_198]) ).

cnf(c_0_198_1,axiom,
    ( ~ meet(X1,X2,X3)
    | end_point(X4,X2)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_198]) ).

cnf(c_0_198_2,axiom,
    ( ~ incident_c(X4,X3)
    | ~ meet(X1,X2,X3)
    | end_point(X4,X2)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_198]) ).

cnf(c_0_198_3,axiom,
    ( ~ incident_c(X4,X2)
    | ~ incident_c(X4,X3)
    | ~ meet(X1,X2,X3)
    | end_point(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_198]) ).

cnf(c_0_199_0,axiom,
    ( end_point(X4,X3)
    | ~ meet(X1,X2,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_199]) ).

cnf(c_0_199_1,axiom,
    ( ~ meet(X1,X2,X3)
    | end_point(X4,X3)
    | ~ incident_c(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_199]) ).

cnf(c_0_199_2,axiom,
    ( ~ incident_c(X4,X3)
    | ~ meet(X1,X2,X3)
    | end_point(X4,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_199]) ).

cnf(c_0_199_3,axiom,
    ( ~ incident_c(X4,X2)
    | ~ incident_c(X4,X3)
    | ~ meet(X1,X2,X3)
    | end_point(X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_199]) ).

cnf(c_0_200_0,axiom,
    ( part_of(X3,X4)
    | part_of(X4,X3)
    | ~ end_point(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_1,axiom,
    ( part_of(X4,X3)
    | part_of(X3,X4)
    | ~ end_point(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_2,axiom,
    ( ~ end_point(X1,X2)
    | part_of(X4,X3)
    | part_of(X3,X4)
    | ~ incident_c(X1,X3)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_3,axiom,
    ( ~ incident_c(X1,X3)
    | ~ end_point(X1,X2)
    | part_of(X4,X3)
    | part_of(X3,X4)
    | ~ incident_c(X1,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_4,axiom,
    ( ~ incident_c(X1,X4)
    | ~ incident_c(X1,X3)
    | ~ end_point(X1,X2)
    | part_of(X4,X3)
    | part_of(X3,X4)
    | ~ part_of(X3,X2)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_5,axiom,
    ( ~ part_of(X3,X2)
    | ~ incident_c(X1,X4)
    | ~ incident_c(X1,X3)
    | ~ end_point(X1,X2)
    | part_of(X4,X3)
    | part_of(X3,X4)
    | ~ part_of(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_200_6,axiom,
    ( ~ part_of(X4,X2)
    | ~ part_of(X3,X2)
    | ~ incident_c(X1,X4)
    | ~ incident_c(X1,X3)
    | ~ end_point(X1,X2)
    | part_of(X4,X3)
    | part_of(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_200]) ).

cnf(c_0_201_0,axiom,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_201]) ).

cnf(c_0_201_1,axiom,
    ( ~ incident_c(X1,X2)
    | end_point(X1,X2)
    | ~ part_of(sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_201]) ).

cnf(c_0_201_2,axiom,
    ( ~ part_of(sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2))
    | ~ incident_c(X1,X2)
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_201]) ).

cnf(c_0_202_0,axiom,
    ( end_point(X1,X2)
    | ~ incident_c(X1,X2)
    | ~ part_of(sk1_esk4_2(X1,X2),sk1_esk3_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_202]) ).

cnf(c_0_202_1,axiom,
    ( ~ incident_c(X1,X2)
    | end_point(X1,X2)
    | ~ part_of(sk1_esk4_2(X1,X2),sk1_esk3_2(X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_202]) ).

cnf(c_0_202_2,axiom,
    ( ~ part_of(sk1_esk4_2(X1,X2),sk1_esk3_2(X1,X2))
    | ~ incident_c(X1,X2)
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_202]) ).

cnf(c_0_203_0,axiom,
    ( X1 = underlying_curve(X2)
    | ~ incident_c(sk1_esk24_2(X1,X2),X1)
    | ~ incident_o(sk1_esk24_2(X1,X2),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_203]) ).

cnf(c_0_203_1,axiom,
    ( ~ incident_c(sk1_esk24_2(X1,X2),X1)
    | X1 = underlying_curve(X2)
    | ~ incident_o(sk1_esk24_2(X1,X2),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_203]) ).

cnf(c_0_203_2,axiom,
    ( ~ incident_o(sk1_esk24_2(X1,X2),X2)
    | ~ incident_c(sk1_esk24_2(X1,X2),X1)
    | X1 = underlying_curve(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_203]) ).

cnf(c_0_204_0,axiom,
    ( meet(X1,sk1_esk9_2(X2,X1),sk1_esk10_2(X2,X1))
    | ~ inner_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_204]) ).

cnf(c_0_204_1,axiom,
    ( ~ inner_point(X1,X2)
    | meet(X1,sk1_esk9_2(X2,X1),sk1_esk10_2(X2,X1)) ),
    inference(literals_permutation,[status(thm)],[c_0_204]) ).

cnf(c_0_205_0,axiom,
    ( X1 = X2
    | ~ incident_c(sk1_esk13_2(X1,X2),X2)
    | ~ incident_c(sk1_esk13_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_205]) ).

cnf(c_0_205_1,axiom,
    ( ~ incident_c(sk1_esk13_2(X1,X2),X2)
    | X1 = X2
    | ~ incident_c(sk1_esk13_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_205]) ).

cnf(c_0_205_2,axiom,
    ( ~ incident_c(sk1_esk13_2(X1,X2),X1)
    | ~ incident_c(sk1_esk13_2(X1,X2),X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_205]) ).

cnf(c_0_206_0,axiom,
    ( sk1_esk12_2(X1,X2) = sum(X1,X2)
    | ~ meet(X3,X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_206]) ).

cnf(c_0_206_1,axiom,
    ( ~ meet(X3,X1,X2)
    | sk1_esk12_2(X1,X2) = sum(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_206]) ).

cnf(c_0_207_0,axiom,
    ( ordered_by(X2,X3,X1)
    | X1 = X3
    | ~ finish_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_207]) ).

cnf(c_0_207_1,axiom,
    ( X1 = X3
    | ordered_by(X2,X3,X1)
    | ~ finish_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_207]) ).

cnf(c_0_207_2,axiom,
    ( ~ finish_point(X1,X2)
    | X1 = X3
    | ordered_by(X2,X3,X1)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_207]) ).

cnf(c_0_207_3,axiom,
    ( ~ incident_o(X3,X2)
    | ~ finish_point(X1,X2)
    | X1 = X3
    | ordered_by(X2,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_207]) ).

cnf(c_0_208_0,axiom,
    ( ordered_by(X2,X1,X3)
    | X1 = X3
    | ~ start_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_208]) ).

cnf(c_0_208_1,axiom,
    ( X1 = X3
    | ordered_by(X2,X1,X3)
    | ~ start_point(X1,X2)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_208]) ).

cnf(c_0_208_2,axiom,
    ( ~ start_point(X1,X2)
    | X1 = X3
    | ordered_by(X2,X1,X3)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_208]) ).

cnf(c_0_208_3,axiom,
    ( ~ incident_o(X3,X2)
    | ~ start_point(X1,X2)
    | X1 = X3
    | ordered_by(X2,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_208]) ).

cnf(c_0_209_0,axiom,
    ( incident_o(X2,X1)
    | ~ ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_209]) ).

cnf(c_0_209_1,axiom,
    ( ~ ordered_by(X1,X2,X3)
    | incident_o(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_209]) ).

cnf(c_0_210_0,axiom,
    ( incident_o(X3,X1)
    | ~ ordered_by(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_210]) ).

cnf(c_0_210_1,axiom,
    ( ~ ordered_by(X1,X2,X3)
    | incident_o(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_210]) ).

cnf(c_0_211_0,axiom,
    ( incident_c(X1,X2)
    | ~ meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_211]) ).

cnf(c_0_211_1,axiom,
    ( ~ meet(X1,X2,X3)
    | incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_211]) ).

cnf(c_0_212_0,axiom,
    ( incident_c(X1,X3)
    | ~ meet(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_212]) ).

cnf(c_0_212_1,axiom,
    ( ~ meet(X1,X2,X3)
    | incident_c(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_212]) ).

cnf(c_0_213_0,axiom,
    ( sum(sk1_esk9_2(X2,X1),sk1_esk10_2(X2,X1)) = X2
    | ~ inner_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_213]) ).

cnf(c_0_213_1,axiom,
    ( ~ inner_point(X1,X2)
    | sum(sk1_esk9_2(X2,X1),sk1_esk10_2(X2,X1)) = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_213]) ).

cnf(c_0_214_0,axiom,
    ( X1 = underlying_curve(X2)
    | incident_c(sk1_esk24_2(X1,X2),X1)
    | incident_o(sk1_esk24_2(X1,X2),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_214]) ).

cnf(c_0_214_1,axiom,
    ( incident_c(sk1_esk24_2(X1,X2),X1)
    | X1 = underlying_curve(X2)
    | incident_o(sk1_esk24_2(X1,X2),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_214]) ).

cnf(c_0_214_2,axiom,
    ( incident_o(sk1_esk24_2(X1,X2),X2)
    | incident_c(sk1_esk24_2(X1,X2),X1)
    | X1 = underlying_curve(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_214]) ).

cnf(c_0_215_0,axiom,
    ( X1 = X2
    | incident_c(sk1_esk13_2(X1,X2),X2)
    | incident_c(sk1_esk13_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_215]) ).

cnf(c_0_215_1,axiom,
    ( incident_c(sk1_esk13_2(X1,X2),X2)
    | X1 = X2
    | incident_c(sk1_esk13_2(X1,X2),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_215]) ).

cnf(c_0_215_2,axiom,
    ( incident_c(sk1_esk13_2(X1,X2),X1)
    | incident_c(sk1_esk13_2(X1,X2),X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_215]) ).

cnf(c_0_216_0,axiom,
    ( part_of(X1,X2)
    | ~ incident_c(sk1_esk1_2(X2,X1),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_216]) ).

cnf(c_0_216_1,axiom,
    ( ~ incident_c(sk1_esk1_2(X2,X1),X2)
    | part_of(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_216]) ).

cnf(c_0_217_0,axiom,
    ( finish_point(X1,X2)
    | incident_o(sk1_esk16_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_217]) ).

cnf(c_0_217_1,axiom,
    ( incident_o(sk1_esk16_2(X1,X2),X2)
    | finish_point(X1,X2)
    | ~ incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_217]) ).

cnf(c_0_217_2,axiom,
    ( ~ incident_o(X1,X2)
    | incident_o(sk1_esk16_2(X1,X2),X2)
    | finish_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_217]) ).

cnf(c_0_218_0,axiom,
    ( start_point(X1,X2)
    | incident_o(sk1_esk15_2(X1,X2),X2)
    | ~ incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_218]) ).

cnf(c_0_218_1,axiom,
    ( incident_o(sk1_esk15_2(X1,X2),X2)
    | start_point(X1,X2)
    | ~ incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_218]) ).

cnf(c_0_218_2,axiom,
    ( ~ incident_o(X1,X2)
    | incident_o(sk1_esk15_2(X1,X2),X2)
    | start_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_218]) ).

cnf(c_0_219_0,axiom,
    ( end_point(X1,X2)
    | part_of(sk1_esk3_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_219]) ).

cnf(c_0_219_1,axiom,
    ( part_of(sk1_esk3_2(X1,X2),X2)
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_219]) ).

cnf(c_0_219_2,axiom,
    ( ~ incident_c(X1,X2)
    | part_of(sk1_esk3_2(X1,X2),X2)
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_219]) ).

cnf(c_0_220_0,axiom,
    ( end_point(X1,X2)
    | part_of(sk1_esk4_2(X1,X2),X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_220]) ).

cnf(c_0_220_1,axiom,
    ( part_of(sk1_esk4_2(X1,X2),X2)
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_220]) ).

cnf(c_0_220_2,axiom,
    ( ~ incident_c(X1,X2)
    | part_of(sk1_esk4_2(X1,X2),X2)
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_220]) ).

cnf(c_0_221_0,axiom,
    ( end_point(X1,X2)
    | incident_c(X1,sk1_esk3_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_221]) ).

cnf(c_0_221_1,axiom,
    ( incident_c(X1,sk1_esk3_2(X1,X2))
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_221]) ).

cnf(c_0_221_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_c(X1,sk1_esk3_2(X1,X2))
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_221]) ).

cnf(c_0_222_0,axiom,
    ( end_point(X1,X2)
    | incident_c(X1,sk1_esk4_2(X1,X2))
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_222]) ).

cnf(c_0_222_1,axiom,
    ( incident_c(X1,sk1_esk4_2(X1,X2))
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_222]) ).

cnf(c_0_222_2,axiom,
    ( ~ incident_c(X1,X2)
    | incident_c(X1,sk1_esk4_2(X1,X2))
    | end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_222]) ).

cnf(c_0_223_0,axiom,
    ( incident_c(X4,X3)
    | incident_c(X4,X2)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_223]) ).

cnf(c_0_223_1,axiom,
    ( incident_c(X4,X2)
    | incident_c(X4,X3)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_223]) ).

cnf(c_0_223_2,axiom,
    ( X1 != sum(X2,X3)
    | incident_c(X4,X2)
    | incident_c(X4,X3)
    | ~ incident_c(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_223]) ).

cnf(c_0_223_3,axiom,
    ( ~ incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | incident_c(X4,X2)
    | incident_c(X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_223]) ).

cnf(c_0_224_0,axiom,
    ( X1 = X2
    | X3 = X2
    | X3 = X1
    | ~ end_point(X2,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_224_1,axiom,
    ( X3 = X2
    | X1 = X2
    | X3 = X1
    | ~ end_point(X2,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_224_2,axiom,
    ( X3 = X1
    | X3 = X2
    | X1 = X2
    | ~ end_point(X2,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_224_3,axiom,
    ( ~ end_point(X2,X4)
    | X3 = X1
    | X3 = X2
    | X1 = X2
    | ~ end_point(X1,X4)
    | ~ end_point(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_224_4,axiom,
    ( ~ end_point(X1,X4)
    | ~ end_point(X2,X4)
    | X3 = X1
    | X3 = X2
    | X1 = X2
    | ~ end_point(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_224_5,axiom,
    ( ~ end_point(X3,X4)
    | ~ end_point(X1,X4)
    | ~ end_point(X2,X4)
    | X3 = X1
    | X3 = X2
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_224]) ).

cnf(c_0_225_0,axiom,
    ( end_point(sk1_esk11_2(X2,X1),X2)
    | ~ end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_225]) ).

cnf(c_0_225_1,axiom,
    ( ~ end_point(X1,X2)
    | end_point(sk1_esk11_2(X2,X1),X2) ),
    inference(literals_permutation,[status(thm)],[c_0_225]) ).

cnf(c_0_226_0,axiom,
    ( finish_point(X1,X2)
    | ~ incident_o(X1,X2)
    | sk1_esk16_2(X1,X2) != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_226]) ).

cnf(c_0_226_1,axiom,
    ( ~ incident_o(X1,X2)
    | finish_point(X1,X2)
    | sk1_esk16_2(X1,X2) != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_226]) ).

cnf(c_0_226_2,axiom,
    ( sk1_esk16_2(X1,X2) != X1
    | ~ incident_o(X1,X2)
    | finish_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_226]) ).

cnf(c_0_227_0,axiom,
    ( start_point(X1,X2)
    | ~ incident_o(X1,X2)
    | sk1_esk15_2(X1,X2) != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_227]) ).

cnf(c_0_227_1,axiom,
    ( ~ incident_o(X1,X2)
    | start_point(X1,X2)
    | sk1_esk15_2(X1,X2) != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_227]) ).

cnf(c_0_227_2,axiom,
    ( sk1_esk15_2(X1,X2) != X1
    | ~ incident_o(X1,X2)
    | start_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_227]) ).

cnf(c_0_228_0,axiom,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_228]) ).

cnf(c_0_228_1,axiom,
    ( X1 != sum(X2,X3)
    | incident_c(X4,X1)
    | ~ incident_c(X4,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_228]) ).

cnf(c_0_228_2,axiom,
    ( ~ incident_c(X4,X2)
    | X1 != sum(X2,X3)
    | incident_c(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_228]) ).

cnf(c_0_229_0,axiom,
    ( incident_c(X4,X1)
    | X1 != sum(X2,X3)
    | ~ incident_c(X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_229]) ).

cnf(c_0_229_1,axiom,
    ( X1 != sum(X2,X3)
    | incident_c(X4,X1)
    | ~ incident_c(X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_229]) ).

cnf(c_0_229_2,axiom,
    ( ~ incident_c(X4,X3)
    | X1 != sum(X2,X3)
    | incident_c(X4,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_229]) ).

cnf(c_0_230_0,axiom,
    ( incident_c(X1,X2)
    | ~ incident_c(X1,X3)
    | ~ part_of(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_230]) ).

cnf(c_0_230_1,axiom,
    ( ~ incident_c(X1,X3)
    | incident_c(X1,X2)
    | ~ part_of(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_230]) ).

cnf(c_0_230_2,axiom,
    ( ~ part_of(X3,X2)
    | ~ incident_c(X1,X3)
    | incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_230]) ).

cnf(c_0_231_0,axiom,
    ( part_of(X1,X2)
    | incident_c(sk1_esk1_2(X2,X1),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_231]) ).

cnf(c_0_231_1,axiom,
    ( incident_c(sk1_esk1_2(X2,X1),X1)
    | part_of(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_231]) ).

cnf(c_0_232_0,axiom,
    ( inner_point(X1,X2)
    | end_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_232]) ).

cnf(c_0_232_1,axiom,
    ( end_point(X1,X2)
    | inner_point(X1,X2)
    | ~ incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_232]) ).

cnf(c_0_232_2,axiom,
    ( ~ incident_c(X1,X2)
    | end_point(X1,X2)
    | inner_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_232]) ).

cnf(c_0_233_0,axiom,
    ( incident_o(X1,X2)
    | ~ incident_c(X1,sk1_esk17_1(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_233]) ).

cnf(c_0_233_1,axiom,
    ( ~ incident_c(X1,sk1_esk17_1(X2))
    | incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_233]) ).

cnf(c_0_234_0,axiom,
    ( ~ end_point(X1,X2)
    | sk1_esk11_2(X2,X1) != X1 ),
    inference(literals_permutation,[status(thm)],[c_0_234]) ).

cnf(c_0_234_1,axiom,
    ( sk1_esk11_2(X2,X1) != X1
    | ~ end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_234]) ).

cnf(c_0_235_0,axiom,
    ( incident_c(X3,X1)
    | X1 != underlying_curve(X2)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_235]) ).

cnf(c_0_235_1,axiom,
    ( X1 != underlying_curve(X2)
    | incident_c(X3,X1)
    | ~ incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_235]) ).

cnf(c_0_235_2,axiom,
    ( ~ incident_o(X3,X2)
    | X1 != underlying_curve(X2)
    | incident_c(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_235]) ).

cnf(c_0_236_0,axiom,
    ( incident_o(X3,X2)
    | X1 != underlying_curve(X2)
    | ~ incident_c(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_236]) ).

cnf(c_0_236_1,axiom,
    ( X1 != underlying_curve(X2)
    | incident_o(X3,X2)
    | ~ incident_c(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_236]) ).

cnf(c_0_236_2,axiom,
    ( ~ incident_c(X3,X1)
    | X1 != underlying_curve(X2)
    | incident_o(X3,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_236]) ).

cnf(c_0_237_0,axiom,
    ( ~ inner_point(X1,X2)
    | ~ end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_237]) ).

cnf(c_0_237_1,axiom,
    ( ~ end_point(X1,X2)
    | ~ inner_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_237]) ).

cnf(c_0_238_0,axiom,
    ( incident_c(X1,sk1_esk17_1(X2))
    | ~ incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_238]) ).

cnf(c_0_238_1,axiom,
    ( ~ incident_o(X1,X2)
    | incident_c(X1,sk1_esk17_1(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_238]) ).

cnf(c_0_239_0,axiom,
    ( incident_o(X1,X2)
    | ~ finish_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_239]) ).

cnf(c_0_239_1,axiom,
    ( ~ finish_point(X1,X2)
    | incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_239]) ).

cnf(c_0_240_0,axiom,
    ( incident_o(X1,X2)
    | ~ start_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_240]) ).

cnf(c_0_240_1,axiom,
    ( ~ start_point(X1,X2)
    | incident_o(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_240]) ).

cnf(c_0_241_0,axiom,
    ( incident_c(X1,X2)
    | ~ inner_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_241]) ).

cnf(c_0_241_1,axiom,
    ( ~ inner_point(X1,X2)
    | incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_241]) ).

cnf(c_0_242_0,axiom,
    ( incident_c(X1,X2)
    | ~ end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_242]) ).

cnf(c_0_242_1,axiom,
    ( ~ end_point(X1,X2)
    | incident_c(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_242]) ).

cnf(c_0_243_0,axiom,
    ( ~ end_point(X1,X2)
    | ~ closed(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_243]) ).

cnf(c_0_243_1,axiom,
    ( ~ closed(X2)
    | ~ end_point(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_243]) ).

cnf(c_0_244_0,axiom,
    ( open(X1)
    | X1 = X2
    | ~ part_of(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_244]) ).

cnf(c_0_244_1,axiom,
    ( X1 = X2
    | open(X1)
    | ~ part_of(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_244]) ).

cnf(c_0_244_2,axiom,
    ( ~ part_of(X1,X2)
    | X1 = X2
    | open(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_244]) ).

cnf(c_0_245_0,axiom,
    ( end_point(sk1_esk7_1(X1),X1)
    | ~ open(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_245]) ).

cnf(c_0_245_1,axiom,
    ( ~ open(X1)
    | end_point(sk1_esk7_1(X1),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_245]) ).

cnf(c_0_246_0,axiom,
    ( open(X1)
    | ~ end_point(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_246]) ).

cnf(c_0_246_1,axiom,
    ( ~ end_point(X2,X1)
    | open(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_246]) ).

cnf(c_0_247_0,axiom,
    ( closed(X1)
    | end_point(sk1_esk6_1(X1),X1) ),
    inference(literals_permutation,[status(thm)],[c_0_247]) ).

cnf(c_0_247_1,axiom,
    ( end_point(sk1_esk6_1(X1),X1)
    | closed(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_247]) ).

cnf(c_0_248_0,axiom,
    start_point(sk1_esk20_1(X1),X1),
    inference(literals_permutation,[status(thm)],[c_0_248]) ).

cnf(c_0_249_0,axiom,
    inner_point(sk1_esk8_1(X1),X1),
    inference(literals_permutation,[status(thm)],[c_0_249]) ).

cnf(c_0_250_0,axiom,
    open(sk1_esk17_1(X1)),
    inference(literals_permutation,[status(thm)],[c_0_250]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_001,conjecture,
    ! [X1,X2] : ~ ordered_by(X1,X2,X2),
    file('<stdin>',theorem_4_4) ).

fof(c_0_1_002,negated_conjecture,
    ~ ! [X1,X2] : ~ ordered_by(X1,X2,X2),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[c_0_0])]) ).

fof(c_0_2_003,negated_conjecture,
    ordered_by(esk1_0,esk2_0,esk2_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])])]) ).

cnf(c_0_3_004,negated_conjecture,
    ordered_by(esk1_0,esk2_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_005,negated_conjecture,
    ordered_by(esk1_0,esk2_0,esk2_0),
    c_0_3,
    [final] ).

% End CNF derivation

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

cnf(c_262,negated_conjecture,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_4) ).

cnf(c_330,negated_conjecture,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(copy,[status(esa)],[c_262]) ).

cnf(c_334,negated_conjecture,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(copy,[status(esa)],[c_330]) ).

cnf(c_335,negated_conjecture,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(copy,[status(esa)],[c_334]) ).

cnf(c_336,negated_conjecture,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(copy,[status(esa)],[c_335]) ).

cnf(c_1124,plain,
    ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(copy,[status(esa)],[c_336]) ).

cnf(c_216,plain,
    ( ~ ordered_by(X0,X1,X2)
    | between_o(X0,X3,X2,X1)
    | ~ ordered_by(X0,X2,X3) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_181_1) ).

cnf(c_1032,plain,
    ( ~ ordered_by(X0,X1,X2)
    | between_o(X0,X3,X2,X1)
    | ~ ordered_by(X0,X2,X3) ),
    inference(copy,[status(esa)],[c_216]) ).

cnf(c_1033,plain,
    ( ~ ordered_by(X0,X1,X2)
    | ~ ordered_by(X0,X2,X3)
    | between_o(X0,X3,X2,X1) ),
    inference(rewriting,[status(thm)],[c_1032]) ).

cnf(c_1137,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_o(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0,X0) ),
    inference(resolution,[status(thm)],[c_1124,c_1033]) ).

cnf(c_1138,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_o(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0,X0) ),
    inference(rewriting,[status(thm)],[c_1137]) ).

cnf(c_249,plain,
    ( between_c(sk1_esk18_4(X0,X1,X2,X3),X0,X1,X2)
    | ~ between_o(X3,X0,X1,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_169_1) ).

cnf(c_1098,plain,
    ( between_c(sk1_esk18_4(X0,X1,X2,X3),X0,X1,X2)
    | ~ between_o(X3,X0,X1,X2) ),
    inference(copy,[status(esa)],[c_249]) ).

cnf(c_1182,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_c(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0) ),
    inference(resolution,[status(thm)],[c_1138,c_1098]) ).

cnf(c_1183,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_c(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0) ),
    inference(rewriting,[status(thm)],[c_1182]) ).

cnf(c_240,plain,
    ( end_point(X0,sk1_esk14_4(X1,X2,X3,X0))
    | ~ between_c(X1,X2,X3,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_173_1) ).

cnf(c_1080,plain,
    ( end_point(X0,sk1_esk14_4(X1,X2,X3,X0))
    | ~ between_c(X1,X2,X3,X0) ),
    inference(copy,[status(esa)],[c_240]) ).

cnf(c_1356,plain,
    ( end_point(X0,sk1_esk14_4(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_1183,c_1080]) ).

cnf(c_1357,plain,
    ( end_point(X0,sk1_esk14_4(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_1356]) ).

cnf(c_24,plain,
    ( ~ inner_point(X0,X1)
    | ~ end_point(X0,X1) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_237_1) ).

cnf(c_648,plain,
    ( ~ inner_point(X0,X1)
    | ~ end_point(X0,X1) ),
    inference(copy,[status(esa)],[c_24]) ).

cnf(c_1952,plain,
    ( ~ inner_point(X0,sk1_esk14_4(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_1357,c_648]) ).

cnf(c_1955,plain,
    ( ~ inner_point(X0,sk1_esk14_4(sk1_esk18_4(sk2_esk2_0,sk2_esk2_0,X0,sk2_esk1_0),sk2_esk2_0,sk2_esk2_0,X0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_1952]) ).

cnf(c_218,plain,
    ( between_o(X0,X1,X2,X3)
    | ~ ordered_by(X0,X2,X3)
    | ~ ordered_by(X0,X1,X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_180_2) ).

cnf(c_1036,plain,
    ( between_o(X0,X1,X2,X3)
    | ~ ordered_by(X0,X2,X3)
    | ~ ordered_by(X0,X1,X2) ),
    inference(copy,[status(esa)],[c_218]) ).

cnf(c_1037,plain,
    ( ~ ordered_by(X0,X1,X2)
    | ~ ordered_by(X0,X3,X1)
    | between_o(X0,X3,X1,X2) ),
    inference(rewriting,[status(thm)],[c_1036]) ).

cnf(c_1128,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_o(sk2_esk1_0,X0,sk2_esk2_0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_1124,c_1037]) ).

cnf(c_1129,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_o(sk2_esk1_0,X0,sk2_esk2_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_1128]) ).

cnf(c_1168,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_c(sk1_esk18_4(X0,sk2_esk2_0,sk2_esk2_0,sk2_esk1_0),X0,sk2_esk2_0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_1129,c_1098]) ).

cnf(c_1169,plain,
    ( ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0)
    | between_c(sk1_esk18_4(X0,sk2_esk2_0,sk2_esk2_0,sk2_esk1_0),X0,sk2_esk2_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_1168]) ).

cnf(c_238,plain,
    ( inner_point(X0,sk1_esk14_4(X1,X2,X0,X3))
    | ~ between_c(X1,X2,X0,X3) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p',c_0_174_1) ).

cnf(c_1076,plain,
    ( inner_point(X0,sk1_esk14_4(X1,X2,X0,X3))
    | ~ between_c(X1,X2,X0,X3) ),
    inference(copy,[status(esa)],[c_238]) ).

cnf(c_1340,plain,
    ( inner_point(sk2_esk2_0,sk1_esk14_4(sk1_esk18_4(X0,sk2_esk2_0,sk2_esk2_0,sk2_esk1_0),X0,sk2_esk2_0,sk2_esk2_0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_1169,c_1076]) ).

cnf(c_1341,plain,
    ( inner_point(sk2_esk2_0,sk1_esk14_4(sk1_esk18_4(X0,sk2_esk2_0,sk2_esk2_0,sk2_esk1_0),X0,sk2_esk2_0,sk2_esk2_0))
    | ~ ordered_by(sk2_esk1_0,X0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_1340]) ).

cnf(c_4345,plain,
    ~ ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(resolution,[status(thm)],[c_1955,c_1341]) ).

cnf(c_4346,plain,
    ~ ordered_by(sk2_esk1_0,sk2_esk2_0,sk2_esk2_0),
    inference(rewriting,[status(thm)],[c_4345]) ).

cnf(c_4350,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_4346,c_1124]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : GEO117+1 : TPTP v8.1.0. Released v2.4.0.
% 0.12/0.14  % Command  : iprover_modulo %s %d
% 0.14/0.36  % Computer : n016.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Sat Jun 18 15:14:22 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.37  % Running in mono-core mode
% 0.22/0.44  % Orienting using strategy Equiv(ClausalAll)
% 0.22/0.44  % FOF problem with conjecture
% 0.22/0.44  % 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_e9a516.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_160b8a.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_9335ac | grep -v "SZS"
% 0.22/0.47  
% 0.22/0.47  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.22/0.47  
% 0.22/0.47  % 
% 0.22/0.47  % ------  iProver source info 
% 0.22/0.47  
% 0.22/0.47  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.22/0.47  % git: non_committed_changes: true
% 0.22/0.47  % git: last_make_outside_of_git: true
% 0.22/0.47  
% 0.22/0.47  % 
% 0.22/0.47  % ------ Input Options
% 0.22/0.47  
% 0.22/0.47  % --out_options                         all
% 0.22/0.47  % --tptp_safe_out                       true
% 0.22/0.47  % --problem_path                        ""
% 0.22/0.47  % --include_path                        ""
% 0.22/0.47  % --clausifier                          .//eprover
% 0.22/0.47  % --clausifier_options                  --tstp-format  
% 0.22/0.47  % --stdin                               false
% 0.22/0.47  % --dbg_backtrace                       false
% 0.22/0.47  % --dbg_dump_prop_clauses               false
% 0.22/0.47  % --dbg_dump_prop_clauses_file          -
% 0.22/0.47  % --dbg_out_stat                        false
% 0.22/0.47  
% 0.22/0.47  % ------ General Options
% 0.22/0.47  
% 0.22/0.47  % --fof                                 false
% 0.22/0.47  % --time_out_real                       150.
% 0.22/0.47  % --time_out_prep_mult                  0.2
% 0.22/0.47  % --time_out_virtual                    -1.
% 0.22/0.47  % --schedule                            none
% 0.22/0.47  % --ground_splitting                    input
% 0.22/0.47  % --splitting_nvd                       16
% 0.22/0.47  % --non_eq_to_eq                        false
% 0.22/0.47  % --prep_gs_sim                         true
% 0.22/0.47  % --prep_unflatten                      false
% 0.22/0.47  % --prep_res_sim                        true
% 0.22/0.47  % --prep_upred                          true
% 0.22/0.47  % --res_sim_input                       true
% 0.22/0.47  % --clause_weak_htbl                    true
% 0.22/0.47  % --gc_record_bc_elim                   false
% 0.22/0.47  % --symbol_type_check                   false
% 0.22/0.47  % --clausify_out                        false
% 0.22/0.47  % --large_theory_mode                   false
% 0.22/0.47  % --prep_sem_filter                     none
% 0.22/0.47  % --prep_sem_filter_out                 false
% 0.22/0.47  % --preprocessed_out                    false
% 0.22/0.47  % --sub_typing                          false
% 0.22/0.47  % --brand_transform                     false
% 0.22/0.47  % --pure_diseq_elim                     true
% 0.22/0.47  % --min_unsat_core                      false
% 0.22/0.47  % --pred_elim                           true
% 0.22/0.47  % --add_important_lit                   false
% 0.22/0.47  % --soft_assumptions                    false
% 0.22/0.47  % --reset_solvers                       false
% 0.22/0.47  % --bc_imp_inh                          []
% 0.22/0.47  % --conj_cone_tolerance                 1.5
% 0.22/0.47  % --prolific_symb_bound                 500
% 0.22/0.47  % --lt_threshold                        2000
% 0.22/0.47  
% 0.22/0.47  % ------ SAT Options
% 0.22/0.47  
% 0.22/0.47  % --sat_mode                            false
% 0.22/0.47  % --sat_fm_restart_options              ""
% 0.22/0.47  % --sat_gr_def                          false
% 0.22/0.47  % --sat_epr_types                       true
% 0.22/0.47  % --sat_non_cyclic_types                false
% 0.22/0.47  % --sat_finite_models                   false
% 0.22/0.47  % --sat_fm_lemmas                       false
% 0.22/0.47  % --sat_fm_prep                         false
% 0.22/0.47  % --sat_fm_uc_incr                      true
% 0.22/0.47  % --sat_out_model                       small
% 0.22/0.47  % --sat_out_clauses                     false
% 0.22/0.47  
% 0.22/0.47  % ------ QBF Options
% 0.22/0.47  
% 0.22/0.47  % --qbf_mode                            false
% 0.22/0.47  % --qbf_elim_univ                       true
% 0.22/0.47  % --qbf_sk_in                           true
% 0.22/0.47  % --qbf_pred_elim                       true
% 0.22/0.47  % --qbf_split                           32
% 0.22/0.47  
% 0.22/0.47  % ------ BMC1 Options
% 0.22/0.47  
% 0.22/0.47  % --bmc1_incremental                    false
% 0.22/0.47  % --bmc1_axioms                         reachable_all
% 0.22/0.47  % --bmc1_min_bound                      0
% 0.22/0.47  % --bmc1_max_bound                      -1
% 0.22/0.47  % --bmc1_max_bound_default              -1
% 0.22/0.47  % --bmc1_symbol_reachability            true
% 0.22/0.47  % --bmc1_property_lemmas                false
% 0.22/0.47  % --bmc1_k_induction                    false
% 0.22/0.47  % --bmc1_non_equiv_states               false
% 0.22/0.47  % --bmc1_deadlock                       false
% 0.22/0.47  % --bmc1_ucm                            false
% 0.22/0.47  % --bmc1_add_unsat_core                 none
% 0.22/0.47  % --bmc1_unsat_core_children            false
% 0.22/0.47  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.22/0.47  % --bmc1_out_stat                       full
% 0.22/0.47  % --bmc1_ground_init                    false
% 0.22/0.47  % --bmc1_pre_inst_next_state            false
% 0.22/0.47  % --bmc1_pre_inst_state                 false
% 0.22/0.47  % --bmc1_pre_inst_reach_state           false
% 0.22/0.47  % --bmc1_out_unsat_core                 false
% 0.22/0.47  % --bmc1_aig_witness_out                false
% 0.22/0.47  % --bmc1_verbose                        false
% 0.22/0.47  % --bmc1_dump_clauses_tptp              false
% 0.22/0.49  % --bmc1_dump_unsat_core_tptp           false
% 0.22/0.49  % --bmc1_dump_file                      -
% 0.22/0.49  % --bmc1_ucm_expand_uc_limit            128
% 0.22/0.49  % --bmc1_ucm_n_expand_iterations        6
% 0.22/0.49  % --bmc1_ucm_extend_mode                1
% 0.22/0.49  % --bmc1_ucm_init_mode                  2
% 0.22/0.49  % --bmc1_ucm_cone_mode                  none
% 0.22/0.49  % --bmc1_ucm_reduced_relation_type      0
% 0.22/0.49  % --bmc1_ucm_relax_model                4
% 0.22/0.49  % --bmc1_ucm_full_tr_after_sat          true
% 0.22/0.49  % --bmc1_ucm_expand_neg_assumptions     false
% 0.22/0.49  % --bmc1_ucm_layered_model              none
% 0.22/0.49  % --bmc1_ucm_max_lemma_size             10
% 0.22/0.49  
% 0.22/0.49  % ------ AIG Options
% 0.22/0.49  
% 0.22/0.49  % --aig_mode                            false
% 0.22/0.49  
% 0.22/0.49  % ------ Instantiation Options
% 0.22/0.49  
% 0.22/0.49  % --instantiation_flag                  true
% 0.22/0.49  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.22/0.49  % --inst_solver_per_active              750
% 0.22/0.49  % --inst_solver_calls_frac              0.5
% 0.22/0.49  % --inst_passive_queue_type             priority_queues
% 0.22/0.49  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.22/0.49  % --inst_passive_queues_freq            [25;2]
% 0.22/0.49  % --inst_dismatching                    true
% 0.22/0.49  % --inst_eager_unprocessed_to_passive   true
% 0.22/0.49  % --inst_prop_sim_given                 true
% 0.22/0.49  % --inst_prop_sim_new                   false
% 0.22/0.49  % --inst_orphan_elimination             true
% 0.22/0.49  % --inst_learning_loop_flag             true
% 0.22/0.49  % --inst_learning_start                 3000
% 0.22/0.49  % --inst_learning_factor                2
% 0.22/0.49  % --inst_start_prop_sim_after_learn     3
% 0.22/0.49  % --inst_sel_renew                      solver
% 0.22/0.49  % --inst_lit_activity_flag              true
% 0.22/0.49  % --inst_out_proof                      true
% 0.22/0.49  
% 0.22/0.49  % ------ Resolution Options
% 0.22/0.49  
% 0.22/0.49  % --resolution_flag                     true
% 0.22/0.49  % --res_lit_sel                         kbo_max
% 0.22/0.49  % --res_to_prop_solver                  none
% 0.22/0.49  % --res_prop_simpl_new                  false
% 0.22/0.49  % --res_prop_simpl_given                false
% 0.22/0.49  % --res_passive_queue_type              priority_queues
% 0.22/0.49  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.22/0.49  % --res_passive_queues_freq             [15;5]
% 0.22/0.49  % --res_forward_subs                    full
% 0.22/0.49  % --res_backward_subs                   full
% 0.22/0.49  % --res_forward_subs_resolution         true
% 0.22/0.49  % --res_backward_subs_resolution        true
% 0.22/0.49  % --res_orphan_elimination              false
% 0.22/0.49  % --res_time_limit                      1000.
% 0.22/0.49  % --res_out_proof                       true
% 0.22/0.49  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_e9a516.s
% 0.22/0.49  % --modulo                              true
% 0.22/0.49  
% 0.22/0.49  % ------ Combination Options
% 0.22/0.49  
% 0.22/0.49  % --comb_res_mult                       1000
% 0.22/0.49  % --comb_inst_mult                      300
% 0.22/0.49  % ------ 
% 0.22/0.49  
% 0.22/0.49  % ------ Parsing...% successful
% 0.22/0.49  
% 0.22/0.49  % ------ 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.22/0.49  
% 0.22/0.49  % ------ Proving...
% 0.22/0.49  % ------ Problem Properties 
% 0.22/0.49  
% 0.22/0.49  % 
% 0.22/0.49  % EPR                                   false
% 0.22/0.49  % Horn                                  false
% 0.22/0.49  % Has equality                          true
% 0.22/0.49  
% 0.22/0.49  % % ------ Input Options Time Limit: Unbounded
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  % % ------ Current options:
% 0.22/0.49  
% 0.22/0.49  % ------ Input Options
% 0.22/0.49  
% 0.22/0.49  % --out_options                         all
% 0.22/0.49  % --tptp_safe_out                       true
% 0.22/0.49  % --problem_path                        ""
% 0.22/0.49  % --include_path                        ""
% 0.22/0.49  % --clausifier                          .//eprover
% 0.22/0.49  % --clausifier_options                  --tstp-format  
% 0.22/0.49  % --stdin                               false
% 0.22/0.49  % --dbg_backtrace                       false
% 0.22/0.49  % --dbg_dump_prop_clauses               false
% 0.22/0.49  % --dbg_dump_prop_clauses_file          -
% 0.22/0.49  % --dbg_out_stat                        false
% 0.22/0.49  
% 0.22/0.49  % ------ General Options
% 0.22/0.49  
% 0.22/0.49  % --fof                                 false
% 0.22/0.49  % --time_out_real                       150.
% 0.22/0.49  % --time_out_prep_mult                  0.2
% 0.22/0.49  % --time_out_virtual                    -1.
% 0.22/0.49  % --schedule                            none
% 0.22/0.49  % --ground_splitting                    input
% 0.22/0.49  % --splitting_nvd                       16
% 0.22/0.49  % --non_eq_to_eq                        false
% 0.22/0.49  % --prep_gs_sim                         true
% 0.22/0.49  % --prep_unflatten                      false
% 0.22/0.49  % --prep_res_sim                        true
% 0.22/0.49  % --prep_upred                          true
% 0.22/0.49  % --res_sim_input                       true
% 0.22/0.49  % --clause_weak_htbl                    true
% 0.22/0.49  % --gc_record_bc_elim                   false
% 0.22/0.49  % --symbol_type_check                   false
% 0.22/0.49  % --clausify_out                        false
% 0.22/0.49  % --large_theory_mode                   false
% 0.22/0.49  % --prep_sem_filter                     none
% 0.22/0.49  % --prep_sem_filter_out                 false
% 0.22/0.49  % --preprocessed_out                    false
% 0.22/0.49  % --sub_typing                          false
% 0.22/0.49  % --brand_transform                     false
% 0.22/0.49  % --pure_diseq_elim                     true
% 0.22/0.49  % --min_unsat_core                      false
% 0.22/0.49  % --pred_elim                           true
% 0.22/0.49  % --add_important_lit                   false
% 0.22/0.49  % --soft_assumptions                    false
% 0.22/0.49  % --reset_solvers                       false
% 0.22/0.49  % --bc_imp_inh                          []
% 0.22/0.49  % --conj_cone_tolerance                 1.5
% 0.22/0.49  % --prolific_symb_bound                 500
% 0.22/0.49  % --lt_threshold                        2000
% 0.22/0.49  
% 0.22/0.49  % ------ SAT Options
% 0.22/0.49  
% 0.22/0.49  % --sat_mode                            false
% 0.22/0.49  % --sat_fm_restart_options              ""
% 0.22/0.49  % --sat_gr_def                          false
% 0.22/0.49  % --sat_epr_types                       true
% 0.22/0.49  % --sat_non_cyclic_types                false
% 0.22/0.49  % --sat_finite_models                   false
% 0.22/0.49  % --sat_fm_lemmas                       false
% 0.22/0.49  % --sat_fm_prep                         false
% 0.22/0.49  % --sat_fm_uc_incr                      true
% 0.22/0.49  % --sat_out_model                       small
% 0.22/0.49  % --sat_out_clauses                     false
% 0.22/0.49  
% 0.22/0.49  % ------ QBF Options
% 0.22/0.49  
% 0.22/0.49  % --qbf_mode                            false
% 0.22/0.49  % --qbf_elim_univ                       true
% 0.22/0.49  % --qbf_sk_in                           true
% 0.22/0.49  % --qbf_pred_elim                       true
% 0.22/0.49  % --qbf_split                           32
% 0.22/0.49  
% 0.22/0.49  % ------ BMC1 Options
% 0.22/0.49  
% 0.22/0.49  % --bmc1_incremental                    false
% 0.22/0.49  % --bmc1_axioms                         reachable_all
% 0.22/0.49  % --bmc1_min_bound                      0
% 0.22/0.49  % --bmc1_max_bound                      -1
% 0.22/0.49  % --bmc1_max_bound_default              -1
% 0.22/0.49  % --bmc1_symbol_reachability            true
% 0.22/0.49  % --bmc1_property_lemmas                false
% 0.22/0.49  % --bmc1_k_induction                    false
% 0.22/0.49  % --bmc1_non_equiv_states               false
% 0.22/0.49  % --bmc1_deadlock                       false
% 0.22/0.49  % --bmc1_ucm                            false
% 0.22/0.49  % --bmc1_add_unsat_core                 none
% 0.22/0.49  % --bmc1_unsat_core_children            false
% 0.22/0.49  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.22/0.49  % --bmc1_out_stat                       full
% 0.22/0.49  % --bmc1_ground_init                    false
% 0.22/0.49  % --bmc1_pre_inst_next_state            false
% 0.22/0.49  % --bmc1_pre_inst_state                 false
% 0.22/0.49  % --bmc1_pre_inst_reach_state           false
% 0.22/0.49  % --bmc1_out_unsat_core                 false
% 0.22/0.49  % --bmc1_aig_witness_out                false
% 0.22/0.49  % --bmc1_verbose                        false
% 0.22/0.49  % --bmc1_dump_clauses_tptp              false
% 0.22/0.49  % --bmc1_dump_unsat_core_tptp           false
% 0.22/0.49  % --bmc1_dump_file                      -
% 0.22/0.49  % --bmc1_ucm_expand_uc_limit            128
% 0.22/0.49  % --bmc1_ucm_n_expand_iterations        6
% 0.22/0.49  % --bmc1_ucm_extend_mode                1
% 0.22/0.49  % --bmc1_ucm_init_mode                  2
% 0.22/0.49  % --bmc1_ucm_cone_mode                  none
% 0.22/0.49  % --bmc1_ucm_reduced_relation_type      0
% 0.22/0.49  % --bmc1_ucm_relax_model                4
% 0.22/0.49  % --bmc1_ucm_full_tr_after_sat          true
% 0.22/0.49  % --bmc1_ucm_expand_neg_assumptions     false
% 0.22/0.49  % --bmc1_ucm_layered_model              none
% 0.22/0.49  % --bmc1_ucm_max_lemma_size             10
% 0.22/0.49  
% 0.22/0.49  % ------ AIG Options
% 0.22/0.49  
% 0.22/0.49  % --aig_mode                            false
% 0.22/0.49  
% 0.22/0.49  % ------ Instantiation Options
% 0.22/0.49  
% 0.22/0.49  % --instantiation_flag                  true
% 0.22/0.49  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.22/0.49  % --inst_solver_per_active              750
% 0.22/0.49  % --inst_solver_calls_frac              0.5
% 0.22/0.49  % --inst_passive_queue_type             priority_queues
% 0.22/0.49  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.22/0.49  % --inst_passive_queues_freq            [25;2]
% 0.22/0.49  % --inst_dismatching                    true
% 0.22/0.49  % --inst_eager_unprocessed_to_passive   true
% 0.22/0.49  % --inst_prop_sim_given                 true
% 0.22/0.49  % --inst_prop_sim_new                   false
% 0.22/0.49  % --inst_orphan_elimination             true
% 0.22/0.49  % --inst_learning_loop_flag             true
% 0.22/0.49  % --inst_learning_start                 3000
% 0.22/0.49  % --inst_learning_factor                2
% 0.22/0.49  % --inst_start_prop_sim_after_learn     3
% 0.22/0.49  % --inst_sel_renew                      solver
% 0.22/0.49  % --inst_lit_activity_flag              true
% 0.22/0.49  % --inst_out_proof                      true
% 0.22/0.49  
% 0.22/0.49  % ------ Resolution Options
% 0.22/0.49  
% 0.22/0.49  % --resolution_flag                     true
% 0.22/0.49  % --res_lit_sel                         kbo_max
% 0.22/0.49  % --res_to_prop_solver                  none
% 0.22/0.49  % --res_prop_simpl_new                  false
% 0.22/0.49  % --res_prop_simpl_given                false
% 0.22/0.49  % --res_passive_queue_type              priority_queues
% 0.22/0.49  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.22/0.49  % --res_passive_queues_freq             [15;5]
% 0.22/0.49  % --res_forward_subs                    full
% 0.22/0.49  % --res_backward_subs                   full
% 0.22/0.49  % --res_forward_subs_resolution         true
% 0.22/0.49  % --res_backward_subs_resolution        true
% 0.22/0.49  % --res_orphan_elimination              false
% 0.22/0.49  % --res_time_limit                      1000.
% 0.22/0.49  % --res_out_proof                       true
% 0.22/0.49  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_e9a516.s
% 0.22/0.49  % --modulo                              true
% 0.22/0.49  
% 0.22/0.49  % ------ Combination Options
% 0.22/0.49  
% 0.22/0.49  % --comb_res_mult                       1000
% 0.22/0.49  % --comb_inst_mult                      300
% 0.22/0.49  % ------ 
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  % ------ Proving...
% 0.22/0.49  % warning:  shown sat in sat incomplete mode 
% 0.22/0.49  % 
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  
% 0.22/0.49  cnf(c_122,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_4) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_190,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_122]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_194,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_190]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_195,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_194]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_196,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_195]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_564,negated_conjecture,
% 0.22/0.49      ( ordered_by(sk3_esk1_0,sk3_esk2_0,sk3_esk2_0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_196]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_70,plain,
% 0.22/0.49      ( incident_o(X0,X1) | ~ ordered_by(X1,X2,X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_220_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_460,plain,
% 0.22/0.49      ( incident_o(X0,X1) | ~ ordered_by(X1,X2,X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_70]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_568,plain,
% 0.22/0.49      ( incident_o(sk3_esk2_0,sk3_esk1_0) ),
% 0.22/0.49      inference(resolution,[status(thm)],[c_564,c_460]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_569,plain,
% 0.22/0.49      ( incident_o(sk3_esk2_0,sk3_esk1_0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_568]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_121,plain,
% 0.22/0.49      ( ~ incident_o(sk1_esk16_5(X0,X1,X2,X3,X4),X3)
% 0.22/0.49      | ~ incident_c(sk1_esk16_5(X0,X1,X2,X3,X4),X4)
% 0.22/0.49      | ~ between_c(X4,X2,X1,X0)
% 0.22/0.49      | between_o(X3,X2,X1,X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_169_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_562,plain,
% 0.22/0.49      ( ~ incident_o(sk1_esk16_5(X0,X1,X2,X3,X4),X3)
% 0.22/0.49      | ~ incident_c(sk1_esk16_5(X0,X1,X2,X3,X4),X4)
% 0.22/0.49      | ~ between_c(X4,X2,X1,X0)
% 0.22/0.49      | between_o(X3,X2,X1,X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_121]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_563,plain,
% 0.22/0.49      ( ~ incident_c(sk1_esk16_5(X0,X1,X2,X3,X4),X4)
% 0.22/0.49      | ~ incident_o(sk1_esk16_5(X0,X1,X2,X3,X4),X3)
% 0.22/0.49      | ~ between_c(X4,X2,X1,X0)
% 0.22/0.49      | between_o(X3,X2,X1,X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_562]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_120,plain,
% 0.22/0.49      ( ~ between_c(X0,X1,X2,X3)
% 0.22/0.49      | incident_o(sk1_esk16_5(X3,X2,X1,X4,X0),X4)
% 0.22/0.49      | incident_c(sk1_esk16_5(X3,X2,X1,X4,X0),X0)
% 0.22/0.49      | between_o(X4,X1,X2,X3) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_170_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_560,plain,
% 0.22/0.49      ( ~ between_c(X0,X1,X2,X3)
% 0.22/0.49      | incident_o(sk1_esk16_5(X3,X2,X1,X4,X0),X4)
% 0.22/0.49      | incident_c(sk1_esk16_5(X3,X2,X1,X4,X0),X0)
% 0.22/0.49      | between_o(X4,X1,X2,X3) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_120]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_561,plain,
% 0.22/0.49      ( incident_c(sk1_esk16_5(X0,X1,X2,X3,X4),X4)
% 0.22/0.49      | incident_o(sk1_esk16_5(X0,X1,X2,X3,X4),X3)
% 0.22/0.49      | ~ between_c(X4,X2,X1,X0)
% 0.22/0.49      | between_o(X3,X2,X1,X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_560]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_117,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk15_4(X2,X3,X4,X1))
% 0.22/0.49      | ~ between_o(X1,X4,X3,X2) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_173_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_554,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk15_4(X2,X3,X4,X1))
% 0.22/0.49      | ~ between_o(X1,X4,X3,X2) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_117]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_555,plain,
% 0.22/0.49      ( incident_c(X0,sk1_esk15_4(X1,X2,X3,X4))
% 0.22/0.49      | ~ incident_o(X0,X4)
% 0.22/0.49      | ~ between_o(X4,X3,X2,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_554]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_112,plain,
% 0.22/0.49      ( ~ end_point(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | ~ end_point(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_178_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_544,plain,
% 0.22/0.49      ( ~ end_point(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | ~ end_point(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_112]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_545,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | ~ end_point(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | ~ end_point(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_544]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_101,plain,
% 0.22/0.49      ( ~ part_of(X0,X1)
% 0.22/0.49      | ~ end_point(X2,X0)
% 0.22/0.49      | ~ end_point(X3,X0)
% 0.22/0.49      | ~ inner_point(X4,X0)
% 0.22/0.49      | X2 = X3
% 0.22/0.49      | between_c(X1,X2,X4,X3) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_189_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_522,plain,
% 0.22/0.49      ( ~ part_of(X0,X1)
% 0.22/0.49      | ~ end_point(X2,X0)
% 0.22/0.49      | ~ end_point(X3,X0)
% 0.22/0.49      | ~ inner_point(X4,X0)
% 0.22/0.49      | X2 = X3
% 0.22/0.49      | between_c(X1,X2,X4,X3) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_101]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_523,plain,
% 0.22/0.49      ( ~ part_of(X0,X1)
% 0.22/0.49      | ~ end_point(X2,X0)
% 0.22/0.49      | ~ end_point(X3,X0)
% 0.22/0.49      | ~ inner_point(X4,X0)
% 0.22/0.49      | between_c(X1,X2,X4,X3)
% 0.22/0.49      | X2 = X3 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_522]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_100,plain,
% 0.22/0.49      ( X0 != X1 | ~ between_c(X2,X0,X3,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_190_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_520,plain,
% 0.22/0.49      ( X0 != X1 | ~ between_c(X2,X0,X3,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_100]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_521,plain,
% 0.22/0.49      ( ~ between_c(X0,X1,X2,X3) | X1 != X3 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_520]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_98,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | incident_c(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_192_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_516,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | incident_c(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_98]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_517,plain,
% 0.22/0.49      ( incident_c(sk1_esk5_3(X0,X1,X2),X2)
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_516]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_97,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | incident_c(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_193_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_514,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | incident_c(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_97]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_515,plain,
% 0.22/0.49      ( incident_c(sk1_esk5_3(X0,X1,X2),X1)
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | meet(X0,X2,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_514]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_96,plain,
% 0.22/0.49      ( ~ ordered_by(X0,sk1_esk14_2(X1,X0),X1)
% 0.22/0.49      | ~ incident_o(X1,X0)
% 0.22/0.49      | finish_point(X1,X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_194_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_512,plain,
% 0.22/0.49      ( ~ ordered_by(X0,sk1_esk14_2(X1,X0),X1)
% 0.22/0.49      | ~ incident_o(X1,X0)
% 0.22/0.49      | finish_point(X1,X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_96]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_513,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | ~ ordered_by(X1,sk1_esk14_2(X0,X1),X0)
% 0.22/0.49      | finish_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_512]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_95,plain,
% 0.22/0.49      ( ~ ordered_by(X0,X1,sk1_esk13_2(X1,X0))
% 0.22/0.49      | ~ incident_o(X1,X0)
% 0.22/0.49      | start_point(X1,X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_195_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_510,plain,
% 0.22/0.49      ( ~ ordered_by(X0,X1,sk1_esk13_2(X1,X0))
% 0.22/0.49      | ~ incident_o(X1,X0)
% 0.22/0.49      | start_point(X1,X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_95]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_511,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | ~ ordered_by(X1,X0,sk1_esk13_2(X0,X1))
% 0.22/0.49      | start_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_510]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_94,plain,
% 0.22/0.49      ( ~ incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | ~ incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_196_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_508,plain,
% 0.22/0.49      ( ~ incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | ~ incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_94]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_509,plain,
% 0.22/0.49      ( ~ incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | ~ incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_508]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_92,plain,
% 0.22/0.49      ( ~ part_of(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_198_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_504,plain,
% 0.22/0.49      ( ~ part_of(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_92]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_505,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ part_of(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_504]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_91,plain,
% 0.22/0.49      ( ~ part_of(sk1_esk4_2(X0,X1),sk1_esk3_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_199_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_502,plain,
% 0.22/0.49      ( ~ part_of(sk1_esk4_2(X0,X1),sk1_esk3_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_91]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_503,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ part_of(sk1_esk4_2(X0,X1),sk1_esk3_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_502]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_90,plain,
% 0.22/0.49      ( ~ part_of(X0,X1)
% 0.22/0.49      | ~ part_of(X2,X1)
% 0.22/0.49      | ~ incident_c(X3,X0)
% 0.22/0.49      | ~ incident_c(X3,X2)
% 0.22/0.49      | part_of(X0,X2)
% 0.22/0.49      | part_of(X2,X0)
% 0.22/0.49      | ~ end_point(X3,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_200_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_500,plain,
% 0.22/0.49      ( ~ part_of(X0,X1)
% 0.22/0.49      | ~ part_of(X2,X1)
% 0.22/0.49      | ~ incident_c(X3,X0)
% 0.22/0.49      | ~ incident_c(X3,X2)
% 0.22/0.49      | part_of(X0,X2)
% 0.22/0.49      | part_of(X2,X0)
% 0.22/0.49      | ~ end_point(X3,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_90]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_501,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | ~ incident_c(X0,X2)
% 0.22/0.49      | ~ part_of(X1,X3)
% 0.22/0.49      | ~ part_of(X2,X3)
% 0.22/0.49      | part_of(X1,X2)
% 0.22/0.49      | part_of(X2,X1)
% 0.22/0.49      | ~ end_point(X0,X3) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_500]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_85,plain,
% 0.22/0.49      ( incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_205_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_490,plain,
% 0.22/0.49      ( incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_85]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_491,plain,
% 0.22/0.49      ( incident_c(sk1_esk19_2(X0,X1),X1)
% 0.22/0.49      | incident_o(sk1_esk19_2(X0,X1),X0)
% 0.22/0.49      | X1 = underlying_curve(X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_490]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_83,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ordered_by(X1,X0,X2)
% 0.22/0.49      | ~ finish_point(X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_207_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_486,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ordered_by(X1,X0,X2)
% 0.22/0.49      | ~ finish_point(X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_83]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_487,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | ordered_by(X1,X0,X2)
% 0.22/0.49      | ~ finish_point(X2,X1)
% 0.22/0.49      | X2 = X0 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_486]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_82,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ordered_by(X1,X2,X0)
% 0.22/0.49      | ~ start_point(X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_208_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_484,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ordered_by(X1,X2,X0)
% 0.22/0.49      | ~ start_point(X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_82]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_485,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | ordered_by(X1,X2,X0)
% 0.22/0.49      | ~ start_point(X2,X1)
% 0.22/0.49      | X2 = X0 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_484]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_79,plain,
% 0.22/0.49      ( sum(sk1_esk8_2(X0,X1),sk1_esk9_2(X0,X1)) = X1 | ~ inner_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_211_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_478,plain,
% 0.22/0.49      ( sum(sk1_esk8_2(X0,X1),sk1_esk9_2(X0,X1)) = X1 | ~ inner_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_79]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_479,plain,
% 0.22/0.49      ( ~ inner_point(X0,X1) | sum(sk1_esk8_2(X0,X1),sk1_esk9_2(X0,X1)) = X1 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_478]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_77,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_o(sk1_esk14_2(X0,X1),X1)
% 0.22/0.49      | finish_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_213_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_474,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_o(sk1_esk14_2(X0,X1),X1)
% 0.22/0.49      | finish_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_77]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_475,plain,
% 0.22/0.49      ( incident_o(sk1_esk14_2(X0,X1),X1)
% 0.22/0.49      | ~ incident_o(X0,X1)
% 0.22/0.49      | finish_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_474]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_76,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_o(sk1_esk13_2(X0,X1),X1)
% 0.22/0.49      | start_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_214_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_472,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1)
% 0.22/0.49      | incident_o(sk1_esk13_2(X0,X1),X1)
% 0.22/0.49      | start_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_76]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_473,plain,
% 0.22/0.49      ( incident_o(sk1_esk13_2(X0,X1),X1)
% 0.22/0.49      | ~ incident_o(X0,X1)
% 0.22/0.49      | start_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_472]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_73,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk3_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_217_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_466,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk3_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_73]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_467,plain,
% 0.22/0.49      ( incident_c(X0,sk1_esk3_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_466]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_72,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk4_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_218_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_464,plain,
% 0.22/0.49      ( ~ incident_c(X0,X1)
% 0.22/0.49      | incident_c(X0,sk1_esk4_2(X0,X1))
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_72]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_465,plain,
% 0.22/0.49      ( incident_c(X0,sk1_esk4_2(X0,X1))
% 0.22/0.49      | ~ incident_c(X0,X1)
% 0.22/0.49      | end_point(X0,X1) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_464]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_67,plain,
% 0.22/0.49      ( sk1_esk14_2(X0,X1) != X0 | ~ incident_o(X0,X1) | finish_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_223_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_454,plain,
% 0.22/0.49      ( sk1_esk14_2(X0,X1) != X0 | ~ incident_o(X0,X1) | finish_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_67]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_455,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1) | finish_point(X0,X1) | sk1_esk14_2(X0,X1) != X0 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_454]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_66,plain,
% 0.22/0.49      ( sk1_esk13_2(X0,X1) != X0 | ~ incident_o(X0,X1) | start_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_224_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_452,plain,
% 0.22/0.49      ( sk1_esk13_2(X0,X1) != X0 | ~ incident_o(X0,X1) | start_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_66]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_453,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1) | start_point(X0,X1) | sk1_esk13_2(X0,X1) != X0 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_452]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_63,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1) | incident_c(X0,X2) | X2 != underlying_curve(X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_227_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_446,plain,
% 0.22/0.49      ( ~ incident_o(X0,X1) | incident_c(X0,X2) | X2 != underlying_curve(X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_63]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_447,plain,
% 0.22/0.49      ( incident_c(X0,X1) | ~ incident_o(X0,X2) | X1 != underlying_curve(X2) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_446]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_59,plain,
% 0.22/0.49      ( sk1_esk10_2(X0,X1) != X0 | ~ end_point(X0,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_231_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_438,plain,
% 0.22/0.49      ( sk1_esk10_2(X0,X1) != X0 | ~ end_point(X0,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_59]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_439,plain,
% 0.22/0.49      ( ~ end_point(X0,X1) | sk1_esk10_2(X0,X1) != X0 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_438]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_57,plain,
% 0.22/0.49      ( ~ part_of(X0,X1) | X0 = X1 | open(X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_233_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_434,plain,
% 0.22/0.49      ( ~ part_of(X0,X1) | X0 = X1 | open(X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_57]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_435,plain,
% 0.22/0.49      ( open(X0) | ~ part_of(X0,X1) | X0 = X1 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_434]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_52,plain,
% 0.22/0.49      ( ~ end_point(X0,X1) | open(X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_238_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_424,plain,
% 0.22/0.49      ( ~ end_point(X0,X1) | open(X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_52]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_425,plain,
% 0.22/0.49      ( open(X0) | ~ end_point(X1,X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_424]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_50,plain,
% 0.22/0.49      ( end_point(sk1_esk7_1(X0),X0) | ~ open(X0) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_240_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_420,plain,
% 0.22/0.49      ( end_point(sk1_esk7_1(X0),X0) | ~ open(X0) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_50]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_421,plain,
% 0.22/0.49      ( ~ open(X0) | end_point(sk1_esk7_1(X0),X0) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_420]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_41,plain,
% 0.22/0.49      ( X0 = X1
% 0.22/0.49      | X2 = X1
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ~ end_point(X1,X3)
% 0.22/0.49      | ~ end_point(X0,X3)
% 0.22/0.49      | ~ end_point(X2,X3) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_42_5) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_402,plain,
% 0.22/0.49      ( X0 = X1
% 0.22/0.49      | X2 = X1
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | ~ end_point(X1,X3)
% 0.22/0.49      | ~ end_point(X0,X3)
% 0.22/0.49      | ~ end_point(X2,X3) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_41]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_403,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | ~ end_point(X2,X1)
% 0.22/0.49      | ~ end_point(X3,X1)
% 0.22/0.49      | X2 = X0
% 0.22/0.49      | X3 = X0
% 0.22/0.49      | X3 = X2 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_402]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_40,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | X2 = X3
% 0.22/0.49      | X0 = X3
% 0.22/0.49      | X0 = X2
% 0.22/0.49      | ~ end_point(X3,X1)
% 0.22/0.49      | ~ end_point(X2,X1) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_42_4) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_400,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | X2 = X3
% 0.22/0.49      | X0 = X3
% 0.22/0.49      | X0 = X2
% 0.22/0.49      | ~ end_point(X3,X1)
% 0.22/0.49      | ~ end_point(X2,X1) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_40]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_401,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | ~ end_point(X2,X1)
% 0.22/0.49      | ~ end_point(X3,X1)
% 0.22/0.49      | X3 = X2
% 0.22/0.49      | X0 = X2
% 0.22/0.49      | X0 = X3 ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_400]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_32,plain,
% 0.22/0.49      ( ~ closed(X0)
% 0.22/0.49      | meet(X1,X2,X3)
% 0.22/0.49      | ~ end_point(X1,X2)
% 0.22/0.49      | X0 != sum(X2,X3)
% 0.22/0.49      | ~ meet(X4,X2,X3) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_40_3) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_384,plain,
% 0.22/0.49      ( ~ closed(X0)
% 0.22/0.49      | meet(X1,X2,X3)
% 0.22/0.49      | ~ end_point(X1,X2)
% 0.22/0.49      | X0 != sum(X2,X3)
% 0.22/0.49      | ~ meet(X4,X2,X3) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_32]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_385,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | meet(X0,X1,X2)
% 0.22/0.49      | ~ meet(X3,X1,X2)
% 0.22/0.49      | ~ closed(X4)
% 0.22/0.49      | X4 != sum(X1,X2) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_384]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_29,plain,
% 0.22/0.49      ( ~ closed(X0)
% 0.22/0.49      | ~ meet(X1,X2,X3)
% 0.22/0.49      | X0 != sum(X2,X3)
% 0.22/0.49      | ~ end_point(X4,X2)
% 0.22/0.49      | meet(X4,X2,X3) ),
% 0.22/0.49      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_40_0) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_378,plain,
% 0.22/0.49      ( ~ closed(X0)
% 0.22/0.49      | ~ meet(X1,X2,X3)
% 0.22/0.49      | X0 != sum(X2,X3)
% 0.22/0.49      | ~ end_point(X4,X2)
% 0.22/0.49      | meet(X4,X2,X3) ),
% 0.22/0.49      inference(copy,[status(esa)],[c_29]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_379,plain,
% 0.22/0.49      ( ~ end_point(X0,X1)
% 0.22/0.49      | ~ meet(X2,X1,X3)
% 0.22/0.49      | meet(X0,X1,X3)
% 0.22/0.49      | ~ closed(X4)
% 0.22/0.49      | X4 != sum(X1,X3) ),
% 0.22/0.49      inference(rewriting,[status(thm)],[c_378]) ).
% 0.22/0.49  
% 0.22/0.49  cnf(c_28,plain,
% 0.22/0.49      ( X0 = X1
% 0.22/0.49      | incident_o(X2,sk2_esk1_3(X0,X1,X3))
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | ~ incident_c(X0,X3)
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X2,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_39_5) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_376,plain,
% 0.22/0.50      ( X0 = X1
% 0.22/0.50      | incident_o(X2,sk2_esk1_3(X0,X1,X3))
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | ~ incident_c(X0,X3)
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X2,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_28]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_377,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | incident_o(X3,sk2_esk1_3(X2,X0,X1))
% 0.22/0.50      | X2 = X0 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_376]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_26,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X2,X3,X1))
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ incident_c(X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_39_3) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_372,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X2,X3,X1))
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ incident_c(X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_26]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_373,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X3,X2,X1))
% 0.22/0.50      | X3 = X2 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_372]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_23,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X2,X3,X1))
% 0.22/0.50      | X2 = X3 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_39_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_366,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X2,X3,X1))
% 0.22/0.50      | X2 = X3 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_23]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_367,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | incident_o(X0,sk2_esk1_3(X2,X3,X1))
% 0.22/0.50      | X2 = X3 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_366]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_21,plain,
% 0.22/0.50      ( ~ open(X0)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | ordered_by(sk2_esk1_3(X1,X2,X0),X1,X2)
% 0.22/0.50      | ~ incident_c(X2,X0)
% 0.22/0.50      | ~ incident_c(X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_38_3) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_362,plain,
% 0.22/0.50      ( ~ open(X0)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | ordered_by(sk2_esk1_3(X1,X2,X0),X1,X2)
% 0.22/0.50      | ~ incident_c(X2,X0)
% 0.22/0.50      | ~ incident_c(X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_21]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_363,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ordered_by(sk2_esk1_3(X2,X0,X1),X2,X0)
% 0.22/0.50      | X2 = X0 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_362]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_18,plain,
% 0.22/0.50      ( ~ open(X0)
% 0.22/0.50      | ~ incident_c(X1,X0)
% 0.22/0.50      | ~ incident_c(X2,X0)
% 0.22/0.50      | ordered_by(sk2_esk1_3(X1,X2,X0),X1,X2)
% 0.22/0.50      | X1 = X2 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_38_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_356,plain,
% 0.22/0.50      ( ~ open(X0)
% 0.22/0.50      | ~ incident_c(X1,X0)
% 0.22/0.50      | ~ incident_c(X2,X0)
% 0.22/0.50      | ordered_by(sk2_esk1_3(X1,X2,X0),X1,X2)
% 0.22/0.50      | X1 = X2 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_18]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_357,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ordered_by(sk2_esk1_3(X0,X2,X1),X0,X2)
% 0.22/0.50      | X0 = X2 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_356]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_17,plain,
% 0.22/0.50      ( part_of(X0,X1)
% 0.22/0.50      | part_of(X1,X0)
% 0.22/0.50      | part_of(X2,X1)
% 0.22/0.50      | part_of(X1,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | ~ end_point(X3,X0)
% 0.22/0.50      | ~ end_point(X3,X2)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | ~ part_of(X0,X4)
% 0.22/0.50      | ~ part_of(X2,X4)
% 0.22/0.50      | ~ part_of(X1,X4) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_11) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_354,plain,
% 0.22/0.50      ( part_of(X0,X1)
% 0.22/0.50      | part_of(X1,X0)
% 0.22/0.50      | part_of(X2,X1)
% 0.22/0.50      | part_of(X1,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | ~ end_point(X3,X0)
% 0.22/0.50      | ~ end_point(X3,X2)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | ~ part_of(X0,X4)
% 0.22/0.50      | ~ part_of(X2,X4)
% 0.22/0.50      | ~ part_of(X1,X4) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_17]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_355,plain,
% 0.22/0.50      ( part_of(X0,X1)
% 0.22/0.50      | part_of(X1,X0)
% 0.22/0.50      | part_of(X2,X1)
% 0.22/0.50      | part_of(X1,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | ~ part_of(X0,X3)
% 0.22/0.50      | ~ part_of(X2,X3)
% 0.22/0.50      | ~ part_of(X1,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X1) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_354]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_16,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_10) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_352,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_16]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_353,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X0) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_352]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_15,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ part_of(X3,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_9) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_350,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ part_of(X3,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_15]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_351,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X0) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_350]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_13,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_7) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_346,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_13]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_347,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_346]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_11,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_5) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_342,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_11]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_343,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_342]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_10,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_4) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_340,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_10]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_341,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_340]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_9,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_3) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_338,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_9]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_339,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_338]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_8,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_2) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_336,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_8]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_337,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_336]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_7,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_1) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_334,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_7]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_335,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_334]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_6,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X3,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_332,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X3,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_6]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_333,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | ~ end_point(X4,X0)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X3) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_332]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_3,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | ~ incident_c(X2,X3)
% 0.22/0.50      | ~ incident_c(X1,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_36_3) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_326,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | ~ incident_c(X2,X3)
% 0.22/0.50      | ~ incident_c(X1,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_3]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_327,plain,
% 0.22/0.50      ( incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ~ incident_o(X0,sk2_esk1_3(X3,X2,X1))
% 0.22/0.50      | X3 = X2 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_326]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_2,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | ~ incident_c(X2,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_36_2) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_324,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | X1 = X2
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | ~ incident_c(X2,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_2]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_325,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | incident_c(X2,X1)
% 0.22/0.50      | ~ incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ~ incident_o(X2,sk2_esk1_3(X0,X3,X1))
% 0.22/0.50      | X0 = X3 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_324]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_0,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | ~ incident_c(X2,X3)
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | X1 = X2 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_36_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_320,plain,
% 0.22/0.50      ( ~ incident_o(X0,sk2_esk1_3(X1,X2,X3))
% 0.22/0.50      | ~ open(X3)
% 0.22/0.50      | ~ incident_c(X1,X3)
% 0.22/0.50      | ~ incident_c(X2,X3)
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | X1 = X2 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_0]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_321,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X2,X1)
% 0.22/0.50      | incident_c(X3,X1)
% 0.22/0.50      | ~ open(X1)
% 0.22/0.50      | ~ incident_o(X3,sk2_esk1_3(X0,X2,X1))
% 0.22/0.50      | X0 = X2 ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_320]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_119,plain,
% 0.22/0.50      ( ~ incident_c(X0,sk1_esk15_4(X1,X2,X3,X4))
% 0.22/0.50      | incident_o(X0,X4)
% 0.22/0.50      | ~ between_o(X4,X3,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_171_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_558,plain,
% 0.22/0.50      ( ~ incident_c(X0,sk1_esk15_4(X1,X2,X3,X4))
% 0.22/0.50      | incident_o(X0,X4)
% 0.22/0.50      | ~ between_o(X4,X3,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_119]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_118,plain,
% 0.22/0.50      ( between_c(sk1_esk15_4(X0,X1,X2,X3),X2,X1,X0)
% 0.22/0.50      | ~ between_o(X3,X2,X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_172_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_556,plain,
% 0.22/0.50      ( between_c(sk1_esk15_4(X0,X1,X2,X3),X2,X1,X0)
% 0.22/0.50      | ~ between_o(X3,X2,X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_118]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_116,plain,
% 0.22/0.50      ( part_of(sk1_esk12_4(X0,X1,X2,X3),X3) | ~ between_c(X3,X2,X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_174_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_552,plain,
% 0.22/0.50      ( part_of(sk1_esk12_4(X0,X1,X2,X3),X3) | ~ between_c(X3,X2,X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_116]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_115,plain,
% 0.22/0.50      ( end_point(X0,sk1_esk12_4(X1,X2,X0,X3)) | ~ between_c(X3,X0,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_175_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_550,plain,
% 0.22/0.50      ( end_point(X0,sk1_esk12_4(X1,X2,X0,X3)) | ~ between_c(X3,X0,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_115]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_114,plain,
% 0.22/0.50      ( end_point(X0,sk1_esk12_4(X0,X1,X2,X3)) | ~ between_c(X3,X2,X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_176_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_548,plain,
% 0.22/0.50      ( end_point(X0,sk1_esk12_4(X0,X1,X2,X3)) | ~ between_c(X3,X2,X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_114]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_113,plain,
% 0.22/0.50      ( inner_point(X0,sk1_esk12_4(X1,X0,X2,X3)) | ~ between_c(X3,X2,X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_177_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_546,plain,
% 0.22/0.50      ( inner_point(X0,sk1_esk12_4(X1,X0,X2,X3)) | ~ between_c(X3,X2,X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_113]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_111,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk2_3(X0,X1,X2),X1)
% 0.22/0.50      | ~ incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_179_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_542,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk2_3(X0,X1,X2),X1)
% 0.22/0.50      | ~ incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_111]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_110,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk2_3(X0,X1,X2),X0)
% 0.22/0.50      | ~ incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_180_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_540,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk2_3(X0,X1,X2),X0)
% 0.22/0.50      | ~ incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_110]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_109,plain,
% 0.22/0.50      ( ~ ordered_by(X0,X1,X2)
% 0.22/0.50      | ~ ordered_by(X0,X2,X3)
% 0.22/0.50      | between_o(X0,X1,X2,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_181_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_538,plain,
% 0.22/0.50      ( ~ ordered_by(X0,X1,X2)
% 0.22/0.50      | ~ ordered_by(X0,X2,X3)
% 0.22/0.50      | between_o(X0,X1,X2,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_109]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_108,plain,
% 0.22/0.50      ( ~ ordered_by(X0,X1,X2)
% 0.22/0.50      | ~ ordered_by(X0,X2,X3)
% 0.22/0.50      | between_o(X0,X3,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_182_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_536,plain,
% 0.22/0.50      ( ~ ordered_by(X0,X1,X2)
% 0.22/0.50      | ~ ordered_by(X0,X2,X3)
% 0.22/0.50      | between_o(X0,X3,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_108]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_107,plain,
% 0.22/0.50      ( incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | incident_c(sk1_esk2_3(X0,X1,X2),X1)
% 0.22/0.50      | incident_c(sk1_esk2_3(X0,X1,X2),X0)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_183_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_534,plain,
% 0.22/0.50      ( incident_c(sk1_esk2_3(X0,X1,X2),X2)
% 0.22/0.50      | incident_c(sk1_esk2_3(X0,X1,X2),X1)
% 0.22/0.50      | incident_c(sk1_esk2_3(X0,X1,X2),X0)
% 0.22/0.50      | X2 = sum(X1,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_107]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_106,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X3,X2)
% 0.22/0.50      | ~ between_o(X0,X3,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_184_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_532,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X3,X2)
% 0.22/0.50      | ~ between_o(X0,X3,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_106]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_105,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X2,X1)
% 0.22/0.50      | ~ between_o(X0,X2,X1,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_185_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_530,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X2,X1)
% 0.22/0.50      | ~ between_o(X0,X2,X1,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_105]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_104,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X2,X1)
% 0.22/0.50      | ~ between_o(X0,X3,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_186_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_528,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X2,X1)
% 0.22/0.50      | ~ between_o(X0,X3,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_104]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_103,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X1,X3)
% 0.22/0.50      | ~ between_o(X0,X2,X1,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_187_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_526,plain,
% 0.22/0.50      ( ordered_by(X0,X1,X2)
% 0.22/0.50      | ordered_by(X0,X1,X3)
% 0.22/0.50      | ~ between_o(X0,X2,X1,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_103]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_102,plain,
% 0.22/0.50      ( ~ ordered_by(X0,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | ~ ordered_by(X1,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | X0 = X1 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_188_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_524,plain,
% 0.22/0.50      ( ~ ordered_by(X0,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | ~ ordered_by(X1,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | X0 = X1 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_102]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_99,plain,
% 0.22/0.50      ( ordered_by(X0,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | ordered_by(X1,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | X0 = X1 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_191_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_518,plain,
% 0.22/0.50      ( ordered_by(X0,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | ordered_by(X1,sk1_esk17_2(X1,X0),sk1_esk18_2(X1,X0))
% 0.22/0.50      | X0 = X1 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_99]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_93,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk11_2(X0,X1),X1)
% 0.22/0.50      | ~ incident_c(sk1_esk11_2(X0,X1),X0)
% 0.22/0.50      | X1 = X0 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_197_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_506,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk11_2(X0,X1),X1)
% 0.22/0.50      | ~ incident_c(sk1_esk11_2(X0,X1),X0)
% 0.22/0.50      | X1 = X0 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_93]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_89,plain,
% 0.22/0.50      ( meet(X0,sk1_esk8_2(X0,X1),sk1_esk9_2(X0,X1)) | ~ inner_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_201_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_498,plain,
% 0.22/0.50      ( meet(X0,sk1_esk8_2(X0,X1),sk1_esk9_2(X0,X1)) | ~ inner_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_89]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_88,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X0,X2)
% 0.22/0.50      | end_point(X0,X1)
% 0.22/0.50      | ~ meet(X3,X1,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_202_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_496,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X0,X2)
% 0.22/0.50      | end_point(X0,X1)
% 0.22/0.50      | ~ meet(X3,X1,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_88]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_87,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X0,X2)
% 0.22/0.50      | end_point(X0,X2)
% 0.22/0.50      | ~ meet(X3,X1,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_203_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_494,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | ~ incident_c(X0,X2)
% 0.22/0.50      | end_point(X0,X2)
% 0.22/0.50      | ~ meet(X3,X1,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_87]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_86,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | incident_c(X0,X2)
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | X1 != sum(X2,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_204_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_492,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | incident_c(X0,X2)
% 0.22/0.50      | incident_c(X0,X3)
% 0.22/0.50      | X1 != sum(X2,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_86]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_84,plain,
% 0.22/0.50      ( incident_c(sk1_esk11_2(X0,X1),X1)
% 0.22/0.50      | incident_c(sk1_esk11_2(X0,X1),X0)
% 0.22/0.50      | X1 = X0 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_206_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_488,plain,
% 0.22/0.50      ( incident_c(sk1_esk11_2(X0,X1),X1)
% 0.22/0.50      | incident_c(sk1_esk11_2(X0,X1),X0)
% 0.22/0.50      | X1 = X0 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_84]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_81,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | X2 != sum(X1,X3) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_209_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_482,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | X2 != sum(X1,X3) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_81]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_80,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | X2 != sum(X3,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_210_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_480,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | X2 != sum(X3,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_80]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_78,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk1_2(X0,X1),X1) | part_of(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_212_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_476,plain,
% 0.22/0.50      ( ~ incident_c(sk1_esk1_2(X0,X1),X1) | part_of(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_78]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_75,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | part_of(sk1_esk3_2(X0,X1),X1)
% 0.22/0.50      | end_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_215_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_470,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | part_of(sk1_esk3_2(X0,X1),X1)
% 0.22/0.50      | end_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_75]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_74,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | part_of(sk1_esk4_2(X0,X1),X1)
% 0.22/0.50      | end_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_216_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_468,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1)
% 0.22/0.50      | part_of(sk1_esk4_2(X0,X1),X1)
% 0.22/0.50      | end_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_74]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_71,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ ordered_by(X1,X0,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_219_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_462,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ ordered_by(X1,X0,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_71]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_69,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ meet(X0,X1,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_221_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_458,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ meet(X0,X1,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_69]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_68,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ meet(X0,X2,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_222_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_456,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ meet(X0,X2,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_68]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_65,plain,
% 0.22/0.50      ( end_point(sk1_esk10_2(X0,X1),X1) | ~ end_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_225_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_450,plain,
% 0.22/0.50      ( end_point(sk1_esk10_2(X0,X1),X1) | ~ end_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_65]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_64,plain,
% 0.22/0.50      ( incident_c(sk1_esk1_2(X0,X1),X0) | part_of(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_226_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_448,plain,
% 0.22/0.50      ( incident_c(sk1_esk1_2(X0,X1),X0) | part_of(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_64]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_62,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_o(X0,X2) | X1 != underlying_curve(X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_228_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_444,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_o(X0,X2) | X1 != underlying_curve(X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_62]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_61,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | end_point(X0,X1) | inner_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_229_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_442,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | end_point(X0,X1) | inner_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_61]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_60,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | ~ part_of(X1,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_230_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_440,plain,
% 0.22/0.50      ( ~ incident_c(X0,X1) | incident_c(X0,X2) | ~ part_of(X1,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_60]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_58,plain,
% 0.22/0.50      ( ~ end_point(X0,X1) | ~ inner_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_232_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_436,plain,
% 0.22/0.50      ( ~ end_point(X0,X1) | ~ inner_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_58]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_56,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ finish_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_234_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_432,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ finish_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_56]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_55,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ start_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_235_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_430,plain,
% 0.22/0.50      ( incident_o(X0,X1) | ~ start_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_55]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_54,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ inner_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_236_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_428,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ inner_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_54]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_53,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ end_point(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_237_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_426,plain,
% 0.22/0.50      ( incident_c(X0,X1) | ~ end_point(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_53]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_51,plain,
% 0.22/0.50      ( ~ end_point(X0,X1) | ~ closed(X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_239_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_422,plain,
% 0.22/0.50      ( ~ end_point(X0,X1) | ~ closed(X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_51]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_49,plain,
% 0.22/0.50      ( end_point(sk1_esk6_1(X0),X0) | closed(X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_241_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_418,plain,
% 0.22/0.50      ( end_point(sk1_esk6_1(X0),X0) | closed(X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_49]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_48,plain,
% 0.22/0.50      ( open(sk2_esk3_1(X0)) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_47_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_416,plain,
% 0.22/0.50      ( open(sk2_esk3_1(X0)) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_48]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_47,plain,
% 0.22/0.50      ( start_point(sk2_esk2_1(X0),X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_46_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_414,plain,
% 0.22/0.50      ( start_point(sk2_esk2_1(X0),X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_47]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_46,plain,
% 0.22/0.50      ( inner_point(sk2_esk5_1(X0),X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_45_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_412,plain,
% 0.22/0.50      ( inner_point(sk2_esk5_1(X0),X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_46]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_44,plain,
% 0.22/0.50      ( ~ incident_o(X0,X1) | incident_c(X0,sk2_esk3_1(X1)) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_44_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_408,plain,
% 0.22/0.50      ( ~ incident_o(X0,X1) | incident_c(X0,sk2_esk3_1(X1)) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_44]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_409,plain,
% 0.22/0.50      ( incident_c(X0,sk2_esk3_1(X1)) | ~ incident_o(X0,X1) ),
% 0.22/0.50      inference(rewriting,[status(thm)],[c_408]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_42,plain,
% 0.22/0.50      ( ~ incident_c(X0,sk2_esk3_1(X1)) | incident_o(X0,X1) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_43_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_404,plain,
% 0.22/0.50      ( ~ incident_c(X0,sk2_esk3_1(X1)) | incident_o(X0,X1) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_42]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_38,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | X0 = X3
% 0.22/0.50      | X0 = X2 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_42_2) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_396,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | X0 = X3
% 0.22/0.50      | X0 = X2 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_38]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_37,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X0 = X2
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | X0 = X3 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_42_1) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_394,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X0 = X2
% 0.22/0.50      | X2 = X3
% 0.22/0.50      | X0 = X3 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_37]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_36,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X0 = X2
% 0.22/0.50      | X0 = X3
% 0.22/0.50      | X2 = X3 ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_42_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_392,plain,
% 0.22/0.50      ( ~ end_point(X0,X1)
% 0.22/0.50      | ~ end_point(X2,X1)
% 0.22/0.50      | ~ end_point(X3,X1)
% 0.22/0.50      | X0 = X2
% 0.22/0.50      | X0 = X3
% 0.22/0.50      | X2 = X3 ),
% 0.22/0.50      inference(copy,[status(esa)],[c_36]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_34,plain,
% 0.22/0.50      ( ~ meet(X0,X1,X2) | sum(X1,X2) = sk2_esk4_2(X1,X2) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_41_0) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_388,plain,
% 0.22/0.50      ( ~ meet(X0,X1,X2) | sum(X1,X2) = sk2_esk4_2(X1,X2) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_34]) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_14,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X0) ),
% 0.22/0.50      file('/export/starexec/sandbox/tmp/iprover_modulo_160b8a.p', c_0_37_8) ).
% 0.22/0.50  
% 0.22/0.50  cnf(c_348,plain,
% 0.22/0.50      ( ~ part_of(X0,X1)
% 0.22/0.50      | ~ part_of(X2,X1)
% 0.22/0.50      | ~ part_of(X3,X1)
% 0.22/0.50      | part_of(X3,X0)
% 0.22/0.50      | part_of(X0,X3)
% 0.22/0.50      | part_of(X2,X0)
% 0.22/0.50      | part_of(X0,X2)
% 0.22/0.50      | part_of(X3,X2)
% 0.22/0.50      | part_of(X2,X3)
% 0.22/0.50      | ~ end_point(X4,X3)
% 0.22/0.50      | ~ end_point(X4,X2)
% 0.22/0.50      | ~ end_point(X4,X0) ),
% 0.22/0.50      inference(copy,[status(esa)],[c_14]) ).
% 0.22/0.50  
% 0.22/0.50  
% 0.22/0.50  
% 0.22/0.50  % ------                             Statistics
% 0.22/0.50  
% 0.22/0.50  % ------ General
% 0.22/0.50  
% 0.22/0.50  % num_of_input_clauses:                 123
% 0.22/0.50  % num_of_input_neg_conjectures:         1
% 0.22/0.50  % num_of_splits:                        0
% 0.22/0.50  % num_of_split_atoms:                   0
% 0.22/0.50  % num_of_sem_filtered_clauses:          0
% 0.22/0.50  % num_of_subtypes:                      0
% 0.22/0.50  % monotx_restored_types:                0
% 0.22/0.50  % sat_num_of_epr_types:                 0
% 0.22/0.50  % sat_num_of_non_cyclic_types:          0
% 0.22/0.50  % sat_guarded_non_collapsed_types:      0
% 0.22/0.50  % is_epr:                               0
% 0.22/0.50  % is_horn:                              0
% 0.22/0.50  % has_eq:                               1
% 0.22/0.50  % num_pure_diseq_elim:                  0
% 0.22/0.50  % simp_replaced_by:                     0
% 0.22/0.50  % res_preprocessed:                     2
% 0.22/0.50  % prep_upred:                           0
% 0.22/0.50  % prep_unflattend:                      0
% 0.22/0.50  % pred_elim_cands:                      0
% 0.22/0.50  % pred_elim:                            0
% 0.22/0.50  % pred_elim_cl:                         0
% 0.22/0.50  % pred_elim_cycles:                     0
% 0.22/0.50  % forced_gc_time:                       0
% 0.22/0.50  % gc_basic_clause_elim:                 0
% 0.22/0.50  % parsing_time:                         0.006
% 0.22/0.50  % sem_filter_time:                      0.
% 0.22/0.50  % pred_elim_time:                       0.
% 0.22/0.50  % out_proof_time:                       0.
% 0.22/0.50  % monotx_time:                          0.
% 0.22/0.50  % subtype_inf_time:                     0.
% 0.22/0.50  % unif_index_cands_time:                0.
% 0.22/0.50  % unif_index_add_time:                  0.
% 0.22/0.50  % total_time:                           0.051
% 0.22/0.50  % num_of_symbols:                       66
% 0.22/0.50  % num_of_terms:                         596
% 0.22/0.50  
% 0.22/0.50  % ------ Propositional Solver
% 0.22/0.50  
% 0.22/0.50  % prop_solver_calls:                    1
% 0.22/0.50  % prop_fast_solver_calls:               3
% 0.22/0.50  % prop_num_of_clauses:                  161
% 0.22/0.50  % prop_preprocess_simplified:           337
% 0.22/0.50  % prop_fo_subsumed:                     0
% 0.22/0.50  % prop_solver_time:                     0.
% 0.22/0.51  % prop_fast_solver_time:                0.
% 0.22/0.51  % prop_unsat_core_time:                 0.
% 0.22/0.51  
% 0.22/0.51  % ------ QBF 
% 0.22/0.51  
% 0.22/0.51  % qbf_q_res:                            0
% 0.22/0.51  % qbf_num_tautologies:                  0
% 0.22/0.51  % qbf_prep_cycles:                      0
% 0.22/0.51  
% 0.22/0.51  % ------ BMC1
% 0.22/0.51  
% 0.22/0.51  % bmc1_current_bound:                   -1
% 0.22/0.51  % bmc1_last_solved_bound:               -1
% 0.22/0.51  % bmc1_unsat_core_size:                 -1
% 0.22/0.51  % bmc1_unsat_core_parents_size:         -1
% 0.22/0.51  % bmc1_merge_next_fun:                  0
% 0.22/0.51  % bmc1_unsat_core_clauses_time:         0.
% 0.22/0.51  
% 0.22/0.51  % ------ Instantiation
% 0.22/0.51  
% 0.22/0.51  % inst_num_of_clauses:                  123
% 0.22/0.51  % inst_num_in_passive:                  0
% 0.22/0.51  % inst_num_in_active:                   0
% 0.22/0.51  % inst_num_in_unprocessed:              123
% 0.22/0.51  % inst_num_of_loops:                    0
% 0.22/0.51  % inst_num_of_learning_restarts:        0
% 0.22/0.51  % inst_num_moves_active_passive:        0
% 0.22/0.51  % inst_lit_activity:                    0
% 0.22/0.51  % inst_lit_activity_moves:              0
% 0.22/0.51  % inst_num_tautologies:                 0
% 0.22/0.51  % inst_num_prop_implied:                0
% 0.22/0.51  % inst_num_existing_simplified:         0
% 0.22/0.51  % inst_num_eq_res_simplified:           0
% 0.22/0.51  % inst_num_child_elim:                  0
% 0.22/0.51  % inst_num_of_dismatching_blockings:    0
% 0.22/0.51  % inst_num_of_non_proper_insts:         0
% 0.22/0.51  % inst_num_of_duplicates:               0
% 0.22/0.51  % inst_inst_num_from_inst_to_res:       0
% 0.22/0.51  % inst_dismatching_checking_time:       0.
% 0.22/0.51  
% 0.22/0.51  % ------ Resolution
% 0.22/0.51  
% 0.22/0.51  % res_num_of_clauses:                   175
% 0.22/0.51  % res_num_in_passive:                   0
% 0.22/0.51  % res_num_in_active:                    107
% 0.22/0.51  % res_num_of_loops:                     3
% 0.22/0.51  % res_forward_subset_subsumed:          18
% 0.22/0.51  % res_backward_subset_subsumed:         0
% 0.22/0.51  % res_forward_subsumed:                 0
% 0.22/0.51  % res_backward_subsumed:                0
% 0.22/0.51  % res_forward_subsumption_resolution:   0
% 0.22/0.51  % res_backward_subsumption_resolution:  0
% 0.22/0.51  % res_clause_to_clause_subsumption:     0
% 0.22/0.51  % res_orphan_elimination:               0
% 0.22/0.51  % res_tautology_del:                    0
% 0.22/0.51  % res_num_eq_res_simplified:            0
% 0.22/0.51  % res_num_sel_changes:                  0
% 0.22/0.51  % res_moves_from_active_to_pass:        0
% 0.22/0.51  
% 0.22/0.51  % Status Unknown
% 0.22/0.56  % Orienting using strategy ClausalAll
% 0.22/0.56  % FOF problem with conjecture
% 0.22/0.56  % 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_e9a516.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_160b8a.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_29750b | grep -v "SZS"
% 0.41/0.59  
% 0.41/0.59  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.41/0.59  
% 0.41/0.59  % 
% 0.41/0.59  % ------  iProver source info 
% 0.41/0.59  
% 0.41/0.59  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.41/0.59  % git: non_committed_changes: true
% 0.41/0.59  % git: last_make_outside_of_git: true
% 0.41/0.59  
% 0.41/0.59  % 
% 0.41/0.59  % ------ Input Options
% 0.41/0.59  
% 0.41/0.59  % --out_options                         all
% 0.41/0.59  % --tptp_safe_out                       true
% 0.41/0.59  % --problem_path                        ""
% 0.41/0.59  % --include_path                        ""
% 0.41/0.59  % --clausifier                          .//eprover
% 0.41/0.59  % --clausifier_options                  --tstp-format  
% 0.41/0.59  % --stdin                               false
% 0.41/0.59  % --dbg_backtrace                       false
% 0.41/0.59  % --dbg_dump_prop_clauses               false
% 0.41/0.59  % --dbg_dump_prop_clauses_file          -
% 0.41/0.59  % --dbg_out_stat                        false
% 0.41/0.59  
% 0.41/0.59  % ------ General Options
% 0.41/0.59  
% 0.41/0.59  % --fof                                 false
% 0.41/0.59  % --time_out_real                       150.
% 0.41/0.59  % --time_out_prep_mult                  0.2
% 0.41/0.59  % --time_out_virtual                    -1.
% 0.41/0.59  % --schedule                            none
% 0.41/0.59  % --ground_splitting                    input
% 0.41/0.59  % --splitting_nvd                       16
% 0.41/0.59  % --non_eq_to_eq                        false
% 0.41/0.59  % --prep_gs_sim                         true
% 0.41/0.59  % --prep_unflatten                      false
% 0.41/0.59  % --prep_res_sim                        true
% 0.41/0.59  % --prep_upred                          true
% 0.41/0.59  % --res_sim_input                       true
% 0.41/0.59  % --clause_weak_htbl                    true
% 0.41/0.59  % --gc_record_bc_elim                   false
% 0.41/0.59  % --symbol_type_check                   false
% 0.41/0.59  % --clausify_out                        false
% 0.41/0.59  % --large_theory_mode                   false
% 0.41/0.59  % --prep_sem_filter                     none
% 0.41/0.59  % --prep_sem_filter_out                 false
% 0.41/0.59  % --preprocessed_out                    false
% 0.41/0.59  % --sub_typing                          false
% 0.41/0.59  % --brand_transform                     false
% 0.41/0.59  % --pure_diseq_elim                     true
% 0.41/0.59  % --min_unsat_core                      false
% 0.41/0.59  % --pred_elim                           true
% 0.41/0.59  % --add_important_lit                   false
% 0.41/0.59  % --soft_assumptions                    false
% 0.41/0.59  % --reset_solvers                       false
% 0.41/0.59  % --bc_imp_inh                          []
% 0.41/0.59  % --conj_cone_tolerance                 1.5
% 0.41/0.59  % --prolific_symb_bound                 500
% 0.41/0.59  % --lt_threshold                        2000
% 0.41/0.59  
% 0.41/0.59  % ------ SAT Options
% 0.41/0.59  
% 0.41/0.59  % --sat_mode                            false
% 0.41/0.59  % --sat_fm_restart_options              ""
% 0.41/0.59  % --sat_gr_def                          false
% 0.41/0.59  % --sat_epr_types                       true
% 0.41/0.59  % --sat_non_cyclic_types                false
% 0.41/0.59  % --sat_finite_models                   false
% 0.41/0.59  % --sat_fm_lemmas                       false
% 0.41/0.59  % --sat_fm_prep                         false
% 0.41/0.59  % --sat_fm_uc_incr                      true
% 0.41/0.59  % --sat_out_model                       small
% 0.41/0.59  % --sat_out_clauses                     false
% 0.41/0.59  
% 0.41/0.59  % ------ QBF Options
% 0.41/0.59  
% 0.41/0.59  % --qbf_mode                            false
% 0.41/0.59  % --qbf_elim_univ                       true
% 0.41/0.59  % --qbf_sk_in                           true
% 0.41/0.59  % --qbf_pred_elim                       true
% 0.41/0.59  % --qbf_split                           32
% 0.41/0.59  
% 0.41/0.59  % ------ BMC1 Options
% 0.41/0.59  
% 0.41/0.59  % --bmc1_incremental                    false
% 0.41/0.59  % --bmc1_axioms                         reachable_all
% 0.41/0.59  % --bmc1_min_bound                      0
% 0.41/0.59  % --bmc1_max_bound                      -1
% 0.41/0.59  % --bmc1_max_bound_default              -1
% 0.41/0.59  % --bmc1_symbol_reachability            true
% 0.41/0.59  % --bmc1_property_lemmas                false
% 0.41/0.59  % --bmc1_k_induction                    false
% 0.41/0.59  % --bmc1_non_equiv_states               false
% 0.41/0.59  % --bmc1_deadlock                       false
% 0.41/0.59  % --bmc1_ucm                            false
% 0.41/0.59  % --bmc1_add_unsat_core                 none
% 0.41/0.59  % --bmc1_unsat_core_children            false
% 0.41/0.59  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.41/0.59  % --bmc1_out_stat                       full
% 0.41/0.59  % --bmc1_ground_init                    false
% 0.41/0.59  % --bmc1_pre_inst_next_state            false
% 0.41/0.59  % --bmc1_pre_inst_state                 false
% 0.41/0.59  % --bmc1_pre_inst_reach_state           false
% 0.41/0.59  % --bmc1_out_unsat_core                 false
% 0.41/0.59  % --bmc1_aig_witness_out                false
% 0.41/0.59  % --bmc1_verbose                        false
% 0.41/0.59  % --bmc1_dump_clauses_tptp              false
% 0.41/0.62  % --bmc1_dump_unsat_core_tptp           false
% 0.41/0.62  % --bmc1_dump_file                      -
% 0.41/0.62  % --bmc1_ucm_expand_uc_limit            128
% 0.41/0.62  % --bmc1_ucm_n_expand_iterations        6
% 0.41/0.62  % --bmc1_ucm_extend_mode                1
% 0.41/0.62  % --bmc1_ucm_init_mode                  2
% 0.41/0.62  % --bmc1_ucm_cone_mode                  none
% 0.41/0.62  % --bmc1_ucm_reduced_relation_type      0
% 0.41/0.62  % --bmc1_ucm_relax_model                4
% 0.41/0.62  % --bmc1_ucm_full_tr_after_sat          true
% 0.41/0.62  % --bmc1_ucm_expand_neg_assumptions     false
% 0.41/0.62  % --bmc1_ucm_layered_model              none
% 0.41/0.62  % --bmc1_ucm_max_lemma_size             10
% 0.41/0.62  
% 0.41/0.62  % ------ AIG Options
% 0.41/0.62  
% 0.41/0.62  % --aig_mode                            false
% 0.41/0.62  
% 0.41/0.62  % ------ Instantiation Options
% 0.41/0.62  
% 0.41/0.62  % --instantiation_flag                  true
% 0.41/0.62  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.41/0.62  % --inst_solver_per_active              750
% 0.41/0.62  % --inst_solver_calls_frac              0.5
% 0.41/0.62  % --inst_passive_queue_type             priority_queues
% 0.41/0.62  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.41/0.62  % --inst_passive_queues_freq            [25;2]
% 0.41/0.62  % --inst_dismatching                    true
% 0.41/0.62  % --inst_eager_unprocessed_to_passive   true
% 0.41/0.62  % --inst_prop_sim_given                 true
% 0.41/0.62  % --inst_prop_sim_new                   false
% 0.41/0.62  % --inst_orphan_elimination             true
% 0.41/0.62  % --inst_learning_loop_flag             true
% 0.41/0.62  % --inst_learning_start                 3000
% 0.41/0.62  % --inst_learning_factor                2
% 0.41/0.62  % --inst_start_prop_sim_after_learn     3
% 0.41/0.62  % --inst_sel_renew                      solver
% 0.41/0.62  % --inst_lit_activity_flag              true
% 0.41/0.62  % --inst_out_proof                      true
% 0.41/0.62  
% 0.41/0.62  % ------ Resolution Options
% 0.41/0.62  
% 0.41/0.62  % --resolution_flag                     true
% 0.41/0.62  % --res_lit_sel                         kbo_max
% 0.41/0.62  % --res_to_prop_solver                  none
% 0.41/0.62  % --res_prop_simpl_new                  false
% 0.41/0.62  % --res_prop_simpl_given                false
% 0.41/0.62  % --res_passive_queue_type              priority_queues
% 0.41/0.62  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.41/0.62  % --res_passive_queues_freq             [15;5]
% 0.41/0.62  % --res_forward_subs                    full
% 0.41/0.62  % --res_backward_subs                   full
% 0.41/0.62  % --res_forward_subs_resolution         true
% 0.41/0.62  % --res_backward_subs_resolution        true
% 0.41/0.62  % --res_orphan_elimination              false
% 0.41/0.62  % --res_time_limit                      1000.
% 0.41/0.62  % --res_out_proof                       true
% 0.41/0.62  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_e9a516.s
% 0.41/0.62  % --modulo                              true
% 0.41/0.62  
% 0.41/0.62  % ------ Combination Options
% 0.41/0.62  
% 0.41/0.62  % --comb_res_mult                       1000
% 0.41/0.62  % --comb_inst_mult                      300
% 0.41/0.62  % ------ 
% 0.41/0.62  
% 0.41/0.62  % ------ Parsing...% successful
% 0.41/0.62  
% 0.41/0.62  % ------ 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.41/0.62  
% 0.41/0.62  % ------ Proving...
% 0.41/0.62  % ------ Problem Properties 
% 0.41/0.62  
% 0.41/0.62  % 
% 0.41/0.62  % EPR                                   false
% 0.41/0.62  % Horn                                  false
% 0.41/0.62  % Has equality                          true
% 0.41/0.62  
% 0.41/0.62  % % ------ Input Options Time Limit: Unbounded
% 0.41/0.62  
% 0.41/0.62  
% 0.41/0.62  % % ------ Current options:
% 0.41/0.62  
% 0.41/0.62  % ------ Input Options
% 0.41/0.62  
% 0.41/0.62  % --out_options                         all
% 0.41/0.62  % --tptp_safe_out                       true
% 0.41/0.62  % --problem_path                        ""
% 0.41/0.62  % --include_path                        ""
% 0.41/0.62  % --clausifier                          .//eprover
% 0.41/0.62  % --clausifier_options                  --tstp-format  
% 0.41/0.62  % --stdin                               false
% 0.41/0.62  % --dbg_backtrace                       false
% 0.41/0.62  % --dbg_dump_prop_clauses               false
% 0.41/0.62  % --dbg_dump_prop_clauses_file          -
% 0.41/0.62  % --dbg_out_stat                        false
% 0.41/0.62  
% 0.41/0.62  % ------ General Options
% 0.41/0.62  
% 0.41/0.62  % --fof                                 false
% 0.41/0.62  % --time_out_real                       150.
% 0.41/0.62  % --time_out_prep_mult                  0.2
% 0.41/0.62  % --time_out_virtual                    -1.
% 0.41/0.62  % --schedule                            none
% 0.41/0.62  % --ground_splitting                    input
% 0.41/0.62  % --splitting_nvd                       16
% 0.41/0.62  % --non_eq_to_eq                        false
% 0.41/0.62  % --prep_gs_sim                         true
% 0.41/0.62  % --prep_unflatten                      false
% 0.41/0.62  % --prep_res_sim                        true
% 0.41/0.62  % --prep_upred                          true
% 0.41/0.62  % --res_sim_input                       true
% 0.41/0.62  % --clause_weak_htbl                    true
% 0.41/0.62  % --gc_record_bc_elim                   false
% 0.41/0.62  % --symbol_type_check                   false
% 0.41/0.62  % --clausify_out                        false
% 0.41/0.62  % --large_theory_mode                   false
% 0.41/0.62  % --prep_sem_filter                     none
% 0.41/0.62  % --prep_sem_filter_out                 false
% 0.41/0.62  % --preprocessed_out                    false
% 0.41/0.62  % --sub_typing                          false
% 0.41/0.62  % --brand_transform                     false
% 0.41/0.62  % --pure_diseq_elim                     true
% 0.41/0.62  % --min_unsat_core                      false
% 0.41/0.62  % --pred_elim                           true
% 0.41/0.62  % --add_important_lit                   false
% 0.41/0.62  % --soft_assumptions                    false
% 0.41/0.62  % --reset_solvers                       false
% 0.41/0.62  % --bc_imp_inh                          []
% 0.41/0.62  % --conj_cone_tolerance                 1.5
% 0.41/0.62  % --prolific_symb_bound                 500
% 0.41/0.62  % --lt_threshold                        2000
% 0.41/0.62  
% 0.41/0.62  % ------ SAT Options
% 0.41/0.62  
% 0.41/0.62  % --sat_mode                            false
% 0.41/0.62  % --sat_fm_restart_options              ""
% 0.41/0.62  % --sat_gr_def                          false
% 0.41/0.62  % --sat_epr_types                       true
% 0.41/0.62  % --sat_non_cyclic_types                false
% 0.41/0.62  % --sat_finite_models                   false
% 0.41/0.62  % --sat_fm_lemmas                       false
% 0.41/0.62  % --sat_fm_prep                         false
% 0.41/0.62  % --sat_fm_uc_incr                      true
% 0.41/0.62  % --sat_out_model                       small
% 0.41/0.62  % --sat_out_clauses                     false
% 0.41/0.62  
% 0.41/0.62  % ------ QBF Options
% 0.41/0.62  
% 0.41/0.62  % --qbf_mode                            false
% 0.41/0.62  % --qbf_elim_univ                       true
% 0.41/0.62  % --qbf_sk_in                           true
% 0.41/0.62  % --qbf_pred_elim                       true
% 0.41/0.62  % --qbf_split                           32
% 0.41/0.62  
% 0.41/0.62  % ------ BMC1 Options
% 0.41/0.62  
% 0.41/0.62  % --bmc1_incremental                    false
% 0.41/0.62  % --bmc1_axioms                         reachable_all
% 0.41/0.62  % --bmc1_min_bound                      0
% 0.41/0.62  % --bmc1_max_bound                      -1
% 0.41/0.62  % --bmc1_max_bound_default              -1
% 0.41/0.62  % --bmc1_symbol_reachability            true
% 0.41/0.62  % --bmc1_property_lemmas                false
% 0.41/0.62  % --bmc1_k_induction                    false
% 0.41/0.62  % --bmc1_non_equiv_states               false
% 0.41/0.62  % --bmc1_deadlock                       false
% 0.41/0.62  % --bmc1_ucm                            false
% 0.41/0.62  % --bmc1_add_unsat_core                 none
% 0.41/0.62  % --bmc1_unsat_core_children            false
% 0.41/0.62  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.41/0.62  % --bmc1_out_stat                       full
% 0.41/0.62  % --bmc1_ground_init                    false
% 0.41/0.62  % --bmc1_pre_inst_next_state            false
% 0.41/0.62  % --bmc1_pre_inst_state                 false
% 0.41/0.62  % --bmc1_pre_inst_reach_state           false
% 0.41/0.62  % --bmc1_out_unsat_core                 false
% 0.41/0.62  % --bmc1_aig_witness_out                false
% 0.41/0.62  % --bmc1_verbose                        false
% 0.41/0.62  % --bmc1_dump_clauses_tptp              false
% 0.41/0.62  % --bmc1_dump_unsat_core_tptp           false
% 0.41/0.62  % --bmc1_dump_file                      -
% 0.41/0.62  % --bmc1_ucm_expand_uc_limit            128
% 0.41/0.62  % --bmc1_ucm_n_expand_iterations        6
% 0.41/0.62  % --bmc1_ucm_extend_mode                1
% 0.41/0.62  % --bmc1_ucm_init_mode                  2
% 0.41/0.62  % --bmc1_ucm_cone_mode                  none
% 0.41/0.62  % --bmc1_ucm_reduced_relation_type      0
% 0.41/0.62  % --bmc1_ucm_relax_model                4
% 0.41/0.62  % --bmc1_ucm_full_tr_after_sat          true
% 0.41/0.62  % --bmc1_ucm_expand_neg_assumptions     false
% 0.41/0.62  % --bmc1_ucm_layered_model              none
% 0.41/0.62  % --bmc1_ucm_max_lemma_size             10
% 0.41/0.62  
% 0.41/0.62  % ------ AIG Options
% 0.41/0.62  
% 0.41/0.62  % --aig_mode                            false
% 0.41/0.62  
% 0.41/0.62  % ------ Instantiation Options
% 0.41/0.62  
% 0.41/0.62  % --instantiation_flag                  true
% 0.41/0.62  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.41/0.62  % --inst_solver_per_active              750
% 0.41/0.62  % --inst_solver_calls_frac              0.5
% 0.41/0.62  % --inst_passive_queue_type             priority_queues
% 0.41/0.62  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.41/0.62  % --inst_passive_queues_freq            [25;2]
% 0.41/0.62  % --inst_dismatching                    true
% 0.41/0.62  % --inst_eager_unprocessed_to_passive   true
% 0.41/0.62  % --inst_prop_sim_given                 true
% 0.41/0.71  % --inst_prop_sim_new                   false
% 0.41/0.71  % --inst_orphan_elimination             true
% 0.41/0.71  % --inst_learning_loop_flag             true
% 0.41/0.71  % --inst_learning_start                 3000
% 0.41/0.71  % --inst_learning_factor                2
% 0.41/0.71  % --inst_start_prop_sim_after_learn     3
% 0.41/0.71  % --inst_sel_renew                      solver
% 0.41/0.71  % --inst_lit_activity_flag              true
% 0.41/0.71  % --inst_out_proof                      true
% 0.41/0.71  
% 0.41/0.71  % ------ Resolution Options
% 0.41/0.71  
% 0.41/0.71  % --resolution_flag                     true
% 0.41/0.71  % --res_lit_sel                         kbo_max
% 0.41/0.71  % --res_to_prop_solver                  none
% 0.41/0.71  % --res_prop_simpl_new                  false
% 0.41/0.71  % --res_prop_simpl_given                false
% 0.41/0.71  % --res_passive_queue_type              priority_queues
% 0.41/0.71  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.41/0.71  % --res_passive_queues_freq             [15;5]
% 0.41/0.71  % --res_forward_subs                    full
% 0.41/0.71  % --res_backward_subs                   full
% 0.41/0.71  % --res_forward_subs_resolution         true
% 0.41/0.71  % --res_backward_subs_resolution        true
% 0.41/0.71  % --res_orphan_elimination              false
% 0.41/0.71  % --res_time_limit                      1000.
% 0.41/0.71  % --res_out_proof                       true
% 0.41/0.71  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_e9a516.s
% 0.41/0.71  % --modulo                              true
% 0.41/0.71  
% 0.41/0.71  % ------ Combination Options
% 0.41/0.71  
% 0.41/0.71  % --comb_res_mult                       1000
% 0.41/0.71  % --comb_inst_mult                      300
% 0.41/0.71  % ------ 
% 0.41/0.71  
% 0.41/0.71  
% 0.41/0.71  
% 0.41/0.71  % ------ Proving...
% 0.41/0.71  % 
% 0.41/0.71  
% 0.41/0.71  
% 0.41/0.71  %  Resolution empty clause
% 0.41/0.71  
% 0.41/0.71  % ------                             Statistics
% 0.41/0.71  
% 0.41/0.71  % ------ General
% 0.41/0.71  
% 0.41/0.71  % num_of_input_clauses:                 263
% 0.41/0.71  % num_of_input_neg_conjectures:         1
% 0.41/0.71  % num_of_splits:                        0
% 0.41/0.71  % num_of_split_atoms:                   0
% 0.41/0.71  % num_of_sem_filtered_clauses:          0
% 0.41/0.71  % num_of_subtypes:                      0
% 0.41/0.71  % monotx_restored_types:                0
% 0.41/0.71  % sat_num_of_epr_types:                 0
% 0.41/0.71  % sat_num_of_non_cyclic_types:          0
% 0.41/0.71  % sat_guarded_non_collapsed_types:      0
% 0.41/0.71  % is_epr:                               0
% 0.41/0.71  % is_horn:                              0
% 0.41/0.71  % has_eq:                               1
% 0.41/0.71  % num_pure_diseq_elim:                  0
% 0.41/0.71  % simp_replaced_by:                     0
% 0.41/0.71  % res_preprocessed:                     2
% 0.41/0.71  % prep_upred:                           0
% 0.41/0.71  % prep_unflattend:                      0
% 0.41/0.71  % pred_elim_cands:                      0
% 0.41/0.71  % pred_elim:                            0
% 0.41/0.71  % pred_elim_cl:                         0
% 0.41/0.71  % pred_elim_cycles:                     0
% 0.41/0.71  % forced_gc_time:                       0
% 0.41/0.71  % gc_basic_clause_elim:                 0
% 0.41/0.71  % parsing_time:                         0.013
% 0.41/0.71  % sem_filter_time:                      0.
% 0.41/0.71  % pred_elim_time:                       0.
% 0.41/0.71  % out_proof_time:                       0.001
% 0.41/0.71  % monotx_time:                          0.
% 0.41/0.71  % subtype_inf_time:                     0.
% 0.41/0.71  % unif_index_cands_time:                0.
% 0.41/0.71  % unif_index_add_time:                  0.
% 0.41/0.71  % total_time:                           0.14
% 0.41/0.71  % num_of_symbols:                       66
% 0.41/0.71  % num_of_terms:                         3756
% 0.41/0.71  
% 0.41/0.71  % ------ Propositional Solver
% 0.41/0.71  
% 0.41/0.71  % prop_solver_calls:                    1
% 0.41/0.71  % prop_fast_solver_calls:               3
% 0.41/0.71  % prop_num_of_clauses:                  201
% 0.41/0.71  % prop_preprocess_simplified:           857
% 0.41/0.71  % prop_fo_subsumed:                     0
% 0.41/0.71  % prop_solver_time:                     0.
% 0.41/0.71  % prop_fast_solver_time:                0.
% 0.41/0.71  % prop_unsat_core_time:                 0.
% 0.41/0.71  
% 0.41/0.71  % ------ QBF 
% 0.41/0.71  
% 0.41/0.71  % qbf_q_res:                            0
% 0.41/0.71  % qbf_num_tautologies:                  0
% 0.41/0.71  % qbf_prep_cycles:                      0
% 0.41/0.71  
% 0.41/0.71  % ------ BMC1
% 0.41/0.71  
% 0.41/0.71  % bmc1_current_bound:                   -1
% 0.41/0.71  % bmc1_last_solved_bound:               -1
% 0.41/0.71  % bmc1_unsat_core_size:                 -1
% 0.41/0.71  % bmc1_unsat_core_parents_size:         -1
% 0.41/0.71  % bmc1_merge_next_fun:                  0
% 0.41/0.71  % bmc1_unsat_core_clauses_time:         0.
% 0.41/0.71  
% 0.41/0.71  % ------ Instantiation
% 0.41/0.71  
% 0.41/0.71  % inst_num_of_clauses:                  263
% 0.41/0.71  % inst_num_in_passive:                  0
% 0.41/0.71  % inst_num_in_active:                   0
% 0.41/0.71  % inst_num_in_unprocessed:              263
% 0.41/0.71  % inst_num_of_loops:                    0
% 0.41/0.72  % inst_num_of_learning_restarts:        0
% 0.41/0.72  % inst_num_moves_active_passive:        0
% 0.41/0.72  % inst_lit_activity:                    0
% 0.41/0.72  % inst_lit_activity_moves:              0
% 0.41/0.72  % inst_num_tautologies:                 0
% 0.41/0.72  % inst_num_prop_implied:                0
% 0.41/0.72  % inst_num_existing_simplified:         0
% 0.41/0.72  % inst_num_eq_res_simplified:           0
% 0.41/0.72  % inst_num_child_elim:                  0
% 0.41/0.72  % inst_num_of_dismatching_blockings:    0
% 0.41/0.72  % inst_num_of_non_proper_insts:         0
% 0.41/0.72  % inst_num_of_duplicates:               0
% 0.41/0.72  % inst_inst_num_from_inst_to_res:       0
% 0.41/0.72  % inst_dismatching_checking_time:       0.
% 0.41/0.72  
% 0.41/0.72  % ------ Resolution
% 0.41/0.72  
% 0.41/0.72  % res_num_of_clauses:                   1391
% 0.41/0.72  % res_num_in_passive:                   948
% 0.41/0.72  % res_num_in_active:                    247
% 0.41/0.72  % res_num_of_loops:                     145
% 0.41/0.72  % res_forward_subset_subsumed:          255
% 0.41/0.72  % res_backward_subset_subsumed:         2
% 0.41/0.72  % res_forward_subsumed:                 32
% 0.41/0.72  % res_backward_subsumed:                0
% 0.41/0.72  % res_forward_subsumption_resolution:   2
% 0.41/0.72  % res_backward_subsumption_resolution:  0
% 0.41/0.72  % res_clause_to_clause_subsumption:     418
% 0.41/0.72  % res_orphan_elimination:               0
% 0.41/0.72  % res_tautology_del:                    15
% 0.41/0.72  % res_num_eq_res_simplified:            0
% 0.41/0.72  % res_num_sel_changes:                  0
% 0.41/0.72  % res_moves_from_active_to_pass:        0
% 0.41/0.72  
% 0.41/0.72  % Status Unsatisfiable
% 0.41/0.72  % SZS status Theorem
% 0.41/0.72  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------