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

View Problem - Process Solution

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

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

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

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
fof(lcon,axiom,
    ! [A,B,C] :
      ( ( incident(A,B)
        & line_equal(B,C) )
     => incident(A,C) ),
    input ).

fof(lcon_0,plain,
    ! [A,B,C] :
      ( incident(A,C)
      | ~ ( incident(A,B)
          & line_equal(B,C) ) ),
    inference(orientation,[status(thm)],[lcon]) ).

fof(pcon,axiom,
    ! [A,B,C] :
      ( ( point_equal(A,B)
        & incident(B,C) )
     => incident(A,C) ),
    input ).

fof(pcon_0,plain,
    ! [A,B,C] :
      ( incident(A,C)
      | ~ ( point_equal(A,B)
          & incident(B,C) ) ),
    inference(orientation,[status(thm)],[pcon]) ).

fof(transitivity_of_line_equal,axiom,
    ! [A,B,C] :
      ( ( line_equal(A,B)
        & line_equal(B,C) )
     => line_equal(A,C) ),
    input ).

fof(transitivity_of_line_equal_0,plain,
    ! [A,B,C] :
      ( line_equal(A,C)
      | ~ ( line_equal(A,B)
          & line_equal(B,C) ) ),
    inference(orientation,[status(thm)],[transitivity_of_line_equal]) ).

fof(symmetry_of_line_equal,axiom,
    ! [A,B] :
      ( line_equal(A,B)
     => line_equal(B,A) ),
    input ).

fof(symmetry_of_line_equal_0,plain,
    ! [A,B] :
      ( ~ line_equal(A,B)
      | line_equal(B,A) ),
    inference(orientation,[status(thm)],[symmetry_of_line_equal]) ).

fof(reflexivity_of_line_equal,axiom,
    ! [A,B] :
      ( incident(A,B)
     => line_equal(B,B) ),
    input ).

fof(reflexivity_of_line_equal_0,plain,
    ! [A,B] :
      ( ~ incident(A,B)
      | line_equal(B,B) ),
    inference(orientation,[status(thm)],[reflexivity_of_line_equal]) ).

fof(transitivity_of_point_equal,axiom,
    ! [A,B,C] :
      ( ( point_equal(A,B)
        & point_equal(B,C) )
     => point_equal(A,C) ),
    input ).

fof(transitivity_of_point_equal_0,plain,
    ! [A,B,C] :
      ( point_equal(A,C)
      | ~ ( point_equal(A,B)
          & point_equal(B,C) ) ),
    inference(orientation,[status(thm)],[transitivity_of_point_equal]) ).

fof(symmetry_of_point_equal,axiom,
    ! [A,B] :
      ( point_equal(A,B)
     => point_equal(B,A) ),
    input ).

fof(symmetry_of_point_equal_0,plain,
    ! [A,B] :
      ( ~ point_equal(A,B)
      | point_equal(B,A) ),
    inference(orientation,[status(thm)],[symmetry_of_point_equal]) ).

fof(reflexivity_of_point_equal,axiom,
    ! [A,B] :
      ( incident(A,B)
     => point_equal(A,A) ),
    input ).

fof(reflexivity_of_point_equal_0,plain,
    ! [A,B] :
      ( ~ incident(A,B)
      | point_equal(A,A) ),
    inference(orientation,[status(thm)],[reflexivity_of_point_equal]) ).

fof(notab,axiom,
    ( line_equal(a1b1,a2b2)
   => goal ),
    input ).

fof(notab_0,plain,
    ( ~ line_equal(a1b1,a2b2)
    | goal ),
    inference(orientation,[status(thm)],[notab]) ).

fof(notac,axiom,
    ( line_equal(a1c1,a2c2)
   => goal ),
    input ).

fof(notac_0,plain,
    ( ~ line_equal(a1c1,a2c2)
    | goal ),
    inference(orientation,[status(thm)],[notac]) ).

fof(notbc,axiom,
    ( line_equal(b1c1,b2c2)
   => goal ),
    input ).

fof(notbc_0,plain,
    ( ~ line_equal(b1c1,b2c2)
    | goal ),
    inference(orientation,[status(thm)],[notbc]) ).

fof(notcc,axiom,
    ( point_equal(c2,c1)
   => goal ),
    input ).

fof(notcc_0,plain,
    ( ~ point_equal(c2,c1)
    | goal ),
    inference(orientation,[status(thm)],[notcc]) ).

fof(notbb,axiom,
    ( point_equal(b2,b1)
   => goal ),
    input ).

fof(notbb_0,plain,
    ( ~ point_equal(b2,b1)
    | goal ),
    inference(orientation,[status(thm)],[notbb]) ).

fof(notaa,axiom,
    ( point_equal(a2,a1)
   => goal ),
    input ).

fof(notaa_0,plain,
    ( ~ point_equal(a2,a1)
    | goal ),
    inference(orientation,[status(thm)],[notaa]) ).

fof(triangle2,axiom,
    ! [A] :
      ( ( incident(a2,A)
        & incident(b2,A)
        & incident(c2,A) )
     => goal ),
    input ).

fof(triangle2_0,plain,
    ! [A] :
      ( goal
      | ~ ( incident(a2,A)
          & incident(b2,A)
          & incident(c2,A) ) ),
    inference(orientation,[status(thm)],[triangle2]) ).

fof(triangle1,axiom,
    ! [A] :
      ( ( incident(a1,A)
        & incident(b1,A)
        & incident(c1,A) )
     => goal ),
    input ).

fof(triangle1_0,plain,
    ! [A] :
      ( goal
      | ~ ( incident(a1,A)
          & incident(b1,A)
          & incident(c1,A) ) ),
    inference(orientation,[status(thm)],[triangle1]) ).

fof(iab2,axiom,
    incident(ab,a2b2),
    input ).

fof(iab2_0,plain,
    ( incident(ab,a2b2)
    | $false ),
    inference(orientation,[status(thm)],[iab2]) ).

fof(iab1,axiom,
    incident(ab,a1b1),
    input ).

fof(iab1_0,plain,
    ( incident(ab,a1b1)
    | $false ),
    inference(orientation,[status(thm)],[iab1]) ).

fof(iac2,axiom,
    incident(ac,a2c2),
    input ).

fof(iac2_0,plain,
    ( incident(ac,a2c2)
    | $false ),
    inference(orientation,[status(thm)],[iac2]) ).

fof(iac1,axiom,
    incident(ac,a1c1),
    input ).

fof(iac1_0,plain,
    ( incident(ac,a1c1)
    | $false ),
    inference(orientation,[status(thm)],[iac1]) ).

fof(ibc2,axiom,
    incident(bc,b2c2),
    input ).

fof(ibc2_0,plain,
    ( incident(bc,b2c2)
    | $false ),
    inference(orientation,[status(thm)],[ibc2]) ).

fof(ibc1,axiom,
    incident(bc,b1c1),
    input ).

fof(ibc1_0,plain,
    ( incident(bc,b1c1)
    | $false ),
    inference(orientation,[status(thm)],[ibc1]) ).

fof(ic2oc,axiom,
    incident(c2,oc),
    input ).

fof(ic2oc_0,plain,
    ( incident(c2,oc)
    | $false ),
    inference(orientation,[status(thm)],[ic2oc]) ).

fof(ic1oc,axiom,
    incident(c1,oc),
    input ).

fof(ic1oc_0,plain,
    ( incident(c1,oc)
    | $false ),
    inference(orientation,[status(thm)],[ic1oc]) ).

fof(ib2ob,axiom,
    incident(b2,ob),
    input ).

fof(ib2ob_0,plain,
    ( incident(b2,ob)
    | $false ),
    inference(orientation,[status(thm)],[ib2ob]) ).

fof(ib1ob,axiom,
    incident(b1,ob),
    input ).

fof(ib1ob_0,plain,
    ( incident(b1,ob)
    | $false ),
    inference(orientation,[status(thm)],[ib1ob]) ).

fof(ia2oa,axiom,
    incident(a2,oa),
    input ).

fof(ia2oa_0,plain,
    ( incident(a2,oa)
    | $false ),
    inference(orientation,[status(thm)],[ia2oa]) ).

fof(ia1oa,axiom,
    incident(a1,oa),
    input ).

fof(ia1oa_0,plain,
    ( incident(a1,oa)
    | $false ),
    inference(orientation,[status(thm)],[ia1oa]) ).

fof(iooc,axiom,
    incident(o,oc),
    input ).

fof(iooc_0,plain,
    ( incident(o,oc)
    | $false ),
    inference(orientation,[status(thm)],[iooc]) ).

fof(ioob,axiom,
    incident(o,ob),
    input ).

fof(ioob_0,plain,
    ( incident(o,ob)
    | $false ),
    inference(orientation,[status(thm)],[ioob]) ).

fof(iooa,axiom,
    incident(o,oa),
    input ).

fof(iooa_0,plain,
    ( incident(o,oa)
    | $false ),
    inference(orientation,[status(thm)],[iooa]) ).

fof(ib2c2,axiom,
    incident(b2,b2c2),
    input ).

fof(ib2c2_0,plain,
    ( incident(b2,b2c2)
    | $false ),
    inference(orientation,[status(thm)],[ib2c2]) ).

fof(ic2b2,axiom,
    incident(c2,b2c2),
    input ).

fof(ic2b2_0,plain,
    ( incident(c2,b2c2)
    | $false ),
    inference(orientation,[status(thm)],[ic2b2]) ).

fof(ib1c1,axiom,
    incident(b1,b1c1),
    input ).

fof(ib1c1_0,plain,
    ( incident(b1,b1c1)
    | $false ),
    inference(orientation,[status(thm)],[ib1c1]) ).

fof(ic1b1,axiom,
    incident(c1,b1c1),
    input ).

fof(ic1b1_0,plain,
    ( incident(c1,b1c1)
    | $false ),
    inference(orientation,[status(thm)],[ic1b1]) ).

fof(ic2a2,axiom,
    incident(c2,a2c2),
    input ).

fof(ic2a2_0,plain,
    ( incident(c2,a2c2)
    | $false ),
    inference(orientation,[status(thm)],[ic2a2]) ).

fof(ia2c2,axiom,
    incident(a2,a2c2),
    input ).

fof(ia2c2_0,plain,
    ( incident(a2,a2c2)
    | $false ),
    inference(orientation,[status(thm)],[ia2c2]) ).

fof(ic1a1,axiom,
    incident(c1,a1c1),
    input ).

fof(ic1a1_0,plain,
    ( incident(c1,a1c1)
    | $false ),
    inference(orientation,[status(thm)],[ic1a1]) ).

fof(ia1c1,axiom,
    incident(a1,a1c1),
    input ).

fof(ia1c1_0,plain,
    ( incident(a1,a1c1)
    | $false ),
    inference(orientation,[status(thm)],[ia1c1]) ).

fof(ib2a2,axiom,
    incident(b2,a2b2),
    input ).

fof(ib2a2_0,plain,
    ( incident(b2,a2b2)
    | $false ),
    inference(orientation,[status(thm)],[ib2a2]) ).

fof(ia2b2,axiom,
    incident(a2,a2b2),
    input ).

fof(ia2b2_0,plain,
    ( incident(a2,a2b2)
    | $false ),
    inference(orientation,[status(thm)],[ia2b2]) ).

fof(ib1a1,axiom,
    incident(b1,a1b1),
    input ).

fof(ib1a1_0,plain,
    ( incident(b1,a1b1)
    | $false ),
    inference(orientation,[status(thm)],[ib1a1]) ).

fof(ia1b1,axiom,
    incident(a1,a1b1),
    input ).

fof(ia1b1_0,plain,
    ( incident(a1,a1b1)
    | $false ),
    inference(orientation,[status(thm)],[ia1b1]) ).

fof(t2in1,axiom,
    ( ( incident(a2,b1c1)
      & incident(b2,a1c1)
      & incident(c2,a1b1) )
   => goal ),
    input ).

fof(t2in1_0,plain,
    ( goal
    | ~ ( incident(a2,b1c1)
        & incident(b2,a1c1)
        & incident(c2,a1b1) ) ),
    inference(orientation,[status(thm)],[t2in1]) ).

fof(t1in2,axiom,
    ( ( incident(a1,b2c2)
      & incident(b1,a2c2)
      & incident(c1,a2b2) )
   => goal ),
    input ).

fof(t1in2_0,plain,
    ( goal
    | ~ ( incident(a1,b2c2)
        & incident(b1,a2c2)
        & incident(c1,a2b2) ) ),
    inference(orientation,[status(thm)],[t1in2]) ).

fof(goal_normal,axiom,
    ! [A] :
      ( ( line_equal(A,A)
        & incident(bc,A)
        & incident(ac,A)
        & incident(ab,A) )
     => goal ),
    input ).

fof(goal_normal_0,plain,
    ! [A] :
      ( goal
      | ~ ( line_equal(A,A)
          & incident(bc,A)
          & incident(ac,A)
          & incident(ab,A) ) ),
    inference(orientation,[status(thm)],[goal_normal]) ).

