TSTP Solution File: PLA029+2 by Enigma---0.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Enigma---0.5.1
% Problem  : PLA029+2 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : enigmatic-eprover.py %s %d 1

% Computer : n020.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 : Mon Jul 18 16:55:52 EDT 2022

% Result   : Satisfiable 4.20s 2.03s
% Output   : Saturation 4.20s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
fof(not_clear_if_something_on,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X4] :
          ( nonfixed(X4)
         => ~ ( on(X2,X4,X1)
              & clear(X4,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',not_clear_if_something_on) ).

fof(non_object_remains_on,axiom,
    ! [X1,X6] :
      ( nonfixed(X6)
     => ! [X5] :
          ( ( a_block(X5)
            & neq(X6,X5) )
         => ( ( time(X1)
              & ~ object(X6,X1)
              & on(X6,X5,X1) )
           => on(X6,X5,s(X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',non_object_remains_on) ).

fof(only_one_on,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X4] :
          ( ( nonfixed(X4)
            & neq(X2,X4) )
         => ! [X3] :
              ( ( nonfixed(X3)
                & neq(X2,X3)
                & neq(X4,X3) )
             => ~ ( on(X2,X4,X1)
                  & on(X3,X4,X1) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',only_one_on) ).

fof(place_object_block_on_destination,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X3] :
          ( ( a_block(X3)
            & neq(X2,X3) )
         => ( ( time(X1)
              & object(X2,X1)
              & destination(X3,X1) )
           => on(X2,X3,s(X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',place_object_block_on_destination) ).

fof(object_block_on_source,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X4] :
          ( ( a_block(X4)
            & neq(X2,X4) )
         => ( ( object(X2,X1)
              & source(X4,X1) )
           => on(X2,X4,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',object_block_on_source) ).

fof(not_on_each_other,axiom,
    ! [X1,X2] :
      ( a_block(X2)
     => ! [X4] :
          ( ( a_block(X4)
            & neq(X2,X4) )
         => ~ ( on(X2,X4,X1)
              & on(X4,X2,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',not_on_each_other) ).

fof(non_destination_remains_not_on,axiom,
    ! [X1,X6] :
      ( nonfixed(X6)
     => ! [X5] :
          ( ( a_block(X5)
            & neq(X6,X5) )
         => ( ( time(X1)
              & ~ destination(X5,X1)
              & ~ on(X6,X5,X1) )
           => ~ on(X6,X5,s(X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',non_destination_remains_not_on) ).

fof(non_object_remains_not_on,axiom,
    ! [X1,X6] :
      ( nonfixed(X6)
     => ! [X5] :
          ( ( a_block(X5)
            & neq(X6,X5) )
         => ( ( time(X1)
              & ~ object(X6,X1)
              & ~ on(X6,X5,X1) )
           => ~ on(X6,X5,s(X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',non_object_remains_not_on) ).

fof(only_on_one_thing,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X4] :
          ( ( a_block(X4)
            & neq(X2,X4) )
         => ! [X3] :
              ( ( a_block(X3)
                & neq(X2,X3)
                & neq(X4,X3) )
             => ~ ( on(X2,X4,X1)
                  & on(X2,X3,X1) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',only_on_one_thing) ).

fof(clear_source_after_removal,axiom,
    ! [X1,X4] :
      ( nonfixed(X4)
     => ( ( time(X1)
          & source(X4,X1) )
       => clear(X4,s(X1)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',clear_source_after_removal) ).

fof(not_clear_destination_after_placement,axiom,
    ! [X1,X3] :
      ( nonfixed(X3)
     => ( ( time(X1)
          & destination(X3,X1) )
       => ~ clear(X3,s(X1)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',not_clear_destination_after_placement) ).

fof(object_block_is_clear,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ( object(X2,X1)
       => clear(X2,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',object_block_is_clear) ).

fof(only_one_object_block,axiom,
    ! [X1,X7] :
      ( nonfixed(X7)
     => ! [X8] :
          ( ( a_block(X8)
            & neq(X7,X8) )
         => ~ ( object(X7,X1)
              & object(X8,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',only_one_object_block) ).

fof(remove_object_block_from_source,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ! [X4] :
          ( ( a_block(X4)
            & neq(X2,X4) )
         => ( ( time(X1)
              & object(X2,X1)
              & source(X4,X1) )
           => ~ on(X2,X4,s(X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',remove_object_block_from_source) ).

fof(fixed_not_on_anything,axiom,
    ! [X1,X2] :
      ( a_block(X2)
     => ! [X4] :
          ( fixed(X4)
         => ~ on(X4,X2,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',fixed_not_on_anything) ).

fof(non_source_remains_not_clear,axiom,
    ! [X1,X5] :
      ( nonfixed(X5)
     => ( ( time(X1)
          & ~ source(X5,X1)
          & ~ clear(X5,X1) )
       => ~ clear(X5,s(X1)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',non_source_remains_not_clear) ).

fof(non_destination_remains_clear,axiom,
    ! [X1,X5] :
      ( nonfixed(X5)
     => ( ( time(X1)
          & ~ destination(X5,X1)
          & clear(X5,X1) )
       => clear(X5,s(X1)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',non_destination_remains_clear) ).

fof(only_one_source_block,axiom,
    ! [X1,X9] :
      ( a_block(X9)
     => ! [X10] :
          ( ( a_block(X10)
            & neq(X9,X10) )
         => ~ ( source(X9,X1)
              & source(X10,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',only_one_source_block) ).

fof(only_one_destination_block,axiom,
    ! [X1,X11] :
      ( a_block(X11)
     => ! [X12] :
          ( ( a_block(X12)
            & neq(X11,X12) )
         => ~ ( destination(X11,X1)
              & destination(X12,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',only_one_destination_block) ).

fof(destination_block_is_clear,axiom,
    ! [X1,X3] :
      ( nonfixed(X3)
     => ( destination(X3,X1)
       => clear(X3,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',destination_block_is_clear) ).

fof(source_is_not_destination,axiom,
    ! [X1,X4] :
      ( a_block(X4)
     => ~ ( source(X4,X1)
          & destination(X4,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',source_is_not_destination) ).

fof(object_is_not_source,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ~ ( object(X2,X1)
          & source(X2,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',object_is_not_source) ).

fof(object_is_not_destination,axiom,
    ! [X1,X2] :
      ( nonfixed(X2)
     => ~ ( object(X2,X1)
          & destination(X2,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',object_is_not_destination) ).

fof(not_on_self,axiom,
    ! [X1,X2] :
      ( a_block(X2)
     => ~ on(X2,X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PLA002+0.ax',not_on_self) ).

fof(c_0_24,plain,
    ! [X71,X72,X73] :
      ( ~ nonfixed(X72)
      | ~ nonfixed(X73)
      | ~ on(X72,X73,X71)
      | ~ clear(X73,X71) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[not_clear_if_something_on])])]) ).

fof(c_0_25,plain,
    ! [X32,X33,X34] :
      ( ~ nonfixed(X33)
      | ~ a_block(X34)
      | ~ neq(X33,X34)
      | ~ time(X32)
      | object(X33,X32)
      | ~ on(X33,X34,X32)
      | on(X33,X34,s(X32)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_object_remains_on])])])]) ).

fof(c_0_26,plain,
    ! [X63,X64,X65,X66] :
      ( ~ nonfixed(X64)
      | ~ nonfixed(X65)
      | ~ neq(X64,X65)
      | ~ nonfixed(X66)
      | ~ neq(X64,X66)
      | ~ neq(X65,X66)
      | ~ on(X64,X65,X63)
      | ~ on(X66,X65,X63) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[only_one_on])])]) ).

fof(c_0_27,plain,
    ! [X13,X14,X15] :
      ( ~ nonfixed(X14)
      | ~ a_block(X15)
      | ~ neq(X14,X15)
      | ~ time(X13)
      | ~ object(X14,X13)
      | ~ destination(X15,X13)
      | on(X14,X15,s(X13)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[place_object_block_on_destination])])]) ).

cnf(c_0_28,plain,
    ( ~ nonfixed(X1)
    | ~ nonfixed(X2)
    | ~ on(X1,X2,X3)
    | ~ clear(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_24]),
    [final] ).

cnf(c_0_29,plain,
    ( object(X1,X3)
    | on(X1,X2,s(X3))
    | ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ time(X3)
    | ~ on(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_25]),
    [final] ).

cnf(c_0_30,plain,
    ( ~ nonfixed(X1)
    | ~ nonfixed(X2)
    | ~ neq(X1,X2)
    | ~ nonfixed(X3)
    | ~ neq(X1,X3)
    | ~ neq(X2,X3)
    | ~ on(X1,X2,X4)
    | ~ on(X3,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_26]),
    [final] ).

cnf(c_0_31,plain,
    ( on(X1,X2,s(X3))
    | ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ time(X3)
    | ~ object(X1,X3)
    | ~ destination(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_27]),
    [final] ).

fof(c_0_32,plain,
    ! [X23,X24,X25] :
      ( ~ nonfixed(X24)
      | ~ a_block(X25)
      | ~ neq(X24,X25)
      | ~ object(X24,X23)
      | ~ source(X25,X23)
      | on(X24,X25,X23) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[object_block_on_source])])]) ).

fof(c_0_33,plain,
    ! [X58,X59,X60] :
      ( ~ a_block(X59)
      | ~ a_block(X60)
      | ~ neq(X59,X60)
      | ~ on(X59,X60,X58)
      | ~ on(X60,X59,X58) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[not_on_each_other])])]) ).

fof(c_0_34,plain,
    ! [X40,X41,X42] :
      ( ~ nonfixed(X41)
      | ~ a_block(X42)
      | ~ neq(X41,X42)
      | ~ time(X40)
      | destination(X42,X40)
      | on(X41,X42,X40)
      | ~ on(X41,X42,s(X40)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_destination_remains_not_on])])])]) ).

fof(c_0_35,plain,
    ! [X37,X38,X39] :
      ( ~ nonfixed(X38)
      | ~ a_block(X39)
      | ~ neq(X38,X39)
      | ~ time(X37)
      | object(X38,X37)
      | on(X38,X39,X37)
      | ~ on(X38,X39,s(X37)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_object_remains_not_on])])])]) ).

fof(c_0_36,plain,
    ! [X67,X68,X69,X70] :
      ( ~ nonfixed(X68)
      | ~ a_block(X69)
      | ~ neq(X68,X69)
      | ~ a_block(X70)
      | ~ neq(X68,X70)
      | ~ neq(X69,X70)
      | ~ on(X68,X69,X67)
      | ~ on(X68,X70,X67) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[only_on_one_thing])])]) ).

cnf(c_0_37,plain,
    ( object(X1,X2)
    | ~ clear(X3,s(X2))
    | ~ on(X1,X3,X2)
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_28,c_0_29]),
    [final] ).

fof(c_0_38,plain,
    ! [X19,X20] :
      ( ~ nonfixed(X20)
      | ~ time(X19)
      | ~ source(X20,X19)
      | clear(X20,s(X19)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[clear_source_after_removal])]) ).

cnf(c_0_39,plain,
    ( ~ on(X1,X2,s(X3))
    | ~ destination(X2,X3)
    | ~ object(X4,X3)
    | ~ time(X3)
    | ~ neq(X2,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X2)
    | ~ neq(X4,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X4)
    | ~ nonfixed(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_30,c_0_31]),
    [final] ).

cnf(c_0_40,plain,
    ( on(X1,X2,X3)
    | ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ object(X1,X3)
    | ~ source(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_32]),
    [final] ).

fof(c_0_41,plain,
    ! [X21,X22] :
      ( ~ nonfixed(X22)
      | ~ time(X21)
      | ~ destination(X22,X21)
      | ~ clear(X22,s(X21)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[not_clear_destination_after_placement])])]) ).

fof(c_0_42,plain,
    ! [X26,X27] :
      ( ~ nonfixed(X27)
      | ~ object(X27,X26)
      | clear(X27,X26) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[object_block_is_clear])]) ).

cnf(c_0_43,plain,
    ( ~ a_block(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ on(X1,X2,X3)
    | ~ on(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_33]),
    [final] ).

fof(c_0_44,plain,
    ! [X43,X44,X45] :
      ( ~ nonfixed(X44)
      | ~ a_block(X45)
      | ~ neq(X44,X45)
      | ~ object(X44,X43)
      | ~ object(X45,X43) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[only_one_object_block])])]) ).

cnf(c_0_45,plain,
    ( destination(X2,X3)
    | on(X1,X2,X3)
    | ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ time(X3)
    | ~ on(X1,X2,s(X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_34]),
    [final] ).

cnf(c_0_46,plain,
    ( object(X1,X3)
    | on(X1,X2,X3)
    | ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ time(X3)
    | ~ on(X1,X2,s(X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_35]),
    [final] ).

cnf(c_0_47,plain,
    ( ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ a_block(X3)
    | ~ neq(X1,X3)
    | ~ neq(X2,X3)
    | ~ on(X1,X2,X4)
    | ~ on(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_36]),
    [final] ).

cnf(c_0_48,plain,
    ( object(X1,s(X2))
    | object(X1,X2)
    | ~ clear(X3,s(s(X2)))
    | ~ on(X1,X3,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_37,c_0_29]),
    [final] ).

cnf(c_0_49,plain,
    ( clear(X1,s(X2))
    | ~ nonfixed(X1)
    | ~ time(X2)
    | ~ source(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_38]),
    [final] ).

cnf(c_0_50,plain,
    ( object(X1,X2)
    | ~ on(X3,X4,s(X2))
    | ~ on(X1,X4,X2)
    | ~ time(X2)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ a_block(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_30,c_0_29]),
    [final] ).

cnf(c_0_51,plain,
    ( ~ destination(X1,X2)
    | ~ object(X3,X2)
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_39,c_0_31]),
    [final] ).

cnf(c_0_52,plain,
    ( ~ source(X1,X2)
    | ~ on(X3,X1,X2)
    | ~ object(X4,X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_30,c_0_40]),
    [final] ).

cnf(c_0_53,plain,
    ( ~ nonfixed(X1)
    | ~ time(X2)
    | ~ destination(X1,X2)
    | ~ clear(X1,s(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_41]),
    [final] ).

cnf(c_0_54,plain,
    ( clear(X1,X2)
    | ~ nonfixed(X1)
    | ~ object(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_42]),
    [final] ).

cnf(c_0_55,plain,
    ( ~ on(X1,X2,s(X3))
    | ~ destination(X1,X3)
    | ~ object(X2,X3)
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ neq(X2,X1)
    | ~ a_block(X2)
    | ~ a_block(X1)
    | ~ nonfixed(X2) ),
    inference(spm,[status(thm)],[c_0_43,c_0_31]),
    [final] ).

cnf(c_0_56,plain,
    ( ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ object(X1,X3)
    | ~ object(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_44]),
    [final] ).

fof(c_0_57,plain,
    ! [X16,X17,X18] :
      ( ~ nonfixed(X17)
      | ~ a_block(X18)
      | ~ neq(X17,X18)
      | ~ time(X16)
      | ~ object(X17,X16)
      | ~ source(X18,X16)
      | ~ on(X17,X18,s(X16)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[remove_object_block_from_source])])])]) ).

fof(c_0_58,plain,
    ! [X74,X75,X76] :
      ( ~ a_block(X75)
      | ~ fixed(X76)
      | ~ on(X76,X75,X74) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[fixed_not_on_anything])])])]) ).

fof(c_0_59,plain,
    ! [X35,X36] :
      ( ~ nonfixed(X36)
      | ~ time(X35)
      | source(X36,X35)
      | clear(X36,X35)
      | ~ clear(X36,s(X35)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_source_remains_not_clear])])]) ).

cnf(c_0_60,plain,
    ( on(X1,X2,X3)
    | destination(X2,X3)
    | ~ source(X2,s(X3))
    | ~ object(X1,s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_45,c_0_40]),
    [final] ).

cnf(c_0_61,plain,
    ( on(X1,X2,X3)
    | object(X1,X3)
    | ~ source(X2,s(X3))
    | ~ object(X1,s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_46,c_0_40]),
    [final] ).

cnf(c_0_62,plain,
    ( object(X1,X2)
    | ~ on(X1,X3,s(X2))
    | ~ on(X1,X4,X2)
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ a_block(X4)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_47,c_0_29]),
    [final] ).

cnf(c_0_63,plain,
    ( ~ on(X1,X2,s(X3))
    | ~ destination(X4,X3)
    | ~ object(X1,X3)
    | ~ time(X3)
    | ~ neq(X2,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X2)
    | ~ a_block(X4)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_47,c_0_31]),
    [final] ).

cnf(c_0_64,plain,
    ( object(X1,s(X2))
    | object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X1,X3,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_48,c_0_49]),
    [final] ).

cnf(c_0_65,plain,
    ( object(X1,X2)
    | ~ on(X3,X1,s(X2))
    | ~ on(X1,X3,X2)
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X1,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_29]),
    [final] ).

cnf(c_0_66,plain,
    ( ~ on(X1,X2,X3)
    | ~ destination(X2,X3)
    | ~ object(X4,X3)
    | ~ time(X3)
    | ~ neq(X2,X1)
    | ~ neq(X4,X1)
    | ~ neq(X4,X2)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1)
    | ~ nonfixed(X2)
    | ~ nonfixed(X4) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_31]),c_0_51]),
    [final] ).

cnf(c_0_67,plain,
    ( ~ on(X1,X2,X3)
    | ~ destination(X2,X3)
    | ~ object(X4,X3)
    | ~ time(X3)
    | ~ neq(X2,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X2)
    | ~ neq(X4,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X4)
    | ~ nonfixed(X2)
    | ~ nonfixed(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_29]),c_0_51]),
    [final] ).

cnf(c_0_68,plain,
    ( ~ source(X1,X2)
    | ~ object(X3,X2)
    | ~ object(X4,X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_52,c_0_40]),
    [final] ).

cnf(c_0_69,plain,
    ( ~ destination(X1,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_53,c_0_54]),
    [final] ).

cnf(c_0_70,plain,
    ( ~ on(X1,X2,X3)
    | ~ destination(X1,X3)
    | ~ object(X2,X3)
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ neq(X2,X1)
    | ~ a_block(X2)
    | ~ a_block(X1)
    | ~ nonfixed(X2)
    | ~ nonfixed(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_29]),c_0_56]),
    [final] ).

cnf(c_0_71,plain,
    ( ~ source(X1,X2)
    | ~ on(X3,X4,X2)
    | ~ object(X3,X2)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ neq(X3,X4)
    | ~ a_block(X1)
    | ~ a_block(X4)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_47,c_0_40]),
    [final] ).

cnf(c_0_72,plain,
    ( ~ nonfixed(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ time(X3)
    | ~ object(X1,X3)
    | ~ source(X2,X3)
    | ~ on(X1,X2,s(X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_57]),
    [final] ).

cnf(c_0_73,plain,
    ( ~ source(X1,X2)
    | ~ on(X1,X3,X2)
    | ~ object(X3,X2)
    | ~ neq(X1,X3)
    | ~ neq(X3,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_43,c_0_40]),
    [final] ).

cnf(c_0_74,plain,
    ( object(X1,s(X2))
    | ~ clear(X3,s(s(X2)))
    | ~ destination(X3,X2)
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_37,c_0_31]),
    [final] ).

cnf(c_0_75,plain,
    ( ~ a_block(X1)
    | ~ fixed(X2)
    | ~ on(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_58]),
    [final] ).

cnf(c_0_76,plain,
    ( source(X1,X2)
    | clear(X1,X2)
    | ~ nonfixed(X1)
    | ~ time(X2)
    | ~ clear(X1,s(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_59]),
    [final] ).

fof(c_0_77,plain,
    ! [X30,X31] :
      ( ~ nonfixed(X31)
      | ~ time(X30)
      | destination(X31,X30)
      | ~ clear(X31,X30)
      | clear(X31,s(X30)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_destination_remains_clear])])]) ).

fof(c_0_78,plain,
    ! [X46,X47,X48] :
      ( ~ a_block(X47)
      | ~ a_block(X48)
      | ~ neq(X47,X48)
      | ~ source(X47,X46)
      | ~ source(X48,X46) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[only_one_source_block])])]) ).

fof(c_0_79,plain,
    ! [X49,X50,X51] :
      ( ~ a_block(X50)
      | ~ a_block(X51)
      | ~ neq(X50,X51)
      | ~ destination(X50,X49)
      | ~ destination(X51,X49) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[only_one_destination_block])])]) ).

fof(c_0_80,plain,
    ! [X28,X29] :
      ( ~ nonfixed(X29)
      | ~ destination(X29,X28)
      | clear(X29,X28) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[destination_block_is_clear])]) ).

fof(c_0_81,plain,
    ! [X56,X57] :
      ( ~ a_block(X57)
      | ~ source(X57,X56)
      | ~ destination(X57,X56) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[source_is_not_destination])]) ).

fof(c_0_82,plain,
    ! [X52,X53] :
      ( ~ nonfixed(X53)
      | ~ object(X53,X52)
      | ~ source(X53,X52) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[object_is_not_source])]) ).

fof(c_0_83,plain,
    ! [X54,X55] :
      ( ~ nonfixed(X55)
      | ~ object(X55,X54)
      | ~ destination(X55,X54) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[object_is_not_destination])]) ).

fof(c_0_84,plain,
    ! [X61,X62] :
      ( ~ a_block(X62)
      | ~ on(X62,X62,X61) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[not_on_self])])]) ).

cnf(c_0_85,plain,
    ( destination(X1,s(X2))
    | object(X3,X2)
    | ~ source(X1,s(s(X2)))
    | ~ on(X3,X1,X2)
    | ~ object(X4,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_50,c_0_60]),
    [final] ).

cnf(c_0_86,plain,
    ( object(X1,s(X2))
    | object(X3,X2)
    | ~ source(X4,s(s(X2)))
    | ~ on(X3,X4,X2)
    | ~ object(X1,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X4,X3)
    | ~ neq(X1,X3)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ a_block(X4)
    | ~ nonfixed(X3)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_50,c_0_61]),
    [final] ).

