TSTP Solution File: MSC002-1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : MSC002-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n002.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 : Wed May 31 12:21:29 EDT 2023

% Result   : Unsatisfiable 0.14s 0.36s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   35 (   8 unt;   0 def)
%            Number of atoms       :   78 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   95 (  52   ~;  43   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Maximal term depth    :    5 (   1 avg)
%            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   :   99 (;  99   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    at(something,here,now),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    ! [Thing,Situation] : ~ held(Thing,let_go(Situation)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,axiom,
    ! [Thing,Situation] :
      ( ~ at(Thing,here,Situation)
      | red(Thing) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | at(Thing,Place,let_go(Situation)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | at(Thing,Place,pick_up(Situation)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [Thing,Place,Situation] :
      ( ~ at(Thing,Place,Situation)
      | grabbed(Thing,pick_up(go(Place,let_go(Situation)))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [Thing,Situation] :
      ( ~ red(Thing)
      | ~ put(Thing,there,Situation)
      | answer(Situation) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f10,axiom,
    ! [Thing,Place,Situation,Another_place] :
      ( ~ at(Thing,Place,Situation)
      | ~ grabbed(Thing,Situation)
      | put(Thing,Another_place,go(Another_place,Situation)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f11,axiom,
    ! [Thing,Situation,Place,Another_place] :
      ( held(Thing,Situation)
      | ~ at(Thing,Place,Situation)
      | at(Thing,Place,go(Another_place,Situation)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14,negated_conjecture,
    ! [Situation] : ~ answer(Situation),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f15,plain,
    at(something,here,now),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f19,plain,
    ! [X0,X1] : ~ held(X0,let_go(X1)),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f20,plain,
    ! [Thing] :
      ( ! [Situation] : ~ at(Thing,here,Situation)
      | red(Thing) ),
    inference(miniscoping,[status(esa)],[f5]) ).

fof(f21,plain,
    ! [X0,X1] :
      ( ~ at(X0,here,X1)
      | red(X0) ),
    inference(cnf_transformation,[status(esa)],[f20]) ).

fof(f22,plain,
    ! [X0,X1,X2] :
      ( ~ at(X0,X1,X2)
      | at(X0,X1,let_go(X2)) ),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f23,plain,
    ! [X0,X1,X2] :
      ( ~ at(X0,X1,X2)
      | at(X0,X1,pick_up(X2)) ),
    inference(cnf_transformation,[status(esa)],[f7]) ).

fof(f24,plain,
    ! [X0,X1,X2] :
      ( ~ at(X0,X1,X2)
      | grabbed(X0,pick_up(go(X1,let_go(X2)))) ),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f25,plain,
    ! [Situation] :
      ( ! [Thing] :
          ( ~ red(Thing)
          | ~ put(Thing,there,Situation) )
      | answer(Situation) ),
    inference(miniscoping,[status(esa)],[f9]) ).

fof(f26,plain,
    ! [X0,X1] :
      ( ~ red(X0)
      | ~ put(X0,there,X1)
      | answer(X1) ),
    inference(cnf_transformation,[status(esa)],[f25]) ).

fof(f27,plain,
    ! [Thing,Situation] :
      ( ! [Place] : ~ at(Thing,Place,Situation)
      | ~ grabbed(Thing,Situation)
      | ! [Another_place] : put(Thing,Another_place,go(Another_place,Situation)) ),
    inference(miniscoping,[status(esa)],[f10]) ).

fof(f28,plain,
    ! [X0,X1,X2,X3] :
      ( ~ at(X0,X1,X2)
      | ~ grabbed(X0,X2)
      | put(X0,X3,go(X3,X2)) ),
    inference(cnf_transformation,[status(esa)],[f27]) ).

fof(f29,plain,
    ! [Thing,Situation,Place] :
      ( held(Thing,Situation)
      | ~ at(Thing,Place,Situation)
      | ! [Another_place] : at(Thing,Place,go(Another_place,Situation)) ),
    inference(miniscoping,[status(esa)],[f11]) ).

fof(f30,plain,
    ! [X0,X1,X2,X3] :
      ( held(X0,X1)
      | ~ at(X0,X2,X1)
      | at(X0,X2,go(X3,X1)) ),
    inference(cnf_transformation,[status(esa)],[f29]) ).

fof(f35,plain,
    ! [X0] : ~ answer(X0),
    inference(cnf_transformation,[status(esa)],[f14]) ).

fof(f36,plain,
    ! [X0,X1] :
      ( ~ red(X0)
      | ~ put(X0,there,X1) ),
    inference(backward_subsumption_resolution,[status(thm)],[f26,f35]) ).

fof(f37,plain,
    ! [X0,X1,X2] :
      ( ~ at(X0,here,X1)
      | ~ put(X0,there,X2) ),
    inference(resolution,[status(thm)],[f21,f36]) ).

fof(f38,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,pick_up(go(X2,let_go(X3))))
      | put(X0,X4,go(X4,pick_up(go(X2,let_go(X3)))))
      | ~ at(X0,X2,X3) ),
    inference(resolution,[status(thm)],[f28,f24]) ).

fof(f39,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,pick_up(go(X2,let_go(X3))))
      | ~ at(X0,X2,X3)
      | ~ at(X0,here,X4) ),
    inference(resolution,[status(thm)],[f38,f37]) ).

fof(f40,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,X2)
      | ~ at(X0,here,X3)
      | ~ at(X0,X4,go(X1,let_go(X2))) ),
    inference(resolution,[status(thm)],[f39,f23]) ).

fof(f41,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,X2)
      | ~ at(X0,here,X3)
      | held(X0,let_go(X2))
      | ~ at(X0,X4,let_go(X2)) ),
    inference(resolution,[status(thm)],[f40,f30]) ).

fof(f42,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,X2)
      | ~ at(X0,here,X3)
      | ~ at(X0,X4,let_go(X2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[f41,f19]) ).

fof(f44,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ at(X0,X1,X2)
      | ~ at(X0,here,X3)
      | ~ at(X0,X4,X2) ),
    inference(resolution,[status(thm)],[f42,f22]) ).

fof(f45,plain,
    ! [X0,X1,X2] :
      ( ~ at(something,X0,X1)
      | ~ at(something,X2,X1) ),
    inference(resolution,[status(thm)],[f44,f15]) ).

fof(f50,plain,
    ! [X0] : ~ at(something,X0,now),
    inference(resolution,[status(thm)],[f45,f15]) ).

fof(f51,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f15,f50]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : MSC002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.14/0.35  % Computer : n002.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Tue May 30 09:47:43 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Drodi V3.5.1
% 0.14/0.36  % Refutation found
% 0.14/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.14/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.58  % Elapsed time: 0.010533 seconds
% 0.20/0.58  % CPU time: 0.028249 seconds
% 0.20/0.58  % Memory used: 1.917 MB
%------------------------------------------------------------------------------