TSTP Solution File: MSC002-2 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : MSC002-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n027.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  : 300s
% DateTime : Tue Aug 22 10:49:47 EDT 2023

% Result   : Unsatisfiable 3.90s 1.96s
% Output   : CNFRefutation 3.90s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   23
% Syntax   : Number of formulae    :   44 (  10 unt;  13 typ;   0 def)
%            Number of atoms       :   64 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   70 (  37   ~;  33   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   16 (   9   >;   7   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   74 (;  74   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ put > at > held > grabbed > red > answer > go > #nlpp > pick_up > let_go > there > something > now > here

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(there,type,
    there: $i ).

tff(pick_up,type,
    pick_up: $i > $i ).

tff(go,type,
    go: ( $i * $i ) > $i ).

tff(grabbed,type,
    grabbed: ( $i * $i ) > $o ).

tff(now,type,
    now: $i ).

tff(here,type,
    here: $i ).

tff(red,type,
    red: $i > $o ).

tff(something,type,
    something: $i ).

tff(answer,type,
    answer: $i > $o ).

tff(held,type,
    held: ( $i * $i ) > $o ).

tff(put,type,
    put: ( $i * $i * $i ) > $o ).

tff(let_go,type,
    let_go: $i > $i ).

tff(at,type,
    at: ( $i * $i * $i ) > $o ).

tff(f_47,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | grabbed(Thing,pick_up(go(Place,let_go(Situation)))) ),
    file(unknown,unknown) ).

tff(f_24,axiom,
    at(something,here,now),
    file(unknown,unknown) ).

tff(f_32,axiom,
    ! [Thing,Situation] :
      ( ~ at(Thing,here,Situation)
      | red(Thing) ),
    file(unknown,unknown) ).

tff(f_27,axiom,
    ! [Thing,Situation] : ~ held(Thing,let_go(Situation)),
    file(unknown,unknown) ).

tff(f_37,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | at(Thing,Place,let_go(Situation)) ),
    file(unknown,unknown) ).

tff(f_70,axiom,
    ! [Thing,Situation,Place,Another_place] :
      ( held(Thing,Situation)
      | ~ at(Thing,Place,Situation)
      | at(Thing,Place,go(Another_place,Situation)) ),
    file(unknown,unknown) ).

tff(f_42,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | at(Thing,Place,pick_up(Situation)) ),
    file(unknown,unknown) ).

tff(f_63,axiom,
    ! [Thing,Place,Situation,Another_place] :
      ( ~ at(Thing,Place,Situation)
      | ~ grabbed(Thing,Situation)
      | put(Thing,Another_place,go(Another_place,Situation)) ),
    file(unknown,unknown) ).

tff(f_73,axiom,
    ! [Situation] : ~ answer(Situation),
    file(unknown,unknown) ).

tff(f_55,axiom,
    ! [Thing,Situation] :
      ( ~ red(Thing)
      | ~ put(Thing,there,Situation)
      | answer(Situation) ),
    file(unknown,unknown) ).

tff(c_12,plain,
    ! [Thing_11,Place_12,Situation_13] :
      ( grabbed(Thing_11,pick_up(go(Place_12,let_go(Situation_13))))
      | ~ at(Thing_11,Place_12,Situation_13) ),
    inference(cnfTransformation,[status(thm)],[f_47]) ).

tff(c_2,plain,
    at(something,here,now),
    inference(cnfTransformation,[status(thm)],[f_24]) ).

tff(c_24,plain,
    ! [Thing_28,Situation_29] :
      ( red(Thing_28)
      | ~ at(Thing_28,here,Situation_29) ),
    inference(cnfTransformation,[status(thm)],[f_32]) ).

tff(c_28,plain,
    red(something),
    inference(resolution,[status(thm)],[c_2,c_24]) ).

tff(c_4,plain,
    ! [Thing_1,Situation_2] : ~ held(Thing_1,let_go(Situation_2)),
    inference(cnfTransformation,[status(thm)],[f_27]) ).

tff(c_8,plain,
    ! [Thing_5,Place_6,Situation_7] :
      ( at(Thing_5,Place_6,let_go(Situation_7))
      | ~ at(Thing_5,Place_6,Situation_7) ),
    inference(cnfTransformation,[status(thm)],[f_37]) ).

tff(c_18,plain,
    ! [Thing_20,Place_22,Another_place_23,Situation_21] :
      ( at(Thing_20,Place_22,go(Another_place_23,Situation_21))
      | ~ at(Thing_20,Place_22,Situation_21)
      | held(Thing_20,Situation_21) ),
    inference(cnfTransformation,[status(thm)],[f_70]) ).

tff(c_10,plain,
    ! [Thing_8,Place_9,Situation_10] :
      ( at(Thing_8,Place_9,pick_up(Situation_10))
      | ~ at(Thing_8,Place_9,Situation_10) ),
    inference(cnfTransformation,[status(thm)],[f_42]) ).

tff(c_43,plain,
    ! [Thing_41,Another_place_42,Situation_43,Place_44] :
      ( put(Thing_41,Another_place_42,go(Another_place_42,Situation_43))
      | ~ grabbed(Thing_41,Situation_43)
      | ~ at(Thing_41,Place_44,Situation_43) ),
    inference(cnfTransformation,[status(thm)],[f_63]) ).

tff(c_63,plain,
    ! [Thing_49,Another_place_50,Situation_51,Place_52] :
      ( put(Thing_49,Another_place_50,go(Another_place_50,pick_up(Situation_51)))
      | ~ grabbed(Thing_49,pick_up(Situation_51))
      | ~ at(Thing_49,Place_52,Situation_51) ),
    inference(resolution,[status(thm)],[c_10,c_43]) ).