cnf(c_0_87,plain,
    ( destination(X1,s(X2))
    | ~ source(X1,s(s(X2)))
    | ~ destination(X1,X2)
    | ~ object(X3,s(s(X2)))
    | ~ object(X4,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_39,c_0_60]),
    [final] ).

cnf(c_0_88,plain,
    ( object(X1,s(X2))
    | ~ source(X3,s(s(X2)))
    | ~ destination(X3,X2)
    | ~ object(X1,s(s(X2)))
    | ~ object(X4,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X4)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_39,c_0_61]),
    [final] ).

cnf(c_0_89,plain,
    ( destination(X1,s(X2))
    | object(X3,X2)
    | ~ source(X1,s(s(X2)))
    | ~ on(X3,X4,X2)
    | ~ object(X3,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ a_block(X4)
    | ~ a_block(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_62,c_0_60]),
    [final] ).

cnf(c_0_90,plain,
    ( object(X1,s(X2))
    | object(X1,X2)
    | ~ source(X3,s(s(X2)))
    | ~ on(X1,X4,X2)
    | ~ object(X1,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ a_block(X4)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_61]),
    [final] ).

cnf(c_0_91,plain,
    ( destination(X1,s(X2))
    | ~ source(X1,s(s(X2)))
    | ~ destination(X3,X2)
    | ~ object(X4,s(s(X2)))
    | ~ object(X4,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_63,c_0_60]),
    [final] ).

cnf(c_0_92,plain,
    ( object(X1,s(X2))
    | ~ source(X3,s(s(X2)))
    | ~ destination(X4,X2)
    | ~ object(X1,s(s(X2)))
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ a_block(X4)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_63,c_0_61]),
    [final] ).

