TSTP Solution File: PLA028+1 by Enigma---0.5.1

View Problem - Process Solution

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

% Computer : n024.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:51 EDT 2022

% Result   : CounterSatisfiable 8.12s 2.46s
% Output   : Saturation 8.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
fof(some_source,hypothesis,
    ! [X1] :
      ( time(X1)
     => ( source(block_1,X1)
        | source(block_2,X1)
        | source(table,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',some_source) ).

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

fof(time_1,hypothesis,
    time(s(time_0)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',time_1) ).

fof(some_destination,hypothesis,
    ! [X1] :
      ( time(X1)
     => ( destination(block_1,X1)
        | destination(block_2,X1)
        | destination(table,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',some_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/sandbox/benchmark/Axioms/PLA002+0.ax',object_block_on_source) ).

fof(some_object,hypothesis,
    ! [X1] :
      ( time(X1)
     => ( object(block_1,X1)
        | object(block_2,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',some_object) ).

fof(different_not_equal,hypothesis,
    ! [X4,X2] :
      ( ( different(X2,X4)
        | different(X4,X2) )
     => neq(X2,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',different_not_equal) ).

fof(table,hypothesis,
    a_block(table),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',table) ).

fof(block_1_not_table,hypothesis,
    different(block_1,table),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',block_1_not_table) ).

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

fof(time_0,hypothesis,
    time(time_0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',time_0) ).

fof(nonfixed_block_1,hypothesis,
    nonfixed(block_1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',nonfixed_block_1) ).

fof(block_2,hypothesis,
    a_block(block_2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',block_2) ).

fof(block_1_not_block_2,hypothesis,
    different(block_1,block_2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',block_1_not_block_2) ).

fof(block_2_not_table,hypothesis,
    different(block_2,table),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',block_2_not_table) ).

fof(block_1,hypothesis,
    a_block(block_1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',block_1) ).

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

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

fof(nonfixed_block_2,hypothesis,
    nonfixed(block_2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',nonfixed_block_2) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',place_object_block_on_destination) ).

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

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/sandbox/benchmark/Axioms/PLA002+0.ax',non_object_remains_on) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',non_destination_remains_clear) ).

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/sandbox/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/sandbox/benchmark/Axioms/PLA002+0.ax',clear_source_after_removal) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',remove_object_block_from_source) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',only_one_destination_block) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',only_one_source_block) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',only_one_object_block) ).

fof(initial_1_on_table,hypothesis,
    on(block_1,table,time_0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',initial_1_on_table) ).

fof(initial_2_on_table,hypothesis,
    on(block_2,table,time_0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',initial_2_on_table) ).

fof(initial_clear_1,hypothesis,
    clear(block_1,time_0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',initial_clear_1) ).

fof(initial_clear_2,hypothesis,
    clear(block_2,time_0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',initial_clear_2) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',only_one_on) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',not_on_each_other) ).

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

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

fof(goal_state,conjecture,
    ! [X13] :
      ( goal_time(X13)
     => ( clear(block_1,X13)
        & on(block_1,block_2,X13)
        & on(block_2,table,X13) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_state) ).

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

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/sandbox/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/sandbox/benchmark/Axioms/PLA002+0.ax',non_object_remains_not_on) ).

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/sandbox/benchmark/Axioms/PLA002+0.ax',non_source_remains_not_clear) ).

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

fof(goal_time_1,hypothesis,
    goal_time(s(time_0)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_time_1) ).

fof(fixed_table,hypothesis,
    fixed(table),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fixed_table) ).

fof(c_0_45,hypothesis,
    ! [X80] :
      ( ~ time(X80)
      | source(block_1,X80)
      | source(block_2,X80)
      | source(table,X80) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[some_source])]) ).

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

cnf(c_0_47,hypothesis,
    ( source(block_1,X1)
    | source(block_2,X1)
    | source(table,X1)
    | ~ time(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_45]),
    [final] ).

cnf(c_0_48,hypothesis,
    time(s(time_0)),
    inference(split_conjunct,[status(thm)],[time_1]),
    [final] ).

fof(c_0_49,hypothesis,
    ! [X81] :
      ( ~ time(X81)
      | destination(block_1,X81)
      | destination(block_2,X81)
      | destination(table,X81) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[some_destination])]) ).

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

fof(c_0_51,hypothesis,
    ! [X82] :
      ( ~ time(X82)
      | object(block_1,X82)
      | object(block_2,X82) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[some_object])]) ).

fof(c_0_52,hypothesis,
    ! [X78,X79] :
      ( ( ~ different(X79,X78)
        | neq(X79,X78) )
      & ( ~ different(X78,X79)
        | neq(X79,X78) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[different_not_equal])])]) ).

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

cnf(c_0_54,hypothesis,
    ( source(block_1,s(time_0))
    | source(block_2,s(time_0))
    | source(table,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_47,c_0_48]),
    [final] ).

cnf(c_0_55,hypothesis,
    a_block(table),
    inference(split_conjunct,[status(thm)],[table]),
    [final] ).

cnf(c_0_56,hypothesis,
    ( destination(block_1,X1)
    | destination(block_2,X1)
    | destination(table,X1)
    | ~ time(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_49]),
    [final] ).

cnf(c_0_57,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_50]),
    [final] ).

cnf(c_0_58,hypothesis,
    ( object(block_1,X1)
    | object(block_2,X1)
    | ~ time(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_51]),
    [final] ).

cnf(c_0_59,hypothesis,
    ( neq(X1,X2)
    | ~ different(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_52]),
    [final] ).

cnf(c_0_60,hypothesis,
    different(block_1,table),
    inference(split_conjunct,[status(thm)],[block_1_not_table]),
    [final] ).

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

cnf(c_0_62,hypothesis,
    ( source(block_2,s(time_0))
    | source(block_1,s(time_0))
    | ~ destination(table,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_55])]),
    [final] ).

cnf(c_0_63,hypothesis,
    ( destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(table,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_56,c_0_48]),
    [final] ).

cnf(c_0_64,hypothesis,
    time(time_0),
    inference(split_conjunct,[status(thm)],[time_0]),
    [final] ).

cnf(c_0_65,hypothesis,
    ( source(block_2,s(time_0))
    | source(block_1,s(time_0))
    | on(X1,table,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,table)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_54]),c_0_55])]),
    [final] ).

cnf(c_0_66,hypothesis,
    ( object(block_1,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_58,c_0_48]),
    [final] ).

cnf(c_0_67,hypothesis,
    neq(block_1,table),
    inference(spm,[status(thm)],[c_0_59,c_0_60]),
    [final] ).

cnf(c_0_68,hypothesis,
    nonfixed(block_1),
    inference(split_conjunct,[status(thm)],[nonfixed_block_1]),
    [final] ).

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

cnf(c_0_70,hypothesis,
    ( source(block_1,s(time_0))
    | source(block_2,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]),
    [final] ).

cnf(c_0_71,hypothesis,
    ( source(block_1,time_0)
    | source(block_2,time_0)
    | source(table,time_0) ),
    inference(spm,[status(thm)],[c_0_47,c_0_64]),
    [final] ).

cnf(c_0_72,hypothesis,
    ( source(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67]),c_0_68])]) ).

cnf(c_0_73,hypothesis,
    ( source(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ object(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_70]),c_0_68])]),
    [final] ).

cnf(c_0_74,hypothesis,
    ( source(block_2,time_0)
    | source(block_1,time_0)
    | ~ destination(table,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_71]),c_0_55])]),
    [final] ).

cnf(c_0_75,hypothesis,
    ( destination(block_1,time_0)
    | destination(block_2,time_0)
    | destination(table,time_0) ),
    inference(spm,[status(thm)],[c_0_56,c_0_64]),
    [final] ).

cnf(c_0_76,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_72]),c_0_68])]),c_0_66]),
    [final] ).