fof(def_lhs_atom1,axiom,
    ( lhs_atom1
  <=> goal ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [A] :
      ( lhs_atom1
      | ~ ( line_equal(A,A)
          & incident(bc,A)
          & incident(ac,A)
          & incident(ab,A) ) ),
    inference(fold_definition,[status(thm)],[goal_normal_0,def_lhs_atom1]) ).

fof(to_be_clausified_1,plain,
    ( lhs_atom1
    | ~ ( incident(a1,b2c2)
        & incident(b1,a2c2)
        & incident(c1,a2b2) ) ),
    inference(fold_definition,[status(thm)],[t1in2_0,def_lhs_atom1]) ).

fof(to_be_clausified_2,plain,
    ( lhs_atom1
    | ~ ( incident(a2,b1c1)
        & incident(b2,a1c1)
        & incident(c2,a1b1) ) ),
    inference(fold_definition,[status(thm)],[t2in1_0,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ( lhs_atom2
  <=> incident(a1,a1b1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ( lhs_atom2
    | $false ),
    inference(fold_definition,[status(thm)],[ia1b1_0,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ( lhs_atom3
  <=> incident(b1,a1b1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ( lhs_atom3
    | $false ),
    inference(fold_definition,[status(thm)],[ib1a1_0,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ( lhs_atom4
  <=> incident(a2,a2b2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ( lhs_atom4
    | $false ),
    inference(fold_definition,[status(thm)],[ia2b2_0,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ( lhs_atom5
  <=> incident(b2,a2b2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_6,plain,
    ( lhs_atom5
    | $false ),
    inference(fold_definition,[status(thm)],[ib2a2_0,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ( lhs_atom6
  <=> incident(a1,a1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_7,plain,
    ( lhs_atom6
    | $false ),
    inference(fold_definition,[status(thm)],[ia1c1_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ( lhs_atom7
  <=> incident(c1,a1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_8,plain,
    ( lhs_atom7
    | $false ),
    inference(fold_definition,[status(thm)],[ic1a1_0,def_lhs_atom7]) ).

fof(def_lhs_atom8,axiom,
    ( lhs_atom8
  <=> incident(a2,a2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_9,plain,
    ( lhs_atom8
    | $false ),
    inference(fold_definition,[status(thm)],[ia2c2_0,def_lhs_atom8]) ).

fof(def_lhs_atom9,axiom,
    ( lhs_atom9
  <=> incident(c2,a2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_10,plain,
    ( lhs_atom9
    | $false ),
    inference(fold_definition,[status(thm)],[ic2a2_0,def_lhs_atom9]) ).

fof(def_lhs_atom10,axiom,
    ( lhs_atom10
  <=> incident(c1,b1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_11,plain,
    ( lhs_atom10
    | $false ),
    inference(fold_definition,[status(thm)],[ic1b1_0,def_lhs_atom10]) ).

fof(def_lhs_atom11,axiom,
    ( lhs_atom11
  <=> incident(b1,b1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_12,plain,
    ( lhs_atom11
    | $false ),
    inference(fold_definition,[status(thm)],[ib1c1_0,def_lhs_atom11]) ).

fof(def_lhs_atom12,axiom,
    ( lhs_atom12
  <=> incident(c2,b2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_13,plain,
    ( lhs_atom12
    | $false ),
    inference(fold_definition,[status(thm)],[ic2b2_0,def_lhs_atom12]) ).

fof(def_lhs_atom13,axiom,
    ( lhs_atom13
  <=> incident(b2,b2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_14,plain,
    ( lhs_atom13
    | $false ),
    inference(fold_definition,[status(thm)],[ib2c2_0,def_lhs_atom13]) ).

fof(def_lhs_atom14,axiom,
    ( lhs_atom14
  <=> incident(o,oa) ),
    inference(definition,[],]) ).

fof(to_be_clausified_15,plain,
    ( lhs_atom14
    | $false ),
    inference(fold_definition,[status(thm)],[iooa_0,def_lhs_atom14]) ).

fof(def_lhs_atom15,axiom,
    ( lhs_atom15
  <=> incident(o,ob) ),
    inference(definition,[],]) ).

fof(to_be_clausified_16,plain,
    ( lhs_atom15
    | $false ),
    inference(fold_definition,[status(thm)],[ioob_0,def_lhs_atom15]) ).

fof(def_lhs_atom16,axiom,
    ( lhs_atom16
  <=> incident(o,oc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_17,plain,
    ( lhs_atom16
    | $false ),
    inference(fold_definition,[status(thm)],[iooc_0,def_lhs_atom16]) ).

fof(def_lhs_atom17,axiom,
    ( lhs_atom17
  <=> incident(a1,oa) ),
    inference(definition,[],]) ).

fof(to_be_clausified_18,plain,
    ( lhs_atom17
    | $false ),
    inference(fold_definition,[status(thm)],[ia1oa_0,def_lhs_atom17]) ).

fof(def_lhs_atom18,axiom,
    ( lhs_atom18
  <=> incident(a2,oa) ),
    inference(definition,[],]) ).

fof(to_be_clausified_19,plain,
    ( lhs_atom18
    | $false ),
    inference(fold_definition,[status(thm)],[ia2oa_0,def_lhs_atom18]) ).

fof(def_lhs_atom19,axiom,
    ( lhs_atom19
  <=> incident(b1,ob) ),
    inference(definition,[],]) ).

fof(to_be_clausified_20,plain,
    ( lhs_atom19
    | $false ),
    inference(fold_definition,[status(thm)],[ib1ob_0,def_lhs_atom19]) ).

fof(def_lhs_atom20,axiom,
    ( lhs_atom20
  <=> incident(b2,ob) ),
    inference(definition,[],]) ).

fof(to_be_clausified_21,plain,
    ( lhs_atom20
    | $false ),
    inference(fold_definition,[status(thm)],[ib2ob_0,def_lhs_atom20]) ).

fof(def_lhs_atom21,axiom,
    ( lhs_atom21
  <=> incident(c1,oc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_22,plain,
    ( lhs_atom21
    | $false ),
    inference(fold_definition,[status(thm)],[ic1oc_0,def_lhs_atom21]) ).

fof(def_lhs_atom22,axiom,
    ( lhs_atom22
  <=> incident(c2,oc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_23,plain,
    ( lhs_atom22
    | $false ),
    inference(fold_definition,[status(thm)],[ic2oc_0,def_lhs_atom22]) ).

fof(def_lhs_atom23,axiom,
    ( lhs_atom23
  <=> incident(bc,b1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_24,plain,
    ( lhs_atom23
    | $false ),
    inference(fold_definition,[status(thm)],[ibc1_0,def_lhs_atom23]) ).

fof(def_lhs_atom24,axiom,
    ( lhs_atom24
  <=> incident(bc,b2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_25,plain,
    ( lhs_atom24
    | $false ),
    inference(fold_definition,[status(thm)],[ibc2_0,def_lhs_atom24]) ).

fof(def_lhs_atom25,axiom,
    ( lhs_atom25
  <=> incident(ac,a1c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_26,plain,
    ( lhs_atom25
    | $false ),
    inference(fold_definition,[status(thm)],[iac1_0,def_lhs_atom25]) ).

fof(def_lhs_atom26,axiom,
    ( lhs_atom26
  <=> incident(ac,a2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_27,plain,
    ( lhs_atom26
    | $false ),
    inference(fold_definition,[status(thm)],[iac2_0,def_lhs_atom26]) ).

fof(def_lhs_atom27,axiom,
    ( lhs_atom27
  <=> incident(ab,a1b1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_28,plain,
    ( lhs_atom27
    | $false ),
    inference(fold_definition,[status(thm)],[iab1_0,def_lhs_atom27]) ).

fof(def_lhs_atom28,axiom,
    ( lhs_atom28
  <=> incident(ab,a2b2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_29,plain,
    ( lhs_atom28
    | $false ),
    inference(fold_definition,[status(thm)],[iab2_0,def_lhs_atom28]) ).

fof(to_be_clausified_30,plain,
    ! [A] :
      ( lhs_atom1
      | ~ ( incident(a1,A)
          & incident(b1,A)
          & incident(c1,A) ) ),
    inference(fold_definition,[status(thm)],[triangle1_0,def_lhs_atom1]) ).

fof(to_be_clausified_31,plain,
    ! [A] :
      ( lhs_atom1
      | ~ ( incident(a2,A)
          & incident(b2,A)
          & incident(c2,A) ) ),
    inference(fold_definition,[status(thm)],[triangle2_0,def_lhs_atom1]) ).

fof(def_lhs_atom29,axiom,
    ( lhs_atom29
  <=> ~ point_equal(a2,a1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_32,plain,
    ( lhs_atom29
    | goal ),
    inference(fold_definition,[status(thm)],[notaa_0,def_lhs_atom29]) ).

fof(def_lhs_atom30,axiom,
    ( lhs_atom30
  <=> ~ point_equal(b2,b1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_33,plain,
    ( lhs_atom30
    | goal ),
    inference(fold_definition,[status(thm)],[notbb_0,def_lhs_atom30]) ).

fof(def_lhs_atom31,axiom,
    ( lhs_atom31
  <=> ~ point_equal(c2,c1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_34,plain,
    ( lhs_atom31
    | goal ),
    inference(fold_definition,[status(thm)],[notcc_0,def_lhs_atom31]) ).

fof(def_lhs_atom32,axiom,
    ( lhs_atom32
  <=> ~ line_equal(b1c1,b2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_35,plain,
    ( lhs_atom32
    | goal ),
    inference(fold_definition,[status(thm)],[notbc_0,def_lhs_atom32]) ).

fof(def_lhs_atom33,axiom,
    ( lhs_atom33
  <=> ~ line_equal(a1c1,a2c2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_36,plain,
    ( lhs_atom33
    | goal ),
    inference(fold_definition,[status(thm)],[notac_0,def_lhs_atom33]) ).

fof(def_lhs_atom34,axiom,
    ( lhs_atom34
  <=> ~ line_equal(a1b1,a2b2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_37,plain,
    ( lhs_atom34
    | goal ),
    inference(fold_definition,[status(thm)],[notab_0,def_lhs_atom34]) ).

fof(def_lhs_atom35,axiom,
    ! [B,A] :
      ( lhs_atom35(B,A)
    <=> ~ incident(A,B) ),
    inference(definition,[],]) ).

fof(to_be_clausified_38,plain,
    ! [A,B] :
      ( lhs_atom35(B,A)
      | point_equal(A,A) ),
    inference(fold_definition,[status(thm)],[reflexivity_of_point_equal_0,def_lhs_atom35]) ).

fof(def_lhs_atom36,axiom,
    ! [B,A] :
      ( lhs_atom36(B,A)
    <=> ~ point_equal(A,B) ),
    inference(definition,[],]) ).

fof(to_be_clausified_39,plain,
    ! [A,B] :
      ( lhs_atom36(B,A)
      | point_equal(B,A) ),
    inference(fold_definition,[status(thm)],[symmetry_of_point_equal_0,def_lhs_atom36]) ).

fof(def_lhs_atom37,axiom,
    ! [C,A] :
      ( lhs_atom37(C,A)
    <=> point_equal(A,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_40,plain,
    ! [A,B,C] :
      ( lhs_atom37(C,A)
      | ~ ( point_equal(A,B)
          & point_equal(B,C) ) ),
    inference(fold_definition,[status(thm)],[transitivity_of_point_equal_0,def_lhs_atom37]) ).

fof(to_be_clausified_41,plain,
    ! [A,B] :
      ( lhs_atom35(B,A)
      | line_equal(B,B) ),
    inference(fold_definition,[status(thm)],[reflexivity_of_line_equal_0,def_lhs_atom35]) ).

fof(def_lhs_atom38,axiom,
    ! [B,A] :
      ( lhs_atom38(B,A)
    <=> ~ line_equal(A,B) ),
    inference(definition,[],]) ).

fof(to_be_clausified_42,plain,
    ! [A,B] :
      ( lhs_atom38(B,A)
      | line_equal(B,A) ),
    inference(fold_definition,[status(thm)],[symmetry_of_line_equal_0,def_lhs_atom38]) ).

fof(def_lhs_atom39,axiom,
    ! [C,A] :
      ( lhs_atom39(C,A)
    <=> line_equal(A,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_43,plain,
    ! [A,B,C] :
      ( lhs_atom39(C,A)
      | ~ ( line_equal(A,B)
          & line_equal(B,C) ) ),
    inference(fold_definition,[status(thm)],[transitivity_of_line_equal_0,def_lhs_atom39]) ).

fof(def_lhs_atom40,axiom,
    ! [C,A] :
      ( lhs_atom40(C,A)
    <=> incident(A,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_44,plain,
    ! [A,B,C] :
      ( lhs_atom40(C,A)
      | ~ ( point_equal(A,B)
          & incident(B,C) ) ),
    inference(fold_definition,[status(thm)],[pcon_0,def_lhs_atom40]) ).

fof(to_be_clausified_45,plain,
    ! [A,B,C] :
      ( lhs_atom40(C,A)
      | ~ ( incident(A,B)
          & line_equal(B,C) ) ),
    inference(fold_definition,[status(thm)],[lcon_0,def_lhs_atom40]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( line_equal(X1,X1)
          & incident(bc,X1)
          & incident(ac,X1)
          & incident(ab,X1) ) ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_1,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( incident(a2,X1)
          & incident(b2,X1)
          & incident(c2,X1) ) ),
    file('<stdin>',to_be_clausified_31) ).

fof(c_0_2,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( incident(a1,X1)
          & incident(b1,X1)
          & incident(c1,X1) ) ),
    file('<stdin>',to_be_clausified_30) ).

fof(c_0_3,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom40(X3,X1)
      | ~ ( incident(X1,X2)
          & line_equal(X2,X3) ) ),
    file('<stdin>',to_be_clausified_45) ).

fof(c_0_4,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom40(X3,X1)
      | ~ ( point_equal(X1,X2)
          & incident(X2,X3) ) ),
    file('<stdin>',to_be_clausified_44) ).

fof(c_0_5,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom39(X3,X1)
      | ~ ( line_equal(X1,X2)
          & line_equal(X2,X3) ) ),
    file('<stdin>',to_be_clausified_43) ).

fof(c_0_6,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom37(X3,X1)
      | ~ ( point_equal(X1,X2)
          & point_equal(X2,X3) ) ),
    file('<stdin>',to_be_clausified_40) ).

fof(c_0_7,axiom,
    ( lhs_atom1
    | ~ ( incident(a2,b1c1)
        & incident(b2,a1c1)
        & incident(c2,a1b1) ) ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_8,axiom,
    ( lhs_atom1
    | ~ ( incident(a1,b2c2)
        & incident(b1,a2c2)
        & incident(c1,a2b2) ) ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_9,axiom,
    ! [X2,X1] :
      ( lhs_atom38(X2,X1)
      | line_equal(X2,X1) ),
    file('<stdin>',to_be_clausified_42) ).

fof(c_0_10,axiom,
    ! [X2,X1] :
      ( lhs_atom35(X2,X1)
      | line_equal(X2,X2) ),
    file('<stdin>',to_be_clausified_41) ).

fof(c_0_11,axiom,
    ! [X2,X1] :
      ( lhs_atom36(X2,X1)
      | point_equal(X2,X1) ),
    file('<stdin>',to_be_clausified_39) ).

fof(c_0_12,axiom,
    ! [X2,X1] :
      ( lhs_atom35(X2,X1)
      | point_equal(X1,X1) ),
    file('<stdin>',to_be_clausified_38) ).

fof(c_0_13,axiom,
    ( lhs_atom34
    | goal ),
    file('<stdin>',to_be_clausified_37) ).

fof(c_0_14,axiom,
    ( lhs_atom33
    | goal ),
    file('<stdin>',to_be_clausified_36) ).

fof(c_0_15,axiom,
    ( lhs_atom32
    | goal ),
    file('<stdin>',to_be_clausified_35) ).

fof(c_0_16,axiom,
    ( lhs_atom31
    | goal ),
    file('<stdin>',to_be_clausified_34) ).

fof(c_0_17,axiom,
    ( lhs_atom30
    | goal ),
    file('<stdin>',to_be_clausified_33) ).

fof(c_0_18,axiom,
    ( lhs_atom29
    | goal ),
    file('<stdin>',to_be_clausified_32) ).

fof(c_0_19,axiom,
    ( lhs_atom28
    | ~ $true ),
    file('<stdin>',to_be_clausified_29) ).

fof(c_0_20,axiom,
    ( lhs_atom27
    | ~ $true ),
    file('<stdin>',to_be_clausified_28) ).

fof(c_0_21,axiom,
    ( lhs_atom26
    | ~ $true ),
    file('<stdin>',to_be_clausified_27) ).

fof(c_0_22,axiom,
    ( lhs_atom25
    | ~ $true ),
    file('<stdin>',to_be_clausified_26) ).

fof(c_0_23,axiom,
    ( lhs_atom24
    | ~ $true ),
    file('<stdin>',to_be_clausified_25) ).

fof(c_0_24,axiom,
    ( lhs_atom23
    | ~ $true ),
    file('<stdin>',to_be_clausified_24) ).

fof(c_0_25,axiom,
    ( lhs_atom22
    | ~ $true ),
    file('<stdin>',to_be_clausified_23) ).

fof(c_0_26,axiom,
    ( lhs_atom21
    | ~ $true ),
    file('<stdin>',to_be_clausified_22) ).

fof(c_0_27,axiom,
    ( lhs_atom20
    | ~ $true ),
    file('<stdin>',to_be_clausified_21) ).

fof(c_0_28,axiom,
    ( lhs_atom19
    | ~ $true ),
    file('<stdin>',to_be_clausified_20) ).

fof(c_0_29,axiom,
    ( lhs_atom18
    | ~ $true ),
    file('<stdin>',to_be_clausified_19) ).

fof(c_0_30,axiom,
    ( lhs_atom17
    | ~ $true ),
    file('<stdin>',to_be_clausified_18) ).

fof(c_0_31,axiom,
    ( lhs_atom16
    | ~ $true ),
    file('<stdin>',to_be_clausified_17) ).

fof(c_0_32,axiom,
    ( lhs_atom15
    | ~ $true ),
    file('<stdin>',to_be_clausified_16) ).

fof(c_0_33,axiom,
    ( lhs_atom14
    | ~ $true ),
    file('<stdin>',to_be_clausified_15) ).

fof(c_0_34,axiom,
    ( lhs_atom13
    | ~ $true ),
    file('<stdin>',to_be_clausified_14) ).

fof(c_0_35,axiom,
    ( lhs_atom12
    | ~ $true ),
    file('<stdin>',to_be_clausified_13) ).

fof(c_0_36,axiom,
    ( lhs_atom11
    | ~ $true ),
    file('<stdin>',to_be_clausified_12) ).

fof(c_0_37,axiom,
    ( lhs_atom10
    | ~ $true ),
    file('<stdin>',to_be_clausified_11) ).

fof(c_0_38,axiom,
    ( lhs_atom9
    | ~ $true ),
    file('<stdin>',to_be_clausified_10) ).

fof(c_0_39,axiom,
    ( lhs_atom8
    | ~ $true ),
    file('<stdin>',to_be_clausified_9) ).

fof(c_0_40,axiom,
    ( lhs_atom7
    | ~ $true ),
    file('<stdin>',to_be_clausified_8) ).

fof(c_0_41,axiom,
    ( lhs_atom6
    | ~ $true ),
    file('<stdin>',to_be_clausified_7) ).

fof(c_0_42,axiom,
    ( lhs_atom5
    | ~ $true ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_43,axiom,
    ( lhs_atom4
    | ~ $true ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_44,axiom,
    ( lhs_atom3
    | ~ $true ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_45,axiom,
    ( lhs_atom2
    | ~ $true ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_46,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( line_equal(X1,X1)
          & incident(bc,X1)
          & incident(ac,X1)
          & incident(ab,X1) ) ),
    c_0_0 ).

fof(c_0_47,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( incident(a2,X1)
          & incident(b2,X1)
          & incident(c2,X1) ) ),
    c_0_1 ).

fof(c_0_48,axiom,
    ! [X1] :
      ( lhs_atom1
      | ~ ( incident(a1,X1)
          & incident(b1,X1)
          & incident(c1,X1) ) ),
    c_0_2 ).

fof(c_0_49,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom40(X3,X1)
      | ~ ( incident(X1,X2)
          & line_equal(X2,X3) ) ),
    c_0_3 ).

fof(c_0_50,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom40(X3,X1)
      | ~ ( point_equal(X1,X2)
          & incident(X2,X3) ) ),
    c_0_4 ).

fof(c_0_51,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom39(X3,X1)
      | ~ ( line_equal(X1,X2)
          & line_equal(X2,X3) ) ),
    c_0_5 ).

fof(c_0_52,axiom,
    ! [X3,X2,X1] :
      ( lhs_atom37(X3,X1)
      | ~ ( point_equal(X1,X2)
          & point_equal(X2,X3) ) ),
    c_0_6 ).

fof(c_0_53,axiom,
    ( lhs_atom1
    | ~ ( incident(a2,b1c1)
        & incident(b2,a1c1)
        & incident(c2,a1b1) ) ),
    c_0_7 ).

fof(c_0_54,axiom,
    ( lhs_atom1
    | ~ ( incident(a1,b2c2)
        & incident(b1,a2c2)
        & incident(c1,a2b2) ) ),
    c_0_8 ).

fof(c_0_55,axiom,
    ! [X2,X1] :
      ( lhs_atom38(X2,X1)
      | line_equal(X2,X1) ),
    c_0_9 ).

fof(c_0_56,axiom,
    ! [X2,X1] :
      ( lhs_atom35(X2,X1)
      | line_equal(X2,X2) ),
    c_0_10 ).

fof(c_0_57,axiom,
    ! [X2,X1] :
      ( lhs_atom36(X2,X1)
      | point_equal(X2,X1) ),
    c_0_11 ).

fof(c_0_58,axiom,
    ! [X2,X1] :
      ( lhs_atom35(X2,X1)
      | point_equal(X1,X1) ),
    c_0_12 ).

fof(c_0_59,axiom,
    ( lhs_atom34
    | goal ),
    c_0_13 ).

fof(c_0_60,axiom,
    ( lhs_atom33
    | goal ),
    c_0_14 ).

fof(c_0_61,axiom,
    ( lhs_atom32
    | goal ),
    c_0_15 ).

fof(c_0_62,axiom,
    ( lhs_atom31
    | goal ),
    c_0_16 ).

fof(c_0_63,axiom,
    ( lhs_atom30
    | goal ),
    c_0_17 ).

fof(c_0_64,axiom,
    ( lhs_atom29
    | goal ),
    c_0_18 ).

fof(c_0_65,plain,
    lhs_atom28,
    inference(fof_simplification,[status(thm)],[c_0_19]) ).

fof(c_0_66,plain,
    lhs_atom27,
    inference(fof_simplification,[status(thm)],[c_0_20]) ).

fof(c_0_67,plain,
    lhs_atom26,
    inference(fof_simplification,[status(thm)],[c_0_21]) ).

fof(c_0_68,plain,
    lhs_atom25,
    inference(fof_simplification,[status(thm)],[c_0_22]) ).

fof(c_0_69,plain,
    lhs_atom24,
    inference(fof_simplification,[status(thm)],[c_0_23]) ).

fof(c_0_70,plain,
    lhs_atom23,
    inference(fof_simplification,[status(thm)],[c_0_24]) ).

fof(c_0_71,plain,
    lhs_atom22,
    inference(fof_simplification,[status(thm)],[c_0_25]) ).

fof(c_0_72,plain,
    lhs_atom21,
    inference(fof_simplification,[status(thm)],[c_0_26]) ).

fof(c_0_73,plain,
    lhs_atom20,
    inference(fof_simplification,[status(thm)],[c_0_27]) ).

fof(c_0_74,plain,
    lhs_atom19,
    inference(fof_simplification,[status(thm)],[c_0_28]) ).

fof(c_0_75,plain,
    lhs_atom18,
    inference(fof_simplification,[status(thm)],[c_0_29]) ).

fof(c_0_76,plain,
    lhs_atom17,
    inference(fof_simplification,[status(thm)],[c_0_30]) ).

fof(c_0_77,plain,
    lhs_atom16,
    inference(fof_simplification,[status(thm)],[c_0_31]) ).

fof(c_0_78,plain,
    lhs_atom15,
    inference(fof_simplification,[status(thm)],[c_0_32]) ).

fof(c_0_79,plain,
    lhs_atom14,
    inference(fof_simplification,[status(thm)],[c_0_33]) ).

fof(c_0_80,plain,
    lhs_atom13,
    inference(fof_simplification,[status(thm)],[c_0_34]) ).

fof(c_0_81,plain,
    lhs_atom12,
    inference(fof_simplification,[status(thm)],[c_0_35]) ).

fof(c_0_82,plain,
    lhs_atom11,
    inference(fof_simplification,[status(thm)],[c_0_36]) ).

fof(c_0_83,plain,
    lhs_atom10,
    inference(fof_simplification,[status(thm)],[c_0_37]) ).

fof(c_0_84,plain,
    lhs_atom9,
    inference(fof_simplification,[status(thm)],[c_0_38]) ).

fof(c_0_85,plain,
    lhs_atom8,
    inference(fof_simplification,[status(thm)],[c_0_39]) ).

fof(c_0_86,plain,
    lhs_atom7,
    inference(fof_simplification,[status(thm)],[c_0_40]) ).

fof(c_0_87,plain,
    lhs_atom6,
    inference(fof_simplification,[status(thm)],[c_0_41]) ).

fof(c_0_88,plain,
    lhs_atom5,
    inference(fof_simplification,[status(thm)],[c_0_42]) ).

fof(c_0_89,plain,
    lhs_atom4,
    inference(fof_simplification,[status(thm)],[c_0_43]) ).

fof(c_0_90,plain,
    lhs_atom3,
    inference(fof_simplification,[status(thm)],[c_0_44]) ).

fof(c_0_91,plain,
    lhs_atom2,
    inference(fof_simplification,[status(thm)],[c_0_45]) ).

fof(c_0_92,plain,
    ! [X2] :
      ( lhs_atom1
      | ~ line_equal(X2,X2)
      | ~ incident(bc,X2)
      | ~ incident(ac,X2)
      | ~ incident(ab,X2) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_46])])])]) ).

fof(c_0_93,plain,
    ! [X2] :
      ( lhs_atom1
      | ~ incident(a2,X2)
      | ~ incident(b2,X2)
      | ~ incident(c2,X2) ),
    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_94,plain,
    ! [X2] :
      ( lhs_atom1
      | ~ incident(a1,X2)
      | ~ incident(b1,X2)
      | ~ incident(c1,X2) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_48])])])]) ).

fof(c_0_95,plain,
    ! [X4,X5,X6] :
      ( lhs_atom40(X4,X6)
      | ~ incident(X6,X5)
      | ~ line_equal(X5,X4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_49])]) ).

fof(c_0_96,plain,
    ! [X4,X5,X6] :
      ( lhs_atom40(X4,X6)
      | ~ point_equal(X6,X5)
      | ~ incident(X5,X4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_50])]) ).

fof(c_0_97,plain,
    ! [X4,X5,X6] :
      ( lhs_atom39(X4,X6)
      | ~ line_equal(X6,X5)
      | ~ line_equal(X5,X4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_51])]) ).

fof(c_0_98,plain,
    ! [X4,X5,X6] :
      ( lhs_atom37(X4,X6)
      | ~ point_equal(X6,X5)
      | ~ point_equal(X5,X4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_52])]) ).

fof(c_0_99,plain,
    ( lhs_atom1
    | ~ incident(a2,b1c1)
    | ~ incident(b2,a1c1)
    | ~ incident(c2,a1b1) ),
    inference(fof_nnf,[status(thm)],[c_0_53]) ).

fof(c_0_100,plain,
    ( lhs_atom1
    | ~ incident(a1,b2c2)
    | ~ incident(b1,a2c2)
    | ~ incident(c1,a2b2) ),
    inference(fof_nnf,[status(thm)],[c_0_54]) ).

fof(c_0_101,plain,
    ! [X3,X4] :
      ( lhs_atom38(X3,X4)
      | line_equal(X3,X4) ),
    inference(variable_rename,[status(thm)],[c_0_55]) ).

fof(c_0_102,plain,
    ! [X3,X4] :
      ( lhs_atom35(X3,X4)
      | line_equal(X3,X3) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_56])])]) ).

fof(c_0_103,plain,
    ! [X3,X4] :
      ( lhs_atom36(X3,X4)
      | point_equal(X3,X4) ),
    inference(variable_rename,[status(thm)],[c_0_57]) ).

fof(c_0_104,plain,
    ! [X3,X4] :
      ( lhs_atom35(X3,X4)
      | point_equal(X4,X4) ),
    inference(variable_rename,[status(thm)],[c_0_58]) ).

fof(c_0_105,axiom,
    ( lhs_atom34
    | goal ),
    c_0_59 ).

fof(c_0_106,axiom,
    ( lhs_atom33
    | goal ),
    c_0_60 ).

fof(c_0_107,axiom,
    ( lhs_atom32
    | goal ),
    c_0_61 ).

fof(c_0_108,axiom,
    ( lhs_atom31
    | goal ),
    c_0_62 ).

fof(c_0_109,axiom,
    ( lhs_atom30
    | goal ),
    c_0_63 ).

fof(c_0_110,axiom,
    ( lhs_atom29
    | goal ),
    c_0_64 ).

fof(c_0_111,plain,
    lhs_atom28,
    c_0_65 ).

fof(c_0_112,plain,
    lhs_atom27,
    c_0_66 ).

fof(c_0_113,plain,
    lhs_atom26,
    c_0_67 ).

fof(c_0_114,plain,
    lhs_atom25,
    c_0_68 ).

fof(c_0_115,plain,
    lhs_atom24,
    c_0_69 ).

fof(c_0_116,plain,
    lhs_atom23,
    c_0_70 ).

fof(c_0_117,plain,
    lhs_atom22,
    c_0_71 ).

fof(c_0_118,plain,
    lhs_atom21,
    c_0_72 ).

fof(c_0_119,plain,
    lhs_atom20,
    c_0_73 ).

fof(c_0_120,plain,
    lhs_atom19,
    c_0_74 ).

fof(c_0_121,plain,
    lhs_atom18,
    c_0_75 ).

fof(c_0_122,plain,
    lhs_atom17,
    c_0_76 ).

fof(c_0_123,plain,
    lhs_atom16,
    c_0_77 ).

fof(c_0_124,plain,
    lhs_atom15,
    c_0_78 ).

fof(c_0_125,plain,
    lhs_atom14,
    c_0_79 ).

fof(c_0_126,plain,
    lhs_atom13,
    c_0_80 ).

fof(c_0_127,plain,
    lhs_atom12,
    c_0_81 ).

fof(c_0_128,plain,
    lhs_atom11,
    c_0_82 ).

fof(c_0_129,plain,
    lhs_atom10,
    c_0_83 ).

fof(c_0_130,plain,
    lhs_atom9,
    c_0_84 ).

fof(c_0_131,plain,
    lhs_atom8,
    c_0_85 ).

fof(c_0_132,plain,
    lhs_atom7,
    c_0_86 ).

fof(c_0_133,plain,
    lhs_atom6,
    c_0_87 ).

fof(c_0_134,plain,
    lhs_atom5,
    c_0_88 ).

fof(c_0_135,plain,
    lhs_atom4,
    c_0_89 ).

fof(c_0_136,plain,
    lhs_atom3,
    c_0_90 ).

fof(c_0_137,plain,
    lhs_atom2,
    c_0_91 ).

cnf(c_0_138,plain,
    ( lhs_atom1
    | ~ incident(ab,X1)
    | ~ incident(ac,X1)
    | ~ incident(bc,X1)
    | ~ line_equal(X1,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_92]) ).

cnf(c_0_139,plain,
    ( lhs_atom1
    | ~ incident(c2,X1)
    | ~ incident(b2,X1)
    | ~ incident(a2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_93]) ).

cnf(c_0_140,plain,
    ( lhs_atom1
    | ~ incident(c1,X1)
    | ~ incident(b1,X1)
    | ~ incident(a1,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_94]) ).

cnf(c_0_141,plain,
    ( lhs_atom40(X2,X3)
    | ~ line_equal(X1,X2)
    | ~ incident(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_95]) ).

cnf(c_0_142,plain,
    ( lhs_atom40(X2,X3)
    | ~ incident(X1,X2)
    | ~ point_equal(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_96]) ).

cnf(c_0_143,plain,
    ( lhs_atom39(X2,X3)
    | ~ line_equal(X1,X2)
    | ~ line_equal(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_97]) ).

cnf(c_0_144,plain,
    ( lhs_atom37(X2,X3)
    | ~ point_equal(X1,X2)
    | ~ point_equal(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_98]) ).

cnf(c_0_145,plain,
    ( lhs_atom1
    | ~ incident(c2,a1b1)
    | ~ incident(b2,a1c1)
    | ~ incident(a2,b1c1) ),
    inference(split_conjunct,[status(thm)],[c_0_99]) ).

cnf(c_0_146,plain,
    ( lhs_atom1
    | ~ incident(c1,a2b2)
    | ~ incident(b1,a2c2)
    | ~ incident(a1,b2c2) ),
    inference(split_conjunct,[status(thm)],[c_0_100]) ).

cnf(c_0_147,plain,
    ( line_equal(X1,X2)
    | lhs_atom38(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_101]) ).

cnf(c_0_148,plain,
    ( line_equal(X1,X1)
    | lhs_atom35(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_102]) ).

cnf(c_0_149,plain,
    ( point_equal(X1,X2)
    | lhs_atom36(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_103]) ).

cnf(c_0_150,plain,
    ( point_equal(X1,X1)
    | lhs_atom35(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_104]) ).

cnf(c_0_151,plain,
    ( goal
    | lhs_atom34 ),
    inference(split_conjunct,[status(thm)],[c_0_105]) ).

cnf(c_0_152,plain,
    ( goal
    | lhs_atom33 ),
    inference(split_conjunct,[status(thm)],[c_0_106]) ).

cnf(c_0_153,plain,
    ( goal
    | lhs_atom32 ),
    inference(split_conjunct,[status(thm)],[c_0_107]) ).

cnf(c_0_154,plain,
    ( goal
    | lhs_atom31 ),
    inference(split_conjunct,[status(thm)],[c_0_108]) ).

cnf(c_0_155,plain,
    ( goal
    | lhs_atom30 ),
    inference(split_conjunct,[status(thm)],[c_0_109]) ).

cnf(c_0_156,plain,
    ( goal
    | lhs_atom29 ),
    inference(split_conjunct,[status(thm)],[c_0_110]) ).

cnf(c_0_157,plain,
    lhs_atom28,
    inference(split_conjunct,[status(thm)],[c_0_111]) ).

cnf(c_0_158,plain,
    lhs_atom27,
    inference(split_conjunct,[status(thm)],[c_0_112]) ).

cnf(c_0_159,plain,
    lhs_atom26,
    inference(split_conjunct,[status(thm)],[c_0_113]) ).

cnf(c_0_160,plain,
    lhs_atom25,
    inference(split_conjunct,[status(thm)],[c_0_114]) ).

cnf(c_0_161,plain,
    lhs_atom24,
    inference(split_conjunct,[status(thm)],[c_0_115]) ).

cnf(c_0_162,plain,
    lhs_atom23,
    inference(split_conjunct,[status(thm)],[c_0_116]) ).

cnf(c_0_163,plain,
    lhs_atom22,
    inference(split_conjunct,[status(thm)],[c_0_117]) ).

cnf(c_0_164,plain,
    lhs_atom21,
    inference(split_conjunct,[status(thm)],[c_0_118]) ).

cnf(c_0_165,plain,
    lhs_atom20,
    inference(split_conjunct,[status(thm)],[c_0_119]) ).

cnf(c_0_166,plain,
    lhs_atom19,
    inference(split_conjunct,[status(thm)],[c_0_120]) ).

cnf(c_0_167,plain,
    lhs_atom18,
    inference(split_conjunct,[status(thm)],[c_0_121]) ).

cnf(c_0_168,plain,
    lhs_atom17,
    inference(split_conjunct,[status(thm)],[c_0_122]) ).

cnf(c_0_169,plain,
    lhs_atom16,
    inference(split_conjunct,[status(thm)],[c_0_123]) ).

cnf(c_0_170,plain,
    lhs_atom15,
    inference(split_conjunct,[status(thm)],[c_0_124]) ).

cnf(c_0_171,plain,
    lhs_atom14,
    inference(split_conjunct,[status(thm)],[c_0_125]) ).

cnf(c_0_172,plain,
    lhs_atom13,
    inference(split_conjunct,[status(thm)],[c_0_126]) ).

cnf(c_0_173,plain,
    lhs_atom12,
    inference(split_conjunct,[status(thm)],[c_0_127]) ).

cnf(c_0_174,plain,
    lhs_atom11,
    inference(split_conjunct,[status(thm)],[c_0_128]) ).

cnf(c_0_175,plain,
    lhs_atom10,
    inference(split_conjunct,[status(thm)],[c_0_129]) ).

cnf(c_0_176,plain,
    lhs_atom9,
    inference(split_conjunct,[status(thm)],[c_0_130]) ).

cnf(c_0_177,plain,
    lhs_atom8,
    inference(split_conjunct,[status(thm)],[c_0_131]) ).

cnf(c_0_178,plain,
    lhs_atom7,
    inference(split_conjunct,[status(thm)],[c_0_132]) ).

cnf(c_0_179,plain,
    lhs_atom6,
    inference(split_conjunct,[status(thm)],[c_0_133]) ).

cnf(c_0_180,plain,
    lhs_atom5,
    inference(split_conjunct,[status(thm)],[c_0_134]) ).

cnf(c_0_181,plain,
    lhs_atom4,
    inference(split_conjunct,[status(thm)],[c_0_135]) ).

cnf(c_0_182,plain,
    lhs_atom3,
    inference(split_conjunct,[status(thm)],[c_0_136]) ).

cnf(c_0_183,plain,
    lhs_atom2,
    inference(split_conjunct,[status(thm)],[c_0_137]) ).

cnf(c_0_184,plain,
    ( lhs_atom1
    | ~ incident(ab,X1)
    | ~ incident(ac,X1)
    | ~ incident(bc,X1)
    | ~ line_equal(X1,X1) ),
    c_0_138,
    [final] ).

cnf(c_0_185,plain,
    ( lhs_atom1
    | ~ incident(c2,X1)
    | ~ incident(b2,X1)
    | ~ incident(a2,X1) ),
    c_0_139,
    [final] ).

cnf(c_0_186,plain,
    ( lhs_atom1
    | ~ incident(c1,X1)
    | ~ incident(b1,X1)
    | ~ incident(a1,X1) ),
    c_0_140,
    [final] ).

cnf(c_0_187,plain,
    ( lhs_atom40(X2,X3)
    | ~ line_equal(X1,X2)
    | ~ incident(X3,X1) ),
    c_0_141,
    [final] ).

cnf(c_0_188,plain,
    ( lhs_atom40(X2,X3)
    | ~ incident(X1,X2)
    | ~ point_equal(X3,X1) ),
    c_0_142,
    [final] ).

cnf(c_0_189,plain,
    ( lhs_atom39(X2,X3)
    | ~ line_equal(X1,X2)
    | ~ line_equal(X3,X1) ),
    c_0_143,
    [final] ).

cnf(c_0_190,plain,
    ( lhs_atom37(X2,X3)
    | ~ point_equal(X1,X2)
    | ~ point_equal(X3,X1) ),
    c_0_144,
    [final] ).

cnf(c_0_191,plain,
    ( lhs_atom1
    | ~ incident(c2,a1b1)
    | ~ incident(b2,a1c1)
    | ~ incident(a2,b1c1) ),
    c_0_145,
    [final] ).

cnf(c_0_192,plain,
    ( lhs_atom1
    | ~ incident(c1,a2b2)
    | ~ incident(b1,a2c2)
    | ~ incident(a1,b2c2) ),
    c_0_146,
    [final] ).

cnf(c_0_193,plain,
    ( line_equal(X1,X2)
    | lhs_atom38(X1,X2) ),
    c_0_147,
    [final] ).

cnf(c_0_194,plain,
    ( line_equal(X1,X1)
    | lhs_atom35(X1,X2) ),
    c_0_148,
    [final] ).

cnf(c_0_195,plain,
    ( point_equal(X1,X2)
    | lhs_atom36(X1,X2) ),
    c_0_149,
    [final] ).

cnf(c_0_196,plain,
    ( point_equal(X1,X1)
    | lhs_atom35(X2,X1) ),
    c_0_150,
    [final] ).

cnf(c_0_197,plain,
    ( goal
    | lhs_atom34 ),
    c_0_151,
    [final] ).

cnf(c_0_198,plain,
    ( goal
    | lhs_atom33 ),
    c_0_152,
    [final] ).

cnf(c_0_199,plain,
    ( goal
    | lhs_atom32 ),
    c_0_153,
    [final] ).

cnf(c_0_200,plain,
    ( goal
    | lhs_atom31 ),
    c_0_154,
    [final] ).

cnf(c_0_201,plain,
    ( goal
    | lhs_atom30 ),
    c_0_155,
    [final] ).

cnf(c_0_202,plain,
    ( goal
    | lhs_atom29 ),
    c_0_156,
    [final] ).

cnf(c_0_203,plain,
    lhs_atom28,
    c_0_157,
    [final] ).

cnf(c_0_204,plain,
    lhs_atom27,
    c_0_158,
    [final] ).

cnf(c_0_205,plain,
    lhs_atom26,
    c_0_159,
    [final] ).

cnf(c_0_206,plain,
    lhs_atom25,
    c_0_160,
    [final] ).

cnf(c_0_207,plain,
    lhs_atom24,
    c_0_161,
    [final] ).

cnf(c_0_208,plain,
    lhs_atom23,
    c_0_162,
    [final] ).

cnf(c_0_209,plain,
    lhs_atom22,
    c_0_163,
    [final] ).

cnf(c_0_210,plain,
    lhs_atom21,
    c_0_164,
    [final] ).

cnf(c_0_211,plain,
    lhs_atom20,
    c_0_165,
    [final] ).

cnf(c_0_212,plain,
    lhs_atom19,
    c_0_166,
    [final] ).

cnf(c_0_213,plain,
    lhs_atom18,
    c_0_167,
    [final] ).

cnf(c_0_214,plain,
    lhs_atom17,
    c_0_168,
    [final] ).

cnf(c_0_215,plain,
    lhs_atom16,
    c_0_169,
    [final] ).

cnf(c_0_216,plain,
    lhs_atom15,
    c_0_170,
    [final] ).

cnf(c_0_217,plain,
    lhs_atom14,
    c_0_171,
    [final] ).

cnf(c_0_218,plain,
    lhs_atom13,
    c_0_172,
    [final] ).

cnf(c_0_219,plain,
    lhs_atom12,
    c_0_173,
    [final] ).

cnf(c_0_220,plain,
    lhs_atom11,
    c_0_174,
    [final] ).

cnf(c_0_221,plain,
    lhs_atom10,
    c_0_175,
    [final] ).

cnf(c_0_222,plain,
    lhs_atom9,
    c_0_176,
    [final] ).

cnf(c_0_223,plain,
    lhs_atom8,
    c_0_177,
    [final] ).

cnf(c_0_224,plain,
    lhs_atom7,
    c_0_178,
    [final] ).

cnf(c_0_225,plain,
    lhs_atom6,
    c_0_179,
    [final] ).

cnf(c_0_226,plain,
    lhs_atom5,
    c_0_180,
    [final] ).

cnf(c_0_227,plain,
    lhs_atom4,
    c_0_181,
    [final] ).

cnf(c_0_228,plain,
    lhs_atom3,
    c_0_182,
    [final] ).

cnf(c_0_229,plain,
    lhs_atom2,
    c_0_183,
    [final] ).

% End CNF derivation
cnf(c_0_184_0,axiom,
    ( goal
    | ~ incident(ab,X1)
    | ~ incident(ac,X1)
    | ~ incident(bc,X1)
    | ~ line_equal(X1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_184,def_lhs_atom1]) ).

cnf(c_0_185_0,axiom,
    ( goal
    | ~ incident(c2,X1)
    | ~ incident(b2,X1)
    | ~ incident(a2,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_185,def_lhs_atom1]) ).

cnf(c_0_186_0,axiom,
    ( goal
    | ~ incident(c1,X1)
    | ~ incident(b1,X1)
    | ~ incident(a1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_186,def_lhs_atom1]) ).

cnf(c_0_187_0,axiom,
    ( incident(X3,X2)
    | ~ line_equal(X1,X2)
    | ~ incident(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_187,def_lhs_atom40]) ).

cnf(c_0_188_0,axiom,
    ( incident(X3,X2)
    | ~ incident(X1,X2)
    | ~ point_equal(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_188,def_lhs_atom40]) ).

cnf(c_0_189_0,axiom,
    ( line_equal(X3,X2)
    | ~ line_equal(X1,X2)
    | ~ line_equal(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_189,def_lhs_atom39]) ).

cnf(c_0_190_0,axiom,
    ( point_equal(X3,X2)
    | ~ point_equal(X1,X2)
    | ~ point_equal(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_190,def_lhs_atom37]) ).

cnf(c_0_191_0,axiom,
    ( goal
    | ~ incident(c2,a1b1)
    | ~ incident(b2,a1c1)
    | ~ incident(a2,b1c1) ),
    inference(unfold_definition,[status(thm)],[c_0_191,def_lhs_atom1]) ).

cnf(c_0_192_0,axiom,
    ( goal
    | ~ incident(c1,a2b2)
    | ~ incident(b1,a2c2)
    | ~ incident(a1,b2c2) ),
    inference(unfold_definition,[status(thm)],[c_0_192,def_lhs_atom1]) ).

cnf(c_0_193_0,axiom,
    ( ~ line_equal(X2,X1)
    | line_equal(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_193,def_lhs_atom38]) ).

cnf(c_0_194_0,axiom,
    ( ~ incident(X2,X1)
    | line_equal(X1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_194,def_lhs_atom35]) ).

cnf(c_0_195_0,axiom,
    ( ~ point_equal(X2,X1)
    | point_equal(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_195,def_lhs_atom36]) ).

cnf(c_0_196_0,axiom,
    ( ~ incident(X1,X2)
    | point_equal(X1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_196,def_lhs_atom35]) ).

cnf(c_0_197_0,axiom,
    ( ~ line_equal(a1b1,a2b2)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_197,def_lhs_atom34]) ).

cnf(c_0_198_0,axiom,
    ( ~ line_equal(a1c1,a2c2)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_198,def_lhs_atom33]) ).

cnf(c_0_199_0,axiom,
    ( ~ line_equal(b1c1,b2c2)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_199,def_lhs_atom32]) ).

cnf(c_0_200_0,axiom,
    ( ~ point_equal(c2,c1)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_200,def_lhs_atom31]) ).

cnf(c_0_201_0,axiom,
    ( ~ point_equal(b2,b1)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_201,def_lhs_atom30]) ).

cnf(c_0_202_0,axiom,
    ( ~ point_equal(a2,a1)
    | goal ),
    inference(unfold_definition,[status(thm)],[c_0_202,def_lhs_atom29]) ).

cnf(c_0_203_0,axiom,
    incident(ab,a2b2),
    inference(unfold_definition,[status(thm)],[c_0_203,def_lhs_atom28]) ).

cnf(c_0_204_0,axiom,
    incident(ab,a1b1),
    inference(unfold_definition,[status(thm)],[c_0_204,def_lhs_atom27]) ).

cnf(c_0_205_0,axiom,
    incident(ac,a2c2),
    inference(unfold_definition,[status(thm)],[c_0_205,def_lhs_atom26]) ).

cnf(c_0_206_0,axiom,
    incident(ac,a1c1),
    inference(unfold_definition,[status(thm)],[c_0_206,def_lhs_atom25]) ).

cnf(c_0_207_0,axiom,
    incident(bc,b2c2),
    inference(unfold_definition,[status(thm)],[c_0_207,def_lhs_atom24]) ).

cnf(c_0_208_0,axiom,
    incident(bc,b1c1),
    inference(unfold_definition,[status(thm)],[c_0_208,def_lhs_atom23]) ).

cnf(c_0_209_0,axiom,
    incident(c2,oc),
    inference(unfold_definition,[status(thm)],[c_0_209,def_lhs_atom22]) ).

cnf(c_0_210_0,axiom,
    incident(c1,oc),
    inference(unfold_definition,[status(thm)],[c_0_210,def_lhs_atom21]) ).

cnf(c_0_211_0,axiom,
    incident(b2,ob),
    inference(unfold_definition,[status(thm)],[c_0_211,def_lhs_atom20]) ).

cnf(c_0_212_0,axiom,
    incident(b1,ob),
    inference(unfold_definition,[status(thm)],[c_0_212,def_lhs_atom19]) ).

cnf(c_0_213_0,axiom,
    incident(a2,oa),
    inference(unfold_definition,[status(thm)],[c_0_213,def_lhs_atom18]) ).

cnf(c_0_214_0,axiom,
    incident(a1,oa),
    inference(unfold_definition,[status(thm)],[c_0_214,def_lhs_atom17]) ).

cnf(c_0_215_0,axiom,
    incident(o,oc),
    inference(unfold_definition,[status(thm)],[c_0_215,def_lhs_atom16]) ).

cnf(c_0_216_0,axiom,
    incident(o,ob),
    inference(unfold_definition,[status(thm)],[c_0_216,def_lhs_atom15]) ).

cnf(c_0_217_0,axiom,
    incident(o,oa),
    inference(unfold_definition,[status(thm)],[c_0_217,def_lhs_atom14]) ).

cnf(c_0_218_0,axiom,
    incident(b2,b2c2),
    inference(unfold_definition,[status(thm)],[c_0_218,def_lhs_atom13]) ).

cnf(c_0_219_0,axiom,
    incident(c2,b2c2),
    inference(unfold_definition,[status(thm)],[c_0_219,def_lhs_atom12]) ).

cnf(c_0_220_0,axiom,
    incident(b1,b1c1),
    inference(unfold_definition,[status(thm)],[c_0_220,def_lhs_atom11]) ).

cnf(c_0_221_0,axiom,
    incident(c1,b1c1),
    inference(unfold_definition,[status(thm)],[c_0_221,def_lhs_atom10]) ).

cnf(c_0_222_0,axiom,
    incident(c2,a2c2),
    inference(unfold_definition,[status(thm)],[c_0_222,def_lhs_atom9]) ).

cnf(c_0_223_0,axiom,
    incident(a2,a2c2),
    inference(unfold_definition,[status(thm)],[c_0_223,def_lhs_atom8]) ).

cnf(c_0_224_0,axiom,
    incident(c1,a1c1),
    inference(unfold_definition,[status(thm)],[c_0_224,def_lhs_atom7]) ).

cnf(c_0_225_0,axiom,
    incident(a1,a1c1),
    inference(unfold_definition,[status(thm)],[c_0_225,def_lhs_atom6]) ).

cnf(c_0_226_0,axiom,
    incident(b2,a2b2),
    inference(unfold_definition,[status(thm)],[c_0_226,def_lhs_atom5]) ).

cnf(c_0_227_0,axiom,
    incident(a2,a2b2),
    inference(unfold_definition,[status(thm)],[c_0_227,def_lhs_atom4]) ).

cnf(c_0_228_0,axiom,
    incident(b1,a1b1),
    inference(unfold_definition,[status(thm)],[c_0_228,def_lhs_atom3]) ).

cnf(c_0_229_0,axiom,
    incident(a1,a1b1),
    inference(unfold_definition,[status(thm)],[c_0_229,def_lhs_atom2]) ).

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

fof(c_0_1_002,axiom,
    ( incident(a1,b2c2)
    | incident(b2,a1c1) ),
    file('<stdin>',gap_a) ).

fof(c_0_2_003,axiom,
    ( incident(b1,a2c2)
    | incident(c2,a1b1) ),
    file('<stdin>',gap_b) ).

fof(c_0_3_004,axiom,
    ( incident(c1,a2b2)
    | incident(a2,b1c1) ),
    file('<stdin>',gap_c) ).

fof(c_0_4_005,axiom,
    ! [X1,X2,X3,X4] :
      ( ( incident(X1,X3)
        & incident(X1,X4)
        & incident(X2,X3)
        & incident(X2,X4) )
     => ( point_equal(X1,X2)
        | line_equal(X3,X4) ) ),
    c_0_0 ).

fof(c_0_5_006,axiom,
    ( incident(a1,b2c2)
    | incident(b2,a1c1) ),
    c_0_1 ).

fof(c_0_6_007,axiom,
    ( incident(b1,a2c2)
    | incident(c2,a1b1) ),
    c_0_2 ).

fof(c_0_7_008,axiom,
    ( incident(c1,a2b2)
    | incident(a2,b1c1) ),
    c_0_3 ).

fof(c_0_8_009,plain,
    ! [X5,X6,X7,X8] :
      ( ~ incident(X5,X7)
      | ~ incident(X5,X8)
      | ~ incident(X6,X7)
      | ~ incident(X6,X8)
      | point_equal(X5,X6)
      | line_equal(X7,X8) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_4])]) ).

fof(c_0_9_010,axiom,
    ( incident(a1,b2c2)
    | incident(b2,a1c1) ),
    c_0_5 ).

fof(c_0_10_011,axiom,
    ( incident(b1,a2c2)
    | incident(c2,a1b1) ),
    c_0_6 ).

fof(c_0_11_012,axiom,
    ( incident(c1,a2b2)
    | incident(a2,b1c1) ),
    c_0_7 ).

cnf(c_0_12_013,plain,
    ( line_equal(X1,X2)
    | point_equal(X3,X4)
    | ~ incident(X4,X2)
    | ~ incident(X4,X1)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_13_014,plain,
    ( incident(b2,a1c1)
    | incident(a1,b2c2) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_14_015,plain,
    ( incident(c2,a1b1)
    | incident(b1,a2c2) ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_15_016,plain,
    ( incident(a2,b1c1)
    | incident(c1,a2b2) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_16_017,plain,
    ( line_equal(X1,X2)
    | point_equal(X3,X4)
    | ~ incident(X4,X2)
    | ~ incident(X4,X1)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    c_0_12,
    [final] ).

cnf(c_0_17_018,plain,
    ( incident(b2,a1c1)
    | incident(a1,b2c2) ),
    c_0_13,
    [final] ).

cnf(c_0_18_019,plain,
    ( incident(c2,a1b1)
    | incident(b1,a2c2) ),
    c_0_14,
    [final] ).

cnf(c_0_19_020,plain,
    ( incident(a2,b1c1)
    | incident(c1,a2b2) ),
    c_0_15,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_16_0,axiom,
    ( line_equal(X1,X2)
    | point_equal(X3,X4)
    | ~ incident(X4,X2)
    | ~ incident(X4,X1)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_16_1,axiom,
    ( point_equal(X3,X4)
    | line_equal(X1,X2)
    | ~ incident(X4,X2)
    | ~ incident(X4,X1)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_16_2,axiom,
    ( ~ incident(X4,X2)
    | point_equal(X3,X4)
    | line_equal(X1,X2)
    | ~ incident(X4,X1)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_16_3,axiom,
    ( ~ incident(X4,X1)
    | ~ incident(X4,X2)
    | point_equal(X3,X4)
    | line_equal(X1,X2)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_16_4,axiom,
    ( ~ incident(X3,X2)
    | ~ incident(X4,X1)
    | ~ incident(X4,X2)
    | point_equal(X3,X4)
    | line_equal(X1,X2)
    | ~ incident(X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_16_5,axiom,
    ( ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | ~ incident(X4,X1)
    | ~ incident(X4,X2)
    | point_equal(X3,X4)
    | line_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_16]) ).

cnf(c_0_17_0,axiom,
    ( incident(b2,a1c1)
    | incident(a1,b2c2) ),
    inference(literals_permutation,[status(thm)],[c_0_17]) ).

cnf(c_0_17_1,axiom,
    ( incident(a1,b2c2)
    | incident(b2,a1c1) ),
    inference(literals_permutation,[status(thm)],[c_0_17]) ).

cnf(c_0_18_0,axiom,
    ( incident(c2,a1b1)
    | incident(b1,a2c2) ),
    inference(literals_permutation,[status(thm)],[c_0_18]) ).

cnf(c_0_18_1,axiom,
    ( incident(b1,a2c2)
    | incident(c2,a1b1) ),
    inference(literals_permutation,[status(thm)],[c_0_18]) ).

cnf(c_0_19_0,axiom,
    ( incident(a2,b1c1)
    | incident(c1,a2b2) ),
    inference(literals_permutation,[status(thm)],[c_0_19]) ).

cnf(c_0_19_1,axiom,
    ( incident(c1,a2b2)
    | incident(a2,b1c1) ),
    inference(literals_permutation,[status(thm)],[c_0_19]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_021,conjecture,
    goal,
    file('<stdin>',goal_to_be_proved) ).

fof(c_0_1_022,negated_conjecture,
    ~ goal,
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[c_0_0])]) ).

fof(c_0_2_023,negated_conjecture,
    ~ goal,
    c_0_1 ).

cnf(c_0_3_024,negated_conjecture,
    ~ goal,
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_025,negated_conjecture,
    ~ goal,
    c_0_3,
    [final] ).

% End CNF derivation

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

cnf(c_54,plain,
    ( ~ incident(X0,X1)
    | ~ line_equal(X1,X2)
    | incident(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_187_0) ).

cnf(c_393701,plain,
    ( ~ incident(X0,X1)
    | ~ line_equal(X1,X2)
    | incident(X0,X2) ),
    inference(copy,[status(esa)],[c_54]) ).

cnf(c_393829,plain,
    ( ~ line_equal(b2c2,X0)
    | ~ incident(bc,b2c2)
    | incident(bc,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_961067,plain,
    ( ~ line_equal(b2c2,a1b1)
    | ~ incident(bc,b2c2)
    | incident(bc,a1b1) ),
    inference(instantiation,[status(thm)],[c_393829]) ).

cnf(c_393808,plain,
    ( ~ line_equal(a1b1,X0)
    | ~ incident(b1,a1b1)
    | incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_961059,plain,
    ( ~ line_equal(a1b1,b2c2)
    | incident(b1,b2c2)
    | ~ incident(b1,a1b1) ),
    inference(instantiation,[status(thm)],[c_393808]) ).

cnf(c_4,plain,
    ( ~ incident(X0,X1)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1)
    | ~ incident(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_4) ).

cnf(c_393651,plain,
    ( ~ incident(X0,X1)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1)
    | ~ incident(X0,X2) ),
    inference(copy,[status(esa)],[c_4]) ).

cnf(c_394102,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,bc)
    | ~ incident(bc,X1)
    | ~ incident(bc,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_393651]) ).

cnf(c_428211,plain,
    ( line_equal(X0,b2c2)
    | point_equal(X1,bc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,X0)
    | ~ incident(X1,b2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_394102]) ).

cnf(c_452603,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(X0,bc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_428211]) ).

cnf(c_819494,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(b2,bc)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,b1c1)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1) ),
    inference(instantiation,[status(thm)],[c_452603]) ).

cnf(c_5,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,X3)
    | ~ incident(X3,X1)
    | ~ incident(X3,X0)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_5) ).

cnf(c_393652,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,X3)
    | ~ incident(X3,X1)
    | ~ incident(X3,X0)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(copy,[status(esa)],[c_5]) ).

cnf(c_394075,plain,
    ( line_equal(X0,X1)
    | point_equal(a2,X2)
    | ~ incident(a2,X1)
    | ~ incident(a2,X0)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_393652]) ).

cnf(c_428151,plain,
    ( line_equal(X0,a2c2)
    | point_equal(a2,X1)
    | ~ incident(a2,a2c2)
    | ~ incident(a2,X0)
    | ~ incident(X1,a2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_394075]) ).

cnf(c_452329,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(a2,X0)
    | ~ incident(a2,a1c1)
    | ~ incident(a2,a2c2)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,a2c2) ),
    inference(instantiation,[status(thm)],[c_428151]) ).

cnf(c_751436,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(a2,c2)
    | ~ incident(c2,a1c1)
    | ~ incident(c2,a2c2)
    | ~ incident(a2,a1c1)
    | ~ incident(a2,a2c2) ),
    inference(instantiation,[status(thm)],[c_452329]) ).

cnf(c_393822,plain,
    ( ~ line_equal(oa,X0)
    | ~ incident(a1,oa)
    | incident(a1,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586342,plain,
    ( ~ line_equal(oa,a2b2)
    | incident(a1,a2b2)
    | ~ incident(a1,oa) ),
    inference(instantiation,[status(thm)],[c_393822]) ).

cnf(c_393833,plain,
    ( ~ line_equal(a2b2,X0)
    | ~ incident(ab,a2b2)
    | incident(ab,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586321,plain,
    ( ~ line_equal(a2b2,oa)
    | ~ incident(ab,a2b2)
    | incident(ab,oa) ),
    inference(instantiation,[status(thm)],[c_393833]) ).

cnf(c_393810,plain,
    ( ~ line_equal(a2b2,X0)
    | ~ incident(b2,a2b2)
    | incident(b2,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586322,plain,
    ( ~ line_equal(a2b2,oa)
    | ~ incident(b2,a2b2)
    | incident(b2,oa) ),
    inference(instantiation,[status(thm)],[c_393810]) ).

cnf(c_48,plain,
    ( line_equal(X0,X1)
    | ~ line_equal(X1,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_193_0) ).

cnf(c_393695,plain,
    ( line_equal(X0,X1)
    | ~ line_equal(X1,X0) ),
    inference(copy,[status(esa)],[c_48]) ).

cnf(c_586318,plain,
    ( ~ line_equal(a2b2,oa)
    | line_equal(oa,a2b2) ),
    inference(instantiation,[status(thm)],[c_393695]) ).

cnf(c_393823,plain,
    ( ~ line_equal(oa,X0)
    | ~ incident(a2,oa)
    | incident(a2,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586307,plain,
    ( ~ line_equal(oa,a1c1)
    | incident(a2,a1c1)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_393823]) ).

cnf(c_1,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_1) ).

cnf(c_393648,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3) ),
    inference(copy,[status(esa)],[c_1]) ).

cnf(c_393884,plain,
    ( line_equal(X0,X1)
    | point_equal(c1,X2)
    | ~ incident(c1,X0)
    | ~ incident(c1,X1)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_393648]) ).

cnf(c_428042,plain,
    ( line_equal(oc,X0)
    | point_equal(c1,X1)
    | ~ incident(c1,oc)
    | ~ incident(c1,X0)
    | ~ incident(X1,oc)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_393884]) ).

cnf(c_452085,plain,
    ( line_equal(oc,b1c1)
    | point_equal(c1,X0)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_428042]) ).

cnf(c_586183,plain,
    ( line_equal(oc,b1c1)
    | point_equal(c1,o)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(o,b1c1)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_452085]) ).

cnf(c_428041,plain,
    ( line_equal(b1c1,X0)
    | point_equal(c1,X1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_393884]) ).

cnf(c_452079,plain,
    ( line_equal(b1c1,oc)
    | point_equal(c1,X0)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_428041]) ).

cnf(c_586184,plain,
    ( line_equal(b1c1,oc)
    | point_equal(c1,o)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(o,b1c1)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_452079]) ).

cnf(c_3,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_3) ).

cnf(c_393650,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(copy,[status(esa)],[c_3]) ).

cnf(c_393966,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,c1)
    | ~ incident(c1,X1)
    | ~ incident(c1,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_393650]) ).

cnf(c_427950,plain,
    ( line_equal(X0,b1c1)
    | point_equal(X1,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_393966]) ).

cnf(c_451958,plain,
    ( line_equal(oc,b1c1)
    | point_equal(X0,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_427950]) ).

cnf(c_586192,plain,
    ( line_equal(oc,b1c1)
    | point_equal(o,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(o,b1c1)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_451958]) ).

cnf(c_53,plain,
    ( ~ point_equal(X0,X1)
    | ~ incident(X1,X2)
    | incident(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_188_0) ).

cnf(c_393700,plain,
    ( ~ point_equal(X0,X1)
    | ~ incident(X1,X2)
    | incident(X0,X2) ),
    inference(copy,[status(esa)],[c_53]) ).

cnf(c_586181,plain,
    ( ~ point_equal(X0,o)
    | ~ incident(o,b1c1)
    | incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_393700]) ).

cnf(c_586182,plain,
    ( ~ point_equal(a1,o)
    | incident(a1,b1c1)
    | ~ incident(o,b1c1) ),
    inference(instantiation,[status(thm)],[c_586181]) ).

cnf(c_393815,plain,
    ( ~ line_equal(b1c1,X0)
    | ~ incident(c1,b1c1)
    | incident(c1,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586177,plain,
    ( ~ line_equal(b1c1,a1b1)
    | incident(c1,a1b1)
    | ~ incident(c1,b1c1) ),
    inference(instantiation,[status(thm)],[c_393815]) ).

cnf(c_586135,plain,
    ( ~ line_equal(a2b2,a1c1)
    | incident(ab,a1c1)
    | ~ incident(ab,a2b2) ),
    inference(instantiation,[status(thm)],[c_393833]) ).

cnf(c_393811,plain,
    ( ~ line_equal(a1c1,X0)
    | ~ incident(a1,a1c1)
    | incident(a1,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_586130,plain,
    ( ~ line_equal(a1c1,a2b2)
    | ~ incident(a1,a1c1)
    | incident(a1,a2b2) ),
    inference(instantiation,[status(thm)],[c_393811]) ).

cnf(c_394036,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,o)
    | ~ incident(o,X1)
    | ~ incident(o,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_393650]) ).

cnf(c_428105,plain,
    ( line_equal(X0,ob)
    | point_equal(X1,o)
    | ~ incident(o,ob)
    | ~ incident(o,X0)
    | ~ incident(X1,ob)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_394036]) ).

cnf(c_452242,plain,
    ( line_equal(oc,ob)
    | point_equal(X0,o)
    | ~ incident(o,ob)
    | ~ incident(o,oc)
    | ~ incident(X0,ob)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_428105]) ).

cnf(c_542339,plain,
    ( line_equal(oc,ob)
    | point_equal(c2,o)
    | ~ incident(c2,ob)
    | ~ incident(c2,oc)
    | ~ incident(o,ob)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_452242]) ).

cnf(c_393985,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,b2)
    | ~ incident(b2,X1)
    | ~ incident(b2,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_393650]) ).

cnf(c_428076,plain,
    ( line_equal(X0,a1c1)
    | point_equal(X1,b2)
    | ~ incident(b2,a1c1)
    | ~ incident(b2,X0)
    | ~ incident(X1,a1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_393985]) ).

cnf(c_452109,plain,
    ( line_equal(a2b2,a1c1)
    | point_equal(X0,b2)
    | ~ incident(b2,a1c1)
    | ~ incident(b2,a2b2)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_428076]) ).

cnf(c_542219,plain,
    ( line_equal(a2b2,a1c1)
    | point_equal(a2,b2)
    | ~ incident(b2,a1c1)
    | ~ incident(b2,a2b2)
    | ~ incident(a2,a1c1)
    | ~ incident(a2,a2b2) ),
    inference(instantiation,[status(thm)],[c_452109]) ).

cnf(c_428040,plain,
    ( line_equal(a1c1,X0)
    | point_equal(c1,X1)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,X0)
    | ~ incident(X1,a1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_393884]) ).

cnf(c_452069,plain,
    ( line_equal(a1c1,a2b2)
    | point_equal(c1,X0)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,a2b2)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_428040]) ).

cnf(c_542186,plain,
    ( line_equal(a1c1,a2b2)
    | point_equal(c1,b2)
    | ~ incident(b2,a1c1)
    | ~ incident(b2,a2b2)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,a2b2) ),
    inference(instantiation,[status(thm)],[c_452069]) ).

cnf(c_393825,plain,
    ( ~ line_equal(ob,X0)
    | ~ incident(b2,ob)
    | incident(b2,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_542067,plain,
    ( ~ line_equal(ob,b1c1)
    | incident(b2,b1c1)
    | ~ incident(b2,ob) ),
    inference(instantiation,[status(thm)],[c_393825]) ).

cnf(c_393820,plain,
    ( ~ line_equal(ob,X0)
    | ~ incident(o,ob)
    | incident(o,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_542069,plain,
    ( ~ line_equal(ob,b1c1)
    | incident(o,b1c1)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_393820]) ).

cnf(c_542063,plain,
    ( line_equal(b1c1,ob)
    | ~ line_equal(ob,b1c1) ),
    inference(instantiation,[status(thm)],[c_393695]) ).

cnf(c_542055,plain,
    ( ~ line_equal(ob,a2c2)
    | incident(b2,a2c2)
    | ~ incident(b2,ob) ),
    inference(instantiation,[status(thm)],[c_393825]) ).

cnf(c_393828,plain,
    ( ~ line_equal(b1c1,X0)
    | ~ incident(bc,b1c1)
    | incident(bc,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_542048,plain,
    ( ~ line_equal(b1c1,ob)
    | ~ incident(bc,b1c1)
    | incident(bc,ob) ),
    inference(instantiation,[status(thm)],[c_393828]) ).

cnf(c_542045,plain,
    ( ~ line_equal(b1c1,ob)
    | line_equal(ob,b1c1) ),
    inference(instantiation,[status(thm)],[c_393695]) ).

cnf(c_452609,plain,
    ( line_equal(ob,b2c2)
    | point_equal(X0,bc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,ob)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_428211]) ).

cnf(c_452610,plain,
    ( line_equal(ob,b2c2)
    | point_equal(a1,bc)
    | ~ incident(a1,b2c2)
    | ~ incident(a1,ob)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,ob) ),
    inference(instantiation,[status(thm)],[c_452609]) ).

cnf(c_452589,plain,
    ( ~ line_equal(oa,a2c2)
    | incident(a1,a2c2)
    | ~ incident(a1,oa) ),
    inference(instantiation,[status(thm)],[c_393822]) ).

cnf(c_393819,plain,
    ( ~ line_equal(oa,X0)
    | ~ incident(o,oa)
    | incident(o,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_452590,plain,
    ( ~ line_equal(oa,a2c2)
    | incident(o,a2c2)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_393819]) ).

cnf(c_451686,plain,
    ( ~ line_equal(b2c2,oc)
    | ~ incident(bc,b2c2)
    | incident(bc,oc) ),
    inference(instantiation,[status(thm)],[c_393829]) ).

cnf(c_393821,plain,
    ( ~ line_equal(oc,X0)
    | ~ incident(o,oc)
    | incident(o,X0) ),
    inference(instantiation,[status(thm)],[c_393701]) ).

cnf(c_428285,plain,
    ( ~ line_equal(oc,b2c2)
    | incident(o,b2c2)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_393821]) ).

cnf(c_46,plain,
    ( point_equal(X0,X1)
    | ~ point_equal(X1,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_195_0) ).

cnf(c_393693,plain,
    ( point_equal(X0,X1)
    | ~ point_equal(X1,X0) ),
    inference(copy,[status(esa)],[c_46]) ).

cnf(c_393956,plain,
    ( ~ point_equal(b2,bc)
    | point_equal(bc,b2) ),
    inference(instantiation,[status(thm)],[c_393693]) ).

cnf(c_393771,plain,
    ( ~ point_equal(X0,b2)
    | ~ incident(b2,a1c1)
    | incident(X0,a1c1) ),
    inference(instantiation,[status(thm)],[c_393700]) ).

cnf(c_393898,plain,
    ( ~ point_equal(bc,b2)
    | ~ incident(b2,a1c1)
    | incident(bc,a1c1) ),
    inference(instantiation,[status(thm)],[c_393771]) ).

cnf(c_51,plain,
    ( ~ point_equal(X0,X1)
    | ~ point_equal(X1,X2)
    | point_equal(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_190_0) ).

cnf(c_122,plain,
    ( ~ point_equal(X0,X1)
    | ~ point_equal(X1,X2)
    | point_equal(X0,X2) ),
    inference(copy,[status(esa)],[c_51]) ).

cnf(c_13623,plain,
    ( point_equal(b1,b2)
    | ~ point_equal(b1,X0)
    | ~ point_equal(X0,b2) ),
    inference(instantiation,[status(thm)],[c_122]) ).

cnf(c_357667,plain,
    ( point_equal(b1,b2)
    | ~ point_equal(b1,bc)
    | ~ point_equal(bc,b2) ),
    inference(instantiation,[status(thm)],[c_13623]) ).

cnf(c_125,plain,
    ( ~ incident(X0,X1)
    | ~ line_equal(X1,X2)
    | incident(X0,X2) ),
    inference(copy,[status(esa)],[c_54]) ).

cnf(c_13586,plain,
    ( ~ line_equal(b2c2,X0)
    | ~ incident(c2,b2c2)
    | incident(c2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_357658,plain,
    ( ~ line_equal(b2c2,ob)
    | ~ incident(c2,b2c2)
    | incident(c2,ob) ),
    inference(instantiation,[status(thm)],[c_13586]) ).

cnf(c_119,plain,
    ( line_equal(X0,X1)
    | ~ line_equal(X1,X0) ),
    inference(copy,[status(esa)],[c_48]) ).

cnf(c_357652,plain,
    ( ~ line_equal(b2c2,ob)
    | line_equal(ob,b2c2) ),
    inference(instantiation,[status(thm)],[c_119]) ).

cnf(c_13600,plain,
    ( ~ line_equal(ob,X0)
    | ~ incident(b1,ob)
    | incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_357650,plain,
    ( ~ line_equal(ob,b2c2)
    | incident(b1,b2c2)
    | ~ incident(b1,ob) ),
    inference(instantiation,[status(thm)],[c_13600]) ).

cnf(c_75,plain,
    ( ~ incident(X0,X1)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1)
    | ~ incident(X0,X2) ),
    inference(copy,[status(esa)],[c_4]) ).

cnf(c_13807,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,c2)
    | ~ incident(c2,X1)
    | ~ incident(c2,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33723,plain,
    ( line_equal(X0,b2c2)
    | point_equal(X1,c2)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,X0)
    | ~ incident(X1,b2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13807]) ).

cnf(c_65758,plain,
    ( line_equal(oc,b2c2)
    | point_equal(X0,c2)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,oc)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_33723]) ).

cnf(c_357366,plain,
    ( line_equal(oc,b2c2)
    | point_equal(bc,c2)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,oc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,oc) ),
    inference(instantiation,[status(thm)],[c_65758]) ).

cnf(c_13604,plain,
    ( ~ line_equal(oc,X0)
    | ~ incident(c1,oc)
    | incident(c1,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_268312,plain,
    ( ~ line_equal(oc,ob)
    | incident(c1,ob)
    | ~ incident(c1,oc) ),
    inference(instantiation,[status(thm)],[c_13604]) ).

cnf(c_13608,plain,
    ( ~ line_equal(b1c1,X0)
    | ~ incident(bc,b1c1)
    | incident(bc,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_268303,plain,
    ( ~ line_equal(b1c1,oc)
    | ~ incident(bc,b1c1)
    | incident(bc,oc) ),
    inference(instantiation,[status(thm)],[c_13608]) ).

cnf(c_13584,plain,
    ( ~ line_equal(b1c1,X0)
    | ~ incident(b1,b1c1)
    | incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_268304,plain,
    ( ~ line_equal(b1c1,oc)
    | ~ incident(b1,b1c1)
    | incident(b1,oc) ),
    inference(instantiation,[status(thm)],[c_13584]) ).

cnf(c_13606,plain,
    ( ~ line_equal(oc,X0)
    | ~ incident(c2,oc)
    | incident(c2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_268297,plain,
    ( ~ line_equal(oc,b1c1)
    | incident(c2,b1c1)
    | ~ incident(c2,oc) ),
    inference(instantiation,[status(thm)],[c_13606]) ).

cnf(c_268293,plain,
    ( line_equal(b1c1,oc)
    | ~ line_equal(oc,b1c1) ),
    inference(instantiation,[status(thm)],[c_119]) ).

cnf(c_14197,plain,
    ( line_equal(X0,X1)
    | point_equal(b1,X2)
    | ~ incident(b1,X0)
    | ~ incident(b1,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_65131,plain,
    ( line_equal(ob,X0)
    | point_equal(b1,X1)
    | ~ incident(b1,ob)
    | ~ incident(b1,X0)
    | ~ incident(X1,ob)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_14197]) ).

cnf(c_131834,plain,
    ( line_equal(ob,a2c2)
    | point_equal(b1,X0)
    | ~ incident(b1,a2c2)
    | ~ incident(b1,ob)
    | ~ incident(X0,a2c2)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_65131]) ).

cnf(c_268135,plain,
    ( line_equal(ob,a2c2)
    | point_equal(b1,o)
    | ~ incident(b1,a2c2)
    | ~ incident(b1,ob)
    | ~ incident(o,a2c2)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_131834]) ).

cnf(c_33721,plain,
    ( line_equal(X0,a2c2)
    | point_equal(X1,c2)
    | ~ incident(c2,a2c2)
    | ~ incident(c2,X0)
    | ~ incident(X1,a2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13807]) ).

cnf(c_65745,plain,
    ( line_equal(oc,a2c2)
    | point_equal(X0,c2)
    | ~ incident(c2,a2c2)
    | ~ incident(c2,oc)
    | ~ incident(X0,a2c2)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_33721]) ).

cnf(c_268150,plain,
    ( line_equal(oc,a2c2)
    | point_equal(o,c2)
    | ~ incident(c2,a2c2)
    | ~ incident(c2,oc)
    | ~ incident(o,a2c2)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_65745]) ).

cnf(c_124,plain,
    ( ~ point_equal(X0,X1)
    | ~ incident(X1,X2)
    | incident(X0,X2) ),
    inference(copy,[status(esa)],[c_53]) ).

cnf(c_13525,plain,
    ( ~ point_equal(X0,c2)
    | ~ incident(c2,a2c2)
    | incident(X0,a2c2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_268085,plain,
    ( ~ point_equal(bc,c2)
    | ~ incident(c2,a2c2)
    | incident(bc,a2c2) ),
    inference(instantiation,[status(thm)],[c_13525]) ).

cnf(c_32787,plain,
    ( line_equal(X0,X1)
    | point_equal(bc,X2)
    | ~ incident(bc,X0)
    | ~ incident(bc,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_65879,plain,
    ( line_equal(b1c1,X0)
    | point_equal(bc,X1)
    | ~ incident(bc,b1c1)
    | ~ incident(bc,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_32787]) ).

cnf(c_147465,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(bc,X0)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_65879]) ).

cnf(c_247657,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(bc,c2)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,b1c1)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1) ),
    inference(instantiation,[status(thm)],[c_147465]) ).

cnf(c_0,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | point_equal(X0,X3)
    | line_equal(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_0) ).

cnf(c_71,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | point_equal(X0,X3)
    | line_equal(X1,X2) ),
    inference(copy,[status(esa)],[c_0]) ).

cnf(c_13642,plain,
    ( line_equal(X0,X1)
    | point_equal(c2,c1)
    | ~ incident(c2,X0)
    | ~ incident(c2,X1)
    | ~ incident(c1,X0)
    | ~ incident(c1,X1) ),
    inference(instantiation,[status(thm)],[c_71]) ).

cnf(c_32898,plain,
    ( line_equal(oc,X0)
    | point_equal(c2,c1)
    | ~ incident(c2,oc)
    | ~ incident(c2,X0)
    | ~ incident(c1,oc)
    | ~ incident(c1,X0) ),
    inference(instantiation,[status(thm)],[c_13642]) ).

cnf(c_247619,plain,
    ( line_equal(oc,b1c1)
    | point_equal(c2,c1)
    | ~ incident(c2,b1c1)
    | ~ incident(c2,oc)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc) ),
    inference(instantiation,[status(thm)],[c_32898]) ).

cnf(c_247594,plain,
    ( ~ point_equal(X0,c2)
    | ~ incident(c2,b1c1)
    | incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_247595,plain,
    ( ~ point_equal(a1,c2)
    | incident(a1,b1c1)
    | ~ incident(c2,b1c1) ),
    inference(instantiation,[status(thm)],[c_247594]) ).

cnf(c_247499,plain,
    ( ~ line_equal(oc,a2c2)
    | incident(c1,a2c2)
    | ~ incident(c1,oc) ),
    inference(instantiation,[status(thm)],[c_13604]) ).

cnf(c_14206,plain,
    ( line_equal(X0,X1)
    | point_equal(c1,X2)
    | ~ incident(c1,X0)
    | ~ incident(c1,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_65302,plain,
    ( line_equal(a1c1,X0)
    | point_equal(c1,X1)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,X0)
    | ~ incident(X1,a1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_14206]) ).

cnf(c_247422,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(c1,X0)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,a2c2)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,a2c2) ),
    inference(instantiation,[status(thm)],[c_65302]) ).

cnf(c_247440,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(c1,a1)
    | ~ incident(a1,a1c1)
    | ~ incident(a1,a2c2)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,a2c2) ),
    inference(instantiation,[status(thm)],[c_247422]) ).

cnf(c_57,plain,
    ( ~ line_equal(X0,X0)
    | ~ incident(bc,X0)
    | ~ incident(ac,X0)
    | ~ incident(ab,X0)
    | goal ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_184_0) ).

cnf(c_128,plain,
    ( ~ line_equal(X0,X0)
    | ~ incident(bc,X0)
    | ~ incident(ac,X0)
    | ~ incident(ab,X0)
    | goal ),
    inference(copy,[status(esa)],[c_57]) ).

cnf(c_247351,plain,
    ( ~ line_equal(a2c2,a2c2)
    | ~ incident(bc,a2c2)
    | ~ incident(ac,a2c2)
    | ~ incident(ab,a2c2)
    | goal ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_76,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,X3)
    | ~ incident(X3,X1)
    | ~ incident(X3,X0)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(copy,[status(esa)],[c_5]) ).

cnf(c_13766,plain,
    ( line_equal(X0,X1)
    | point_equal(b2,b1)
    | ~ incident(b2,X1)
    | ~ incident(b2,X0)
    | ~ incident(b1,X1)
    | ~ incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_76]) ).

cnf(c_33132,plain,
    ( line_equal(X0,a2b2)
    | point_equal(b2,b1)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,X0)
    | ~ incident(b1,a2b2)
    | ~ incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_13766]) ).

cnf(c_220305,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(b2,b1)
    | ~ incident(b2,a1b1)
    | ~ incident(b2,a2b2)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,a2b2) ),
    inference(instantiation,[status(thm)],[c_33132]) ).

cnf(c_65128,plain,
    ( line_equal(a1b1,X0)
    | point_equal(b1,X1)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,X0)
    | ~ incident(X1,a1b1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_14197]) ).

cnf(c_220236,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(b1,X0)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,a2b2)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_65128]) ).

cnf(c_220254,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(b1,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,a2b2)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,a2b2) ),
    inference(instantiation,[status(thm)],[c_220236]) ).

cnf(c_13523,plain,
    ( ~ point_equal(X0,a2)
    | ~ incident(a2,a2c2)
    | incident(X0,a2c2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_220194,plain,
    ( ~ point_equal(ab,a2)
    | ~ incident(a2,a2c2)
    | incident(ab,a2c2) ),
    inference(instantiation,[status(thm)],[c_13523]) ).

cnf(c_13602,plain,
    ( ~ line_equal(ob,X0)
    | ~ incident(b2,ob)
    | incident(b2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_220155,plain,
    ( ~ line_equal(ob,a1b1)
    | incident(b2,a1b1)
    | ~ incident(b2,ob) ),
    inference(instantiation,[status(thm)],[c_13602]) ).

cnf(c_220127,plain,
    ( ~ line_equal(ob,a2b2)
    | incident(b1,a2b2)
    | ~ incident(b1,ob) ),
    inference(instantiation,[status(thm)],[c_13600]) ).

cnf(c_13570,plain,
    ( ~ line_equal(a2b2,X0)
    | ~ incident(a2,a2b2)
    | incident(a2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_220122,plain,
    ( ~ line_equal(a2b2,ob)
    | ~ incident(a2,a2b2)
    | incident(a2,ob) ),
    inference(instantiation,[status(thm)],[c_13570]) ).

cnf(c_13598,plain,
    ( ~ line_equal(oa,X0)
    | ~ incident(a2,oa)
    | incident(a2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_220019,plain,
    ( ~ line_equal(oa,ob)
    | ~ incident(a2,oa)
    | incident(a2,ob) ),
    inference(instantiation,[status(thm)],[c_13598]) ).

cnf(c_13596,plain,
    ( ~ line_equal(oa,X0)
    | ~ incident(a1,oa)
    | incident(a1,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_220020,plain,
    ( ~ line_equal(oa,ob)
    | ~ incident(a1,oa)
    | incident(a1,ob) ),
    inference(instantiation,[status(thm)],[c_13596]) ).

cnf(c_220012,plain,
    ( ~ line_equal(ob,oa)
    | incident(b2,oa)
    | ~ incident(b2,ob) ),
    inference(instantiation,[status(thm)],[c_13602]) ).

cnf(c_32777,plain,
    ( line_equal(X0,X1)
    | point_equal(o,X2)
    | ~ incident(o,X0)
    | ~ incident(o,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_65535,plain,
    ( line_equal(oa,X0)
    | point_equal(o,X1)
    | ~ incident(o,oa)
    | ~ incident(o,X0)
    | ~ incident(X1,oa)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_32777]) ).

cnf(c_147396,plain,
    ( line_equal(oa,ob)
    | point_equal(o,X0)
    | ~ incident(o,oa)
    | ~ incident(o,ob)
    | ~ incident(X0,oa)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_65535]) ).

cnf(c_219838,plain,
    ( line_equal(oa,ob)
    | point_equal(o,b2)
    | ~ incident(b2,oa)
    | ~ incident(b2,ob)
    | ~ incident(o,oa)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_147396]) ).

cnf(c_65129,plain,
    ( line_equal(b1c1,X0)
    | point_equal(b1,X1)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_14197]) ).

cnf(c_131802,plain,
    ( line_equal(b1c1,ob)
    | point_equal(b1,X0)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,ob)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_65129]) ).

cnf(c_219791,plain,
    ( line_equal(b1c1,ob)
    | point_equal(b1,a2)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,ob)
    | ~ incident(a2,b1c1)
    | ~ incident(a2,ob) ),
    inference(instantiation,[status(thm)],[c_131802]) ).

cnf(c_13580,plain,
    ( ~ line_equal(a2c2,X0)
    | ~ incident(c2,a2c2)
    | incident(c2,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_182032,plain,
    ( ~ line_equal(a2c2,b1c1)
    | ~ incident(c2,a2c2)
    | incident(c2,b1c1) ),
    inference(instantiation,[status(thm)],[c_13580]) ).

cnf(c_182000,plain,
    ( line_equal(a2c2,b1c1)
    | ~ line_equal(b1c1,a2c2) ),
    inference(instantiation,[status(thm)],[c_119]) ).

cnf(c_74,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2)
    | ~ incident(X3,X1) ),
    inference(copy,[status(esa)],[c_3]) ).

cnf(c_13738,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,a2)
    | ~ incident(a2,X1)
    | ~ incident(a2,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_33586,plain,
    ( line_equal(X0,a2b2)
    | point_equal(X1,a2)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,X0)
    | ~ incident(X1,a2b2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13738]) ).

cnf(c_65435,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(X0,a2)
    | ~ incident(a2,a1b1)
    | ~ incident(a2,a2b2)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_33586]) ).

cnf(c_181930,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(ab,a2)
    | ~ incident(a2,a1b1)
    | ~ incident(a2,a2b2)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,a2b2) ),
    inference(instantiation,[status(thm)],[c_65435]) ).

cnf(c_13538,plain,
    ( ~ point_equal(X0,o)
    | ~ incident(o,oc)
    | incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_181882,plain,
    ( ~ point_equal(b1,o)
    | incident(b1,oc)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_13538]) ).

cnf(c_13704,plain,
    ( ~ point_equal(X0,X1)
    | ~ incident(X1,b2c2)
    | incident(X0,b2c2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_32931,plain,
    ( ~ point_equal(b1,X0)
    | incident(b1,b2c2)
    | ~ incident(X0,b2c2) ),
    inference(instantiation,[status(thm)],[c_13704]) ).

cnf(c_181876,plain,
    ( ~ point_equal(b1,o)
    | incident(b1,b2c2)
    | ~ incident(o,b2c2) ),
    inference(instantiation,[status(thm)],[c_32931]) ).

cnf(c_13517,plain,
    ( ~ point_equal(X0,a2)
    | ~ incident(a2,a2b2)
    | incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_147662,plain,
    ( ~ point_equal(b1,a2)
    | incident(b1,a2b2)
    | ~ incident(a2,a2b2) ),
    inference(instantiation,[status(thm)],[c_13517]) ).

cnf(c_13568,plain,
    ( ~ line_equal(a1b1,X0)
    | ~ incident(b1,a1b1)
    | incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_125]) ).

cnf(c_147601,plain,
    ( ~ line_equal(a1b1,oa)
    | ~ incident(b1,a1b1)
    | incident(b1,oa) ),
    inference(instantiation,[status(thm)],[c_13568]) ).

cnf(c_147593,plain,
    ( ~ line_equal(oa,a1b1)
    | incident(a2,a1b1)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_13598]) ).

cnf(c_147589,plain,
    ( line_equal(a1b1,oa)
    | ~ line_equal(oa,a1b1) ),
    inference(instantiation,[status(thm)],[c_119]) ).

cnf(c_117,plain,
    ( point_equal(X0,X1)
    | ~ point_equal(X1,X0) ),
    inference(copy,[status(esa)],[c_46]) ).

cnf(c_14203,plain,
    ( point_equal(b1,X0)
    | ~ point_equal(X0,b1) ),
    inference(instantiation,[status(thm)],[c_117]) ).

cnf(c_147551,plain,
    ( point_equal(b1,a2)
    | ~ point_equal(a2,b1) ),
    inference(instantiation,[status(thm)],[c_14203]) ).

cnf(c_32763,plain,
    ( line_equal(X0,X1)
    | point_equal(ac,X2)
    | ~ incident(ac,X0)
    | ~ incident(ac,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_66183,plain,
    ( line_equal(a1c1,X0)
    | point_equal(ac,X1)
    | ~ incident(ac,a1c1)
    | ~ incident(ac,X0)
    | ~ incident(X1,a1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_32763]) ).

cnf(c_147518,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(ac,X0)
    | ~ incident(ac,a1c1)
    | ~ incident(ac,a2c2)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,a2c2) ),
    inference(instantiation,[status(thm)],[c_66183]) ).

cnf(c_147519,plain,
    ( line_equal(a1c1,a2c2)
    | point_equal(ac,a1)
    | ~ incident(a1,a1c1)
    | ~ incident(a1,a2c2)
    | ~ incident(ac,a1c1)
    | ~ incident(ac,a2c2) ),
    inference(instantiation,[status(thm)],[c_147518]) ).

cnf(c_33177,plain,
    ( line_equal(X0,X1)
    | point_equal(ab,X2)
    | ~ incident(ab,X0)
    | ~ incident(ab,X1)
    | ~ incident(X2,X1)
    | ~ incident(X2,X0) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_66100,plain,
    ( line_equal(a1b1,X0)
    | point_equal(ab,X1)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,X0)
    | ~ incident(X1,a1b1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_33177]) ).

cnf(c_147502,plain,
    ( line_equal(a1b1,oa)
    | point_equal(ab,X0)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,oa)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_66100]) ).