cnf(c_0_93,plain,
    ( object(X1,s(s(X2)))
    | object(X1,s(X2))
    | object(X1,X2)
    | ~ source(X3,s(s(X2)))
    | ~ on(X1,X3,X2)
    | ~ time(s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_64,c_0_29]),
    [final] ).

cnf(c_0_94,plain,
    ( destination(X1,s(X2))
    | object(X1,X2)
    | ~ source(X1,s(s(X2)))
    | ~ on(X1,X3,X2)
    | ~ object(X3,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X1,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_65,c_0_60]),
    [final] ).

cnf(c_0_95,plain,
    ( object(X1,X2)
    | ~ on(X1,X3,X2)
    | ~ destination(X3,s(X2))
    | ~ object(X4,s(X2))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ neq(X4,X3)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_66,c_0_29]),
    [final] ).

cnf(c_0_96,plain,
    ( object(X1,X2)
    | ~ on(X1,X3,X2)
    | ~ destination(X3,s(X2))
    | ~ object(X4,s(X2))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X4)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_67,c_0_29]),
    [final] ).

cnf(c_0_97,plain,
    ( object(X1,s(X2))
    | object(X3,X2)
    | ~ source(X3,s(s(X2)))
    | ~ on(X3,X1,X2)
    | ~ object(X1,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X3,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_65,c_0_61]),
    [final] ).

