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

View Problem - Process Solution

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

% Computer : n011.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.08s 0.31s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   40 (  10 unt;   0 def)
%            Number of atoms       :   86 (   0 equ)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   98 (  52   ~;  46   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   5 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   86 (;  86   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f2,axiom,
    ! [A,B] : ~ hold(thing(A),do(let_go,B)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    ! [A,B] : at(hand,A,do(go(A),B)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [A,B,C] :
      ( ~ at(thing(A),B,do(go(B),C))
      | at(thing(A),B,C)
      | hold(thing(A),C) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [A,B,C] :
      ( ~ at(hand,A,B)
      | ~ at(thing(C),A,B)
      | hold(thing(taken(B)),do(pick_up,B)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [A,B,C] :
      ( ~ hold(thing(A),B)
      | ~ at(hand,C,B)
      | at(thing(A),C,B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f10,axiom,
    ! [A,B] :
      ( ~ red(A)
      | ~ at(A,there,B)
      | answer(B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f12,axiom,
    ! [A,B,C] :
      ( ~ hold(thing(A),B)
      | hold(thing(A),do(go(C),B)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f13,axiom,
    ! [A,B] :
      ( ~ at(hand,A,B)
      | at(thing(taken(B)),A,B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f16,axiom,
    ! [A,B,C] :
      ( ~ at(A,B,do(let_go,C))
      | at(A,B,C) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f17,hypothesis,
    ! [A] :
      ( ~ at(A,here,now)
      | red(A) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f20,plain,
    ! [X0,X1] : ~ hold(thing(X0),do(let_go,X1)),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f22,plain,
    ! [X0,X1] : at(hand,X0,do(go(X0),X1)),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f24,plain,
    ! [A,C] :
      ( ! [B] :
          ( ~ at(thing(A),B,do(go(B),C))
          | at(thing(A),B,C) )
      | hold(thing(A),C) ),
    inference(miniscoping,[status(esa)],[f6]) ).

fof(f25,plain,
    ! [X0,X1,X2] :
      ( ~ at(thing(X0),X1,do(go(X1),X2))
      | at(thing(X0),X1,X2)
      | hold(thing(X0),X2) ),
    inference(cnf_transformation,[status(esa)],[f24]) ).

fof(f26,plain,
    ! [B] :
      ( ! [A] :
          ( ~ at(hand,A,B)
          | ! [C] : ~ at(thing(C),A,B) )
      | hold(thing(taken(B)),do(pick_up,B)) ),
    inference(miniscoping,[status(esa)],[f7]) ).

fof(f27,plain,
    ! [X0,X1,X2] :
      ( ~ at(hand,X0,X1)
      | ~ at(thing(X2),X0,X1)
      | hold(thing(taken(X1)),do(pick_up,X1)) ),
    inference(cnf_transformation,[status(esa)],[f26]) ).

fof(f28,plain,
    ! [X0,X1,X2] :
      ( ~ hold(thing(X0),X1)
      | ~ at(hand,X2,X1)
      | at(thing(X0),X2,X1) ),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f31,plain,
    ! [B] :
      ( ! [A] :
          ( ~ red(A)
          | ~ at(A,there,B) )
      | answer(B) ),
    inference(miniscoping,[status(esa)],[f10]) ).

fof(f32,plain,
    ! [X0,X1] :
      ( ~ red(X0)
      | ~ at(X0,there,X1)
      | answer(X1) ),
    inference(cnf_transformation,[status(esa)],[f31]) ).

fof(f34,plain,
    ! [A,B] :
      ( ~ hold(thing(A),B)
      | ! [C] : hold(thing(A),do(go(C),B)) ),
    inference(miniscoping,[status(esa)],[f12]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( ~ hold(thing(X0),X1)
      | hold(thing(X0),do(go(X2),X1)) ),
    inference(cnf_transformation,[status(esa)],[f34]) ).

fof(f36,plain,
    ! [X0,X1] :
      ( ~ at(hand,X0,X1)
      | at(thing(taken(X1)),X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f13]) ).

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

fof(f40,plain,
    ! [X0] :
      ( ~ at(X0,here,now)
      | red(X0) ),
    inference(cnf_transformation,[status(esa)],[f17]) ).

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

fof(f42,plain,
    ! [X0,X1] :
      ( ~ red(X0)
      | ~ at(X0,there,X1) ),
    inference(backward_subsumption_resolution,[status(thm)],[f32,f41]) ).

fof(f62,plain,
    ! [X0,X1] :
      ( at(thing(taken(do(go(X0),X1))),X0,X1)
      | hold(thing(taken(do(go(X0),X1))),X1)
      | ~ at(hand,X0,do(go(X0),X1)) ),
    inference(resolution,[status(thm)],[f25,f36]) ).

fof(f63,plain,
    ! [X0,X1] :
      ( at(thing(taken(do(go(X0),X1))),X0,X1)
      | hold(thing(taken(do(go(X0),X1))),X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[f62,f22]) ).

fof(f90,plain,
    ! [X0,X1] :
      ( ~ hold(thing(X0),X1)
      | ~ at(hand,there,X1)
      | ~ red(thing(X0)) ),
    inference(resolution,[status(thm)],[f28,f42]) ).

fof(f93,plain,
    ! [X0,X1,X2] :
      ( ~ at(hand,there,do(go(X0),X1))
      | ~ red(thing(X2))
      | ~ hold(thing(X2),X1) ),
    inference(resolution,[status(thm)],[f90,f35]) ).

fof(f127,plain,
    ! [X0,X1] :
      ( ~ red(thing(X0))
      | ~ hold(thing(X0),X1) ),
    inference(resolution,[status(thm)],[f93,f22]) ).

fof(f128,plain,
    ! [X0,X1,X2] :
      ( ~ red(thing(taken(X0)))
      | ~ at(hand,X1,X0)
      | ~ at(thing(X2),X1,X0) ),
    inference(resolution,[status(thm)],[f127,f27]) ).

fof(f132,plain,
    ! [X0,X1] :
      ( ~ red(thing(taken(X0)))
      | ~ at(hand,X1,X0)
      | ~ at(hand,X1,X0) ),
    inference(resolution,[status(thm)],[f128,f36]) ).

fof(f133,plain,
    ! [X0,X1] :
      ( ~ red(thing(taken(X0)))
      | ~ at(hand,X1,X0) ),
    inference(duplicate_literals_removal,[status(esa)],[f132]) ).

fof(f158,plain,
    ! [X0,X1] :
      ( hold(thing(taken(do(go(X0),do(let_go,X1)))),do(let_go,X1))
      | at(thing(taken(do(go(X0),do(let_go,X1)))),X0,X1) ),
    inference(resolution,[status(thm)],[f63,f39]) ).

fof(f159,plain,
    ! [X0,X1] : at(thing(taken(do(go(X0),do(let_go,X1)))),X0,X1),
    inference(forward_subsumption_resolution,[status(thm)],[f158,f20]) ).

fof(f167,plain,
    red(thing(taken(do(go(here),do(let_go,now))))),
    inference(resolution,[status(thm)],[f159,f40]) ).

fof(f173,plain,
    ! [X0] : ~ at(hand,X0,do(go(here),do(let_go,now))),
    inference(resolution,[status(thm)],[f167,f133]) ).

fof(f174,plain,
    $false,
    inference(resolution,[status(thm)],[f173,f22]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : MSC001-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.09  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.08/0.29  % Computer : n011.cluster.edu
% 0.08/0.29  % Model    : x86_64 x86_64
% 0.08/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.29  % Memory   : 8042.1875MB
% 0.08/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.29  % CPULimit : 300
% 0.08/0.29  % WCLimit  : 300
% 0.08/0.29  % DateTime : Tue May 30 09:34:12 EDT 2023
% 0.08/0.29  % CPUTime  : 
% 0.08/0.30  % Drodi V3.5.1
% 0.08/0.31  % Refutation found
% 0.08/0.31  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.08/0.31  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.14/0.54  % Elapsed time: 0.032091 seconds
% 0.14/0.54  % CPU time: 0.020424 seconds
% 0.14/0.54  % Memory used: 913.508 KB
%------------------------------------------------------------------------------