cnf(c_0_77,hypothesis,
    a_block(block_2),
    inference(split_conjunct,[status(thm)],[block_2]),
    [final] ).

cnf(c_0_78,hypothesis,
    different(block_1,block_2),
    inference(split_conjunct,[status(thm)],[block_1_not_block_2]),
    [final] ).

cnf(c_0_79,hypothesis,
    ( source(block_2,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_73,c_0_66]),
    [final] ).

cnf(c_0_80,hypothesis,
    ( source(block_1,time_0)
    | source(block_2,time_0)
    | destination(block_2,time_0)
    | destination(block_1,time_0) ),
    inference(spm,[status(thm)],[c_0_74,c_0_75]),
    [final] ).

cnf(c_0_81,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(X1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_76]),c_0_77])]),
    [final] ).

cnf(c_0_82,hypothesis,
    neq(block_1,block_2),
    inference(spm,[status(thm)],[c_0_59,c_0_78]),
    [final] ).

cnf(c_0_83,hypothesis,
    different(block_2,table),
    inference(split_conjunct,[status(thm)],[block_2_not_table]),
    [final] ).

cnf(c_0_84,hypothesis,
    a_block(block_1),
    inference(split_conjunct,[status(thm)],[block_1]),
    [final] ).

cnf(c_0_85,hypothesis,
    ( neq(X2,X1)
    | ~ different(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_52]),
    [final] ).

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

cnf(c_0_87,hypothesis,
    ( on(X1,block_2,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_79]),c_0_77])]),
    [final] ).

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

cnf(c_0_89,hypothesis,
    ( source(block_2,time_0)
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | ~ object(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_80]),c_0_68])]),
    [final] ).

cnf(c_0_90,hypothesis,
    ( object(block_1,time_0)
    | object(block_2,time_0) ),
    inference(spm,[status(thm)],[c_0_58,c_0_64]),
    [final] ).

cnf(c_0_91,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_66]),c_0_82]),c_0_68])]),
    [final] ).

cnf(c_0_92,hypothesis,
    neq(block_2,table),
    inference(spm,[status(thm)],[c_0_59,c_0_83]),
    [final] ).

cnf(c_0_93,hypothesis,
    nonfixed(block_2),
    inference(split_conjunct,[status(thm)],[nonfixed_block_2]),
    [final] ).

cnf(c_0_94,hypothesis,
    ( source(block_2,s(time_0))
    | on(X1,block_1,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_70]),c_0_84])]),
    [final] ).

cnf(c_0_95,hypothesis,
    neq(block_2,block_1),
    inference(spm,[status(thm)],[c_0_85,c_0_78]),
    [final] ).

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

cnf(c_0_97,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_66]),c_0_82]),c_0_68])]) ).

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

cnf(c_0_99,hypothesis,
    ( source(block_2,time_0)
    | destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0) ),
    inference(spm,[status(thm)],[c_0_89,c_0_90]),
    [final] ).

cnf(c_0_100,hypothesis,
    ( source(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_91]),c_0_92]),c_0_93])]),
    [final] ).

cnf(c_0_101,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_91]),c_0_95]),c_0_93])]) ).

cnf(c_0_102,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_97]),c_0_68])]),c_0_66]),
    [final] ).