cnf(c_0_98,plain,
    ( object(X1,s(s(X2)))
    | object(X1,s(X2))
    | ~ source(X3,s(s(X2)))
    | ~ destination(X3,X2)
    | ~ object(X1,X2)
    | ~ time(s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_64,c_0_31]),
    [final] ).

cnf(c_0_99,plain,
    ( ~ source(X1,s(X2))
    | ~ source(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_61]),c_0_68]),
    [final] ).

cnf(c_0_100,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X1,X3,X2)
    | ~ object(X4,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ neq(X4,X3)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_50,c_0_40]),
    [final] ).

cnf(c_0_101,plain,
    ( ~ destination(X1,s(X2))
    | ~ destination(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X4,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_66,c_0_31]),
    [final] ).

cnf(c_0_102,plain,
    ( ~ destination(X1,s(X2))
    | ~ destination(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X4,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_67,c_0_31]),
    [final] ).

cnf(c_0_103,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X1,X3,X2)
    | ~ object(X4,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X4)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_52,c_0_29]),
    [final] ).

cnf(c_0_104,plain,
    ( ~ source(X1,s(s(X2)))
    | ~ destination(X3,X2)
    | ~ object(X3,s(s(X2)))
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X1,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_61]),c_0_69]),
    [final] ).

cnf(c_0_105,plain,
    ( destination(X1,X2)
    | ~ source(X1,s(X2))
    | ~ on(X3,X1,X2)
    | ~ object(X4,s(X2))
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_30,c_0_60]),
    [final] ).