cnf(c_147503,plain,
    ( line_equal(a1b1,oa)
    | point_equal(ab,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,oa)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,oa) ),
    inference(instantiation,[status(thm)],[c_147502]) ).

cnf(c_147498,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(ab,X0)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,a2b2)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,a2b2) ),
    inference(instantiation,[status(thm)],[c_66100]) ).

cnf(c_147499,plain,
    ( line_equal(a1b1,a2b2)
    | point_equal(ab,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,a2b2)
    | ~ incident(ab,a1b1)
    | ~ incident(ab,a2b2) ),
    inference(instantiation,[status(thm)],[c_147498]) ).

cnf(c_13887,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,bc)
    | ~ incident(bc,X1)
    | ~ incident(bc,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33929,plain,
    ( line_equal(X0,b2c2)
    | point_equal(X1,bc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,X0)
    | ~ incident(X1,b2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13887]) ).

cnf(c_66065,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(X0,bc)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_33929]) ).

cnf(c_147369,plain,
    ( line_equal(b1c1,b2c2)
    | point_equal(b1,bc)
    | ~ incident(b1,b2c2)
    | ~ incident(b1,b1c1)
    | ~ incident(bc,b2c2)
    | ~ incident(bc,b1c1) ),
    inference(instantiation,[status(thm)],[c_66065]) ).