cnf(c_0_103,hypothesis,
    ( clear(block_1,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_66]),c_0_68])]),
    [final] ).

cnf(c_0_104,hypothesis,
    ( on(X1,block_2,time_0)
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_2,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_99]),c_0_77])]),
    [final] ).

cnf(c_0_105,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | ~ destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_100]),c_0_84])]),
    [final] ).

cnf(c_0_106,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_101]),c_0_93])]),c_0_102]),
    [final] ).

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

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

cnf(c_0_109,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_103]),c_0_95]),c_0_93])]) ).

cnf(c_0_110,hypothesis,
    ( on(block_1,block_2,time_0)
    | destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_90]),c_0_82]),c_0_68])]) ).

cnf(c_0_111,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(spm,[status(thm)],[c_0_105,c_0_106]) ).

cnf(c_0_112,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_107]),
    [final] ).

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

cnf(c_0_114,hypothesis,
    ( clear(block_1,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_109]),c_0_93])]),c_0_103]) ).

cnf(c_0_115,hypothesis,
    ( on(block_1,block_2,time_0)
    | destination(block_2,time_0)
    | object(block_2,time_0) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_110]),c_0_68])]),c_0_90]),
    [final] ).

fof(c_0_116,plain,
    ! [X33,X34,X35] :
      ( ~ nonfixed(X34)
      | ~ a_block(X35)
      | ~ neq(X34,X35)
      | ~ time(X33)
      | object(X34,X33)
      | ~ on(X34,X35,X33)
      | on(X34,X35,s(X33)) ),
    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_117,plain,
    ! [X31,X32] :
      ( ~ nonfixed(X32)
      | ~ time(X31)
      | destination(X32,X31)
      | ~ clear(X32,X31)
      | clear(X32,s(X31)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_destination_remains_clear])])]) ).

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

cnf(c_0_119,hypothesis,
    ( on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_111]),c_0_93])]),c_0_102]) ).

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

fof(c_0_121,plain,
    ! [X17,X18,X19] :
      ( ~ nonfixed(X18)
      | ~ a_block(X19)
      | ~ neq(X18,X19)
      | ~ time(X17)
      | ~ object(X18,X17)
      | ~ source(X19,X17)
      | ~ on(X18,X19,s(X17)) ),
    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])])])]) ).

cnf(c_0_122,hypothesis,
    ( on(X1,table,s(time_0))
    | destination(block_2,time_0)
    | destination(block_1,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,table)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_75]),c_0_64]),c_0_55])]),
    [final] ).

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

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

cnf(c_0_125,hypothesis,
    ( clear(block_1,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_114]),c_0_68])]) ).

cnf(c_0_126,hypothesis,
    ( clear(block_2,s(time_0))
    | on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_102]),c_0_93])]) ).

cnf(c_0_127,hypothesis,
    ( on(X1,block_2,s(time_0))
    | on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_115]),c_0_64]),c_0_77])]),
    [final] ).

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

cnf(c_0_129,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_116]),
    [final] ).

cnf(c_0_130,hypothesis,
    on(block_1,table,time_0),
    inference(split_conjunct,[status(thm)],[initial_1_on_table]),
    [final] ).

cnf(c_0_131,hypothesis,
    on(block_2,table,time_0),
    inference(split_conjunct,[status(thm)],[initial_2_on_table]),
    [final] ).

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

cnf(c_0_133,hypothesis,
    clear(block_1,time_0),
    inference(split_conjunct,[status(thm)],[initial_clear_1]),
    [final] ).

cnf(c_0_134,hypothesis,
    clear(block_2,time_0),
    inference(split_conjunct,[status(thm)],[initial_clear_2]),
    [final] ).

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

cnf(c_0_136,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_118]),
    [final] ).

cnf(c_0_137,hypothesis,
    ( on(X1,block_1,s(s(time_0)))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_106]),c_0_48]),c_0_84])]),
    [final] ).

cnf(c_0_138,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_119]),c_0_93])]),c_0_91]),
    [final] ).

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

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

cnf(c_0_141,hypothesis,
    ( on(X1,table,s(s(time_0)))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,table)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_63]),c_0_48]),c_0_55])]),
    [final] ).

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

cnf(c_0_143,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_121]),
    [final] ).

cnf(c_0_144,hypothesis,
    ( on(block_1,table,s(time_0))
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_122,c_0_90]),c_0_67]),c_0_68])]),
    [final] ).

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

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

cnf(c_0_147,hypothesis,
    ( on(X1,block_2,s(s(time_0)))
    | on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_102]),c_0_48]),c_0_77])]),
    [final] ).

cnf(c_0_148,hypothesis,
    ( clear(block_1,s(time_0))
    | on(block_2,block_1,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_125]),c_0_93])]),c_0_103]),
    [final] ).

cnf(c_0_149,hypothesis,
    ( clear(block_2,s(time_0))
    | on(block_1,block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_126]),c_0_93])]),
    [final] ).

cnf(c_0_150,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,block_2,time_0)
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_127,c_0_90]),c_0_82]),c_0_68])]),
    [final] ).

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

cnf(c_0_152,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_103]),c_0_92]),c_0_93])]),
    [final] ).

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

cnf(c_0_154,hypothesis,
    ( on(block_1,table,s(time_0))
    | object(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_130]),c_0_64]),c_0_55]),c_0_68])]),c_0_67])]),
    [final] ).

cnf(c_0_155,hypothesis,
    ( on(block_2,table,s(time_0))
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_131]),c_0_64]),c_0_55]),c_0_93])]),c_0_92])]),
    [final] ).