cnf(c_0_106,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X4,X3,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ neq(X4,X3)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_30,c_0_61]),
    [final] ).

cnf(c_0_107,plain,
    ( on(X1,X2,X3)
    | destination(X2,s(X3))
    | object(X1,X3)
    | ~ source(X2,s(s(X3)))
    | ~ object(X1,s(s(X3)))
    | ~ time(s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_46,c_0_60]),
    [final] ).

cnf(c_0_108,plain,
    ( on(X1,X2,X3)
    | destination(X2,s(X3))
    | destination(X2,X3)
    | ~ source(X2,s(s(X3)))
    | ~ object(X1,s(s(X3)))
    | ~ time(s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_45,c_0_60]),
    [final] ).

cnf(c_0_109,plain,
    ( on(X1,X2,X3)
    | object(X1,s(X3))
    | object(X1,X3)
    | ~ source(X2,s(s(X3)))
    | ~ object(X1,s(s(X3)))
    | ~ time(s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_46,c_0_61]),
    [final] ).

cnf(c_0_110,plain,
    ( on(X1,X2,X3)
    | destination(X2,X3)
    | object(X1,s(X3))
    | ~ source(X2,s(s(X3)))
    | ~ object(X1,s(s(X3)))
    | ~ time(s(X3))
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_45,c_0_61]),
    [final] ).

