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

View Problem - Process Solution

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

% Computer : n021.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 : Sun Jul 17 22:14:03 EDT 2022

% Result   : Theorem 0.19s 0.51s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   32
%            Number of leaves      :   17
% Syntax   : Number of formulae    :  170 (  13 unt;   0 def)
%            Number of atoms       :  457 (  34 equ)
%            Maximal formula atoms :   16 (   2 avg)
%            Number of connectives :  506 ( 219   ~; 257   |;  16   &)
%                                         (  12 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    9 (   7 usr;   1 prp; 0-3 aty)
%            Number of functors    :    6 (   6 usr;   6 con; 0-0 aty)
%            Number of variables   :  313 (  14 sgn  63   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0,axiom,
    ! [X1,X4,X5] :
      ( dissimilar(X1,X4,X5)
    <=> ( organization(X1)
        & ~ ( is_aligned(X1,X4)
          <=> is_aligned(X1,X5) ) ) ),
    file('<stdin>',definition_2) ).

fof(c_0_1,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    file('<stdin>',meaning_postulate_greater_transitive) ).

fof(c_0_2,axiom,
    ! [X1,X2] :
      ~ ( greater(X1,X2)
        & greater(X2,X1) ),
    file('<stdin>',meaning_postulate_greater_strict) ).

fof(c_0_3,axiom,
    ! [X1,X2] :
      ( greater_or_equal(X1,X2)
    <=> ( greater(X1,X2)
        | X1 = X2 ) ),
    file('<stdin>',definition_greater_or_equal) ).

fof(c_0_4,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    file('<stdin>',definition_smaller_or_equal) ).

fof(c_0_5,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    file('<stdin>',definition_smaller) ).

fof(c_0_6,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
      | X1 = X2
      | greater(X1,X2) ),
    file('<stdin>',meaning_postulate_greater_comparable) ).

fof(c_0_7,axiom,
    ! [X1,X4,X5] :
      ( dissimilar(X1,X4,X5)
    <=> ( organization(X1)
        & ~ ( is_aligned(X1,X4)
          <=> is_aligned(X1,X5) ) ) ),
    c_0_0 ).

fof(c_0_8,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    c_0_1 ).

fof(c_0_9,axiom,
    ! [X1,X2] :
      ~ ( greater(X1,X2)
        & greater(X2,X1) ),
    c_0_2 ).

fof(c_0_10,axiom,
    ! [X1,X2] :
      ( greater_or_equal(X1,X2)
    <=> ( greater(X1,X2)
        | X1 = X2 ) ),
    c_0_3 ).

fof(c_0_11,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    c_0_4 ).

fof(c_0_12,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    c_0_5 ).

fof(c_0_13,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
      | X1 = X2
      | greater(X1,X2) ),
    c_0_6 ).

fof(c_0_14,plain,
    ! [X6,X7,X8,X9,X10,X11] :
      ( ( organization(X6)
        | ~ dissimilar(X6,X7,X8) )
      & ( ~ is_aligned(X6,X7)
        | ~ is_aligned(X6,X8)
        | ~ dissimilar(X6,X7,X8) )
      & ( is_aligned(X6,X7)
        | is_aligned(X6,X8)
        | ~ dissimilar(X6,X7,X8) )
      & ( ~ is_aligned(X9,X10)
        | is_aligned(X9,X11)
        | ~ organization(X9)
        | dissimilar(X9,X10,X11) )
      & ( ~ is_aligned(X9,X11)
        | is_aligned(X9,X10)
        | ~ organization(X9)
        | dissimilar(X9,X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_7])])])])]) ).

fof(c_0_15,plain,
    ! [X4,X5,X6] :
      ( ~ greater(X4,X5)
      | ~ greater(X5,X6)
      | greater(X4,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_8])]) ).

fof(c_0_16,plain,
    ! [X3,X4] :
      ( ~ greater(X3,X4)
      | ~ greater(X4,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])]) ).

fof(c_0_17,plain,
    ! [X3,X4,X5,X6] :
      ( ( ~ greater_or_equal(X3,X4)
        | greater(X3,X4)
        | X3 = X4 )
      & ( ~ greater(X5,X6)
        | greater_or_equal(X5,X6) )
      & ( X5 != X6
        | greater_or_equal(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_10])])])])]) ).

fof(c_0_18,plain,
    ! [X3,X4,X5,X6] :
      ( ( ~ smaller_or_equal(X3,X4)
        | smaller(X3,X4)
        | X3 = X4 )
      & ( ~ smaller(X5,X6)
        | smaller_or_equal(X5,X6) )
      & ( X5 != X6
        | smaller_or_equal(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_11])])])])]) ).

fof(c_0_19,plain,
    ! [X3,X4,X5,X6] :
      ( ( ~ smaller(X3,X4)
        | greater(X4,X3) )
      & ( ~ greater(X6,X5)
        | smaller(X5,X6) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])]) ).

fof(c_0_20,plain,
    ! [X3,X4] :
      ( smaller(X3,X4)
      | X3 = X4
      | greater(X3,X4) ),
    inference(variable_rename,[status(thm)],[c_0_13]) ).

cnf(c_0_21,plain,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X3)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_22,plain,
    ( is_aligned(X1,X3)
    | is_aligned(X1,X2)
    | ~ dissimilar(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_23,plain,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_24,plain,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X2)
    | ~ organization(X1)
    | ~ is_aligned(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_25,plain,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_26,plain,
    ( greater(X1,X2)
    | ~ greater(X3,X2)
    | ~ greater(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_27,plain,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_28,plain,
    ( X1 = X2
    | greater(X1,X2)
    | ~ greater_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_29,plain,
    ( X1 = X2
    | smaller(X1,X2)
    | ~ smaller_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_30,plain,
    ( greater(X1,X2)
    | ~ smaller(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_31,plain,
    ( smaller(X1,X2)
    | ~ greater(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_32,plain,
    ( greater_or_equal(X1,X2)
    | ~ greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_33,plain,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_34,plain,
    ( greater(X1,X2)
    | X1 = X2
    | smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_35,plain,
    ( greater_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_36,plain,
    ( smaller_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_37,plain,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X3)
    | ~ is_aligned(X1,X2) ),
    c_0_21,
    [final] ).

cnf(c_0_38,plain,
    ( is_aligned(X1,X3)
    | is_aligned(X1,X2)
    | ~ dissimilar(X1,X2,X3) ),
    c_0_22,
    [final] ).

cnf(c_0_39,plain,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    c_0_23,
    [final] ).

cnf(c_0_40,plain,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X2)
    | ~ organization(X1)
    | ~ is_aligned(X1,X3) ),
    c_0_24,
    [final] ).

cnf(c_0_41,plain,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    c_0_25,
    [final] ).

cnf(c_0_42,plain,
    ( greater(X1,X2)
    | ~ greater(X3,X2)
    | ~ greater(X1,X3) ),
    c_0_26,
    [final] ).

cnf(c_0_43,plain,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    c_0_27,
    [final] ).

cnf(c_0_44,plain,
    ( X1 = X2
    | greater(X1,X2)
    | ~ greater_or_equal(X1,X2) ),
    c_0_28,
    [final] ).

cnf(c_0_45,plain,
    ( X1 = X2
    | smaller(X1,X2)
    | ~ smaller_or_equal(X1,X2) ),
    c_0_29,
    [final] ).

cnf(c_0_46,plain,
    ( greater(X1,X2)
    | ~ smaller(X2,X1) ),
    c_0_30,
    [final] ).

cnf(c_0_47,plain,
    ( smaller(X1,X2)
    | ~ greater(X2,X1) ),
    c_0_31,
    [final] ).

cnf(c_0_48,plain,
    ( greater_or_equal(X1,X2)
    | ~ greater(X1,X2) ),
    c_0_32,
    [final] ).

cnf(c_0_49,plain,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    c_0_33,
    [final] ).

cnf(c_0_50,plain,
    ( greater(X1,X2)
    | X1 = X2
    | smaller(X1,X2) ),
    c_0_34,
    [final] ).

cnf(c_0_51,plain,
    ( greater_or_equal(X1,X2)
    | X1 != X2 ),
    c_0_35,
    [final] ).

cnf(c_0_52,plain,
    ( smaller_or_equal(X1,X2)
    | X1 != X2 ),
    c_0_36,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_37_0,axiom,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X3)
    | ~ is_aligned(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_37]) ).

cnf(c_0_37_1,axiom,
    ( ~ is_aligned(X1,X3)
    | ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_37]) ).

cnf(c_0_37_2,axiom,
    ( ~ is_aligned(X1,X2)
    | ~ is_aligned(X1,X3)
    | ~ dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_37]) ).

cnf(c_0_38_0,axiom,
    ( is_aligned(X1,X3)
    | is_aligned(X1,X2)
    | ~ dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_38]) ).

cnf(c_0_38_1,axiom,
    ( is_aligned(X1,X2)
    | is_aligned(X1,X3)
    | ~ dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_38]) ).

cnf(c_0_38_2,axiom,
    ( ~ dissimilar(X1,X2,X3)
    | is_aligned(X1,X2)
    | is_aligned(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_38]) ).

cnf(c_0_39_0,axiom,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_39_1,axiom,
    ( is_aligned(X1,X3)
    | dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_39_2,axiom,
    ( ~ organization(X1)
    | is_aligned(X1,X3)
    | dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_39_3,axiom,
    ( ~ is_aligned(X1,X2)
    | ~ organization(X1)
    | is_aligned(X1,X3)
    | dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_40_0,axiom,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X2)
    | ~ organization(X1)
    | ~ is_aligned(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_40_1,axiom,
    ( is_aligned(X1,X2)
    | dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_40_2,axiom,
    ( ~ organization(X1)
    | is_aligned(X1,X2)
    | dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_40_3,axiom,
    ( ~ is_aligned(X1,X3)
    | ~ organization(X1)
    | is_aligned(X1,X2)
    | dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_41_0,axiom,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_41]) ).

cnf(c_0_41_1,axiom,
    ( ~ dissimilar(X1,X2,X3)
    | organization(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_41]) ).

cnf(c_0_42_0,axiom,
    ( greater(X1,X2)
    | ~ greater(X3,X2)
    | ~ greater(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_42]) ).

cnf(c_0_42_1,axiom,
    ( ~ greater(X3,X2)
    | greater(X1,X2)
    | ~ greater(X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_42]) ).

cnf(c_0_42_2,axiom,
    ( ~ greater(X1,X3)
    | ~ greater(X3,X2)
    | greater(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_42]) ).

cnf(c_0_43_0,axiom,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_43]) ).

cnf(c_0_43_1,axiom,
    ( ~ greater(X2,X1)
    | ~ greater(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_43]) ).

cnf(c_0_44_0,axiom,
    ( X1 = X2
    | greater(X1,X2)
    | ~ greater_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_44]) ).

cnf(c_0_44_1,axiom,
    ( greater(X1,X2)
    | X1 = X2
    | ~ greater_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_44]) ).

cnf(c_0_44_2,axiom,
    ( ~ greater_or_equal(X1,X2)
    | greater(X1,X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_44]) ).

cnf(c_0_45_0,axiom,
    ( X1 = X2
    | smaller(X1,X2)
    | ~ smaller_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_45]) ).

cnf(c_0_45_1,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | ~ smaller_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_45]) ).