cnf(c_0_156,hypothesis,
    ( clear(block_1,s(time_0))
    | clear(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_103]),c_0_93])]),
    [final] ).

cnf(c_0_157,hypothesis,
    ( clear(block_1,s(time_0))
    | destination(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_133]),c_0_64]),c_0_68])]),
    [final] ).

cnf(c_0_158,hypothesis,
    ( clear(block_2,s(time_0))
    | destination(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_134]),c_0_64]),c_0_93])]),
    [final] ).

fof(c_0_159,negated_conjecture,
    ~ ! [X13] :
        ( goal_time(X13)
       => ( clear(block_1,X13)
          & on(block_1,block_2,X13)
          & on(block_2,table,X13) ) ),
    inference(assume_negation,[status(cth)],[goal_state]) ).

cnf(c_0_160,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_135]),
    [final] ).

cnf(c_0_161,hypothesis,
    neq(table,block_2),
    inference(spm,[status(thm)],[c_0_85,c_0_83]),
    [final] ).

cnf(c_0_162,hypothesis,
    ( ~ on(block_2,X1,time_0)
    | ~ neq(block_2,table)
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_131]),c_0_55]),c_0_93])]) ).

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

cnf(c_0_164,hypothesis,
    ( on(block_2,block_1,s(s(time_0)))
    | on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_137,c_0_91]),c_0_95]),c_0_93])]),
    [final] ).

cnf(c_0_165,hypothesis,
    ( on(block_1,table,s(s(time_0)))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | object(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_138]),c_0_48]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_166,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_139]),
    [final] ).

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

cnf(c_0_168,hypothesis,
    ( on(block_2,table,s(s(time_0)))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_141,c_0_91]),c_0_92]),c_0_93])]),
    [final] ).

cnf(c_0_169,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_100]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_170,hypothesis,
    neq(table,block_1),
    inference(spm,[status(thm)],[c_0_85,c_0_60]),
    [final] ).

cnf(c_0_171,hypothesis,
    ( on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | ~ source(table,time_0)
    | ~ object(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_138]),c_0_64]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_172,hypothesis,
    ( on(block_1,table,s(s(time_0)))
    | destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_144]),c_0_48]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_173,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ destination(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_145,c_0_106]),c_0_84])]),
    [final] ).

cnf(c_0_174,hypothesis,
    ( on(block_1,table,s(s(time_0)))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_141,c_0_66]),c_0_67]),c_0_68])]),
    [final] ).

cnf(c_0_175,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_100]),c_0_84])]),
    [final] ).

cnf(c_0_176,hypothesis,
    ( on(block_1,block_2,s(s(time_0)))
    | on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_147,c_0_66]),c_0_82]),c_0_68])]),
    [final] ).

cnf(c_0_177,hypothesis,
    ( clear(block_2,s(s(time_0)))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_79]),c_0_48]),c_0_93])]),
    [final] ).

cnf(c_0_178,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | on(block_2,block_1,s(time_0))
    | destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_148]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_179,hypothesis,
    ( clear(block_2,s(s(time_0)))
    | on(block_1,block_2,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_149]),c_0_48]),c_0_93])]),
    [final] ).

cnf(c_0_180,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | source(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_70]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_181,hypothesis,
    ( on(block_1,block_2,s(s(time_0)))
    | on(block_1,block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_150]),c_0_48]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

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

cnf(c_0_183,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ destination(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_145,c_0_102]),c_0_77])]),
    [final] ).

cnf(c_0_184,hypothesis,
    ( clear(block_2,s(s(time_0)))
    | on(block_1,table,s(time_0))
    | object(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_76]),c_0_48]),c_0_93])]),
    [final] ).

cnf(c_0_185,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_142,c_0_152]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_186,hypothesis,
    ( clear(block_1,s(time_0))
    | on(block_2,table,s(s(time_0)))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_141,c_0_103]),c_0_92]),c_0_93])]),
    [final] ).

cnf(c_0_187,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_153,c_0_91]),c_0_77])]),
    [final] ).

cnf(c_0_188,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_152]),c_0_84])]),
    [final] ).

cnf(c_0_189,hypothesis,
    ( on(block_1,table,s(s(time_0)))
    | object(block_1,s(time_0))
    | object(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_154]),c_0_48]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_190,hypothesis,
    ( destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_79]),c_0_77])]),
    [final] ).

cnf(c_0_191,hypothesis,
    ( source(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_70]),c_0_84])]),
    [final] ).

cnf(c_0_192,hypothesis,
    ( on(block_2,table,s(s(time_0)))
    | object(block_2,s(time_0))
    | object(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_155]),c_0_48]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_193,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | clear(block_2,s(time_0))
    | destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_156]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_194,hypothesis,
    ( clear(block_1,s(s(time_0)))
    | destination(block_1,s(time_0))
    | destination(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_157]),c_0_48]),c_0_68])]),
    [final] ).

cnf(c_0_195,hypothesis,
    ( on(block_1,table,s(time_0))
    | object(block_2,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_76]),c_0_77])]),
    [final] ).

cnf(c_0_196,hypothesis,
    ( clear(block_2,s(s(time_0)))
    | destination(block_2,s(time_0))
    | destination(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_158]),c_0_48]),c_0_93])]),
    [final] ).

cnf(c_0_197,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ destination(X1,time_0)
    | ~ neq(X1,block_2)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_145,c_0_115]),c_0_77])]),
    [final] ).

cnf(c_0_198,hypothesis,
    ( destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_2,time_0)
    | ~ source(X1,time_0)
    | ~ neq(X1,block_2)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_99]),c_0_77])]),
    [final] ).