cnf(c_0_111,plain,
    ( ~ source(X1,s(X2))
    | ~ destination(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X4)
    | ~ neq(X3,X4)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X4)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]),
    [final] ).

cnf(c_0_112,plain,
    ( object(X1,X2)
    | ~ on(X1,X3,X2)
    | ~ destination(X1,s(X2))
    | ~ object(X3,s(X2))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X3,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_70,c_0_29]),
    [final] ).

cnf(c_0_113,plain,
    ( destination(X1,X2)
    | ~ source(X1,s(X2))
    | ~ source(X3,X2)
    | ~ object(X4,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_71,c_0_60]),
    [final] ).

cnf(c_0_114,plain,
    ( ~ source(X1,s(X2))
    | ~ destination(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_52,c_0_31]),
    [final] ).

cnf(c_0_115,plain,
    ( destination(X1,s(X2))
    | ~ source(X1,s(s(X2)))
    | ~ source(X1,X2)
    | ~ object(X3,s(s(X2)))
    | ~ object(X3,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_72,c_0_60]),
    [final] ).

cnf(c_0_116,plain,
    ( object(X1,s(X2))
    | ~ source(X3,s(s(X2)))
    | ~ source(X3,X2)
    | ~ object(X1,s(s(X2)))
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_72,c_0_61]),
    [final] ).