tff(c_242,plain,
    ! [Another_place_103,Situation_106,Place_104,Thing_107,Another_place_105] :
      ( put(Thing_107,Another_place_105,go(Another_place_105,pick_up(go(Another_place_103,Situation_106))))
      | ~ grabbed(Thing_107,pick_up(go(Another_place_103,Situation_106)))
      | ~ at(Thing_107,Place_104,Situation_106)
      | held(Thing_107,Situation_106) ),
    inference(resolution,[status(thm)],[c_18,c_63]) ).

tff(c_246,plain,
    ! [Another_place_103,Thing_5,Place_6,Another_place_105,Situation_7] :
      ( put(Thing_5,Another_place_105,go(Another_place_105,pick_up(go(Another_place_103,let_go(Situation_7)))))
      | ~ grabbed(Thing_5,pick_up(go(Another_place_103,let_go(Situation_7))))
      | held(Thing_5,let_go(Situation_7))
      | ~ at(Thing_5,Place_6,Situation_7) ),
    inference(resolution,[status(thm)],[c_8,c_242]) ).

tff(c_403,plain,
    ! [Another_place_157,Place_155,Another_place_156,Thing_158,Situation_159] :
      ( put(Thing_158,Another_place_157,go(Another_place_157,pick_up(go(Another_place_156,let_go(Situation_159)))))
      | ~ grabbed(Thing_158,pick_up(go(Another_place_156,let_go(Situation_159))))
      | ~ at(Thing_158,Place_155,Situation_159) ),
    inference(negUnitSimplification,[status(thm)],[c_4,c_246]) ).

tff(c_416,plain,
    ! [Another_place_160,Another_place_161] :
      ( put(something,Another_place_160,go(Another_place_160,pick_up(go(Another_place_161,let_go(now)))))
      | ~ grabbed(something,pick_up(go(Another_place_161,let_go(now)))) ),
    inference(resolution,[status(thm)],[c_2,c_403]) ).

tff(c_20,plain,
    ! [Situation_24] : ~ answer(Situation_24),
    inference(cnfTransformation,[status(thm)],[f_73]) ).

tff(c_14,plain,
    ! [Situation_15,Thing_14] :
      ( answer(Situation_15)
      | ~ put(Thing_14,there,Situation_15)
      | ~ red(Thing_14) ),
    inference(cnfTransformation,[status(thm)],[f_55]) ).

tff(c_21,plain,
    ! [Thing_14,Situation_15] :
      ( ~ put(Thing_14,there,Situation_15)
      | ~ red(Thing_14) ),
    inference(negUnitSimplification,[status(thm)],[c_20,c_14]) ).

tff(c_420,plain,
    ! [Another_place_161] :
      ( ~ red(something)
      | ~ grabbed(something,pick_up(go(Another_place_161,let_go(now)))) ),
    inference(resolution,[status(thm)],[c_416,c_21]) ).

tff(c_437,plain,
    ! [Another_place_167] : ~ grabbed(something,pick_up(go(Another_place_167,let_go(now)))),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_420]) ).

tff(c_442,plain,
    ! [Place_12] : ~ at(something,Place_12,now),
    inference(resolution,[status(thm)],[c_12,c_437]) ).

tff(c_444,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_442,c_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : MSC002-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.13/0.35  % Computer : n027.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug  3 13:32:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 3.90/1.96  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.90/1.97  
% 3.90/1.97  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.90/2.00  
% 3.90/2.00  Inference rules
% 3.90/2.00  ----------------------
% 3.90/2.00  #Ref     : 0
% 3.90/2.00  #Sup     : 109
% 3.90/2.00  #Fact    : 0
% 3.90/2.00  #Define  : 0
% 3.90/2.00  #Split   : 17
% 3.90/2.00  #Chain   : 0
% 3.90/2.00  #Close   : 0
% 3.90/2.00  
% 3.90/2.00  Ordering : KBO
% 3.90/2.00  
% 3.90/2.00  Simplification rules
% 3.90/2.00  ----------------------
% 3.90/2.00  #Subsume      : 7
% 3.90/2.00  #Demod        : 7
% 3.90/2.00  #Tautology    : 3
% 3.90/2.00  #SimpNegUnit  : 6
% 3.90/2.00  #BackRed      : 1
% 3.90/2.00  
% 3.90/2.00  #Partial instantiations: 0
% 3.90/2.00  #Strategies tried      : 1
% 3.90/2.00  
% 3.90/2.00  Timing (in seconds)
% 3.90/2.00  ----------------------
% 3.90/2.00  Preprocessing        : 0.43
% 3.90/2.00  Parsing              : 0.24
% 3.90/2.00  CNF conversion       : 0.02
% 3.90/2.00  Main loop            : 0.48
% 3.90/2.00  Inferencing          : 0.19
% 3.90/2.00  Reduction            : 0.11
% 3.90/2.00  Demodulation         : 0.07
% 3.90/2.01  BG Simplification    : 0.02
% 3.90/2.01  Subsumption          : 0.12
% 3.90/2.01  Abstraction          : 0.02
% 3.90/2.01  MUC search           : 0.00
% 3.90/2.01  Cooper               : 0.00
% 3.90/2.01  Total                : 0.96
% 3.90/2.01  Index Insertion      : 0.00
% 3.90/2.01  Index Deletion       : 0.00
% 3.90/2.01  Index Matching       : 0.00
% 3.90/2.01  BG Taut test         : 0.00
%------------------------------------------------------------------------------