TSTP Solution File: MSC002-2 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : MSC002-2 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n025.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 : Sun Jul 17 22:59:28 EDT 2022

% Result   : Unsatisfiable 0.17s 0.39s
% Output   : Refutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   20 (   5 unt;   3 nHn;  20 RR)
%            Number of literals    :   45 (   0 equ;  27 neg)
%            Maximal clause size   :    4 (   2 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :   12 (  12 usr;   9 con; 0-2 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    at(something,here,now),
    file('MSC002-2.p',unknown),
    [] ).

cnf(2,axiom,
    ~ held(u,let_go(v)),
    file('MSC002-2.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ at(u,here,v)
    | red(u) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ at(u,v,w)
    | at(u,v,let_go(w)) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ at(u,v,w)
    | at(u,v,pick_up(w)) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(6,axiom,
    ( ~ at(u,v,w)
    | grabbed(u,pick_up(go(v,let_go(w)))) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(7,axiom,
    ( ~ red(u)
    | ~ put(u,there,v)
    | answer(v) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(8,axiom,
    ( ~ grabbed(u,v)
    | ~ at(u,w,v)
    | put(u,x,go(x,v)) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(9,axiom,
    ( ~ at(u,v,w)
    | held(u,w)
    | at(u,v,go(x,w)) ),
    file('MSC002-2.p',unknown),
    [] ).

cnf(10,axiom,
    ~ answer(u),
    file('MSC002-2.p',unknown),
    [] ).

cnf(11,plain,
    ( ~ red(u)
    | ~ put(u,there,v) ),
    inference(mrr,[status(thm)],[7,10]),
    [iquote('0:MRR:7.2,10.0')] ).

cnf(18,plain,
    ( ~ at(u,v,w)
    | ~ grabbed(u,pick_up(w))
    | put(u,x,go(x,pick_up(w))) ),
    inference(res,[status(thm),theory(equality)],[5,8]),
    [iquote('0:Res:5.1,8.1')] ).

cnf(26,plain,
    ( ~ at(u,v,w)
    | ~ grabbed(u,pick_up(go(x,w)))
    | held(u,w)
    | put(u,y,go(y,pick_up(go(x,w)))) ),
    inference(res,[status(thm),theory(equality)],[9,18]),
    [iquote('0:Res:9.2,18.0')] ).

cnf(35,plain,
    ( ~ at(u,v,w)
    | ~ at(u,x,let_go(w))
    | held(u,let_go(w))
    | put(u,y,go(y,pick_up(go(v,let_go(w))))) ),
    inference(res,[status(thm),theory(equality)],[6,26]),
    [iquote('0:Res:6.1,26.1')] ).

cnf(36,plain,
    ( ~ at(u,v,w)
    | ~ at(u,x,let_go(w))
    | put(u,y,go(y,pick_up(go(v,let_go(w))))) ),
    inference(mrr,[status(thm)],[35,2]),
    [iquote('0:MRR:35.2,2.0')] ).

cnf(37,plain,
    ( ~ at(u,v,w)
    | ~ at(u,x,w)
    | put(u,y,go(y,pick_up(go(x,let_go(w))))) ),
    inference(res,[status(thm),theory(equality)],[4,36]),
    [iquote('0:Res:4.1,36.1')] ).

cnf(38,plain,
    ( ~ at(u,v,w)
    | put(u,x,go(x,pick_up(go(v,let_go(w))))) ),
    inference(con,[status(thm)],[37]),
    [iquote('0:Con:37.0')] ).

cnf(39,plain,
    ( ~ red(u)
    | ~ at(u,v,w) ),
    inference(res,[status(thm),theory(equality)],[38,11]),
    [iquote('0:Res:38.1,11.1')] ).

cnf(40,plain,
    ~ at(u,here,v),
    inference(mrr,[status(thm)],[3,39]),
    [iquote('0:MRR:3.1,39.0')] ).

cnf(41,plain,
    $false,
    inference(unc,[status(thm)],[40,1]),
    [iquote('0:UnC:40.0,1.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : MSC002-2 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : run_spass %d %s
% 0.12/0.31  % Computer : n025.cluster.edu
% 0.12/0.31  % Model    : x86_64 x86_64
% 0.12/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.31  % Memory   : 8042.1875MB
% 0.12/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.31  % CPULimit : 300
% 0.12/0.31  % WCLimit  : 600
% 0.12/0.31  % DateTime : Fri Jul  1 15:17:39 EDT 2022
% 0.16/0.31  % CPUTime  : 
% 0.17/0.39  
% 0.17/0.39  SPASS V 3.9 
% 0.17/0.39  SPASS beiseite: Proof found.
% 0.17/0.39  % SZS status Theorem
% 0.17/0.39  Problem: /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.17/0.39  SPASS derived 23 clauses, backtracked 0 clauses, performed 0 splits and kept 30 clauses.
% 0.17/0.39  SPASS allocated 75629 KBytes.
% 0.17/0.39  SPASS spent	0:00:00.06 on the problem.
% 0.17/0.39  		0:00:00.04 for the input.
% 0.17/0.39  		0:00:00.00 for the FLOTTER CNF translation.
% 0.17/0.39  		0:00:00.00 for inferences.
% 0.17/0.39  		0:00:00.00 for the backtracking.
% 0.17/0.39  		0:00:00.00 for the reduction.
% 0.17/0.39  
% 0.17/0.39  
% 0.17/0.39  Here is a proof with depth 5, length 20 :
% 0.17/0.39  % SZS output start Refutation
% See solution above
% 0.17/0.39  Formulae used in the proof : something_is_here_now cant_hold_and_let_go everything_is_red situation_let_go situation_pick_up can_grab_if_previously_let_go answer_if_red_and_put_there can_put_somewhere_if_grab_and_go_there thing_either_held_or_went_there prove_there_is_an_answer_situation
% 0.17/0.39  
%------------------------------------------------------------------------------