cnf(c_0_117,plain,
    ( object(X1,s(X2))
    | object(X1,X2)
    | ~ on(X1,X3,X2)
    | ~ object(X3,s(s(X2)))
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_48,c_0_54]),
    [final] ).

cnf(c_0_118,plain,
    ( ~ source(X1,s(X2))
    | ~ source(X3,X2)
    | ~ object(X3,s(X2))
    | ~ object(X1,X2)
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X1,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_61]),c_0_56]),
    [final] ).

cnf(c_0_119,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X1,X4,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X4)
    | ~ neq(X1,X4)
    | ~ neq(X1,X3)
    | ~ a_block(X4)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_40]),
    [final] ).

cnf(c_0_120,plain,
    ( destination(X1,X2)
    | ~ source(X1,s(X2))
    | ~ on(X3,X4,X2)
    | ~ object(X3,s(X2))
    | ~ time(X2)
    | ~ neq(X4,X1)
    | ~ neq(X3,X1)
    | ~ neq(X3,X4)
    | ~ a_block(X1)
    | ~ a_block(X4)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_47,c_0_60]),
    [final] ).

cnf(c_0_121,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X1,X4,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ neq(X4,X3)
    | ~ neq(X1,X3)
    | ~ neq(X1,X4)
    | ~ a_block(X3)
    | ~ a_block(X4)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_71,c_0_29]),
    [final] ).

cnf(c_0_122,plain,
    ( object(X1,s(X2))
    | ~ destination(X3,X2)
    | ~ object(X3,s(s(X2)))
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_74,c_0_54]),
    [final] ).

cnf(c_0_123,plain,
    ( object(X1,s(X2))
    | ~ source(X3,s(X2))
    | ~ destination(X3,X2)
    | ~ object(X1,X2)
    | ~ time(s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_74,c_0_49]),
    [final] ).

cnf(c_0_124,plain,
    ( destination(X1,X2)
    | ~ source(X1,s(X2))
    | ~ on(X1,X3,X2)
    | ~ object(X3,s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X3,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_43,c_0_60]),
    [final] ).

cnf(c_0_125,plain,
    ( ~ source(X1,s(X2))
    | ~ destination(X3,X2)
    | ~ object(X4,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X4,X3)
    | ~ neq(X4,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_63,c_0_40]),
    [final] ).

cnf(c_0_126,plain,
    ( ~ source(X1,s(X2))
    | ~ destination(X3,X2)
    | ~ object(X4,s(X2))
    | ~ object(X4,X2)
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X4,X1)
    | ~ neq(X4,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X4) ),
    inference(spm,[status(thm)],[c_0_71,c_0_31]),
    [final] ).

cnf(c_0_127,plain,
    ( object(X1,X2)
    | ~ source(X3,s(X2))
    | ~ on(X3,X1,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ neq(X1,X3)
    | ~ a_block(X1)
    | ~ a_block(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_61]),
    [final] ).

cnf(c_0_128,plain,
    ( object(X1,X2)
    | ~ source(X1,s(X2))
    | ~ on(X1,X3,X2)
    | ~ object(X3,s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ neq(X3,X1)
    | ~ a_block(X3)
    | ~ a_block(X1)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_73,c_0_29]),
    [final] ).

cnf(c_0_129,plain,
    ( destination(X1,X2)
    | ~ clear(X1,X2)
    | ~ source(X1,s(X2))
    | ~ object(X3,s(X2))
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_28,c_0_60]),
    [final] ).

cnf(c_0_130,plain,
    ( object(X1,X2)
    | ~ clear(X3,X2)
    | ~ source(X3,s(X2))
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ neq(X1,X3)
    | ~ a_block(X3)
    | ~ nonfixed(X3)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_28,c_0_61]),
    [final] ).

cnf(c_0_131,plain,
    ( ~ source(X1,s(X2))
    | ~ source(X1,X2)
    | ~ object(X3,s(X2))
    | ~ object(X3,X2)
    | ~ time(X2)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_72,c_0_40]),
    [final] ).

cnf(c_0_132,plain,
    ( ~ fixed(X1)
    | ~ destination(X2,X3)
    | ~ object(X1,X3)
    | ~ time(X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_75,c_0_31]),
    [final] ).