cnf(c_13862,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,o)
    | ~ incident(o,X1)
    | ~ incident(o,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33871,plain,
    ( line_equal(X0,ob)
    | point_equal(X1,o)
    | ~ incident(o,ob)
    | ~ incident(o,X0)
    | ~ incident(X1,ob)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13862]) ).

cnf(c_65988,plain,
    ( line_equal(oc,ob)
    | point_equal(X0,o)
    | ~ incident(o,ob)
    | ~ incident(o,oc)
    | ~ incident(X0,ob)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_33871]) ).

cnf(c_147338,plain,
    ( line_equal(oc,ob)
    | point_equal(b1,o)
    | ~ incident(b1,ob)
    | ~ incident(b1,oc)
    | ~ incident(o,ob)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_65988]) ).

cnf(c_65984,plain,
    ( line_equal(oa,ob)
    | point_equal(X0,o)
    | ~ incident(o,oa)
    | ~ incident(o,ob)
    | ~ incident(X0,oa)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33871]) ).

cnf(c_147335,plain,
    ( line_equal(oa,ob)
    | point_equal(b1,o)
    | ~ incident(b1,oa)
    | ~ incident(b1,ob)
    | ~ incident(o,oa)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_65984]) ).

cnf(c_33869,plain,
    ( line_equal(X0,oa)
    | point_equal(X1,o)
    | ~ incident(o,oa)
    | ~ incident(o,X0)
    | ~ incident(X1,oa)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13862]) ).

