TSTP Solution File: PLA002-1 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : PLA002-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n026.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 : Thu May  9 17:37:20 EDT 2024

% Result   : Unsatisfiable 0.37s 0.56s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   18 (   8 unt;   3 nHn;  14 RR)
%            Number of literals    :   30 (   0 equ;  10 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   11 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_you_can_get_to_a,negated_conjecture,
    ~ at(a,X2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_you_can_get_to_a) ).

cnf(walk_b_to_a,plain,
    ( ~ at(b,X7)
    | at(a,walk(a,X7)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',walk_b_to_a) ).

cnf(go_d_to_c,plain,
    ( ~ at(d,X10)
    | at(c,go(c,X10)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',go_d_to_c) ).

cnf(initial,plain,
    at(f,s0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',initial) ).

cnf(go_f_to_d,plain,
    ( ~ at(f,X15)
    | at(d,go(d,X15)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',go_f_to_d) ).

cnf(c0,plain,
    at(d,go(d,s0)),
    inference(resolution,[status(thm)],[go_f_to_d,initial]) ).

cnf(c2,plain,
    at(c,go(c,go(d,s0))),
    inference(resolution,[status(thm)],[c0,go_d_to_c]) ).

cnf(cross_river_c_to_b,plain,
    ( ~ cold(X16)
    | ~ at(c,X16)
    | at(b,skate(b,X16)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cross_river_c_to_b) ).

cnf(c6,plain,
    ( ~ cold(go(c,go(d,s0)))
    | at(b,skate(b,go(c,go(d,s0)))) ),
    inference(resolution,[status(thm)],[cross_river_c_to_b,c2]) ).

cnf(warm_or_cold,plain,
    ( warm(X3)
    | cold(X4) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',warm_or_cold) ).

cnf(climb_mountain_d_to_b,plain,
    ( ~ warm(X18)
    | ~ at(d,X18)
    | at(b,climb(b,X18)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',climb_mountain_d_to_b) ).

cnf(c7,plain,
    ( ~ warm(go(d,s0))
    | at(b,climb(b,go(d,s0))) ),
    inference(resolution,[status(thm)],[climb_mountain_d_to_b,c0]) ).

cnf(c20,plain,
    ( at(b,climb(b,go(d,s0)))
    | cold(X20) ),
    inference(resolution,[status(thm)],[c7,warm_or_cold]) ).

cnf(c24,plain,
    ( cold(X21)
    | at(a,walk(a,climb(b,go(d,s0)))) ),
    inference(resolution,[status(thm)],[c20,walk_b_to_a]) ).

cnf(c28,plain,
    cold(X22),
    inference(resolution,[status(thm)],[c24,prove_you_can_get_to_a]) ).

cnf(c29,plain,
    at(b,skate(b,go(c,go(d,s0)))),
    inference(resolution,[status(thm)],[c28,c6]) ).

cnf(c33,plain,
    at(a,walk(a,skate(b,go(c,go(d,s0))))),
    inference(resolution,[status(thm)],[c29,walk_b_to_a]) ).

cnf(c46,plain,
    $false,
    inference(resolution,[status(thm)],[c33,prove_you_can_get_to_a]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PLA002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n026.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 : Wed May  8 21:54:08 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.37/0.56  % Version:  1.5
% 0.37/0.56  % SZS status Unsatisfiable
% 0.37/0.56  % SZS output start CNFRefutation
% See solution above
% 0.37/0.56  
% 0.37/0.56  % Initial clauses    : 17
% 0.37/0.56  % Processed clauses  : 36
% 0.37/0.56  % Factors computed   : 0
% 0.37/0.56  % Resolvents computed: 47
% 0.37/0.56  % Tautologies deleted: 0
% 0.37/0.56  % Forward subsumed   : 3
% 0.37/0.56  % Backward subsumed  : 5
% 0.37/0.56  % -------- CPU Time ---------
% 0.37/0.56  % User time          : 0.191 s
% 0.37/0.56  % System time        : 0.019 s
% 0.37/0.56  % Total time         : 0.211 s
%------------------------------------------------------------------------------