cnf(c_0_199,hypothesis,
    ( source(block_2,time_0)
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | ~ source(X1,time_0)
    | ~ neq(X1,block_1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_80]),c_0_84])]),
    [final] ).

cnf(c_0_200,hypothesis,
    ( clear(block_1,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_153,c_0_103]),c_0_77])]),
    [final] ).

cnf(c_0_201,hypothesis,
    ( object(block_2,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_153,c_0_66]),c_0_84])]),
    [final] ).

cnf(c_0_202,hypothesis,
    ( object(block_2,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_153,c_0_90]),c_0_84])]),
    [final] ).

fof(c_0_203,plain,
    ! [X41,X42,X43] :
      ( ~ nonfixed(X42)
      | ~ a_block(X43)
      | ~ neq(X42,X43)
      | ~ time(X41)
      | destination(X43,X41)
      | on(X42,X43,X41)
      | ~ on(X42,X43,s(X41)) ),
    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_204,plain,
    ! [X38,X39,X40] :
      ( ~ nonfixed(X39)
      | ~ a_block(X40)
      | ~ neq(X39,X40)
      | ~ time(X38)
      | object(X39,X38)
      | on(X39,X40,X38)
      | ~ on(X39,X40,s(X38)) ),
    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_205,plain,
    ! [X36,X37] :
      ( ~ nonfixed(X37)
      | ~ time(X36)
      | source(X37,X36)
      | clear(X37,X36)
      | ~ clear(X37,s(X36)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[non_source_remains_not_clear])])]) ).

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

fof(c_0_207,negated_conjecture,
    ( goal_time(esk1_0)
    & ( ~ clear(block_1,esk1_0)
      | ~ on(block_1,block_2,esk1_0)
      | ~ on(block_2,table,esk1_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_159])])]) ).

cnf(c_0_208,hypothesis,
    ( ~ on(X1,table,time_0)
    | ~ neq(X1,block_2)
    | ~ neq(X1,table)
    | ~ nonfixed(table)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_131]),c_0_93])]),c_0_161])]),
    [final] ).

cnf(c_0_209,hypothesis,
    ( ~ on(block_2,X1,time_0)
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_162,c_0_92])]),
    [final] ).

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

cnf(c_0_211,hypothesis,
    ( on(block_2,block_1,s(s(s(time_0))))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | object(block_2,s(s(time_0)))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_164]),c_0_95]),c_0_84]),c_0_93])]),
    [final] ).

cnf(c_0_212,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ on(block_2,X1,s(s(time_0)))
    | ~ neq(X1,block_1)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_164]),c_0_95]),c_0_84]),c_0_93])]),
    [final] ).

cnf(c_0_213,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ on(X1,block_1,s(s(time_0)))
    | ~ neq(X1,block_2)
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_164]),c_0_82]),c_0_93]),c_0_68])]),
    [final] ).

cnf(c_0_214,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ source(block_1,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_164]),c_0_48]),c_0_95]),c_0_84]),c_0_93])]),c_0_102]),
    [final] ).

cnf(c_0_215,hypothesis,
    ( on(block_1,table,s(s(s(time_0))))
    | on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | object(block_1,s(s(time_0)))
    | object(block_1,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_165]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_216,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ on(block_1,block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_164]),c_0_82]),c_0_77]),c_0_84])]),
    [final] ).

cnf(c_0_217,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ clear(block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_164]),c_0_68]),c_0_93])]),
    [final] ).

cnf(c_0_218,hypothesis,
    ( on(block_2,table,s(s(s(time_0))))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(s(time_0)))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_168]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_219,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | destination(block_1,s(s(time_0)))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_169]),c_0_68])]),
    [final] ).

cnf(c_0_220,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | object(block_1,s(time_0))
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_165]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_221,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | object(block_1,s(time_0))
    | ~ on(table,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_165]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_222,hypothesis,
    ( source(block_2,time_0)
    | source(block_1,time_0)
    | on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ object(block_1,time_0) ),
    inference(spm,[status(thm)],[c_0_171,c_0_71]),
    [final] ).

cnf(c_0_223,hypothesis,
    ( on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | ~ on(block_1,X1,s(time_0))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_138]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_224,hypothesis,
    ( on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | ~ on(table,block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_138]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_225,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(X1,block_1,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_100]),c_0_84])]),
    [final] ).

cnf(c_0_226,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ on(block_2,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_168]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_227,hypothesis,
    ( on(block_1,table,s(s(s(time_0))))
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_1,s(s(time_0)))
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_172]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_228,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0))
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_173,c_0_106]),c_0_84])]),
    [final] ).

cnf(c_0_229,hypothesis,
    ( on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,block_1,s(time_0))
    | destination(block_2,s(time_0))
    | ~ object(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_106]),c_0_68])]),
    [final] ).

cnf(c_0_230,hypothesis,
    ( on(block_1,table,s(s(s(time_0))))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_1,s(s(time_0)))
    | object(block_2,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_174]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_231,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_175,c_0_100]),c_0_84])]),
    [final] ).

cnf(c_0_232,hypothesis,
    ( on(block_1,block_2,s(s(s(time_0))))
    | on(block_1,block_2,s(time_0))
    | object(block_1,s(s(time_0)))
    | object(block_2,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_176]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

cnf(c_0_233,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ source(table,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_168]),c_0_48]),c_0_92]),c_0_55]),c_0_93])]),c_0_102]),
    [final] ).

cnf(c_0_234,hypothesis,
    ( clear(block_2,s(s(s(time_0))))
    | destination(block_2,s(s(time_0)))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_177]),c_0_93])]),
    [final] ).