cnf(c_65973,plain,
    ( line_equal(ob,oa)
    | point_equal(X0,o)
    | ~ incident(o,oa)
    | ~ incident(o,ob)
    | ~ incident(X0,oa)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33869]) ).

cnf(c_147329,plain,
    ( line_equal(ob,oa)
    | point_equal(b1,o)
    | ~ incident(b1,oa)
    | ~ incident(b1,ob)
    | ~ incident(o,oa)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_65973]) ).

cnf(c_13828,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,b1)
    | ~ incident(b1,X1)
    | ~ incident(b1,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33815,plain,
    ( line_equal(X0,b1c1)
    | point_equal(X1,b1)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13828]) ).

cnf(c_65919,plain,
    ( line_equal(ob,b1c1)
    | point_equal(X0,b1)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,ob)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33815]) ).

cnf(c_147318,plain,
    ( line_equal(ob,b1c1)
    | point_equal(c1,b1)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,ob)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,ob) ),
    inference(instantiation,[status(thm)],[c_65919]) ).

cnf(c_13818,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,c1)
    | ~ incident(c1,X1)
    | ~ incident(c1,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33757,plain,
    ( line_equal(X0,b1c1)
    | point_equal(X1,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13818]) ).

cnf(c_65837,plain,
    ( line_equal(oc,b1c1)
    | point_equal(X0,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(X0,b1c1)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_33757]) ).