cnf(c_0_45_2,axiom,
    ( ~ smaller_or_equal(X1,X2)
    | smaller(X1,X2)
    | X1 = X2 ),
    inference(literals_permutation,[status(thm)],[c_0_45]) ).

cnf(c_0_46_0,axiom,
    ( greater(X1,X2)
    | ~ smaller(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_46]) ).

cnf(c_0_46_1,axiom,
    ( ~ smaller(X2,X1)
    | greater(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_46]) ).

cnf(c_0_47_0,axiom,
    ( smaller(X1,X2)
    | ~ greater(X2,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_47]) ).

cnf(c_0_47_1,axiom,
    ( ~ greater(X2,X1)
    | smaller(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_47]) ).

cnf(c_0_48_0,axiom,
    ( greater_or_equal(X1,X2)
    | ~ greater(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_48]) ).

cnf(c_0_48_1,axiom,
    ( ~ greater(X1,X2)
    | greater_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_48]) ).

cnf(c_0_49_0,axiom,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_49]) ).

cnf(c_0_49_1,axiom,
    ( ~ smaller(X1,X2)
    | smaller_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_49]) ).

cnf(c_0_50_0,axiom,
    ( greater(X1,X2)
    | X1 = X2
    | smaller(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_50]) ).

cnf(c_0_50_1,axiom,
    ( X1 = X2
    | greater(X1,X2)
    | smaller(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_50]) ).

cnf(c_0_50_2,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | greater(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_50]) ).

cnf(c_0_51_0,axiom,
    ( greater_or_equal(X1,X2)
    | X1 != X2 ),
    inference(literals_permutation,[status(thm)],[c_0_51]) ).

cnf(c_0_51_1,axiom,
    ( X1 != X2
    | greater_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_51]) ).

cnf(c_0_52_0,axiom,
    ( smaller_or_equal(X1,X2)
    | X1 != X2 ),
    inference(literals_permutation,[status(thm)],[c_0_52]) ).

cnf(c_0_52_1,axiom,
    ( X1 != X2
    | smaller_or_equal(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_52]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_001,conjecture,
    ! [X1,X2,X3] :
      ( dissimilar(X1,X2,X3)
    <=> dissimilar(X1,X3,X2) ),
    file('<stdin>',lemma_7) ).

fof(c_0_1_002,negated_conjecture,
    ~ ! [X1,X2,X3] :
        ( dissimilar(X1,X2,X3)
      <=> dissimilar(X1,X3,X2) ),
    inference(assume_negation,[status(cth)],[c_0_0]) ).

fof(c_0_2_003,negated_conjecture,
    ( ( ~ dissimilar(esk1_0,esk2_0,esk3_0)
      | ~ dissimilar(esk1_0,esk3_0,esk2_0) )
    & ( dissimilar(esk1_0,esk2_0,esk3_0)
      | dissimilar(esk1_0,esk3_0,esk2_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])])]) ).

cnf(c_0_3_004,negated_conjecture,
    ( ~ dissimilar(esk1_0,esk3_0,esk2_0)
    | ~ dissimilar(esk1_0,esk2_0,esk3_0) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_005,negated_conjecture,
    ( dissimilar(esk1_0,esk3_0,esk2_0)
    | dissimilar(esk1_0,esk2_0,esk3_0) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_5_006,negated_conjecture,
    ( ~ dissimilar(esk1_0,esk3_0,esk2_0)
    | ~ dissimilar(esk1_0,esk2_0,esk3_0) ),
    c_0_3,
    [final] ).

cnf(c_0_6_007,negated_conjecture,
    ( dissimilar(esk1_0,esk3_0,esk2_0)
    | dissimilar(esk1_0,esk2_0,esk3_0) ),
    c_0_4,
    [final] ).

% End CNF derivation

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

cnf(c_43,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_6) ).

cnf(c_57,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_43]) ).

cnf(c_64,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_57]) ).

cnf(c_65,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_64]) ).

cnf(c_68,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_65]) ).

cnf(c_199,negated_conjecture,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_68]) ).

cnf(c_26,plain,
    ( organization(X0)
    | ~ dissimilar(X0,X1,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_41_1) ).

cnf(c_165,plain,
    ( organization(X0)
    | ~ dissimilar(X0,X1,X2) ),
    inference(copy,[status(esa)],[c_26]) ).

cnf(c_166,plain,
    ( ~ dissimilar(X0,X1,X2)
    | organization(X0) ),
    inference(rewriting,[status(thm)],[c_165]) ).

cnf(c_205,plain,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | organization(sk2_esk1_0) ),
    inference(resolution,[status(thm)],[c_199,c_166]) ).

cnf(c_206,plain,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | organization(sk2_esk1_0) ),
    inference(rewriting,[status(thm)],[c_205]) ).

cnf(c_217,plain,
    organization(sk2_esk1_0),
    inference(forward_subsumption_resolution,[status(thm)],[c_206,c_166]) ).

cnf(c_218,plain,
    organization(sk2_esk1_0),
    inference(rewriting,[status(thm)],[c_217]) ).

cnf(c_33,plain,
    ( ~ is_aligned(X0,X1)
    | dissimilar(X0,X1,X2)
    | is_aligned(X0,X2)
    | ~ organization(X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_39_2) ).

cnf(c_179,plain,
    ( ~ is_aligned(X0,X1)
    | dissimilar(X0,X1,X2)
    | is_aligned(X0,X2)
    | ~ organization(X0) ),
    inference(copy,[status(esa)],[c_33]) ).

cnf(c_180,plain,
    ( dissimilar(X0,X1,X2)
    | ~ organization(X0)
    | ~ is_aligned(X0,X1)
    | is_aligned(X0,X2) ),
    inference(rewriting,[status(thm)],[c_179]) ).

cnf(c_220,plain,
    ( dissimilar(sk2_esk1_0,X0,X1)
    | ~ is_aligned(sk2_esk1_0,X0)
    | is_aligned(sk2_esk1_0,X1) ),
    inference(resolution,[status(thm)],[c_218,c_180]) ).

cnf(c_223,plain,
    ( dissimilar(sk2_esk1_0,X0,X1)
    | ~ is_aligned(sk2_esk1_0,X0)
    | is_aligned(sk2_esk1_0,X1) ),
    inference(rewriting,[status(thm)],[c_220]) ).

cnf(c_29,plain,
    ( ~ is_aligned(X0,X1)
    | dissimilar(X0,X2,X1)
    | is_aligned(X0,X2)
    | ~ organization(X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_40_2) ).

cnf(c_171,plain,
    ( ~ is_aligned(X0,X1)
    | dissimilar(X0,X2,X1)
    | is_aligned(X0,X2)
    | ~ organization(X0) ),
    inference(copy,[status(esa)],[c_29]) ).

cnf(c_172,plain,
    ( dissimilar(X0,X1,X2)
    | ~ organization(X0)
    | ~ is_aligned(X0,X2)
    | is_aligned(X0,X1) ),
    inference(rewriting,[status(thm)],[c_171]) ).

cnf(c_221,plain,
    ( dissimilar(sk2_esk1_0,X0,X1)
    | ~ is_aligned(sk2_esk1_0,X1)
    | is_aligned(sk2_esk1_0,X0) ),
    inference(resolution,[status(thm)],[c_218,c_172]) ).

cnf(c_222,plain,
    ( dissimilar(sk2_esk1_0,X0,X1)
    | ~ is_aligned(sk2_esk1_0,X1)
    | is_aligned(sk2_esk1_0,X0) ),
    inference(rewriting,[status(thm)],[c_221]) ).

cnf(c_42,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_5) ).

cnf(c_55,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_42]) ).

cnf(c_63,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_55]) ).

cnf(c_66,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_63]) ).

cnf(c_67,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_66]) ).

cnf(c_197,negated_conjecture,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0) ),
    inference(copy,[status(esa)],[c_67]) ).

cnf(c_234,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_222,c_197]) ).

cnf(c_235,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_234]) ).

cnf(c_36,plain,
    ( is_aligned(X0,X1)
    | is_aligned(X0,X2)
    | ~ dissimilar(X0,X2,X1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_38_2) ).

cnf(c_185,plain,
    ( is_aligned(X0,X1)
    | is_aligned(X0,X2)
    | ~ dissimilar(X0,X2,X1) ),
    inference(copy,[status(esa)],[c_36]) ).

cnf(c_186,plain,
    ( ~ dissimilar(X0,X1,X2)
    | is_aligned(X0,X2)
    | is_aligned(X0,X1) ),
    inference(rewriting,[status(thm)],[c_185]) ).

cnf(c_239,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_235,c_186]) ).

cnf(c_240,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_239]) ).

cnf(c_255,plain,
    ( ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_223,c_240]) ).

cnf(c_256,plain,
    ( ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_255]) ).

cnf(c_39,plain,
    ( ~ dissimilar(X0,X1,X2)
    | ~ is_aligned(X0,X2)
    | ~ is_aligned(X0,X1) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_37_2) ).

cnf(c_191,plain,
    ( ~ dissimilar(X0,X1,X2)
    | ~ is_aligned(X0,X2)
    | ~ is_aligned(X0,X1) ),
    inference(copy,[status(esa)],[c_39]) ).

cnf(c_276,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk2_0,X0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,X0) ),
    inference(resolution,[status(thm)],[c_256,c_191]) ).

cnf(c_279,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk2_0,X0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,X0) ),
    inference(rewriting,[status(thm)],[c_276]) ).

cnf(c_308,plain,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0) ),
    inference(resolution,[status(thm)],[c_279,c_199]) ).

cnf(c_309,plain,
    ( dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0) ),
    inference(rewriting,[status(thm)],[c_308]) ).