cnf(c_0_133,plain,
    ( ~ clear(X1,X2)
    | ~ source(X1,X2)
    | ~ object(X3,X2)
    | ~ neq(X3,X1)
    | ~ a_block(X1)
    | ~ nonfixed(X1)
    | ~ nonfixed(X3) ),
    inference(spm,[status(thm)],[c_0_28,c_0_40]),
    [final] ).

cnf(c_0_134,plain,
    ( clear(X1,X2)
    | source(X1,X2)
    | ~ object(X1,s(X2))
    | ~ time(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_76,c_0_54]),
    [final] ).

cnf(c_0_135,plain,
    ( ~ fixed(X1)
    | ~ source(X2,X3)
    | ~ object(X1,X3)
    | ~ neq(X1,X2)
    | ~ a_block(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_75,c_0_40]),
    [final] ).

cnf(c_0_136,plain,
    ( destination(X1,X2)
    | clear(X1,s(X2))
    | ~ nonfixed(X1)
    | ~ time(X2)
    | ~ clear(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_77]),
    [final] ).

cnf(c_0_137,plain,
    ( ~ a_block(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ source(X1,X3)
    | ~ source(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_78]),
    [final] ).

cnf(c_0_138,plain,
    ( ~ a_block(X1)
    | ~ a_block(X2)
    | ~ neq(X1,X2)
    | ~ destination(X1,X3)
    | ~ destination(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_79]),
    [final] ).

cnf(c_0_139,plain,
    ( ~ source(X1,X2)
    | ~ destination(X1,X2)
    | ~ time(X2)
    | ~ nonfixed(X1) ),
    inference(spm,[status(thm)],[c_0_53,c_0_49]),
    [final] ).

cnf(c_0_140,plain,
    ( clear(X1,X2)
    | ~ nonfixed(X1)
    | ~ destination(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_80]),
    [final] ).

cnf(c_0_141,plain,
    ( ~ a_block(X1)
    | ~ source(X1,X2)
    | ~ destination(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_81]),
    [final] ).

cnf(c_0_142,plain,
    ( ~ nonfixed(X1)
    | ~ object(X1,X2)
    | ~ source(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_82]),
    [final] ).

cnf(c_0_143,plain,
    ( ~ nonfixed(X1)
    | ~ object(X1,X2)
    | ~ destination(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_83]),
    [final] ).

cnf(c_0_144,plain,
    ( ~ a_block(X1)
    | ~ on(X1,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_84]),
    [final] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : PLA029+2 : TPTP v8.1.0. Released v2.5.0.
% 0.11/0.12  % Command  : enigmatic-eprover.py %s %d 1
% 0.12/0.33  % Computer : n020.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue May 31 18:12:10 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.44  # ENIGMATIC: Selected SinE mode:
% 0.19/0.44  # Parsing /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.44  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.19/0.44  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.19/0.44  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 3.85/1.62  [LightGBM] [Fatal] Data file /export/starexec/sandbox2/tmp/enigma-theBenchmark.p-hipqmjzl/test couldn't be read
% 3.85/1.62  [20871] Failed to execute script predict4sine1
% 3.85/1.62  Traceback (most recent call last):
% 3.85/1.62    File "predict4sine1.py", line 24, in <module>
% 3.85/1.62    File "site-packages/lightgbm/basic.py", line 1037, in construct
% 3.85/1.62    File "site-packages/lightgbm/basic.py", line 833, in _lazy_init
% 3.85/1.62    File "site-packages/lightgbm/basic.py", line 47, in _safe_call
% 3.85/1.62  lightgbm.basic.LightGBMError: Data file /export/starexec/sandbox2/tmp/enigma-theBenchmark.p-hipqmjzl/test couldn't be read
% 4.20/2.03  # ENIGMATIC: Solved by autoschedule:
% 4.20/2.03  # No SInE strategy applied
% 4.20/2.03  # Trying AutoSched0 for 150 seconds
% 4.20/2.03  # AutoSched0-Mode selected heuristic G_E___208_C47_F1_SE_CS_SP_PS_S0Y
% 4.20/2.03  # and selection function SelectMaxLComplexAvoidPosPred.
% 4.20/2.03  #
% 4.20/2.03  # Preprocessing time       : 0.026 s
% 4.20/2.03  # Presaturation interreduction done
% 4.20/2.03  
% 4.20/2.03  # No proof found!
% 4.20/2.03  # SZS status Satisfiable
% 4.20/2.03  # SZS output start Saturation
% See solution above
% 4.20/2.03  
% 4.20/2.03  # -------------------------------------------------
% 4.20/2.03  # User time                : 0.050 s
% 4.20/2.03  # System time              : 0.004 s
% 4.20/2.03  # Total time               : 0.054 s
% 4.20/2.03  # Maximum resident set size: 7120 pages
% 4.20/2.03  
%------------------------------------------------------------------------------