cnf(c_0_235,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ on(table,block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_168]),c_0_161]),c_0_77]),c_0_55])]),
    [final] ).

cnf(c_0_236,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | on(block_2,block_1,s(time_0))
    | destination(block_1,s(s(time_0)))
    | destination(block_1,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_178]),c_0_68])]),
    [final] ).

cnf(c_0_237,hypothesis,
    ( clear(block_2,s(s(s(time_0))))
    | on(block_1,block_2,s(time_0))
    | destination(block_2,s(s(time_0)))
    | destination(block_2,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_179]),c_0_93])]),
    [final] ).

cnf(c_0_238,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | source(block_2,s(time_0))
    | destination(block_1,s(s(time_0)))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_180]),c_0_68])]),
    [final] ).

cnf(c_0_239,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,block_2)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_176]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

cnf(c_0_240,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ on(X1,block_2,s(s(time_0)))
    | ~ neq(X1,block_1)
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_176]),c_0_95]),c_0_68]),c_0_93])]),
    [final] ).

cnf(c_0_241,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ source(block_2,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_176]),c_0_48]),c_0_82]),c_0_77]),c_0_68])]),c_0_66]),
    [final] ).

cnf(c_0_242,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ on(block_2,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_176]),c_0_95]),c_0_84]),c_0_77])]),
    [final] ).

cnf(c_0_243,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ clear(block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_176]),c_0_93]),c_0_68])]),
    [final] ).

cnf(c_0_244,hypothesis,
    ( on(block_1,block_2,s(s(s(time_0))))
    | on(block_1,block_2,time_0)
    | object(block_1,s(s(time_0)))
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_181]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

cnf(c_0_245,hypothesis,
    ( on(block_2,block_1,s(time_0))
    | ~ destination(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_182,c_0_148]),c_0_64]),c_0_68])]),
    [final] ).

cnf(c_0_246,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | object(block_2,s(time_0))
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_183,c_0_102]),c_0_77])]),
    [final] ).

cnf(c_0_247,hypothesis,
    ( clear(block_2,s(s(s(time_0))))
    | on(block_1,table,s(time_0))
    | destination(block_2,s(s(time_0)))
    | object(block_2,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_184]),c_0_93])]),
    [final] ).

cnf(c_0_248,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | ~ destination(block_2,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_182,c_0_149]),c_0_64]),c_0_93])]),
    [final] ).

cnf(c_0_249,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | destination(block_1,s(s(time_0)))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_185]),c_0_68])]),
    [final] ).

cnf(c_0_250,hypothesis,
    ( destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_172]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_251,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(X1,block_1,s(time_0))
    | ~ object(X1,s(time_0))
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_152]),c_0_84])]),
    [final] ).

cnf(c_0_252,hypothesis,
    ( source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | ~ object(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_100]),c_0_68])]),
    [final] ).

cnf(c_0_253,hypothesis,
    ( destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0))
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_174]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_254,hypothesis,
    ( clear(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ on(block_2,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_186]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_255,hypothesis,
    ( clear(block_1,s(time_0))
    | on(block_2,table,s(s(s(time_0))))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(s(time_0)))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_186]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_256,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,block_2)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_181]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

cnf(c_0_257,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ on(X1,block_2,s(s(time_0)))
    | ~ neq(X1,block_1)
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_181]),c_0_95]),c_0_68]),c_0_93])]),
    [final] ).

cnf(c_0_258,hypothesis,
    ( on(block_1,block_2,s(time_0))
    | on(block_1,table,s(time_0))
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_187,c_0_91]),c_0_93])]),
    [final] ).

cnf(c_0_259,hypothesis,
    ( destination(block_1,time_0)
    | destination(block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ on(table,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_172]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_260,hypothesis,
    ( destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0))
    | ~ source(table,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_174]),c_0_48]),c_0_67]),c_0_55]),c_0_68])]),c_0_66]),
    [final] ).

cnf(c_0_261,hypothesis,
    ( destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0))
    | ~ on(table,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_174]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_262,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_188,c_0_152]),c_0_84])]),
    [final] ).

cnf(c_0_263,hypothesis,
    ( on(block_1,table,s(s(s(time_0))))
    | object(block_1,s(s(time_0)))
    | object(block_1,s(time_0))
    | object(block_1,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_189]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_264,hypothesis,
    ( destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | object(block_2,s(time_0))
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_190,c_0_79]),c_0_77])]),
    [final] ).

cnf(c_0_265,hypothesis,
    ( source(block_2,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_191,c_0_70]),c_0_84])]),
    [final] ).

cnf(c_0_266,hypothesis,
    ( on(block_2,table,s(s(s(time_0))))
    | object(block_2,s(s(time_0)))
    | object(block_2,s(time_0))
    | object(block_2,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_129,c_0_192]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_267,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ on(block_2,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_181]),c_0_95]),c_0_84]),c_0_77])]),
    [final] ).

cnf(c_0_268,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_1,s(time_0))
    | object(block_2,time_0)
    | ~ clear(block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_181]),c_0_93]),c_0_68])]),
    [final] ).

cnf(c_0_269,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | clear(block_2,s(time_0))
    | destination(block_1,s(s(time_0)))
    | destination(block_1,s(time_0))
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_193]),c_0_68])]),
    [final] ).

cnf(c_0_270,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ on(block_1,X1,s(time_0))
    | ~ neq(X1,block_2)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_150]),c_0_82]),c_0_77]),c_0_68])]),
    [final] ).