cnf(c_40,plain,
    ( ~ is_aligned(X0,X1)
    | ~ dissimilar(X0,X1,X2)
    | ~ is_aligned(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_37_1) ).

cnf(c_193,plain,
    ( ~ is_aligned(X0,X1)
    | ~ dissimilar(X0,X1,X2)
    | ~ is_aligned(X0,X2) ),
    inference(copy,[status(esa)],[c_40]) ).

cnf(c_194,plain,
    ( ~ dissimilar(X0,X1,X2)
    | ~ is_aligned(X0,X1)
    | ~ is_aligned(X0,X2) ),
    inference(rewriting,[status(thm)],[c_193]) ).

cnf(c_272,plain,
    ( ~ dissimilar(sk2_esk1_0,X0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,X0) ),
    inference(resolution,[status(thm)],[c_256,c_194]) ).

cnf(c_275,plain,
    ( ~ dissimilar(sk2_esk1_0,X0,sk2_esk2_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,X0) ),
    inference(rewriting,[status(thm)],[c_272]) ).

cnf(c_324,plain,
    ~ is_aligned(sk2_esk1_0,sk2_esk3_0),
    inference(resolution,[status(thm)],[c_309,c_275]) ).

cnf(c_325,plain,
    ~ is_aligned(sk2_esk1_0,sk2_esk3_0),
    inference(rewriting,[status(thm)],[c_324]) ).

cnf(c_38,plain,
    ( ~ dissimilar(X0,X1,X2)
    | is_aligned(X0,X1)
    | is_aligned(X0,X2) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p',c_0_38_0) ).

cnf(c_189,plain,
    ( ~ dissimilar(X0,X1,X2)
    | is_aligned(X0,X1)
    | is_aligned(X0,X2) ),
    inference(copy,[status(esa)],[c_38]) ).

cnf(c_332,plain,
    ( ~ dissimilar(sk2_esk1_0,X0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,X0) ),
    inference(resolution,[status(thm)],[c_325,c_189]) ).

cnf(c_333,plain,
    ( ~ dissimilar(sk2_esk1_0,X0,sk2_esk3_0)
    | is_aligned(sk2_esk1_0,X0) ),
    inference(rewriting,[status(thm)],[c_332]) ).

cnf(c_257,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(resolution,[status(thm)],[c_223,c_197]) ).

cnf(c_258,plain,
    ( ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0)
    | is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_257]) ).

cnf(c_262,plain,
    ( is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_258,c_222]) ).

cnf(c_263,plain,
    ( is_aligned(sk2_esk1_0,sk2_esk3_0)
    | ~ is_aligned(sk2_esk1_0,sk2_esk2_0) ),
    inference(rewriting,[status(thm)],[c_262]) ).

cnf(c_329,plain,
    ~ is_aligned(sk2_esk1_0,sk2_esk2_0),
    inference(backward_subsumption_resolution,[status(thm)],[c_325,c_263]) ).

cnf(c_330,plain,
    ~ is_aligned(sk2_esk1_0,sk2_esk2_0),
    inference(rewriting,[status(thm)],[c_329]) ).

cnf(c_344,plain,
    ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0),
    inference(backward_subsumption_resolution,[status(thm)],[c_330,c_240]) ).

cnf(c_345,plain,
    ~ dissimilar(sk2_esk1_0,sk2_esk3_0,sk2_esk2_0),
    inference(rewriting,[status(thm)],[c_344]) ).

cnf(c_350,negated_conjecture,
    dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0),
    inference(backward_subsumption_resolution,[status(thm)],[c_345,c_199]) ).

cnf(c_351,plain,
    dissimilar(sk2_esk1_0,sk2_esk2_0,sk2_esk3_0),
    inference(rewriting,[status(thm)],[c_350]) ).

cnf(c_366,plain,
    is_aligned(sk2_esk1_0,sk2_esk2_0),
    inference(resolution,[status(thm)],[c_333,c_351]) ).

cnf(c_367,plain,
    is_aligned(sk2_esk1_0,sk2_esk2_0),
    inference(rewriting,[status(thm)],[c_366]) ).