cnf(c_132018,plain,
    ( line_equal(oc,b1c1)
    | point_equal(bc,c1)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc)
    | ~ incident(bc,b1c1)
    | ~ incident(bc,oc) ),
    inference(instantiation,[status(thm)],[c_65837]) ).

cnf(c_132017,plain,
    ( line_equal(oc,b1c1)
    | point_equal(b1,c1)
    | ~ incident(b1,b1c1)
    | ~ incident(b1,oc)
    | ~ incident(c1,b1c1)
    | ~ incident(c1,oc) ),
    inference(instantiation,[status(thm)],[c_65837]) ).

cnf(c_13778,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,b2)
    | ~ incident(b2,X1)
    | ~ incident(b2,X0)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33686,plain,
    ( line_equal(X0,a2b2)
    | point_equal(X1,b2)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,X0)
    | ~ incident(X1,a2b2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13778]) ).

cnf(c_65642,plain,
    ( line_equal(ob,a2b2)
    | point_equal(X0,b2)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,ob)
    | ~ incident(X0,a2b2)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33686]) ).

cnf(c_131945,plain,
    ( line_equal(ob,a2b2)
    | point_equal(a2,b2)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,ob)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,ob) ),
    inference(instantiation,[status(thm)],[c_65642]) ).

cnf(c_72,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | ~ incident(X3,X2)
    | line_equal(X1,X2)
    | point_equal(X0,X3) ),
    inference(copy,[status(esa)],[c_1]) ).

cnf(c_13676,plain,
    ( line_equal(X0,X1)
    | point_equal(c2,X2)
    | ~ incident(c2,X0)
    | ~ incident(c2,X1)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_33303,plain,
    ( line_equal(b2c2,X0)
    | point_equal(c2,X1)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,X0)
    | ~ incident(X1,b2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13676]) ).

cnf(c_65387,plain,
    ( line_equal(b2c2,oc)
    | point_equal(c2,X0)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,oc)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,oc) ),
    inference(instantiation,[status(thm)],[c_33303]) ).

cnf(c_131853,plain,
    ( line_equal(b2c2,oc)
    | point_equal(c2,o)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,oc)
    | ~ incident(o,b2c2)
    | ~ incident(o,oc) ),
    inference(instantiation,[status(thm)],[c_65387]) ).

cnf(c_131836,plain,
    ( line_equal(ob,a1b1)
    | point_equal(b1,X0)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,ob)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_65131]) ).

cnf(c_131837,plain,
    ( line_equal(ob,a1b1)
    | point_equal(b1,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,ob)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,ob) ),
    inference(instantiation,[status(thm)],[c_131836]) ).

cnf(c_13669,plain,
    ( line_equal(X0,X1)
    | point_equal(b2,X2)
    | ~ incident(b2,X0)
    | ~ incident(b2,X1)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_33290,plain,
    ( line_equal(ob,X0)
    | point_equal(b2,X1)
    | ~ incident(b2,ob)
    | ~ incident(b2,X0)
    | ~ incident(X1,ob)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13669]) ).

cnf(c_65344,plain,
    ( line_equal(ob,b2c2)
    | point_equal(b2,X0)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,ob)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33290]) ).

cnf(c_131823,plain,
    ( line_equal(ob,b2c2)
    | point_equal(b2,o)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,ob)
    | ~ incident(o,b2c2)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_65344]) ).

cnf(c_33288,plain,
    ( line_equal(b2c2,X0)
    | point_equal(b2,X1)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,X0)
    | ~ incident(X1,b2c2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13669]) ).

cnf(c_65333,plain,
    ( line_equal(b2c2,ob)
    | point_equal(b2,X0)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,ob)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,ob) ),
    inference(instantiation,[status(thm)],[c_33288]) ).

cnf(c_131817,plain,
    ( line_equal(b2c2,ob)
    | point_equal(b2,o)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,ob)
    | ~ incident(o,b2c2)
    | ~ incident(o,ob) ),
    inference(instantiation,[status(thm)],[c_65333]) ).

cnf(c_131798,plain,
    ( line_equal(b1c1,a1b1)
    | point_equal(b1,X0)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,b1c1)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_65129]) ).

cnf(c_131799,plain,
    ( line_equal(b1c1,a1b1)
    | point_equal(b1,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,b1c1)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,b1c1) ),
    inference(instantiation,[status(thm)],[c_131798]) ).

cnf(c_13664,plain,
    ( line_equal(X0,X1)
    | point_equal(a2,X2)
    | ~ incident(a2,X0)
    | ~ incident(a2,X1)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_33255,plain,
    ( line_equal(oa,X0)
    | point_equal(a2,X1)
    | ~ incident(a2,oa)
    | ~ incident(a2,X0)
    | ~ incident(X1,oa)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13664]) ).

cnf(c_65295,plain,
    ( line_equal(oa,a2c2)
    | point_equal(a2,X0)
    | ~ incident(a2,a2c2)
    | ~ incident(a2,oa)
    | ~ incident(X0,a2c2)
    | ~ incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_33255]) ).

cnf(c_131780,plain,
    ( line_equal(oa,a2c2)
    | point_equal(a2,c2)
    | ~ incident(c2,a2c2)
    | ~ incident(c2,oa)
    | ~ incident(a2,a2c2)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_65295]) ).

cnf(c_33251,plain,
    ( line_equal(a2b2,X0)
    | point_equal(a2,X1)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,X0)
    | ~ incident(X1,a2b2)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13664]) ).

cnf(c_65267,plain,
    ( line_equal(a2b2,oa)
    | point_equal(a2,X0)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,oa)
    | ~ incident(X0,a2b2)
    | ~ incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_33251]) ).

cnf(c_131757,plain,
    ( line_equal(a2b2,oa)
    | point_equal(a2,b2)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,oa)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_65267]) ).

cnf(c_33249,plain,
    ( line_equal(b1c1,X0)
    | point_equal(a2,X1)
    | ~ incident(a2,b1c1)
    | ~ incident(a2,X0)
    | ~ incident(X1,b1c1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13664]) ).

cnf(c_65250,plain,
    ( line_equal(b1c1,a2c2)
    | point_equal(a2,X0)
    | ~ incident(a2,a2c2)
    | ~ incident(a2,b1c1)
    | ~ incident(X0,a2c2)
    | ~ incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_33249]) ).

cnf(c_131740,plain,
    ( line_equal(b1c1,a2c2)
    | point_equal(a2,b1)
    | ~ incident(b1,a2c2)
    | ~ incident(b1,b1c1)
    | ~ incident(a2,a2c2)
    | ~ incident(a2,b1c1) ),
    inference(instantiation,[status(thm)],[c_65250]) ).

cnf(c_2,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_16_2) ).

cnf(c_73,plain,
    ( ~ incident(X0,X1)
    | ~ incident(X0,X2)
    | ~ incident(X3,X1)
    | line_equal(X1,X2)
    | point_equal(X0,X3)
    | ~ incident(X3,X2) ),
    inference(copy,[status(esa)],[c_2]) ).

cnf(c_13864,plain,
    ( line_equal(X0,X1)
    | point_equal(X2,o)
    | ~ incident(o,X0)
    | ~ incident(o,X1)
    | ~ incident(X2,X0)
    | ~ incident(X2,X1) ),
    inference(instantiation,[status(thm)],[c_73]) ).

cnf(c_33896,plain,
    ( line_equal(oa,X0)
    | point_equal(X1,o)
    | ~ incident(o,oa)
    | ~ incident(o,X0)
    | ~ incident(X1,oa)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13864]) ).

cnf(c_66027,plain,
    ( line_equal(oa,a1c1)
    | point_equal(X0,o)
    | ~ incident(o,a1c1)
    | ~ incident(o,oa)
    | ~ incident(X0,a1c1)
    | ~ incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_33896]) ).

cnf(c_66028,plain,
    ( line_equal(oa,a1c1)
    | point_equal(a1,o)
    | ~ incident(a1,a1c1)
    | ~ incident(a1,oa)
    | ~ incident(o,a1c1)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_66027]) ).

cnf(c_33719,plain,
    ( line_equal(X0,a1b1)
    | point_equal(X1,c2)
    | ~ incident(c2,a1b1)
    | ~ incident(c2,X0)
    | ~ incident(X1,a1b1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13807]) ).

cnf(c_65735,plain,
    ( line_equal(oa,a1b1)
    | point_equal(X0,c2)
    | ~ incident(c2,a1b1)
    | ~ incident(c2,oa)
    | ~ incident(X0,a1b1)
    | ~ incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_33719]) ).

cnf(c_65736,plain,
    ( line_equal(oa,a1b1)
    | point_equal(a1,c2)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,oa)
    | ~ incident(c2,a1b1)
    | ~ incident(c2,oa) ),
    inference(instantiation,[status(thm)],[c_65735]) ).

cnf(c_33299,plain,
    ( line_equal(a1b1,X0)
    | point_equal(c2,X1)
    | ~ incident(c2,a1b1)
    | ~ incident(c2,X0)
    | ~ incident(X1,a1b1)
    | ~ incident(X1,X0) ),
    inference(instantiation,[status(thm)],[c_13676]) ).

cnf(c_65358,plain,
    ( line_equal(a1b1,b2c2)
    | point_equal(c2,X0)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,a1b1)
    | ~ incident(X0,b2c2)
    | ~ incident(X0,a1b1) ),
    inference(instantiation,[status(thm)],[c_33299]) ).

cnf(c_65359,plain,
    ( line_equal(a1b1,b2c2)
    | point_equal(c2,a1)
    | ~ incident(a1,b2c2)
    | ~ incident(a1,a1b1)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,a1b1) ),
    inference(instantiation,[status(thm)],[c_65358]) ).

cnf(c_65268,plain,
    ( line_equal(a2b2,oa)
    | point_equal(a2,a1)
    | ~ incident(a1,a2b2)
    | ~ incident(a1,oa)
    | ~ incident(a2,a2b2)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_65267]) ).

cnf(c_13979,plain,
    ( line_equal(X0,X1)
    | point_equal(c1,a1)
    | ~ incident(a1,X1)
    | ~ incident(a1,X0)
    | ~ incident(c1,X0)
    | ~ incident(c1,X1) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_33568,plain,
    ( line_equal(X0,a1c1)
    | point_equal(c1,a1)
    | ~ incident(a1,a1c1)
    | ~ incident(a1,X0)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,X0) ),
    inference(instantiation,[status(thm)],[c_13979]) ).

cnf(c_65229,plain,
    ( line_equal(oa,a1c1)
    | point_equal(c1,a1)
    | ~ incident(a1,a1c1)
    | ~ incident(a1,oa)
    | ~ incident(c1,a1c1)
    | ~ incident(c1,oa) ),
    inference(instantiation,[status(thm)],[c_33568]) ).

cnf(c_13725,plain,
    ( line_equal(X0,X1)
    | point_equal(b1,a1)
    | ~ incident(a1,X1)
    | ~ incident(a1,X0)
    | ~ incident(b1,X0)
    | ~ incident(b1,X1) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_33443,plain,
    ( line_equal(X0,a1b1)
    | point_equal(b1,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,X0)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_13725]) ).

cnf(c_65148,plain,
    ( line_equal(oa,a1b1)
    | point_equal(b1,a1)
    | ~ incident(a1,a1b1)
    | ~ incident(a1,oa)
    | ~ incident(b1,a1b1)
    | ~ incident(b1,oa) ),
    inference(instantiation,[status(thm)],[c_33443]) ).

cnf(c_65145,plain,
    ( line_equal(b2c2,a1b1)
    | point_equal(b1,a1)
    | ~ incident(a1,b2c2)
    | ~ incident(a1,a1b1)
    | ~ incident(b1,b2c2)
    | ~ incident(b1,a1b1) ),
    inference(instantiation,[status(thm)],[c_33443]) ).

cnf(c_13648,plain,
    ( line_equal(X0,X1)
    | point_equal(c1,c2)
    | ~ incident(c2,X0)
    | ~ incident(c2,X1)
    | ~ incident(c1,X0)
    | ~ incident(c1,X1) ),
    inference(instantiation,[status(thm)],[c_71]) ).

cnf(c_33010,plain,
    ( line_equal(oc,X0)
    | point_equal(c1,c2)
    | ~ incident(c2,oc)
    | ~ incident(c2,X0)
    | ~ incident(c1,oc)
    | ~ incident(c1,X0) ),
    inference(instantiation,[status(thm)],[c_13648]) ).

cnf(c_65105,plain,
    ( line_equal(oc,b2c2)
    | point_equal(c1,c2)
    | ~ incident(c2,b2c2)
    | ~ incident(c2,oc)
    | ~ incident(c1,b2c2)
    | ~ incident(c1,oc) ),
    inference(instantiation,[status(thm)],[c_33010]) ).