cnf(c_0_271,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ on(X1,block_2,s(time_0))
    | ~ neq(X1,block_1)
    | ~ neq(X1,block_2)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_160,c_0_150]),c_0_95]),c_0_68]),c_0_93])]),
    [final] ).

cnf(c_0_272,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ source(block_2,time_0) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_150]),c_0_64]),c_0_82]),c_0_77]),c_0_68])]),c_0_90]),
    [final] ).

cnf(c_0_273,hypothesis,
    ( clear(block_1,s(s(s(time_0))))
    | destination(block_1,s(s(time_0)))
    | destination(block_1,s(time_0))
    | destination(block_1,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_194]),c_0_68])]),
    [final] ).

cnf(c_0_274,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ on(block_2,block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_150]),c_0_95]),c_0_84]),c_0_77])]),
    [final] ).

cnf(c_0_275,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ clear(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_150]),c_0_93]),c_0_68])]),
    [final] ).

cnf(c_0_276,hypothesis,
    ( on(block_1,table,s(time_0))
    | object(block_2,s(time_0))
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_195,c_0_76]),c_0_77])]),
    [final] ).

cnf(c_0_277,hypothesis,
    ( clear(block_2,s(s(s(time_0))))
    | destination(block_2,s(s(time_0)))
    | destination(block_2,s(time_0))
    | destination(block_2,time_0)
    | ~ time(s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_196]),c_0_93])]),
    [final] ).

cnf(c_0_278,hypothesis,
    ( on(block_1,block_2,time_0)
    | object(block_2,time_0)
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_197,c_0_115]),c_0_77])]),
    [final] ).

cnf(c_0_279,hypothesis,
    ( on(block_1,table,s(time_0))
    | object(block_2,s(time_0))
    | ~ destination(block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_76]),c_0_77])]),
    [final] ).

cnf(c_0_280,hypothesis,
    ( clear(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ source(table,s(time_0)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_186]),c_0_48]),c_0_92]),c_0_55]),c_0_93])]),c_0_103]),
    [final] ).

cnf(c_0_281,hypothesis,
    ( destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0)
    | ~ on(block_1,X1,s(time_0))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_144]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_282,hypothesis,
    ( source(block_2,time_0)
    | on(X1,block_1,time_0)
    | destination(block_1,time_0)
    | destination(block_2,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,block_1)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_80]),c_0_84])]),
    [final] ).

cnf(c_0_283,hypothesis,
    ( clear(block_1,s(time_0))
    | destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ on(table,block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_186]),c_0_161]),c_0_77]),c_0_55])]),
    [final] ).

cnf(c_0_284,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ destination(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_152]),c_0_84])]),
    [final] ).

cnf(c_0_285,hypothesis,
    ( clear(block_1,s(time_0))
    | source(block_2,s(time_0))
    | on(block_2,table,s(time_0))
    | ~ object(block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_152]),c_0_68])]),
    [final] ).

cnf(c_0_286,hypothesis,
    ( object(block_1,s(time_0))
    | object(block_1,time_0)
    | ~ on(block_1,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_189]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_287,hypothesis,
    ( object(block_2,s(time_0))
    | object(block_2,time_0)
    | ~ on(block_2,X1,s(s(time_0)))
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_192]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_288,hypothesis,
    ( source(block_2,time_0)
    | source(block_1,time_0)
    | on(X1,table,time_0)
    | ~ object(X1,time_0)
    | ~ neq(X1,table)
    | ~ nonfixed(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_71]),c_0_55])]),
    [final] ).

cnf(c_0_289,hypothesis,
    ( destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0)
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_198,c_0_99]),c_0_77])]),
    [final] ).

cnf(c_0_290,hypothesis,
    ( source(block_2,s(time_0))
    | source(block_1,s(time_0))
    | ~ source(X1,s(time_0))
    | ~ neq(X1,table)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_54]),c_0_55])]),
    [final] ).

cnf(c_0_291,hypothesis,
    ( source(block_2,time_0)
    | destination(block_2,time_0)
    | destination(block_1,time_0)
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_199,c_0_80]),c_0_84])]),
    [final] ).

cnf(c_0_292,hypothesis,
    ( destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0)
    | ~ on(table,block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_144]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_293,hypothesis,
    ( destination(block_2,time_0)
    | destination(block_1,time_0)
    | object(block_2,time_0)
    | ~ source(table,time_0) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_143,c_0_144]),c_0_64]),c_0_67]),c_0_55]),c_0_68])]),c_0_90]),
    [final] ).

cnf(c_0_294,hypothesis,
    ( object(block_1,s(time_0))
    | object(block_1,time_0)
    | ~ on(table,block_1,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_189]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_295,hypothesis,
    ( object(block_2,s(time_0))
    | object(block_2,time_0)
    | ~ on(table,block_2,s(s(time_0))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_192]),c_0_161]),c_0_77]),c_0_55])]),
    [final] ).

cnf(c_0_296,hypothesis,
    ( destination(block_2,s(time_0))
    | destination(block_1,s(time_0))
    | ~ destination(X1,s(time_0))
    | ~ neq(X1,table)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_145,c_0_63]),c_0_55])]),
    [final] ).

cnf(c_0_297,hypothesis,
    ( source(block_2,time_0)
    | source(block_1,time_0)
    | ~ source(X1,time_0)
    | ~ neq(X1,table)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_146,c_0_71]),c_0_55])]),
    [final] ).

cnf(c_0_298,hypothesis,
    ( destination(block_2,time_0)
    | destination(block_1,time_0)
    | ~ destination(X1,time_0)
    | ~ neq(X1,table)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_145,c_0_75]),c_0_55])]),
    [final] ).