cnf(c_373,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_367,c_330]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : MGT053+1 : TPTP v8.1.0. Released v2.4.0.
% 0.11/0.13  % Command  : iprover_modulo %s %d
% 0.12/0.34  % Computer : n021.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jun  9 09:21:53 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % Running in mono-core mode
% 0.12/0.40  % Orienting using strategy Equiv(ClausalAll)
% 0.12/0.40  % FOF problem with conjecture
% 0.12/0.40  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_2091e0.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_fe5010 | grep -v "SZS"
% 0.19/0.43  
% 0.19/0.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.19/0.43  
% 0.19/0.43  % 
% 0.19/0.43  % ------  iProver source info 
% 0.19/0.43  
% 0.19/0.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.19/0.43  % git: non_committed_changes: true
% 0.19/0.43  % git: last_make_outside_of_git: true
% 0.19/0.43  
% 0.19/0.43  % 
% 0.19/0.43  % ------ Input Options
% 0.19/0.43  
% 0.19/0.43  % --out_options                         all
% 0.19/0.43  % --tptp_safe_out                       true
% 0.19/0.43  % --problem_path                        ""
% 0.19/0.43  % --include_path                        ""
% 0.19/0.43  % --clausifier                          .//eprover
% 0.19/0.43  % --clausifier_options                  --tstp-format  
% 0.19/0.43  % --stdin                               false
% 0.19/0.43  % --dbg_backtrace                       false
% 0.19/0.43  % --dbg_dump_prop_clauses               false
% 0.19/0.43  % --dbg_dump_prop_clauses_file          -
% 0.19/0.43  % --dbg_out_stat                        false
% 0.19/0.43  
% 0.19/0.43  % ------ General Options
% 0.19/0.43  
% 0.19/0.43  % --fof                                 false
% 0.19/0.43  % --time_out_real                       150.
% 0.19/0.43  % --time_out_prep_mult                  0.2
% 0.19/0.43  % --time_out_virtual                    -1.
% 0.19/0.43  % --schedule                            none
% 0.19/0.43  % --ground_splitting                    input
% 0.19/0.43  % --splitting_nvd                       16
% 0.19/0.43  % --non_eq_to_eq                        false
% 0.19/0.43  % --prep_gs_sim                         true
% 0.19/0.43  % --prep_unflatten                      false
% 0.19/0.43  % --prep_res_sim                        true
% 0.19/0.43  % --prep_upred                          true
% 0.19/0.43  % --res_sim_input                       true
% 0.19/0.43  % --clause_weak_htbl                    true
% 0.19/0.43  % --gc_record_bc_elim                   false
% 0.19/0.43  % --symbol_type_check                   false
% 0.19/0.43  % --clausify_out                        false
% 0.19/0.43  % --large_theory_mode                   false
% 0.19/0.43  % --prep_sem_filter                     none
% 0.19/0.43  % --prep_sem_filter_out                 false
% 0.19/0.43  % --preprocessed_out                    false
% 0.19/0.43  % --sub_typing                          false
% 0.19/0.43  % --brand_transform                     false
% 0.19/0.43  % --pure_diseq_elim                     true
% 0.19/0.43  % --min_unsat_core                      false
% 0.19/0.43  % --pred_elim                           true
% 0.19/0.43  % --add_important_lit                   false
% 0.19/0.43  % --soft_assumptions                    false
% 0.19/0.43  % --reset_solvers                       false
% 0.19/0.43  % --bc_imp_inh                          []
% 0.19/0.43  % --conj_cone_tolerance                 1.5
% 0.19/0.43  % --prolific_symb_bound                 500
% 0.19/0.43  % --lt_threshold                        2000
% 0.19/0.43  
% 0.19/0.43  % ------ SAT Options
% 0.19/0.43  
% 0.19/0.43  % --sat_mode                            false
% 0.19/0.43  % --sat_fm_restart_options              ""
% 0.19/0.43  % --sat_gr_def                          false
% 0.19/0.43  % --sat_epr_types                       true
% 0.19/0.43  % --sat_non_cyclic_types                false
% 0.19/0.43  % --sat_finite_models                   false
% 0.19/0.43  % --sat_fm_lemmas                       false
% 0.19/0.43  % --sat_fm_prep                         false
% 0.19/0.43  % --sat_fm_uc_incr                      true
% 0.19/0.43  % --sat_out_model                       small
% 0.19/0.43  % --sat_out_clauses                     false
% 0.19/0.43  
% 0.19/0.43  % ------ QBF Options
% 0.19/0.43  
% 0.19/0.43  % --qbf_mode                            false
% 0.19/0.43  % --qbf_elim_univ                       true
% 0.19/0.43  % --qbf_sk_in                           true
% 0.19/0.43  % --qbf_pred_elim                       true
% 0.19/0.43  % --qbf_split                           32
% 0.19/0.43  
% 0.19/0.43  % ------ BMC1 Options
% 0.19/0.43  
% 0.19/0.43  % --bmc1_incremental                    false
% 0.19/0.43  % --bmc1_axioms                         reachable_all
% 0.19/0.43  % --bmc1_min_bound                      0
% 0.19/0.43  % --bmc1_max_bound                      -1
% 0.19/0.43  % --bmc1_max_bound_default              -1
% 0.19/0.43  % --bmc1_symbol_reachability            true
% 0.19/0.43  % --bmc1_property_lemmas                false
% 0.19/0.43  % --bmc1_k_induction                    false
% 0.19/0.43  % --bmc1_non_equiv_states               false
% 0.19/0.43  % --bmc1_deadlock                       false
% 0.19/0.43  % --bmc1_ucm                            false
% 0.19/0.43  % --bmc1_add_unsat_core                 none
% 0.19/0.43  % --bmc1_unsat_core_children            false
% 0.19/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.43  % --bmc1_out_stat                       full
% 0.19/0.43  % --bmc1_ground_init                    false
% 0.19/0.43  % --bmc1_pre_inst_next_state            false
% 0.19/0.43  % --bmc1_pre_inst_state                 false
% 0.19/0.43  % --bmc1_pre_inst_reach_state           false
% 0.19/0.43  % --bmc1_out_unsat_core                 false
% 0.19/0.43  % --bmc1_aig_witness_out                false
% 0.19/0.43  % --bmc1_verbose                        false
% 0.19/0.43  % --bmc1_dump_clauses_tptp              false
% 0.19/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.43  % --bmc1_dump_file                      -
% 0.19/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.43  % --bmc1_ucm_extend_mode                1
% 0.19/0.43  % --bmc1_ucm_init_mode                  2
% 0.19/0.43  % --bmc1_ucm_cone_mode                  none
% 0.19/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.43  % --bmc1_ucm_relax_model                4
% 0.19/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.43  % --bmc1_ucm_layered_model              none
% 0.19/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.43  
% 0.19/0.43  % ------ AIG Options
% 0.19/0.43  
% 0.19/0.43  % --aig_mode                            false
% 0.19/0.43  
% 0.19/0.43  % ------ Instantiation Options
% 0.19/0.43  
% 0.19/0.43  % --instantiation_flag                  true
% 0.19/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.43  % --inst_solver_per_active              750
% 0.19/0.43  % --inst_solver_calls_frac              0.5
% 0.19/0.43  % --inst_passive_queue_type             priority_queues
% 0.19/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.43  % --inst_passive_queues_freq            [25;2]
% 0.19/0.43  % --inst_dismatching                    true
% 0.19/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.43  % --inst_prop_sim_given                 true
% 0.19/0.43  % --inst_prop_sim_new                   false
% 0.19/0.43  % --inst_orphan_elimination             true
% 0.19/0.43  % --inst_learning_loop_flag             true
% 0.19/0.43  % --inst_learning_start                 3000
% 0.19/0.43  % --inst_learning_factor                2
% 0.19/0.43  % --inst_start_prop_sim_after_learn     3
% 0.19/0.43  % --inst_sel_renew                      solver
% 0.19/0.43  % --inst_lit_activity_flag              true
% 0.19/0.43  % --inst_out_proof                      true
% 0.19/0.43  
% 0.19/0.43  % ------ Resolution Options
% 0.19/0.43  
% 0.19/0.43  % --resolution_flag                     true
% 0.19/0.43  % --res_lit_sel                         kbo_max
% 0.19/0.43  % --res_to_prop_solver                  none
% 0.19/0.43  % --res_prop_simpl_new                  false
% 0.19/0.43  % --res_prop_simpl_given                false
% 0.19/0.43  % --res_passive_queue_type              priority_queues
% 0.19/0.43  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.19/0.43  % --res_passive_queues_freq             [15;5]
% 0.19/0.43  % --res_forward_subs                    full
% 0.19/0.43  % --res_backward_subs                   full
% 0.19/0.43  % --res_forward_subs_resolution         true
% 0.19/0.43  % --res_backward_subs_resolution        true
% 0.19/0.43  % --res_orphan_elimination              false
% 0.19/0.43  % --res_time_limit                      1000.
% 0.19/0.43  % --res_out_proof                       true
% 0.19/0.43  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_2091e0.s
% 0.19/0.43  % --modulo                              true
% 0.19/0.43  
% 0.19/0.43  % ------ Combination Options
% 0.19/0.43  
% 0.19/0.43  % --comb_res_mult                       1000
% 0.19/0.43  % --comb_inst_mult                      300
% 0.19/0.43  % ------ 
% 0.19/0.43  
% 0.19/0.43  % ------ Parsing...% successful
% 0.19/0.43  
% 0.19/0.43  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.19/0.43  
% 0.19/0.43  % ------ Proving...
% 0.19/0.43  % ------ Problem Properties 
% 0.19/0.43  
% 0.19/0.43  % 
% 0.19/0.43  % EPR                                   true
% 0.19/0.43  % Horn                                  false
% 0.19/0.43  % Has equality                          true
% 0.19/0.43  
% 0.19/0.43  % % ------ Input Options Time Limit: Unbounded
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  % % ------ Current options:
% 0.19/0.43  
% 0.19/0.43  % ------ Input Options
% 0.19/0.43  
% 0.19/0.43  % --out_options                         all
% 0.19/0.43  % --tptp_safe_out                       true
% 0.19/0.43  % --problem_path                        ""
% 0.19/0.43  % --include_path                        ""
% 0.19/0.43  % --clausifier                          .//eprover
% 0.19/0.43  % --clausifier_options                  --tstp-format  
% 0.19/0.43  % --stdin                               false
% 0.19/0.43  % --dbg_backtrace                       false
% 0.19/0.43  % --dbg_dump_prop_clauses               false
% 0.19/0.43  % --dbg_dump_prop_clauses_file          -
% 0.19/0.43  % --dbg_out_stat                        false
% 0.19/0.43  
% 0.19/0.43  % ------ General Options
% 0.19/0.43  
% 0.19/0.43  % --fof                                 false
% 0.19/0.43  % --time_out_real                       150.
% 0.19/0.43  % --time_out_prep_mult                  0.2
% 0.19/0.43  % --time_out_virtual                    -1.
% 0.19/0.43  % --schedule                            none
% 0.19/0.43  % --ground_splitting                    input
% 0.19/0.43  % --splitting_nvd                       16
% 0.19/0.43  % --non_eq_to_eq                        false
% 0.19/0.43  % --prep_gs_sim                         true
% 0.19/0.43  % --prep_unflatten                      false
% 0.19/0.43  % --prep_res_sim                        true
% 0.19/0.43  % --prep_upred                          true
% 0.19/0.43  % --res_sim_input                       true
% 0.19/0.43  % --clause_weak_htbl                    true
% 0.19/0.43  % --gc_record_bc_elim                   false
% 0.19/0.43  % --symbol_type_check                   false
% 0.19/0.43  % --clausify_out                        false
% 0.19/0.43  % --large_theory_mode                   false
% 0.19/0.43  % --prep_sem_filter                     none
% 0.19/0.43  % --prep_sem_filter_out                 false
% 0.19/0.43  % --preprocessed_out                    false
% 0.19/0.43  % --sub_typing                          false
% 0.19/0.43  % --brand_transform                     false
% 0.19/0.43  % --pure_diseq_elim                     true
% 0.19/0.43  % --min_unsat_core                      false
% 0.19/0.43  % --pred_elim                           true
% 0.19/0.43  % --add_important_lit                   false
% 0.19/0.43  % --soft_assumptions                    false
% 0.19/0.43  % --reset_solvers                       false
% 0.19/0.43  % --bc_imp_inh                          []
% 0.19/0.43  % --conj_cone_tolerance                 1.5
% 0.19/0.43  % --prolific_symb_bound                 500
% 0.19/0.43  % --lt_threshold                        2000
% 0.19/0.43  
% 0.19/0.43  % ------ SAT Options
% 0.19/0.43  
% 0.19/0.43  % --sat_mode                            false
% 0.19/0.43  % --sat_fm_restart_options              ""
% 0.19/0.43  % --sat_gr_def                          false
% 0.19/0.43  % --sat_epr_types                       true
% 0.19/0.43  % --sat_non_cyclic_types                false
% 0.19/0.43  % --sat_finite_models                   false
% 0.19/0.43  % --sat_fm_lemmas                       false
% 0.19/0.43  % --sat_fm_prep                         false
% 0.19/0.43  % --sat_fm_uc_incr                      true
% 0.19/0.43  % --sat_out_model                       small
% 0.19/0.43  % --sat_out_clauses                     false
% 0.19/0.43  
% 0.19/0.43  % ------ QBF Options
% 0.19/0.43  
% 0.19/0.43  % --qbf_mode                            false
% 0.19/0.43  % --qbf_elim_univ                       true
% 0.19/0.43  % --qbf_sk_in                           true
% 0.19/0.43  % --qbf_pred_elim                       true
% 0.19/0.43  % --qbf_split                           32
% 0.19/0.43  
% 0.19/0.43  % ------ BMC1 Options
% 0.19/0.43  
% 0.19/0.43  % --bmc1_incremental                    false
% 0.19/0.43  % --bmc1_axioms                         reachable_all
% 0.19/0.43  % --bmc1_min_bound                      0
% 0.19/0.43  % --bmc1_max_bound                      -1
% 0.19/0.43  % --bmc1_max_bound_default              -1
% 0.19/0.43  % --bmc1_symbol_reachability            true
% 0.19/0.43  % --bmc1_property_lemmas                false
% 0.19/0.43  % --bmc1_k_induction                    false
% 0.19/0.43  % --bmc1_non_equiv_states               false
% 0.19/0.43  % --bmc1_deadlock                       false
% 0.19/0.43  % --bmc1_ucm                            false
% 0.19/0.43  % --bmc1_add_unsat_core                 none
% 0.19/0.43  % --bmc1_unsat_core_children            false
% 0.19/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.43  % --bmc1_out_stat                       full
% 0.19/0.43  % --bmc1_ground_init                    false
% 0.19/0.43  % --bmc1_pre_inst_next_state            false
% 0.19/0.43  % --bmc1_pre_inst_state                 false
% 0.19/0.43  % --bmc1_pre_inst_reach_state           false
% 0.19/0.43  % --bmc1_out_unsat_core                 false
% 0.19/0.43  % --bmc1_aig_witness_out                false
% 0.19/0.43  % --bmc1_verbose                        false
% 0.19/0.43  % --bmc1_dump_clauses_tptp              false
% 0.19/0.43  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.43  % --bmc1_dump_file                      -
% 0.19/0.43  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.43  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.43  % --bmc1_ucm_extend_mode                1
% 0.19/0.43  % --bmc1_ucm_init_mode                  2
% 0.19/0.43  % --bmc1_ucm_cone_mode                  none
% 0.19/0.43  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.43  % --bmc1_ucm_relax_model                4
% 0.19/0.43  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.43  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.43  % --bmc1_ucm_layered_model              none
% 0.19/0.43  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.43  
% 0.19/0.43  % ------ AIG Options
% 0.19/0.43  
% 0.19/0.43  % --aig_mode                            false
% 0.19/0.43  
% 0.19/0.43  % ------ Instantiation Options
% 0.19/0.43  
% 0.19/0.43  % --instantiation_flag                  true
% 0.19/0.43  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.43  % --inst_solver_per_active              750
% 0.19/0.43  % --inst_solver_calls_frac              0.5
% 0.19/0.43  % --inst_passive_queue_type             priority_queues
% 0.19/0.43  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.43  % --inst_passive_queues_freq            [25;2]
% 0.19/0.43  % --inst_dismatching                    true
% 0.19/0.43  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.43  % --inst_prop_sim_given                 true
% 0.19/0.43  % --inst_prop_sim_new                   false
% 0.19/0.43  % --inst_orphan_elimination             true
% 0.19/0.43  % --inst_learning_loop_flag             true
% 0.19/0.43  % --inst_learning_start                 3000
% 0.19/0.43  % --inst_learning_factor                2
% 0.19/0.43  % --inst_start_prop_sim_after_learn     3
% 0.19/0.43  % --inst_sel_renew                      solver
% 0.19/0.43  % --inst_lit_activity_flag              true
% 0.19/0.43  % --inst_out_proof                      true
% 0.19/0.43  
% 0.19/0.43  % ------ Resolution Options
% 0.19/0.43  
% 0.19/0.43  % --resolution_flag                     true
% 0.19/0.43  % --res_lit_sel                         kbo_max
% 0.19/0.43  % --res_to_prop_solver                  none
% 0.19/0.43  % --res_prop_simpl_new                  false
% 0.19/0.43  % --res_prop_simpl_given                false
% 0.19/0.43  % --res_passive_queue_type              priority_queues
% 0.19/0.43  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.19/0.43  % --res_passive_queues_freq             [15;5]
% 0.19/0.43  % --res_forward_subs                    full
% 0.19/0.43  % --res_backward_subs                   full
% 0.19/0.43  % --res_forward_subs_resolution         true
% 0.19/0.43  % --res_backward_subs_resolution        true
% 0.19/0.43  % --res_orphan_elimination              false
% 0.19/0.43  % --res_time_limit                      1000.
% 0.19/0.43  % --res_out_proof                       true
% 0.19/0.43  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_2091e0.s
% 0.19/0.43  % --modulo                              true
% 0.19/0.43  
% 0.19/0.43  % ------ Combination Options
% 0.19/0.43  
% 0.19/0.43  % --comb_res_mult                       1000
% 0.19/0.43  % --comb_inst_mult                      300
% 0.19/0.43  % ------ 
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  % ------ Proving...
% 0.19/0.43  % warning:  shown sat in sat incomplete mode 
% 0.19/0.43  % 
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  
% 0.19/0.43  cnf(c_19,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_5) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_34,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_19]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_42,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_34]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_45,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_42]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_46,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_45]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_107,negated_conjecture,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_46]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_17,plain,
% 0.19/0.43      ( ~ is_aligned(X0,X1)
% 0.19/0.43      | ~ organization(X0)
% 0.19/0.43      | is_aligned(X0,X2)
% 0.19/0.43      | dissimilar(X0,X1,X2) ),
% 0.19/0.43      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_42_0) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_103,plain,
% 0.19/0.43      ( ~ is_aligned(X0,X1)
% 0.19/0.43      | ~ organization(X0)
% 0.19/0.43      | is_aligned(X0,X2)
% 0.19/0.43      | dissimilar(X0,X1,X2) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_17]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_104,plain,
% 0.19/0.43      ( dissimilar(X0,X1,X2)
% 0.19/0.43      | ~ organization(X0)
% 0.19/0.43      | ~ is_aligned(X0,X1)
% 0.19/0.43      | is_aligned(X0,X2) ),
% 0.19/0.43      inference(rewriting,[status(thm)],[c_103]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_125,plain,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ organization(sk3_esk1_0)
% 0.19/0.43      | is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.43      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.43      inference(resolution,[status(thm)],[c_107,c_104]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_126,plain,
% 0.19/0.43      ( ~ dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | ~ organization(sk3_esk1_0)
% 0.19/0.43      | is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.43      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.43      inference(rewriting,[status(thm)],[c_125]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_20,negated_conjecture,
% 0.19/0.43      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_6) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_36,negated_conjecture,
% 0.19/0.43      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.43      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.43      inference(copy,[status(esa)],[c_20]) ).
% 0.19/0.43  
% 0.19/0.43  cnf(c_43,negated_conjecture,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_36]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_44,negated_conjecture,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_43]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_47,negated_conjecture,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_44]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_109,negated_conjecture,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | dissimilar(sk3_esk1_0,sk3_esk2_0,sk3_esk3_0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_47]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_18,plain,
% 0.19/0.44      ( ~ is_aligned(X0,X1) | ~ is_aligned(X0,X2) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_41_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_105,plain,
% 0.19/0.44      ( ~ is_aligned(X0,X1) | ~ is_aligned(X0,X2) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_18]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_106,plain,
% 0.19/0.44      ( ~ dissimilar(X0,X1,X2) | ~ is_aligned(X0,X1) | ~ is_aligned(X0,X2) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_105]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_115,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(resolution,[status(thm)],[c_109,c_106]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_120,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_115]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_146,plain,
% 0.19/0.44      ( ~ is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(forward_subsumption_resolution,[status(thm)],[c_120,c_106]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_147,plain,
% 0.19/0.44      ( ~ is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_146]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_13,plain,
% 0.19/0.44      ( organization(X0) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_46_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_95,plain,
% 0.19/0.44      ( organization(X0) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_13]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_96,plain,
% 0.19/0.44      ( ~ dissimilar(X0,X1,X2) | organization(X0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_95]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_117,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | organization(sk3_esk1_0) ),
% 0.19/0.44      inference(resolution,[status(thm)],[c_109,c_96]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_118,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | organization(sk3_esk1_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_117]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_133,plain,
% 0.19/0.44      ( organization(sk3_esk1_0) ),
% 0.19/0.44      inference(forward_subsumption_resolution,[status(thm)],[c_118,c_96]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_134,plain,
% 0.19/0.44      ( organization(sk3_esk1_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_133]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_16,plain,
% 0.19/0.44      ( ~ is_aligned(X0,X1)
% 0.19/0.44      | ~ organization(X0)
% 0.19/0.44      | is_aligned(X0,X2)
% 0.19/0.44      | dissimilar(X0,X2,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_43_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_101,plain,
% 0.19/0.44      ( ~ is_aligned(X0,X1)
% 0.19/0.44      | ~ organization(X0)
% 0.19/0.44      | is_aligned(X0,X2)
% 0.19/0.44      | dissimilar(X0,X2,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_16]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_102,plain,
% 0.19/0.44      ( dissimilar(X0,X1,X2)
% 0.19/0.44      | ~ organization(X0)
% 0.19/0.44      | ~ is_aligned(X0,X2)
% 0.19/0.44      | is_aligned(X0,X1) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_101]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_156,plain,
% 0.19/0.44      ( ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(forward_subsumption_resolution,
% 0.19/0.44                [status(thm)],
% 0.19/0.44                [c_126,c_147,c_134,c_102]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_157,plain,
% 0.19/0.44      ( ~ is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_156]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_15,plain,
% 0.19/0.44      ( is_aligned(X0,X1) | is_aligned(X0,X2) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_44_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_99,plain,
% 0.19/0.44      ( is_aligned(X0,X1) | is_aligned(X0,X2) | ~ dissimilar(X0,X1,X2) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_15]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_100,plain,
% 0.19/0.44      ( ~ dissimilar(X0,X1,X2) | is_aligned(X0,X1) | is_aligned(X0,X2) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_99]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_116,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(resolution,[status(thm)],[c_109,c_100]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_119,plain,
% 0.19/0.44      ( dissimilar(sk3_esk1_0,sk3_esk3_0,sk3_esk2_0)
% 0.19/0.44      | is_aligned(sk3_esk1_0,sk3_esk3_0)
% 0.19/0.44      | is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_116]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_139,plain,
% 0.19/0.44      ( is_aligned(sk3_esk1_0,sk3_esk3_0) | is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(forward_subsumption_resolution,[status(thm)],[c_119,c_100]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_140,plain,
% 0.19/0.44      ( is_aligned(sk3_esk1_0,sk3_esk3_0) | is_aligned(sk3_esk1_0,sk3_esk2_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_139]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_159,plain,
% 0.19/0.44      ( is_aligned(sk3_esk1_0,sk3_esk3_0) ),
% 0.19/0.44      inference(backward_subsumption_resolution,[status(thm)],[c_157,c_140]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_160,plain,
% 0.19/0.44      ( is_aligned(sk3_esk1_0,sk3_esk3_0) ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_159]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_9,plain,
% 0.19/0.44      ( greater(X0,X1) | X0 = X1 | ~ greater_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_50_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_87,plain,
% 0.19/0.44      ( greater(X0,X1) | X0 = X1 | ~ greater_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_9]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_88,plain,
% 0.19/0.44      ( greater(X0,X1) | ~ greater_or_equal(X0,X1) | X0 = X1 ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_87]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_8,plain,
% 0.19/0.44      ( smaller(X0,X1) | X0 = X1 | ~ smaller_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_51_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_85,plain,
% 0.19/0.44      ( smaller(X0,X1) | X0 = X1 | ~ smaller_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_8]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_86,plain,
% 0.19/0.44      ( smaller(X0,X1) | ~ smaller_or_equal(X0,X1) | X0 = X1 ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_85]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_6,plain,
% 0.19/0.44      ( X0 != X1 | greater_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_53_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_81,plain,
% 0.19/0.44      ( X0 != X1 | greater_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_6]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_82,plain,
% 0.19/0.44      ( greater_or_equal(X0,X1) | X0 != X1 ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_81]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_5,plain,
% 0.19/0.44      ( X0 != X1 | smaller_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_54_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_79,plain,
% 0.19/0.44      ( X0 != X1 | smaller_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_5]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_80,plain,
% 0.19/0.44      ( smaller_or_equal(X0,X1) | X0 != X1 ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_79]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_2,plain,
% 0.19/0.44      ( smaller(X0,X1) | X0 = X1 | greater(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_9_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_73,plain,
% 0.19/0.44      ( smaller(X0,X1) | X0 = X1 | greater(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_2]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_74,plain,
% 0.19/0.44      ( greater(X0,X1) | smaller(X0,X1) | X0 = X1 ),
% 0.19/0.44      inference(rewriting,[status(thm)],[c_73]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_14,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | ~ greater(X1,X2) | greater(X0,X2) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_45_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_97,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | ~ greater(X1,X2) | greater(X0,X2) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_14]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_12,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | smaller(X1,X0) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_47_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_93,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | smaller(X1,X0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_12]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_11,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | greater_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_48_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_91,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | greater_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_11]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_10,plain,
% 0.19/0.44      ( ~ smaller(X0,X1) | smaller_or_equal(X0,X1) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_49_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_89,plain,
% 0.19/0.44      ( ~ smaller(X0,X1) | smaller_or_equal(X0,X1) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_10]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_7,plain,
% 0.19/0.44      ( greater(X0,X1) | ~ smaller(X1,X0) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_52_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_83,plain,
% 0.19/0.44      ( greater(X0,X1) | ~ smaller(X1,X0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_7]) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_0,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | ~ greater(X1,X0) ),
% 0.19/0.44      file('/export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p', c_0_8_0) ).
% 0.19/0.44  
% 0.19/0.44  cnf(c_69,plain,
% 0.19/0.44      ( ~ greater(X0,X1) | ~ greater(X1,X0) ),
% 0.19/0.44      inference(copy,[status(esa)],[c_0]) ).
% 0.19/0.44  
% 0.19/0.44  
% 0.19/0.44  
% 0.19/0.44  % ------                             Statistics
% 0.19/0.44  
% 0.19/0.44  % ------ General
% 0.19/0.44  
% 0.19/0.44  % num_of_input_clauses:                 21
% 0.19/0.44  % num_of_input_neg_conjectures:         2
% 0.19/0.44  % num_of_splits:                        0
% 0.19/0.44  % num_of_split_atoms:                   0
% 0.19/0.44  % num_of_sem_filtered_clauses:          0
% 0.19/0.44  % num_of_subtypes:                      0
% 0.19/0.44  % monotx_restored_types:                0
% 0.19/0.44  % sat_num_of_epr_types:                 0
% 0.19/0.44  % sat_num_of_non_cyclic_types:          0
% 0.19/0.44  % sat_guarded_non_collapsed_types:      0
% 0.19/0.44  % is_epr:                               1
% 0.19/0.44  % is_horn:                              0
% 0.19/0.44  % has_eq:                               1
% 0.19/0.44  % num_pure_diseq_elim:                  0
% 0.19/0.44  % simp_replaced_by:                     0
% 0.19/0.44  % res_preprocessed:                     4
% 0.19/0.44  % prep_upred:                           0
% 0.19/0.44  % prep_unflattend:                      0
% 0.19/0.44  % pred_elim_cands:                      0
% 0.19/0.44  % pred_elim:                            0
% 0.19/0.44  % pred_elim_cl:                         0
% 0.19/0.44  % pred_elim_cycles:                     0
% 0.19/0.44  % forced_gc_time:                       0
% 0.19/0.44  % gc_basic_clause_elim:                 0
% 0.19/0.44  % parsing_time:                         0.
% 0.19/0.44  % sem_filter_time:                      0.
% 0.19/0.44  % pred_elim_time:                       0.
% 0.19/0.44  % out_proof_time:                       0.
% 0.19/0.44  % monotx_time:                          0.
% 0.19/0.44  % subtype_inf_time:                     0.
% 0.19/0.44  % unif_index_cands_time:                0.
% 0.19/0.44  % unif_index_add_time:                  0.
% 0.19/0.44  % total_time:                           0.026
% 0.19/0.44  % num_of_symbols:                       35
% 0.19/0.44  % num_of_terms:                         68
% 0.19/0.44  
% 0.19/0.44  % ------ Propositional Solver
% 0.19/0.44  
% 0.19/0.44  % prop_solver_calls:                    1
% 0.19/0.44  % prop_fast_solver_calls:               12
% 0.19/0.44  % prop_num_of_clauses:                  31
% 0.19/0.44  % prop_preprocess_simplified:           65
% 0.19/0.44  % prop_fo_subsumed:                     0
% 0.19/0.44  % prop_solver_time:                     0.
% 0.19/0.44  % prop_fast_solver_time:                0.
% 0.19/0.44  % prop_unsat_core_time:                 0.
% 0.19/0.44  
% 0.19/0.44  % ------ QBF 
% 0.19/0.44  
% 0.19/0.44  % qbf_q_res:                            0
% 0.19/0.44  % qbf_num_tautologies:                  0
% 0.19/0.44  % qbf_prep_cycles:                      0
% 0.19/0.44  
% 0.19/0.44  % ------ BMC1
% 0.19/0.44  
% 0.19/0.44  % bmc1_current_bound:                   -1
% 0.19/0.44  % bmc1_last_solved_bound:               -1
% 0.19/0.44  % bmc1_unsat_core_size:                 -1
% 0.19/0.44  % bmc1_unsat_core_parents_size:         -1
% 0.19/0.44  % bmc1_merge_next_fun:                  0
% 0.19/0.44  % bmc1_unsat_core_clauses_time:         0.
% 0.19/0.44  
% 0.19/0.44  % ------ Instantiation
% 0.19/0.44  
% 0.19/0.44  % inst_num_of_clauses:                  20
% 0.19/0.44  % inst_num_in_passive:                  0
% 0.19/0.44  % inst_num_in_active:                   0
% 0.19/0.44  % inst_num_in_unprocessed:              21
% 0.19/0.44  % inst_num_of_loops:                    0
% 0.19/0.44  % inst_num_of_learning_restarts:        0
% 0.19/0.44  % inst_num_moves_active_passive:        0
% 0.19/0.44  % inst_lit_activity:                    0
% 0.19/0.44  % inst_lit_activity_moves:              0
% 0.19/0.44  % inst_num_tautologies:                 0
% 0.19/0.44  % inst_num_prop_implied:                0
% 0.19/0.44  % inst_num_existing_simplified:         0
% 0.19/0.44  % inst_num_eq_res_simplified:           0
% 0.19/0.44  % inst_num_child_elim:                  0
% 0.19/0.44  % inst_num_of_dismatching_blockings:    0
% 0.19/0.44  % inst_num_of_non_proper_insts:         0
% 0.19/0.44  % inst_num_of_duplicates:               0
% 0.19/0.44  % inst_inst_num_from_inst_to_res:       0
% 0.19/0.44  % inst_dismatching_checking_time:       0.
% 0.19/0.44  
% 0.19/0.44  % ------ Resolution
% 0.19/0.44  
% 0.19/0.44  % res_num_of_clauses:                   33
% 0.19/0.44  % res_num_in_passive:                   0
% 0.19/0.44  % res_num_in_active:                    21
% 0.19/0.44  % res_num_of_loops:                     8
% 0.19/0.44  % res_forward_subset_subsumed:          3
% 0.19/0.44  % res_backward_subset_subsumed:         0
% 0.19/0.44  % res_forward_subsumed:                 0
% 0.19/0.44  % res_backward_subsumed:                1
% 0.19/0.44  % res_forward_subsumption_resolution:   6
% 0.19/0.44  % res_backward_subsumption_resolution:  1
% 0.19/0.44  % res_clause_to_clause_subsumption:     8
% 0.19/0.44  % res_orphan_elimination:               0
% 0.19/0.44  % res_tautology_del:                    3
% 0.19/0.44  % res_num_eq_res_simplified:            0
% 0.19/0.44  % res_num_sel_changes:                  0
% 0.19/0.44  % res_moves_from_active_to_pass:        0
% 0.19/0.44  
% 0.19/0.44  % Status Unknown
% 0.19/0.48  % Orienting using strategy ClausalAll
% 0.19/0.48  % FOF problem with conjecture
% 0.19/0.48  % 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_2091e0.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_12e3bb.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_e4b960 | grep -v "SZS"
% 0.19/0.50  
% 0.19/0.50  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.19/0.50  
% 0.19/0.50  % 
% 0.19/0.50  % ------  iProver source info 
% 0.19/0.50  
% 0.19/0.50  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.19/0.50  % git: non_committed_changes: true
% 0.19/0.50  % git: last_make_outside_of_git: true
% 0.19/0.50  
% 0.19/0.50  % 
% 0.19/0.50  % ------ Input Options
% 0.19/0.50  
% 0.19/0.50  % --out_options                         all
% 0.19/0.50  % --tptp_safe_out                       true
% 0.19/0.50  % --problem_path                        ""
% 0.19/0.50  % --include_path                        ""
% 0.19/0.50  % --clausifier                          .//eprover
% 0.19/0.50  % --clausifier_options                  --tstp-format  
% 0.19/0.50  % --stdin                               false
% 0.19/0.50  % --dbg_backtrace                       false
% 0.19/0.50  % --dbg_dump_prop_clauses               false
% 0.19/0.50  % --dbg_dump_prop_clauses_file          -
% 0.19/0.50  % --dbg_out_stat                        false
% 0.19/0.50  
% 0.19/0.50  % ------ General Options
% 0.19/0.50  
% 0.19/0.50  % --fof                                 false
% 0.19/0.50  % --time_out_real                       150.
% 0.19/0.50  % --time_out_prep_mult                  0.2
% 0.19/0.50  % --time_out_virtual                    -1.
% 0.19/0.50  % --schedule                            none
% 0.19/0.50  % --ground_splitting                    input
% 0.19/0.50  % --splitting_nvd                       16
% 0.19/0.50  % --non_eq_to_eq                        false
% 0.19/0.50  % --prep_gs_sim                         true
% 0.19/0.50  % --prep_unflatten                      false
% 0.19/0.50  % --prep_res_sim                        true
% 0.19/0.50  % --prep_upred                          true
% 0.19/0.50  % --res_sim_input                       true
% 0.19/0.50  % --clause_weak_htbl                    true
% 0.19/0.50  % --gc_record_bc_elim                   false
% 0.19/0.50  % --symbol_type_check                   false
% 0.19/0.50  % --clausify_out                        false
% 0.19/0.50  % --large_theory_mode                   false
% 0.19/0.50  % --prep_sem_filter                     none
% 0.19/0.50  % --prep_sem_filter_out                 false
% 0.19/0.50  % --preprocessed_out                    false
% 0.19/0.50  % --sub_typing                          false
% 0.19/0.50  % --brand_transform                     false
% 0.19/0.50  % --pure_diseq_elim                     true
% 0.19/0.50  % --min_unsat_core                      false
% 0.19/0.50  % --pred_elim                           true
% 0.19/0.50  % --add_important_lit                   false
% 0.19/0.50  % --soft_assumptions                    false
% 0.19/0.50  % --reset_solvers                       false
% 0.19/0.50  % --bc_imp_inh                          []
% 0.19/0.50  % --conj_cone_tolerance                 1.5
% 0.19/0.50  % --prolific_symb_bound                 500
% 0.19/0.50  % --lt_threshold                        2000
% 0.19/0.50  
% 0.19/0.50  % ------ SAT Options
% 0.19/0.50  
% 0.19/0.50  % --sat_mode                            false
% 0.19/0.50  % --sat_fm_restart_options              ""
% 0.19/0.50  % --sat_gr_def                          false
% 0.19/0.50  % --sat_epr_types                       true
% 0.19/0.50  % --sat_non_cyclic_types                false
% 0.19/0.50  % --sat_finite_models                   false
% 0.19/0.50  % --sat_fm_lemmas                       false
% 0.19/0.50  % --sat_fm_prep                         false
% 0.19/0.50  % --sat_fm_uc_incr                      true
% 0.19/0.50  % --sat_out_model                       small
% 0.19/0.50  % --sat_out_clauses                     false
% 0.19/0.50  
% 0.19/0.50  % ------ QBF Options
% 0.19/0.50  
% 0.19/0.50  % --qbf_mode                            false
% 0.19/0.50  % --qbf_elim_univ                       true
% 0.19/0.50  % --qbf_sk_in                           true
% 0.19/0.50  % --qbf_pred_elim                       true
% 0.19/0.50  % --qbf_split                           32
% 0.19/0.50  
% 0.19/0.50  % ------ BMC1 Options
% 0.19/0.50  
% 0.19/0.50  % --bmc1_incremental                    false
% 0.19/0.50  % --bmc1_axioms                         reachable_all
% 0.19/0.50  % --bmc1_min_bound                      0
% 0.19/0.50  % --bmc1_max_bound                      -1
% 0.19/0.50  % --bmc1_max_bound_default              -1
% 0.19/0.50  % --bmc1_symbol_reachability            true
% 0.19/0.50  % --bmc1_property_lemmas                false
% 0.19/0.50  % --bmc1_k_induction                    false
% 0.19/0.50  % --bmc1_non_equiv_states               false
% 0.19/0.50  % --bmc1_deadlock                       false
% 0.19/0.50  % --bmc1_ucm                            false
% 0.19/0.50  % --bmc1_add_unsat_core                 none
% 0.19/0.50  % --bmc1_unsat_core_children            false
% 0.19/0.50  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.50  % --bmc1_out_stat                       full
% 0.19/0.50  % --bmc1_ground_init                    false
% 0.19/0.50  % --bmc1_pre_inst_next_state            false
% 0.19/0.50  % --bmc1_pre_inst_state                 false
% 0.19/0.50  % --bmc1_pre_inst_reach_state           false
% 0.19/0.50  % --bmc1_out_unsat_core                 false
% 0.19/0.50  % --bmc1_aig_witness_out                false
% 0.19/0.50  % --bmc1_verbose                        false
% 0.19/0.50  % --bmc1_dump_clauses_tptp              false
% 0.19/0.51  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.51  % --bmc1_dump_file                      -
% 0.19/0.51  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.51  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.51  % --bmc1_ucm_extend_mode                1
% 0.19/0.51  % --bmc1_ucm_init_mode                  2
% 0.19/0.51  % --bmc1_ucm_cone_mode                  none
% 0.19/0.51  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.51  % --bmc1_ucm_relax_model                4
% 0.19/0.51  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.51  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.51  % --bmc1_ucm_layered_model              none
% 0.19/0.51  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.51  
% 0.19/0.51  % ------ AIG Options
% 0.19/0.51  
% 0.19/0.51  % --aig_mode                            false
% 0.19/0.51  
% 0.19/0.51  % ------ Instantiation Options
% 0.19/0.51  
% 0.19/0.51  % --instantiation_flag                  true
% 0.19/0.51  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.51  % --inst_solver_per_active              750
% 0.19/0.51  % --inst_solver_calls_frac              0.5
% 0.19/0.51  % --inst_passive_queue_type             priority_queues
% 0.19/0.51  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.51  % --inst_passive_queues_freq            [25;2]
% 0.19/0.51  % --inst_dismatching                    true
% 0.19/0.51  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.51  % --inst_prop_sim_given                 true
% 0.19/0.51  % --inst_prop_sim_new                   false
% 0.19/0.51  % --inst_orphan_elimination             true
% 0.19/0.51  % --inst_learning_loop_flag             true
% 0.19/0.51  % --inst_learning_start                 3000
% 0.19/0.51  % --inst_learning_factor                2
% 0.19/0.51  % --inst_start_prop_sim_after_learn     3
% 0.19/0.51  % --inst_sel_renew                      solver
% 0.19/0.51  % --inst_lit_activity_flag              true
% 0.19/0.51  % --inst_out_proof                      true
% 0.19/0.51  
% 0.19/0.51  % ------ Resolution Options
% 0.19/0.51  
% 0.19/0.51  % --resolution_flag                     true
% 0.19/0.51  % --res_lit_sel                         kbo_max
% 0.19/0.51  % --res_to_prop_solver                  none
% 0.19/0.51  % --res_prop_simpl_new                  false
% 0.19/0.51  % --res_prop_simpl_given                false
% 0.19/0.51  % --res_passive_queue_type              priority_queues
% 0.19/0.51  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.19/0.51  % --res_passive_queues_freq             [15;5]
% 0.19/0.51  % --res_forward_subs                    full
% 0.19/0.51  % --res_backward_subs                   full
% 0.19/0.51  % --res_forward_subs_resolution         true
% 0.19/0.51  % --res_backward_subs_resolution        true
% 0.19/0.51  % --res_orphan_elimination              false
% 0.19/0.51  % --res_time_limit                      1000.
% 0.19/0.51  % --res_out_proof                       true
% 0.19/0.51  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_2091e0.s
% 0.19/0.51  % --modulo                              true
% 0.19/0.51  
% 0.19/0.51  % ------ Combination Options
% 0.19/0.51  
% 0.19/0.51  % --comb_res_mult                       1000
% 0.19/0.51  % --comb_inst_mult                      300
% 0.19/0.51  % ------ 
% 0.19/0.51  
% 0.19/0.51  % ------ Parsing...% successful
% 0.19/0.51  
% 0.19/0.51  % ------ 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.19/0.51  
% 0.19/0.51  % ------ Proving...
% 0.19/0.51  % ------ Problem Properties 
% 0.19/0.51  
% 0.19/0.51  % 
% 0.19/0.51  % EPR                                   true
% 0.19/0.51  % Horn                                  false
% 0.19/0.51  % Has equality                          true
% 0.19/0.51  
% 0.19/0.51  % % ------ Input Options Time Limit: Unbounded
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  % % ------ Current options:
% 0.19/0.51  
% 0.19/0.51  % ------ Input Options
% 0.19/0.51  
% 0.19/0.51  % --out_options                         all
% 0.19/0.51  % --tptp_safe_out                       true
% 0.19/0.51  % --problem_path                        ""
% 0.19/0.51  % --include_path                        ""
% 0.19/0.51  % --clausifier                          .//eprover
% 0.19/0.51  % --clausifier_options                  --tstp-format  
% 0.19/0.51  % --stdin                               false
% 0.19/0.51  % --dbg_backtrace                       false
% 0.19/0.51  % --dbg_dump_prop_clauses               false
% 0.19/0.51  % --dbg_dump_prop_clauses_file          -
% 0.19/0.51  % --dbg_out_stat                        false
% 0.19/0.51  
% 0.19/0.51  % ------ General Options
% 0.19/0.51  
% 0.19/0.51  % --fof                                 false
% 0.19/0.51  % --time_out_real                       150.
% 0.19/0.51  % --time_out_prep_mult                  0.2
% 0.19/0.51  % --time_out_virtual                    -1.
% 0.19/0.51  % --schedule                            none
% 0.19/0.51  % --ground_splitting                    input
% 0.19/0.51  % --splitting_nvd                       16
% 0.19/0.51  % --non_eq_to_eq                        false
% 0.19/0.51  % --prep_gs_sim                         true
% 0.19/0.51  % --prep_unflatten                      false
% 0.19/0.51  % --prep_res_sim                        true
% 0.19/0.51  % --prep_upred                          true
% 0.19/0.51  % --res_sim_input                       true
% 0.19/0.51  % --clause_weak_htbl                    true
% 0.19/0.51  % --gc_record_bc_elim                   false
% 0.19/0.51  % --symbol_type_check                   false
% 0.19/0.51  % --clausify_out                        false
% 0.19/0.51  % --large_theory_mode                   false
% 0.19/0.51  % --prep_sem_filter                     none
% 0.19/0.51  % --prep_sem_filter_out                 false
% 0.19/0.51  % --preprocessed_out                    false
% 0.19/0.51  % --sub_typing                          false
% 0.19/0.51  % --brand_transform                     false
% 0.19/0.51  % --pure_diseq_elim                     true
% 0.19/0.51  % --min_unsat_core                      false
% 0.19/0.51  % --pred_elim                           true
% 0.19/0.51  % --add_important_lit                   false
% 0.19/0.51  % --soft_assumptions                    false
% 0.19/0.51  % --reset_solvers                       false
% 0.19/0.51  % --bc_imp_inh                          []
% 0.19/0.51  % --conj_cone_tolerance                 1.5
% 0.19/0.51  % --prolific_symb_bound                 500
% 0.19/0.51  % --lt_threshold                        2000
% 0.19/0.51  
% 0.19/0.51  % ------ SAT Options
% 0.19/0.51  
% 0.19/0.51  % --sat_mode                            false
% 0.19/0.51  % --sat_fm_restart_options              ""
% 0.19/0.51  % --sat_gr_def                          false
% 0.19/0.51  % --sat_epr_types                       true
% 0.19/0.51  % --sat_non_cyclic_types                false
% 0.19/0.51  % --sat_finite_models                   false
% 0.19/0.51  % --sat_fm_lemmas                       false
% 0.19/0.51  % --sat_fm_prep                         false
% 0.19/0.51  % --sat_fm_uc_incr                      true
% 0.19/0.51  % --sat_out_model                       small
% 0.19/0.51  % --sat_out_clauses                     false
% 0.19/0.51  
% 0.19/0.51  % ------ QBF Options
% 0.19/0.51  
% 0.19/0.51  % --qbf_mode                            false
% 0.19/0.51  % --qbf_elim_univ                       true
% 0.19/0.51  % --qbf_sk_in                           true
% 0.19/0.51  % --qbf_pred_elim                       true
% 0.19/0.51  % --qbf_split                           32
% 0.19/0.51  
% 0.19/0.51  % ------ BMC1 Options
% 0.19/0.51  
% 0.19/0.51  % --bmc1_incremental                    false
% 0.19/0.51  % --bmc1_axioms                         reachable_all
% 0.19/0.51  % --bmc1_min_bound                      0
% 0.19/0.51  % --bmc1_max_bound                      -1
% 0.19/0.51  % --bmc1_max_bound_default              -1
% 0.19/0.51  % --bmc1_symbol_reachability            true
% 0.19/0.51  % --bmc1_property_lemmas                false
% 0.19/0.51  % --bmc1_k_induction                    false
% 0.19/0.51  % --bmc1_non_equiv_states               false
% 0.19/0.51  % --bmc1_deadlock                       false
% 0.19/0.51  % --bmc1_ucm                            false
% 0.19/0.51  % --bmc1_add_unsat_core                 none
% 0.19/0.51  % --bmc1_unsat_core_children            false
% 0.19/0.51  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.19/0.51  % --bmc1_out_stat                       full
% 0.19/0.51  % --bmc1_ground_init                    false
% 0.19/0.51  % --bmc1_pre_inst_next_state            false
% 0.19/0.51  % --bmc1_pre_inst_state                 false
% 0.19/0.51  % --bmc1_pre_inst_reach_state           false
% 0.19/0.51  % --bmc1_out_unsat_core                 false
% 0.19/0.51  % --bmc1_aig_witness_out                false
% 0.19/0.51  % --bmc1_verbose                        false
% 0.19/0.51  % --bmc1_dump_clauses_tptp              false
% 0.19/0.51  % --bmc1_dump_unsat_core_tptp           false
% 0.19/0.51  % --bmc1_dump_file                      -
% 0.19/0.51  % --bmc1_ucm_expand_uc_limit            128
% 0.19/0.51  % --bmc1_ucm_n_expand_iterations        6
% 0.19/0.51  % --bmc1_ucm_extend_mode                1
% 0.19/0.51  % --bmc1_ucm_init_mode                  2
% 0.19/0.51  % --bmc1_ucm_cone_mode                  none
% 0.19/0.51  % --bmc1_ucm_reduced_relation_type      0
% 0.19/0.51  % --bmc1_ucm_relax_model                4
% 0.19/0.51  % --bmc1_ucm_full_tr_after_sat          true
% 0.19/0.51  % --bmc1_ucm_expand_neg_assumptions     false
% 0.19/0.51  % --bmc1_ucm_layered_model              none
% 0.19/0.51  % --bmc1_ucm_max_lemma_size             10
% 0.19/0.51  
% 0.19/0.51  % ------ AIG Options
% 0.19/0.51  
% 0.19/0.51  % --aig_mode                            false
% 0.19/0.51  
% 0.19/0.51  % ------ Instantiation Options
% 0.19/0.51  
% 0.19/0.51  % --instantiation_flag                  true
% 0.19/0.51  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.19/0.51  % --inst_solver_per_active              750
% 0.19/0.51  % --inst_solver_calls_frac              0.5
% 0.19/0.51  % --inst_passive_queue_type             priority_queues
% 0.19/0.51  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.19/0.51  % --inst_passive_queues_freq            [25;2]
% 0.19/0.51  % --inst_dismatching                    true
% 0.19/0.51  % --inst_eager_unprocessed_to_passive   true
% 0.19/0.51  % --inst_prop_sim_given                 true
% 0.19/0.51  % --inst_prop_sim_new                   false
% 0.19/0.51  % --inst_orphan_elimination             true
% 0.19/0.51  % --inst_learning_loop_flag             true
% 0.19/0.51  % --inst_learning_start                 3000
% 0.19/0.51  % --inst_learning_factor                2
% 0.19/0.51  % --inst_start_prop_sim_after_learn     3
% 0.19/0.51  % --inst_sel_renew                      solver
% 0.19/0.51  % --inst_lit_activity_flag              true
% 0.19/0.51  % --inst_out_proof                      true
% 0.19/0.51  
% 0.19/0.51  % ------ Resolution Options
% 0.19/0.51  
% 0.19/0.51  % --resolution_flag                     true
% 0.19/0.51  % --res_lit_sel                         kbo_max
% 0.19/0.51  % --res_to_prop_solver                  none
% 0.19/0.51  % --res_prop_simpl_new                  false
% 0.19/0.51  % --res_prop_simpl_given                false
% 0.19/0.51  % --res_passive_queue_type              priority_queues
% 0.19/0.51  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.19/0.51  % --res_passive_queues_freq             [15;5]
% 0.19/0.51  % --res_forward_subs                    full
% 0.19/0.51  % --res_backward_subs                   full
% 0.19/0.51  % --res_forward_subs_resolution         true
% 0.19/0.51  % --res_backward_subs_resolution        true
% 0.19/0.51  % --res_orphan_elimination              false
% 0.19/0.51  % --res_time_limit                      1000.
% 0.19/0.51  % --res_out_proof                       true
% 0.19/0.51  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_2091e0.s
% 0.19/0.51  % --modulo                              true
% 0.19/0.51  
% 0.19/0.51  % ------ Combination Options
% 0.19/0.51  
% 0.19/0.51  % --comb_res_mult                       1000
% 0.19/0.51  % --comb_inst_mult                      300
% 0.19/0.51  % ------ 
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  % ------ Proving...
% 0.19/0.51  % 
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  %  Resolution empty clause
% 0.19/0.51  
% 0.19/0.51  % ------                             Statistics
% 0.19/0.51  
% 0.19/0.51  % ------ General
% 0.19/0.51  
% 0.19/0.51  % num_of_input_clauses:                 44
% 0.19/0.51  % num_of_input_neg_conjectures:         2
% 0.19/0.51  % num_of_splits:                        0
% 0.19/0.51  % num_of_split_atoms:                   0
% 0.19/0.51  % num_of_sem_filtered_clauses:          0
% 0.19/0.51  % num_of_subtypes:                      0
% 0.19/0.51  % monotx_restored_types:                0
% 0.19/0.51  % sat_num_of_epr_types:                 0
% 0.19/0.51  % sat_num_of_non_cyclic_types:          0
% 0.19/0.51  % sat_guarded_non_collapsed_types:      0
% 0.19/0.51  % is_epr:                               1
% 0.19/0.51  % is_horn:                              0
% 0.19/0.51  % has_eq:                               1
% 0.19/0.51  % num_pure_diseq_elim:                  0
% 0.19/0.51  % simp_replaced_by:                     0
% 0.19/0.51  % res_preprocessed:                     4
% 0.19/0.51  % prep_upred:                           0
% 0.19/0.51  % prep_unflattend:                      0
% 0.19/0.51  % pred_elim_cands:                      0
% 0.19/0.51  % pred_elim:                            0
% 0.19/0.51  % pred_elim_cl:                         0
% 0.19/0.51  % pred_elim_cycles:                     0
% 0.19/0.51  % forced_gc_time:                       0
% 0.19/0.51  % gc_basic_clause_elim:                 0
% 0.19/0.51  % parsing_time:                         0.001
% 0.19/0.51  % sem_filter_time:                      0.
% 0.19/0.51  % pred_elim_time:                       0.
% 0.19/0.51  % out_proof_time:                       0.002
% 0.19/0.51  % monotx_time:                          0.
% 0.19/0.51  % subtype_inf_time:                     0.
% 0.19/0.51  % unif_index_cands_time:                0.
% 0.19/0.51  % unif_index_add_time:                  0.
% 0.19/0.51  % total_time:                           0.027
% 0.19/0.51  % num_of_symbols:                       35
% 0.19/0.51  % num_of_terms:                         80
% 0.19/0.51  
% 0.19/0.51  % ------ Propositional Solver
% 0.19/0.51  
% 0.19/0.51  % prop_solver_calls:                    1
% 0.19/0.51  % prop_fast_solver_calls:               12
% 0.19/0.51  % prop_num_of_clauses:                  34
% 0.19/0.51  % prop_preprocess_simplified:           154
% 0.19/0.51  % prop_fo_subsumed:                     0
% 0.19/0.51  % prop_solver_time:                     0.
% 0.19/0.51  % prop_fast_solver_time:                0.
% 0.19/0.51  % prop_unsat_core_time:                 0.
% 0.19/0.51  
% 0.19/0.51  % ------ QBF 
% 0.19/0.51  
% 0.19/0.51  % qbf_q_res:                            0
% 0.19/0.51  % qbf_num_tautologies:                  0
% 0.19/0.51  % qbf_prep_cycles:                      0
% 0.19/0.51  
% 0.19/0.51  % ------ BMC1
% 0.19/0.51  
% 0.19/0.51  % bmc1_current_bound:                   -1
% 0.19/0.51  % bmc1_last_solved_bound:               -1
% 0.19/0.51  % bmc1_unsat_core_size:                 -1
% 0.19/0.51  % bmc1_unsat_core_parents_size:         -1
% 0.19/0.51  % bmc1_merge_next_fun:                  0
% 0.19/0.51  % bmc1_unsat_core_clauses_time:         0.
% 0.19/0.51  
% 0.19/0.51  % ------ Instantiation
% 0.19/0.51  
% 0.19/0.51  % inst_num_of_clauses:                  43
% 0.19/0.51  % inst_num_in_passive:                  0
% 0.19/0.51  % inst_num_in_active:                   0
% 0.19/0.51  % inst_num_in_unprocessed:              44
% 0.19/0.51  % inst_num_of_loops:                    0
% 0.19/0.51  % inst_num_of_learning_restarts:        0
% 0.19/0.51  % inst_num_moves_active_passive:        0
% 0.19/0.51  % inst_lit_activity:                    0
% 0.19/0.51  % inst_lit_activity_moves:              0
% 0.19/0.51  % inst_num_tautologies:                 0
% 0.19/0.51  % inst_num_prop_implied:                0
% 0.19/0.51  % inst_num_existing_simplified:         0
% 0.19/0.51  % inst_num_eq_res_simplified:           0
% 0.19/0.51  % inst_num_child_elim:                  0
% 0.19/0.51  % inst_num_of_dismatching_blockings:    0
% 0.19/0.51  % inst_num_of_non_proper_insts:         0
% 0.19/0.51  % inst_num_of_duplicates:               0
% 0.19/0.51  % inst_inst_num_from_inst_to_res:       0
% 0.19/0.51  % inst_dismatching_checking_time:       0.
% 0.19/0.51  
% 0.19/0.51  % ------ Resolution
% 0.19/0.51  
% 0.19/0.51  % res_num_of_clauses:                   57
% 0.19/0.51  % res_num_in_passive:                   0
% 0.19/0.51  % res_num_in_active:                    31
% 0.19/0.51  % res_num_of_loops:                     21
% 0.19/0.51  % res_forward_subset_subsumed:          34
% 0.19/0.51  % res_backward_subset_subsumed:         2
% 0.19/0.51  % res_forward_subsumed:                 2
% 0.19/0.51  % res_backward_subsumed:                2
% 0.19/0.51  % res_forward_subsumption_resolution:   5
% 0.19/0.51  % res_backward_subsumption_resolution:  4
% 0.19/0.51  % res_clause_to_clause_subsumption:     42
% 0.19/0.51  % res_orphan_elimination:               0
% 0.19/0.51  % res_tautology_del:                    12
% 0.19/0.51  % res_num_eq_res_simplified:            0
% 0.19/0.51  % res_num_sel_changes:                  0
% 0.19/0.51  % res_moves_from_active_to_pass:        0
% 0.19/0.51  
% 0.19/0.51  % Status Unsatisfiable
% 0.19/0.51  % SZS status Theorem
% 0.19/0.51  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------