cnf(c_33136,plain,
    ( line_equal(X0,ob)
    | point_equal(b2,b1)
    | ~ incident(b2,ob)
    | ~ incident(b2,X0)
    | ~ incident(b1,ob)
    | ~ incident(b1,X0) ),
    inference(instantiation,[status(thm)],[c_13766]) ).

cnf(c_65079,plain,
    ( line_equal(b2c2,ob)
    | point_equal(b2,b1)
    | ~ incident(b2,b2c2)
    | ~ incident(b2,ob)
    | ~ incident(b1,b2c2)
    | ~ incident(b1,ob) ),
    inference(instantiation,[status(thm)],[c_33136]) ).

cnf(c_65078,plain,
    ( line_equal(a2b2,ob)
    | point_equal(b2,b1)
    | ~ incident(b2,a2b2)
    | ~ incident(b2,ob)
    | ~ incident(b1,a2b2)
    | ~ incident(b1,ob) ),
    inference(instantiation,[status(thm)],[c_33136]) ).

cnf(c_13521,plain,
    ( ~ point_equal(X0,a1)
    | ~ incident(a1,a1c1)
    | incident(X0,a1c1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_34029,plain,
    ( ~ point_equal(ab,a1)
    | ~ incident(a1,a1c1)
    | incident(ab,a1c1) ),
    inference(instantiation,[status(thm)],[c_13521]) ).

cnf(c_13515,plain,
    ( ~ point_equal(X0,a1)
    | ~ incident(a1,a1b1)
    | incident(X0,a1b1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_33983,plain,
    ( ~ point_equal(ac,a1)
    | ~ incident(a1,a1b1)
    | incident(ac,a1b1) ),
    inference(instantiation,[status(thm)],[c_13515]) ).

cnf(c_13533,plain,
    ( ~ point_equal(X0,b2)
    | ~ incident(b2,b2c2)
    | incident(X0,b2c2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_33892,plain,
    ( ~ point_equal(o,b2)
    | ~ incident(b2,b2c2)
    | incident(o,b2c2) ),
    inference(instantiation,[status(thm)],[c_13533]) ).

cnf(c_13531,plain,
    ( ~ point_equal(X0,c2)
    | ~ incident(c2,b2c2)
    | incident(X0,b2c2) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_33893,plain,
    ( ~ point_equal(o,c2)
    | ~ incident(c2,b2c2)
    | incident(o,b2c2) ),
    inference(instantiation,[status(thm)],[c_13531]) ).

cnf(c_13522,plain,
    ( ~ point_equal(X0,c1)
    | ~ incident(c1,a1c1)
    | incident(X0,a1c1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_33878,plain,
    ( ~ point_equal(o,c1)
    | ~ incident(c1,a1c1)
    | incident(o,a1c1) ),
    inference(instantiation,[status(thm)],[c_13522]) ).

cnf(c_13535,plain,
    ( ~ point_equal(X0,o)
    | ~ incident(o,oa)
    | incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_33766,plain,
    ( ~ point_equal(c1,o)
    | incident(c1,oa)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_13535]) ).

cnf(c_33339,plain,
    ( ~ point_equal(c1,b2)
    | ~ incident(b2,b2c2)
    | incident(c1,b2c2) ),
    inference(instantiation,[status(thm)],[c_13533]) ).

cnf(c_13540,plain,
    ( ~ point_equal(X0,a1)
    | ~ incident(a1,oa)
    | incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_32907,plain,
    ( ~ point_equal(c2,a1)
    | ~ incident(a1,oa)
    | incident(c2,oa) ),
    inference(instantiation,[status(thm)],[c_13540]) ).

cnf(c_32908,plain,
    ( ~ point_equal(c2,o)
    | incident(c2,oa)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_13535]) ).

cnf(c_32903,plain,
    ( ~ point_equal(c2,a1)
    | ~ incident(a1,a1c1)
    | incident(c2,a1c1) ),
    inference(instantiation,[status(thm)],[c_13521]) ).

cnf(c_13541,plain,
    ( ~ point_equal(X0,a2)
    | ~ incident(a2,oa)
    | incident(X0,oa) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_13882,plain,
    ( ~ point_equal(b1,a2)
    | incident(b1,oa)
    | ~ incident(a2,oa) ),
    inference(instantiation,[status(thm)],[c_13541]) ).

cnf(c_13861,plain,
    ( ~ point_equal(b1,o)
    | incident(b1,oa)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_13535]) ).

cnf(c_13860,plain,
    ( ~ point_equal(b2,o)
    | incident(b2,oa)
    | ~ incident(o,oa) ),
    inference(instantiation,[status(thm)],[c_13535]) ).

cnf(c_13845,plain,
    ( ~ point_equal(a2,b2)
    | ~ incident(b2,b2c2)
    | incident(a2,b2c2) ),
    inference(instantiation,[status(thm)],[c_13533]) ).

cnf(c_13839,plain,
    ( ~ point_equal(a2,c2)
    | ~ incident(c2,b2c2)
    | incident(a2,b2c2) ),
    inference(instantiation,[status(thm)],[c_13531]) ).

cnf(c_13814,plain,
    ( ~ point_equal(c2,X0)
    | point_equal(X0,c2) ),
    inference(instantiation,[status(thm)],[c_117]) ).

cnf(c_13815,plain,
    ( point_equal(a1,c2)
    | ~ point_equal(c2,a1) ),
    inference(instantiation,[status(thm)],[c_13814]) ).

cnf(c_13805,plain,
    ( ~ point_equal(b1,c1)
    | incident(b1,a1c1)
    | ~ incident(c1,a1c1) ),
    inference(instantiation,[status(thm)],[c_13522]) ).

cnf(c_13804,plain,
    ( ~ point_equal(bc,c1)
    | ~ incident(c1,a1c1)
    | incident(bc,a1c1) ),
    inference(instantiation,[status(thm)],[c_13522]) ).

cnf(c_13800,plain,
    ( ~ point_equal(b1,a1)
    | ~ incident(a1,a1c1)
    | incident(b1,a1c1) ),
    inference(instantiation,[status(thm)],[c_13521]) ).

cnf(c_13799,plain,
    ( ~ line_equal(a1c1,a1c1)
    | ~ incident(bc,a1c1)
    | ~ incident(ac,a1c1)
    | ~ incident(ab,a1c1)
    | goal ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_13516,plain,
    ( ~ point_equal(X0,b1)
    | ~ incident(b1,a1b1)
    | incident(X0,a1b1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_13752,plain,
    ( ~ point_equal(c1,b1)
    | ~ incident(b1,a1b1)
    | incident(c1,a1b1) ),
    inference(instantiation,[status(thm)],[c_13516]) ).

cnf(c_13748,plain,
    ( ~ point_equal(c1,a1)
    | ~ incident(a1,a1b1)
    | incident(c1,a1b1) ),
    inference(instantiation,[status(thm)],[c_13515]) ).

cnf(c_13722,plain,
    ( ~ line_equal(a1b1,a1b1)
    | ~ incident(bc,a1b1)
    | ~ incident(ac,a1b1)
    | ~ incident(ab,a1b1)
    | goal ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_56,plain,
    ( ~ incident(a2,X0)
    | ~ incident(b2,X0)
    | ~ incident(c2,X0)
    | goal ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_185_0) ).

cnf(c_127,plain,
    ( ~ incident(a2,X0)
    | ~ incident(b2,X0)
    | ~ incident(c2,X0)
    | goal ),
    inference(copy,[status(esa)],[c_56]) ).

cnf(c_13708,plain,
    ( ~ incident(b2,b2c2)
    | ~ incident(c2,b2c2)
    | ~ incident(a2,b2c2)
    | goal ),
    inference(instantiation,[status(thm)],[c_127]) ).

cnf(c_13550,plain,
    ( ~ point_equal(X0,bc)
    | ~ incident(bc,b1c1)
    | incident(X0,b1c1) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_13551,plain,
    ( ~ point_equal(a1,bc)
    | incident(a1,b1c1)
    | ~ incident(bc,b1c1) ),
    inference(instantiation,[status(thm)],[c_13550]) ).

cnf(c_13532,plain,
    ( ~ point_equal(a1,c2)
    | incident(a1,b2c2)
    | ~ incident(c2,b2c2) ),
    inference(instantiation,[status(thm)],[c_13531]) ).

cnf(c_47,plain,
    ( line_equal(X0,X0)
    | ~ incident(X1,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_194_0) ).

cnf(c_118,plain,
    ( line_equal(X0,X0)
    | ~ incident(X1,X0) ),
    inference(copy,[status(esa)],[c_47]) ).

cnf(c_13485,plain,
    ( line_equal(a2c2,a2c2)
    | ~ incident(a2,a2c2) ),
    inference(instantiation,[status(thm)],[c_118]) ).

cnf(c_13483,plain,
    ( line_equal(a1c1,a1c1)
    | ~ incident(a1,a1c1) ),
    inference(instantiation,[status(thm)],[c_118]) ).

cnf(c_13479,plain,
    ( line_equal(a1b1,a1b1)
    | ~ incident(a1,a1b1) ),
    inference(instantiation,[status(thm)],[c_118]) ).

cnf(c_13475,plain,
    ( point_equal(c2,c1)
    | ~ point_equal(c1,c2) ),
    inference(instantiation,[status(thm)],[c_117]) ).

cnf(c_13474,plain,
    ( point_equal(b2,b1)
    | ~ point_equal(b1,b2) ),
    inference(instantiation,[status(thm)],[c_117]) ).

cnf(c_13440,plain,
    ( ~ incident(b2,oa)
    | ~ incident(c2,oa)
    | ~ incident(a2,oa)
    | goal ),
    inference(instantiation,[status(thm)],[c_127]) ).

cnf(c_55,plain,
    ( ~ incident(a1,X0)
    | ~ incident(b1,X0)
    | ~ incident(c1,X0)
    | goal ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_186_0) ).

cnf(c_126,plain,
    ( ~ incident(a1,X0)
    | ~ incident(b1,X0)
    | ~ incident(c1,X0)
    | goal ),
    inference(copy,[status(esa)],[c_55]) ).

cnf(c_13439,plain,
    ( ~ incident(a1,oa)
    | ~ incident(b1,oa)
    | ~ incident(c1,oa)
    | goal ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_13438,plain,
    ( ~ incident(b2,a2c2)
    | ~ incident(c2,a2c2)
    | ~ incident(a2,a2c2)
    | goal ),
    inference(instantiation,[status(thm)],[c_127]) ).

cnf(c_13437,plain,
    ( ~ incident(a1,a1c1)
    | ~ incident(b1,a1c1)
    | ~ incident(c1,a1c1)
    | goal ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_13435,plain,
    ( ~ incident(a1,a1b1)
    | ~ incident(b1,a1b1)
    | ~ incident(c1,a1b1)
    | goal ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_13434,plain,
    ( ~ incident(b2,b1c1)
    | ~ incident(c2,b1c1)
    | ~ incident(a2,b1c1)
    | goal ),
    inference(instantiation,[status(thm)],[c_127]) ).

cnf(c_7,plain,
    ( incident(b2,a1c1)
    | incident(a1,b2c2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_17_1) ).

cnf(c_9,plain,
    ( incident(c2,a1b1)
    | incident(b1,a2c2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_18_1) ).

cnf(c_11,plain,
    ( incident(a2,b1c1)
    | incident(c1,a2b2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_19_1) ).

cnf(c_12,plain,
    incident(a1,a1b1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_229_0) ).

cnf(c_13,plain,
    incident(b1,a1b1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_228_0) ).

cnf(c_14,plain,
    incident(a2,a2b2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_227_0) ).

cnf(c_15,plain,
    incident(b2,a2b2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_226_0) ).

cnf(c_16,plain,
    incident(a1,a1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_225_0) ).

cnf(c_17,plain,
    incident(c1,a1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_224_0) ).

cnf(c_18,plain,
    incident(a2,a2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_223_0) ).

cnf(c_19,plain,
    incident(c2,a2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_222_0) ).

cnf(c_20,plain,
    incident(c1,b1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_221_0) ).

cnf(c_21,plain,
    incident(b1,b1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_220_0) ).

cnf(c_22,plain,
    incident(c2,b2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_219_0) ).

cnf(c_23,plain,
    incident(b2,b2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_218_0) ).

cnf(c_24,plain,
    incident(o,oa),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_217_0) ).

cnf(c_25,plain,
    incident(o,ob),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_216_0) ).

cnf(c_26,plain,
    incident(o,oc),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_215_0) ).

cnf(c_27,plain,
    incident(a1,oa),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_214_0) ).

cnf(c_28,plain,
    incident(a2,oa),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_213_0) ).

cnf(c_29,plain,
    incident(b1,ob),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_212_0) ).

cnf(c_30,plain,
    incident(b2,ob),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_211_0) ).

cnf(c_31,plain,
    incident(c1,oc),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_210_0) ).

cnf(c_32,plain,
    incident(c2,oc),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_209_0) ).

cnf(c_33,plain,
    incident(bc,b1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_208_0) ).

cnf(c_34,plain,
    incident(bc,b2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_207_0) ).

cnf(c_35,plain,
    incident(ac,a1c1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_206_0) ).

cnf(c_36,plain,
    incident(ac,a2c2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_205_0) ).

cnf(c_37,plain,
    incident(ab,a1b1),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_204_0) ).

cnf(c_38,plain,
    incident(ab,a2b2),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_203_0) ).

cnf(c_39,plain,
    ( goal
    | ~ point_equal(a2,a1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_202_0) ).

cnf(c_40,plain,
    ( goal
    | ~ point_equal(b2,b1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_201_0) ).

cnf(c_41,plain,
    ( goal
    | ~ point_equal(c2,c1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_200_0) ).

cnf(c_42,plain,
    ( goal
    | ~ line_equal(b1c1,b2c2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_199_0) ).

cnf(c_43,plain,
    ( goal
    | ~ line_equal(a1c1,a2c2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_198_0) ).

cnf(c_44,plain,
    ( goal
    | ~ line_equal(a1b1,a2b2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_197_0) ).

cnf(c_49,plain,
    ( ~ incident(a1,b2c2)
    | ~ incident(b1,a2c2)
    | ~ incident(c1,a2b2)
    | goal ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_192_0) ).

cnf(c_50,plain,
    ( ~ incident(a2,b1c1)
    | ~ incident(b2,a1c1)
    | ~ incident(c2,a1b1)
    | goal ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_191_0) ).

cnf(c_58,negated_conjecture,
    ~ goal,
    file('/export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p',c_0_4) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_961067,c_961059,c_819494,c_751436,c_586342,c_586321,c_586322,c_586318,c_586307,c_586183,c_586184,c_586192,c_586182,c_586177,c_586135,c_586130,c_542339,c_542219,c_542186,c_542067,c_542069,c_542063,c_542055,c_542048,c_542045,c_452610,c_452589,c_452590,c_451686,c_428285,c_393956,c_393898,c_357667,c_357658,c_357652,c_357650,c_357366,c_268312,c_268303,c_268304,c_268297,c_268293,c_268135,c_268150,c_268085,c_247657,c_247619,c_247595,c_247499,c_247440,c_247351,c_220305,c_220254,c_220194,c_220155,c_220127,c_220122,c_220019,c_220020,c_220012,c_219838,c_219791,c_182032,c_182000,c_181930,c_181882,c_181876,c_147662,c_147601,c_147593,c_147589,c_147551,c_147519,c_147503,c_147499,c_147369,c_147338,c_147335,c_147329,c_147318,c_132018,c_132017,c_131945,c_131853,c_131837,c_131823,c_131817,c_131799,c_131780,c_131757,c_131740,c_66028,c_65736,c_65359,c_65268,c_65229,c_65148,c_65145,c_65105,c_65079,c_65078,c_34029,c_33983,c_33892,c_33893,c_33878,c_33766,c_33339,c_32907,c_32908,c_32903,c_13882,c_13861,c_13860,c_13845,c_13839,c_13815,c_13805,c_13804,c_13800,c_13799,c_13752,c_13748,c_13722,c_13708,c_13551,c_13532,c_13485,c_13483,c_13479,c_13475,c_13474,c_13440,c_13439,c_13438,c_13437,c_13435,c_13434,c_7,c_9,c_11,c_12,c_13,c_14,c_15,c_16,c_17,c_18,c_19,c_20,c_21,c_22,c_23,c_24,c_25,c_26,c_27,c_28,c_29,c_30,c_31,c_32,c_33,c_34,c_35,c_36,c_37,c_38,c_39,c_40,c_41,c_42,c_43,c_44,c_49,c_50,c_58]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO169+1 : TPTP v8.1.0. Released v3.2.0.
% 0.03/0.13  % Command  : iprover_modulo %s %d
% 0.13/0.34  % Computer : n006.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 18 15:36:40 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.35  % Running in mono-core mode
% 0.19/0.41  % Orienting using strategy Equiv(ClausalAll)
% 0.19/0.41  % FOF problem with conjecture
% 0.19/0.41  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_e5ac53.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_0d9819.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_a463e7 | grep -v "SZS"
% 0.20/0.43  
% 0.20/0.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------  iProver source info 
% 0.20/0.43  
% 0.20/0.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.20/0.43  % git: non_committed_changes: true
% 0.20/0.43  % git: last_make_outside_of_git: true
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------ Input Options
% 0.20/0.43  
% 0.20/0.43  % --out_options                         all
% 0.20/0.43  % --tptp_safe_out                       true
% 0.20/0.43  % --problem_path                        ""
% 0.20/0.43  % --include_path                        ""
% 0.20/0.43  % --clausifier                          .//eprover
% 0.20/0.43  % --clausifier_options                  --tstp-format  
% 0.20/0.43  % --stdin                               false
% 0.20/0.43  % --dbg_backtrace                       false
% 0.20/0.43  % --dbg_dump_prop_clauses               false
% 0.20/0.43  % --dbg_dump_prop_clauses_file          -
% 0.20/0.43  % --dbg_out_stat                        false
% 0.20/0.43  
% 0.20/0.43  % ------ General Options
% 0.20/0.43  
% 0.20/0.43  % --fof                                 false
% 0.20/0.43  % --time_out_real                       150.
% 0.20/0.43  % --time_out_prep_mult                  0.2
% 0.20/0.43  % --time_out_virtual                    -1.
% 0.20/0.43  % --schedule                            none
% 0.20/0.43  % --ground_splitting                    input
% 0.20/0.43  % --splitting_nvd                       16
% 0.20/0.43  % --non_eq_to_eq                        false
% 0.20/0.43  % --prep_gs_sim                         true
% 0.20/0.43  % --prep_unflatten                      false
% 0.20/0.43  % --prep_res_sim                        true
% 0.20/0.43  % --prep_upred                          true
% 0.20/0.43  % --res_sim_input                       true
% 0.20/0.43  % --clause_weak_htbl                    true
% 0.20/0.43  % --gc_record_bc_elim                   false
% 0.20/0.43  % --symbol_type_check                   false
% 0.20/0.43  % --clausify_out                        false
% 0.20/0.43  % --large_theory_mode                   false
% 0.20/0.43  % --prep_sem_filter                     none
% 0.20/0.43  % --prep_sem_filter_out                 false
% 0.20/0.43  % --preprocessed_out                    false
% 0.20/0.43  % --sub_typing                          false
% 0.20/0.43  % --brand_transform                     false
% 0.20/0.43  % --pure_diseq_elim                     true
% 0.20/0.43  % --min_unsat_core                      false
% 0.20/0.43  % --pred_elim                           true
% 0.20/0.43  % --add_important_lit                   false
% 0.20/0.43  % --soft_assumptions                    false
% 0.20/0.43  % --reset_solvers                       false
% 0.20/0.43  % --bc_imp_inh                          []
% 0.20/0.43  % --conj_cone_tolerance                 1.5
% 0.20/0.43  % --prolific_symb_bound                 500
% 0.20/0.43  % --lt_threshold                        2000
% 0.20/0.43  
% 0.20/0.43  % ------ SAT Options
% 0.20/0.43  
% 0.20/0.43  % --sat_mode                            false
% 0.20/0.43  % --sat_fm_restart_options              ""
% 0.20/0.43  % --sat_gr_def                          false
% 0.20/0.43  % --sat_epr_types                       true
% 0.20/0.43  % --sat_non_cyclic_types                false
% 0.20/0.43  % --sat_finite_models                   false
% 0.20/0.43  % --sat_fm_lemmas                       false
% 0.20/0.43  % --sat_fm_prep                         false
% 0.20/0.43  % --sat_fm_uc_incr                      true
% 0.20/0.43  % --sat_out_model                       small
% 0.20/0.43  % --sat_out_clauses                     false
% 0.20/0.43  
% 0.20/0.43  % ------ QBF Options
% 0.20/0.43  
% 0.20/0.43  % --qbf_mode                            false
% 0.20/0.43  % --qbf_elim_univ                       true
% 0.20/0.43  % --qbf_sk_in                           true
% 0.20/0.43  % --qbf_pred_elim                       true
% 0.20/0.43  % --qbf_split                           32
% 0.20/0.43  
% 0.20/0.43  % ------ BMC1 Options
% 0.20/0.43  
% 0.20/0.43  % --bmc1_incremental                    false
% 0.20/0.43  % --bmc1_axioms                         reachable_all
% 0.20/0.43  % --bmc1_min_bound                      0
% 0.20/0.43  % --bmc1_max_bound                      -1
% 0.20/0.43  % --bmc1_max_bound_default              -1
% 0.20/0.43  % --bmc1_symbol_reachability            true
% 0.20/0.43  % --bmc1_property_lemmas                false
% 0.20/0.43  % --bmc1_k_induction                    false
% 0.20/0.43  % --bmc1_non_equiv_states               false
% 0.20/0.43  % --bmc1_deadlock                       false
% 0.20/0.43  % --bmc1_ucm                            false
% 0.20/0.43  % --bmc1_add_unsat_core                 none
% 0.20/0.43  % --bmc1_unsat_core_children            false
% 0.20/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.43  % --bmc1_out_stat                       full
% 0.20/0.43  % --bmc1_ground_init                    false
% 0.20/0.43  % --bmc1_pre_inst_next_state            false
% 0.20/0.43  % --bmc1_pre_inst_state                 false
% 0.20/0.43  % --bmc1_pre_inst_reach_state           false
% 0.20/0.43  % --bmc1_out_unsat_core                 false
% 0.20/0.43  % --bmc1_aig_witness_out                false
% 0.20/0.43  % --bmc1_verbose                        false
% 0.20/0.43  % --bmc1_dump_clauses_tptp              false
% 0.20/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.44  % --bmc1_dump_file                      -
% 0.20/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.44  % --bmc1_ucm_extend_mode                1
% 0.20/0.44  % --bmc1_ucm_init_mode                  2
% 0.20/0.44  % --bmc1_ucm_cone_mode                  none
% 0.20/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.44  % --bmc1_ucm_relax_model                4
% 0.20/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.44  % --bmc1_ucm_layered_model              none
% 0.20/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.44  
% 0.20/0.44  % ------ AIG Options
% 0.20/0.44  
% 0.20/0.44  % --aig_mode                            false
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation Options
% 0.20/0.44  
% 0.20/0.44  % --instantiation_flag                  true
% 0.20/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.44  % --inst_solver_per_active              750
% 0.20/0.44  % --inst_solver_calls_frac              0.5
% 0.20/0.44  % --inst_passive_queue_type             priority_queues
% 0.20/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.44  % --inst_passive_queues_freq            [25;2]
% 0.20/0.44  % --inst_dismatching                    true
% 0.20/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.44  % --inst_prop_sim_given                 true
% 0.20/0.44  % --inst_prop_sim_new                   false
% 0.20/0.44  % --inst_orphan_elimination             true
% 0.20/0.44  % --inst_learning_loop_flag             true
% 0.20/0.44  % --inst_learning_start                 3000
% 0.20/0.44  % --inst_learning_factor                2
% 0.20/0.44  % --inst_start_prop_sim_after_learn     3
% 0.20/0.44  % --inst_sel_renew                      solver
% 0.20/0.44  % --inst_lit_activity_flag              true
% 0.20/0.44  % --inst_out_proof                      true
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution Options
% 0.20/0.44  
% 0.20/0.44  % --resolution_flag                     true
% 0.20/0.44  % --res_lit_sel                         kbo_max
% 0.20/0.44  % --res_to_prop_solver                  none
% 0.20/0.44  % --res_prop_simpl_new                  false
% 0.20/0.44  % --res_prop_simpl_given                false
% 0.20/0.44  % --res_passive_queue_type              priority_queues
% 0.20/0.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.44  % --res_passive_queues_freq             [15;5]
% 0.20/0.44  % --res_forward_subs                    full
% 0.20/0.44  % --res_backward_subs                   full
% 0.20/0.44  % --res_forward_subs_resolution         true
% 0.20/0.44  % --res_backward_subs_resolution        true
% 0.20/0.44  % --res_orphan_elimination              false
% 0.20/0.44  % --res_time_limit                      1000.
% 0.20/0.44  % --res_out_proof                       true
% 0.20/0.44  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_e5ac53.s
% 0.20/0.44  % --modulo                              true
% 0.20/0.44  
% 0.20/0.44  % ------ Combination Options
% 0.20/0.44  
% 0.20/0.44  % --comb_res_mult                       1000
% 0.20/0.44  % --comb_inst_mult                      300
% 0.20/0.44  % ------ 
% 0.20/0.44  
% 0.20/0.44  % ------ Parsing...% successful
% 0.20/0.44  
% 0.20/0.44  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.20/0.44  
% 0.20/0.44  % ------ Proving...
% 0.20/0.44  % ------ Problem Properties 
% 0.20/0.44  
% 0.20/0.44  % 
% 0.20/0.44  % EPR                                   true
% 0.20/0.44  % Horn                                  false
% 0.20/0.44  % Has equality                          false
% 0.20/0.44  
% 0.20/0.44  % % ------ Input Options Time Limit: Unbounded
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  % % ------ Current options:
% 0.20/0.44  
% 0.20/0.44  % ------ Input Options
% 0.20/0.44  
% 0.20/0.44  % --out_options                         all
% 0.20/0.44  % --tptp_safe_out                       true
% 0.20/0.44  % --problem_path                        ""
% 0.20/0.44  % --include_path                        ""
% 0.20/0.44  % --clausifier                          .//eprover
% 0.20/0.44  % --clausifier_options                  --tstp-format  
% 0.20/0.44  % --stdin                               false
% 0.20/0.44  % --dbg_backtrace                       false
% 0.20/0.44  % --dbg_dump_prop_clauses               false
% 0.20/0.44  % --dbg_dump_prop_clauses_file          -
% 0.20/0.44  % --dbg_out_stat                        false
% 0.20/0.44  
% 0.20/0.44  % ------ General Options
% 0.20/0.44  
% 0.20/0.44  % --fof                                 false
% 0.20/0.44  % --time_out_real                       150.
% 0.20/0.44  % --time_out_prep_mult                  0.2
% 0.20/0.44  % --time_out_virtual                    -1.
% 0.20/0.44  % --schedule                            none
% 0.20/0.44  % --ground_splitting                    input
% 0.20/0.44  % --splitting_nvd                       16
% 0.20/0.44  % --non_eq_to_eq                        false
% 0.20/0.44  % --prep_gs_sim                         true
% 0.20/0.44  % --prep_unflatten                      false
% 0.20/0.44  % --prep_res_sim                        true
% 0.20/0.44  % --prep_upred                          true
% 0.20/0.44  % --res_sim_input                       true
% 0.20/0.44  % --clause_weak_htbl                    true
% 0.20/0.44  % --gc_record_bc_elim                   false
% 0.20/0.44  % --symbol_type_check                   false
% 0.20/0.44  % --clausify_out                        false
% 0.20/0.44  % --large_theory_mode                   false
% 0.20/0.44  % --prep_sem_filter                     none
% 0.20/0.44  % --prep_sem_filter_out                 false
% 0.20/0.44  % --preprocessed_out                    false
% 0.20/0.44  % --sub_typing                          false
% 0.20/0.44  % --brand_transform                     false
% 0.20/0.44  % --pure_diseq_elim                     true
% 0.20/0.44  % --min_unsat_core                      false
% 0.20/0.44  % --pred_elim                           true
% 0.20/0.44  % --add_important_lit                   false
% 0.20/0.44  % --soft_assumptions                    false
% 0.20/0.44  % --reset_solvers                       false
% 0.20/0.44  % --bc_imp_inh                          []
% 0.20/0.44  % --conj_cone_tolerance                 1.5
% 0.20/0.44  % --prolific_symb_bound                 500
% 0.20/0.44  % --lt_threshold                        2000
% 0.20/0.44  
% 0.20/0.44  % ------ SAT Options
% 0.20/0.44  
% 0.20/0.44  % --sat_mode                            false
% 0.20/0.44  % --sat_fm_restart_options              ""
% 0.20/0.44  % --sat_gr_def                          false
% 0.20/0.44  % --sat_epr_types                       true
% 0.20/0.44  % --sat_non_cyclic_types                false
% 0.20/0.44  % --sat_finite_models                   false
% 0.20/0.44  % --sat_fm_lemmas                       false
% 0.20/0.44  % --sat_fm_prep                         false
% 0.20/0.44  % --sat_fm_uc_incr                      true
% 0.20/0.44  % --sat_out_model                       small
% 0.20/0.44  % --sat_out_clauses                     false
% 0.20/0.44  
% 0.20/0.44  % ------ QBF Options
% 0.20/0.44  
% 0.20/0.44  % --qbf_mode                            false
% 0.20/0.44  % --qbf_elim_univ                       true
% 0.20/0.44  % --qbf_sk_in                           true
% 0.20/0.44  % --qbf_pred_elim                       true
% 0.20/0.44  % --qbf_split                           32
% 0.20/0.44  
% 0.20/0.44  % ------ BMC1 Options
% 0.20/0.44  
% 0.20/0.44  % --bmc1_incremental                    false
% 0.20/0.44  % --bmc1_axioms                         reachable_all
% 0.20/0.44  % --bmc1_min_bound                      0
% 0.20/0.44  % --bmc1_max_bound                      -1
% 0.20/0.44  % --bmc1_max_bound_default              -1
% 0.20/0.44  % --bmc1_symbol_reachability            true
% 0.20/0.44  % --bmc1_property_lemmas                false
% 0.20/0.44  % --bmc1_k_induction                    false
% 0.20/0.44  % --bmc1_non_equiv_states               false
% 0.20/0.44  % --bmc1_deadlock                       false
% 0.20/0.44  % --bmc1_ucm                            false
% 0.20/0.44  % --bmc1_add_unsat_core                 none
% 0.20/0.44  % --bmc1_unsat_core_children            false
% 0.20/0.44  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.44  % --bmc1_out_stat                       full
% 0.20/0.44  % --bmc1_ground_init                    false
% 0.20/0.44  % --bmc1_pre_inst_next_state            false
% 0.20/0.44  % --bmc1_pre_inst_state                 false
% 0.20/0.44  % --bmc1_pre_inst_reach_state           false
% 0.20/0.44  % --bmc1_out_unsat_core                 false
% 0.20/0.44  % --bmc1_aig_witness_out                false
% 0.20/0.44  % --bmc1_verbose                        false
% 0.20/0.44  % --bmc1_dump_clauses_tptp              false
% 0.20/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.44  % --bmc1_dump_file                      -
% 0.20/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.44  % --bmc1_ucm_extend_mode                1
% 0.20/0.44  % --bmc1_ucm_init_mode                  2
% 0.20/0.44  % --bmc1_ucm_cone_mode                  none
% 0.20/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.44  % --bmc1_ucm_relax_model                4
% 0.20/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.44  % --bmc1_ucm_layered_model              none
% 0.20/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.44  
% 0.20/0.44  % ------ AIG Options
% 0.20/0.44  
% 0.20/0.44  % --aig_mode                            false
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation Options
% 0.20/0.44  
% 0.20/0.44  % --instantiation_flag                  true
% 0.20/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.44  % --inst_solver_per_active              750
% 0.20/0.44  % --inst_solver_calls_frac              0.5
% 0.20/0.44  % --inst_passive_queue_type             priority_queues
% 0.20/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.44  % --inst_passive_queues_freq            [25;2]
% 0.20/0.44  % --inst_dismatching                    true
% 0.20/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.44  % --inst_prop_sim_given                 true
% 20.56/20.74  % --inst_prop_sim_new                   false
% 20.56/20.74  % --inst_orphan_elimination             true
% 20.56/20.74  % --inst_learning_loop_flag             true
% 20.56/20.74  % --inst_learning_start                 3000
% 20.56/20.74  % --inst_learning_factor                2
% 20.56/20.74  % --inst_start_prop_sim_after_learn     3
% 20.56/20.74  % --inst_sel_renew                      solver
% 20.56/20.74  % --inst_lit_activity_flag              true
% 20.56/20.74  % --inst_out_proof                      true
% 20.56/20.74  
% 20.56/20.74  % ------ Resolution Options
% 20.56/20.74  
% 20.56/20.74  % --resolution_flag                     true
% 20.56/20.74  % --res_lit_sel                         kbo_max
% 20.56/20.74  % --res_to_prop_solver                  none
% 20.56/20.74  % --res_prop_simpl_new                  false
% 20.56/20.74  % --res_prop_simpl_given                false
% 20.56/20.74  % --res_passive_queue_type              priority_queues
% 20.56/20.74  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 20.56/20.74  % --res_passive_queues_freq             [15;5]
% 20.56/20.74  % --res_forward_subs                    full
% 20.56/20.74  % --res_backward_subs                   full
% 20.56/20.74  % --res_forward_subs_resolution         true
% 20.56/20.74  % --res_backward_subs_resolution        true
% 20.56/20.74  % --res_orphan_elimination              false
% 20.56/20.74  % --res_time_limit                      1000.
% 20.56/20.74  % --res_out_proof                       true
% 20.56/20.74  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_e5ac53.s
% 20.56/20.74  % --modulo                              true
% 20.56/20.74  
% 20.56/20.74  % ------ Combination Options
% 20.56/20.74  
% 20.56/20.74  % --comb_res_mult                       1000
% 20.56/20.74  % --comb_inst_mult                      300
% 20.56/20.74  % ------ 
% 20.56/20.74  
% 20.56/20.74  
% 20.56/20.74  
% 20.56/20.74  % ------ Proving...
% 20.56/20.74  % 
% 20.56/20.74  
% 20.56/20.74  
% 20.56/20.74  % ------                             Statistics
% 20.56/20.74  
% 20.56/20.74  % ------ General
% 20.56/20.74  
% 20.56/20.74  % num_of_input_clauses:                 59
% 20.56/20.74  % num_of_input_neg_conjectures:         1
% 20.56/20.74  % num_of_splits:                        0
% 20.56/20.74  % num_of_split_atoms:                   0
% 20.56/20.74  % num_of_sem_filtered_clauses:          0
% 20.56/20.74  % num_of_subtypes:                      0
% 20.56/20.74  % monotx_restored_types:                0
% 20.56/20.74  % sat_num_of_epr_types:                 0
% 20.56/20.74  % sat_num_of_non_cyclic_types:          0
% 20.56/20.74  % sat_guarded_non_collapsed_types:      0
% 20.56/20.74  % is_epr:                               1
% 20.56/20.74  % is_horn:                              0
% 20.56/20.74  % has_eq:                               0
% 20.56/20.74  % num_pure_diseq_elim:                  0
% 20.56/20.74  % simp_replaced_by:                     3
% 20.56/20.74  % res_preprocessed:                     2
% 20.56/20.74  % prep_upred:                           0
% 20.56/20.74  % prep_unflattend:                      0
% 20.56/20.74  % pred_elim_cands:                      0
% 20.56/20.74  % pred_elim:                            0
% 20.56/20.74  % pred_elim_cl:                         0
% 20.56/20.74  % pred_elim_cycles:                     0
% 20.56/20.74  % forced_gc_time:                       0
% 20.56/20.74  % gc_basic_clause_elim:                 0
% 20.56/20.74  % parsing_time:                         0.001
% 20.56/20.74  % sem_filter_time:                      0.
% 20.56/20.74  % pred_elim_time:                       0.
% 20.56/20.74  % out_proof_time:                       0.008
% 20.56/20.74  % monotx_time:                          0.
% 20.56/20.74  % subtype_inf_time:                     0.
% 20.56/20.74  % unif_index_cands_time:                0.027
% 20.56/20.74  % unif_index_add_time:                  0.021
% 20.56/20.74  % total_time:                           20.32
% 20.56/20.74  % num_of_symbols:                       48
% 20.56/20.74  % num_of_terms:                         1627
% 20.56/20.74  
% 20.56/20.74  % ------ Propositional Solver
% 20.56/20.74  
% 20.56/20.74  % prop_solver_calls:                    29
% 20.56/20.74  % prop_fast_solver_calls:               3
% 20.56/20.74  % prop_num_of_clauses:                  4828
% 20.56/20.74  % prop_preprocess_simplified:           11704
% 20.56/20.74  % prop_fo_subsumed:                     0
% 20.56/20.74  % prop_solver_time:                     0.001
% 20.56/20.74  % prop_fast_solver_time:                0.
% 20.56/20.74  % prop_unsat_core_time:                 0.
% 20.56/20.74  
% 20.56/20.74  % ------ QBF 
% 20.56/20.74  
% 20.56/20.74  % qbf_q_res:                            0
% 20.56/20.74  % qbf_num_tautologies:                  0
% 20.56/20.74  % qbf_prep_cycles:                      0
% 20.56/20.74  
% 20.56/20.74  % ------ BMC1
% 20.56/20.74  
% 20.56/20.74  % bmc1_current_bound:                   -1
% 20.56/20.74  % bmc1_last_solved_bound:               -1
% 20.56/20.74  % bmc1_unsat_core_size:                 -1
% 20.56/20.74  % bmc1_unsat_core_parents_size:         -1
% 20.56/20.74  % bmc1_merge_next_fun:                  0
% 20.56/20.74  % bmc1_unsat_core_clauses_time:         0.
% 20.56/20.74  
% 20.56/20.74  % ------ Instantiation
% 20.56/20.74  
% 20.56/20.74  % inst_num_of_clauses:                  2566
% 20.56/20.74  % inst_num_in_passive:                  165
% 20.56/20.74  % inst_num_in_active:                   2244
% 20.56/20.74  % inst_num_in_unprocessed:              1
% 20.56/20.74  % inst_num_of_loops:                    2724
% 20.56/20.74  % inst_num_of_learning_restarts:        1
% 20.56/20.74  % inst_num_moves_active_passive:        319
% 20.56/20.74  % inst_lit_activity:                    196
% 20.56/20.74  % inst_lit_activity_moves:              0
% 20.56/20.74  % inst_num_tautologies:                 156
% 20.56/20.74  % inst_num_prop_implied:                0
% 20.56/20.74  % inst_num_existing_simplified:         0
% 20.56/20.74  % inst_num_eq_res_simplified:           0
% 20.56/20.74  % inst_num_child_elim:                  0
% 20.56/20.74  % inst_num_of_dismatching_blockings:    548
% 20.56/20.74  % inst_num_of_non_proper_insts:         7607
% 20.56/20.74  % inst_num_of_duplicates:               1916
% 20.56/20.74  % inst_inst_num_from_inst_to_res:       0
% 20.56/20.74  % inst_dismatching_checking_time:       0.006
% 20.56/20.74  
% 20.56/20.74  % ------ Resolution
% 20.56/20.74  
% 20.56/20.74  % res_num_of_clauses:                   268081
% 20.56/20.74  % res_num_in_passive:                   271334
% 20.56/20.74  % res_num_in_active:                    10530
% 20.56/20.74  % res_num_of_loops:                     20000
% 20.56/20.74  % res_forward_subset_subsumed:          155071
% 20.56/20.74  % res_backward_subset_subsumed:         14718
% 20.56/20.74  % res_forward_subsumed:                 9032
% 20.56/20.74  % res_backward_subsumed:                276
% 20.56/20.74  % res_forward_subsumption_resolution:   680
% 20.56/20.74  % res_backward_subsumption_resolution:  35
% 20.56/20.74  % res_clause_to_clause_subsumption:     1060745
% 20.56/20.74  % res_orphan_elimination:               0
% 20.56/20.74  % res_tautology_del:                    11955
% 20.56/20.74  % res_num_eq_res_simplified:            0
% 20.56/20.74  % res_num_sel_changes:                  0
% 20.56/20.74  % res_moves_from_active_to_pass:        0
% 20.56/20.74  
% 20.56/20.74  % Status Unsatisfiable
% 20.56/20.74  % SZS status Theorem
% 20.56/20.74  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------