cnf(c_0_299,hypothesis,
    ( object(block_1,time_0)
    | ~ on(block_1,X1,s(time_0))
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_154]),c_0_67]),c_0_55]),c_0_68])]),
    [final] ).

cnf(c_0_300,hypothesis,
    ( object(block_2,time_0)
    | ~ on(block_2,X1,s(time_0))
    | ~ neq(X1,table)
    | ~ neq(block_2,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_155]),c_0_92]),c_0_55]),c_0_93])]),
    [final] ).

cnf(c_0_301,hypothesis,
    ( clear(block_2,s(time_0))
    | ~ destination(block_1,time_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_182,c_0_156]),c_0_64]),c_0_68])]),
    [final] ).

cnf(c_0_302,hypothesis,
    ( clear(block_1,s(time_0))
    | ~ neq(block_2,block_2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_200,c_0_103]),c_0_93])]),
    [final] ).

cnf(c_0_303,hypothesis,
    ( object(block_1,time_0)
    | ~ on(table,block_1,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_154]),c_0_170]),c_0_84]),c_0_55])]),
    [final] ).

cnf(c_0_304,hypothesis,
    ( object(block_2,s(time_0))
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_201,c_0_66]),c_0_68])]),
    [final] ).

cnf(c_0_305,hypothesis,
    ( object(block_2,time_0)
    | ~ clear(table,s(time_0))
    | ~ nonfixed(table) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_155]),c_0_93])]),
    [final] ).

cnf(c_0_306,hypothesis,
    ( object(block_2,time_0)
    | ~ on(table,block_2,s(time_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_155]),c_0_161]),c_0_77]),c_0_55])]),
    [final] ).

cnf(c_0_307,hypothesis,
    ( ~ on(block_1,X1,time_0)
    | ~ neq(X1,table)
    | ~ neq(block_1,X1)
    | ~ a_block(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_130]),c_0_55]),c_0_68])]),c_0_67])]),
    [final] ).

cnf(c_0_308,hypothesis,
    ( object(block_2,time_0)
    | ~ neq(block_1,block_1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_202,c_0_90]),c_0_68])]),
    [final] ).

cnf(c_0_309,hypothesis,
    ( ~ clear(table,time_0)
    | ~ nonfixed(table) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_167,c_0_131]),c_0_93])]),
    [final] ).

cnf(c_0_310,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_203]),
    [final] ).

cnf(c_0_311,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_204]),
    [final] ).

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

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

cnf(c_0_314,negated_conjecture,
    ( ~ clear(block_1,esk1_0)
    | ~ on(block_1,block_2,esk1_0)
    | ~ on(block_2,table,esk1_0) ),
    inference(split_conjunct,[status(thm)],[c_0_207]),
    [final] ).

cnf(c_0_315,hypothesis,
    ~ nonfixed(table),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_208,c_0_130]),c_0_82]),c_0_67]),c_0_68])]),
    [final] ).

cnf(c_0_316,hypothesis,
    ~ neq(table,table),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_209,c_0_131]),c_0_92]),c_0_55])]),
    [final] ).

cnf(c_0_317,hypothesis,
    ~ on(table,block_1,time_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_130]),c_0_84]),c_0_55])]),c_0_170])]),
    [final] ).

cnf(c_0_318,hypothesis,
    ~ on(table,block_2,time_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_166,c_0_131]),c_0_77]),c_0_55])]),c_0_161])]),
    [final] ).

cnf(c_0_319,hypothesis,
    ~ fixed(block_1),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_210,c_0_130]),c_0_55])]),
    [final] ).

cnf(c_0_320,hypothesis,
    ~ fixed(block_2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_210,c_0_131]),c_0_55])]),
    [final] ).

cnf(c_0_321,hypothesis,
    goal_time(s(time_0)),
    inference(split_conjunct,[status(thm)],[goal_time_1]),
    [final] ).

cnf(c_0_322,hypothesis,
    fixed(table),
    inference(split_conjunct,[status(thm)],[fixed_table]),
    [final] ).

cnf(c_0_323,negated_conjecture,
    goal_time(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_207]),
    [final] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : PLA028+1 : TPTP v8.1.0. Bugfixed v2.5.0.
% 0.11/0.12  % Command  : enigmatic-eprover.py %s %d 1
% 0.12/0.33  % Computer : n024.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 19:09:08 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.44  # ENIGMATIC: Selected SinE mode:
% 0.18/0.44  # Parsing /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.44  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.18/0.44  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.18/0.44  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 8.12/2.46  # ENIGMATIC: Solved by autoschedule:
% 8.12/2.46  # No SInE strategy applied
% 8.12/2.46  # Trying AutoSched0 for 150 seconds
% 8.12/2.46  # AutoSched0-Mode selected heuristic G_E___207_C18_F1_AE_CS_SP_PI_S0e
% 8.12/2.46  # and selection function SelectLargestNegLit.
% 8.12/2.46  #
% 8.12/2.46  # Preprocessing time       : 0.022 s
% 8.12/2.46  
% 8.12/2.46  # No proof found!
% 8.12/2.46  # SZS status CounterSatisfiable
% 8.12/2.46  # SZS output start Saturation
% See solution above
% 8.12/2.46  
% 8.12/2.46  # -------------------------------------------------
% 8.12/2.46  # User time                : 0.042 s
% 8.12/2.46  # System time              : 0.005 s
% 8.12/2.46  # Total time               : 0.047 s
% 8.12/2.46  # Maximum resident set size: 7124 pages
% 8.12/2.46  
%------------------------------------------------------------------------------