TSTP Solution File: PLA002-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PLA002-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n018.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 : Mon Jul 18 17:31:55 EDT 2022

% Result   : Unsatisfiable 0.12s 0.36s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ at(a,walk(a,climb(b,go(d,s0)))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_you_can_get_to_a)]) ).

cnf(g1,plain,
    ( ~ at(b,climb(b,go(d,s0)))
    | at(a,walk(a,climb(b,go(d,s0)))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',walk_b_to_a)]) ).

cnf(g2,plain,
    ( ~ warm(go(d,s0))
    | ~ at(d,go(d,s0))
    | at(b,climb(b,go(d,s0))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',climb_mountain_d_to_b)]) ).

cnf(g3,plain,
    ( ~ at(f,s0)
    | at(d,go(d,s0)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',go_f_to_d)]) ).

cnf(g4,plain,
    at(f,s0),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',initial)]) ).

cnf(g5,plain,
    ~ at(a,drive(a,skate(b,go(c,go(d,s0))))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_you_can_get_to_a)]) ).

cnf(g6,plain,
    ( ~ at(b,skate(b,go(c,go(d,s0))))
    | at(a,drive(a,skate(b,go(c,go(d,s0))))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drive_b_to_a)]) ).

cnf(g7,plain,
    ( ~ cold(go(c,go(d,s0)))
    | ~ at(c,go(c,go(d,s0)))
    | at(b,skate(b,go(c,go(d,s0)))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cross_river_c_to_b)]) ).

cnf(g8,plain,
    ( ~ at(d,go(d,s0))
    | at(c,go(c,go(d,s0))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',go_d_to_c)]) ).

cnf(g9,plain,
    ( warm(go(d,s0))
    | cold(go(c,go(d,s0))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',warm_or_cold)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : PLA002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n018.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  : 600
% 0.12/0.34  % DateTime : Tue May 31 18:38:43 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  % symbols: 17
% 0.12/0.36  % clauses: 17
% 0.12/0.36  % start clauses: 1
% 0.12/0.36  % iterative deepening steps: 120
% 0.12/0.36  % maximum path limit: 5
% 0.12/0.36  % literal attempts: 12824
% 0.12/0.36  % depth failures: 8013
% 0.12/0.36  % regularity failures: 0
% 0.12/0.36  % tautology failures: 0
% 0.12/0.36  % reductions: 0
% 0.12/0.36  % extensions: 12711
% 0.12/0.36  % SAT variables: 5059
% 0.12/0.36  % SAT clauses: 6648
% 0.12/0.36  % WalkSAT solutions: 6642
% 0.12/0.36  % CDCL solutions: 0
% 0.12/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------