TSTP Solution File: MSC002-1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : MSC002-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n005.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 Aug 31 17:52:12 EDT 2022

% Result   : Unsatisfiable 1.38s 0.52s
% Output   : Refutation 1.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   21 (   7 unt;   0 def)
%            Number of atoms       :   44 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   47 (  24   ~;  23   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    5 (   2 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   :   54 (  54   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f33,plain,
    $false,
    inference(resolution,[],[f32,f18]) ).

fof(f18,plain,
    ! [X0] : ~ put(something,there,X0),
    inference(subsumption_resolution,[],[f17,f14]) ).

fof(f14,axiom,
    ! [X1] : ~ answer(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_there_is_an_answer_situation) ).

fof(f17,plain,
    ! [X0] :
      ( ~ put(something,there,X0)
      | answer(X0) ),
    inference(resolution,[],[f15,f9]) ).

fof(f9,axiom,
    ! [X3,X1] :
      ( ~ red(X3)
      | ~ put(X3,there,X1)
      | answer(X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',answer_if_red_and_put_there) ).

fof(f15,plain,
    red(something),
    inference(resolution,[],[f1,f5]) ).

fof(f5,axiom,
    ! [X3,X1] :
      ( ~ at(X3,here,X1)
      | red(X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',everything_is_red) ).

fof(f1,axiom,
    at(something,here,now),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',something_is_here_now) ).

fof(f32,plain,
    ! [X0] : put(something,X0,go(X0,pick_up(go(here,let_go(now))))),
    inference(resolution,[],[f28,f1]) ).

fof(f28,plain,
    ! [X0,X1] :
      ( ~ at(something,X1,now)
      | put(something,X0,go(X0,pick_up(go(X1,let_go(now))))) ),
    inference(resolution,[],[f27,f1]) ).

fof(f27,plain,
    ! [X2,X3,X0,X1,X4] :
      ( ~ at(X0,X4,X2)
      | put(X0,X3,go(X3,pick_up(go(X1,let_go(X2)))))
      | ~ at(X0,X1,X2) ),
    inference(resolution,[],[f26,f6]) ).

fof(f6,axiom,
    ! [X3,X0,X1] :
      ( at(X3,X0,let_go(X1))
      | ~ at(X3,X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',situation_let_go) ).

fof(f26,plain,
    ! [X2,X3,X6,X4,X5] :
      ( ~ at(X2,X3,let_go(X4))
      | ~ at(X2,X5,X4)
      | put(X2,X6,go(X6,pick_up(go(X5,let_go(X4))))) ),
    inference(subsumption_resolution,[],[f25,f4]) ).

fof(f4,axiom,
    ! [X3,X1] : ~ held(X3,let_go(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cant_hold_and_let_go) ).

fof(f25,plain,
    ! [X2,X3,X6,X4,X5] :
      ( ~ at(X2,X5,X4)
      | held(X2,let_go(X4))
      | put(X2,X6,go(X6,pick_up(go(X5,let_go(X4)))))
      | ~ at(X2,X3,let_go(X4)) ),
    inference(resolution,[],[f11,f22]) ).

fof(f22,plain,
    ! [X2,X3,X0,X1,X4] :
      ( ~ at(X0,X4,go(X1,let_go(X2)))
      | ~ at(X0,X1,X2)
      | put(X0,X3,go(X3,pick_up(go(X1,let_go(X2))))) ),
    inference(resolution,[],[f21,f7]) ).

fof(f7,axiom,
    ! [X3,X0,X1] :
      ( at(X3,X0,pick_up(X1))
      | ~ at(X3,X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',situation_pick_up) ).

fof(f21,plain,
    ! [X2,X3,X0,X1,X4] :
      ( ~ at(X0,X3,pick_up(go(X1,let_go(X2))))
      | ~ at(X0,X1,X2)
      | put(X0,X4,go(X4,pick_up(go(X1,let_go(X2))))) ),
    inference(resolution,[],[f8,f10]) ).

fof(f10,axiom,
    ! [X2,X3,X0,X1] :
      ( ~ grabbed(X3,X1)
      | ~ at(X3,X0,X1)
      | put(X3,X2,go(X2,X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',can_put_somewhere_if_grab_and_go_there) ).

fof(f8,axiom,
    ! [X3,X0,X1] :
      ( grabbed(X3,pick_up(go(X0,let_go(X1))))
      | ~ at(X3,X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',can_grab_if_previously_let_go) ).

fof(f11,axiom,
    ! [X2,X3,X0,X1] :
      ( at(X3,X0,go(X2,X1))
      | ~ at(X3,X0,X1)
      | held(X3,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thing_either_held_or_went_there) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : MSC002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.12/0.34  % Computer : n005.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Tue Aug 30 03:25:03 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.19/0.50  % (15756)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.50  % (15767)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 0.19/0.51  % (15768)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.19/0.51  % (15752)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 0.19/0.51  TRYING [1]
% 0.19/0.51  TRYING [2]
% 0.19/0.51  TRYING [3]
% 0.19/0.51  TRYING [4]
% 0.19/0.52  % (15753)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.52  % (15753)Refutation not found, incomplete strategy% (15753)------------------------------
% 0.19/0.52  % (15753)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (15753)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (15753)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (15753)Memory used [KB]: 5373
% 0.19/0.52  % (15753)Time elapsed: 0.122 s
% 0.19/0.52  % (15753)Instructions burned: 2 (million)
% 0.19/0.52  % (15753)------------------------------
% 0.19/0.52  % (15753)------------------------------
% 1.38/0.52  % (15760)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.38/0.52  % (15777)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 1.38/0.52  % (15779)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 1.38/0.52  % (15754)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 1.38/0.52  % (15754)First to succeed.
% 1.38/0.52  % (15761)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.38/0.52  % (15771)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.38/0.52  % (15754)Refutation found. Thanks to Tanya!
% 1.38/0.52  % SZS status Unsatisfiable for theBenchmark
% 1.38/0.52  % SZS output start Proof for theBenchmark
% See solution above
% 1.38/0.52  % (15754)------------------------------
% 1.38/0.52  % (15754)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.38/0.52  % (15754)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.38/0.52  % (15754)Termination reason: Refutation
% 1.38/0.52  
% 1.38/0.52  % (15754)Memory used [KB]: 895
% 1.38/0.52  % (15754)Time elapsed: 0.128 s
% 1.38/0.52  % (15754)Instructions burned: 2 (million)
% 1.38/0.52  % (15754)------------------------------
% 1.38/0.52  % (15754)------------------------------
% 1.38/0.52  % (15751)Success in time 0.179 s
%------------------------------------------------------------------------------