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

View Problem - Process Solution

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

% Computer : n029.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:57:39 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    at(something,here,now),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',something_is_here_now)]) ).

cnf(g1,plain,
    ( ~ at(something,here,now)
    | at(something,here,pick_up(now)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',situation_pick_up)]) ).

cnf(g2,plain,
    ( ~ at(something,here,now)
    | at(something,here,let_go(now)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',situation_let_go)]) ).

cnf(g3,plain,
    ( ~ at(something,here,pick_up(now))
    | red(something) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',everything_is_red)]) ).

cnf(g4,plain,
    ~ answer(go(there,pick_up(go(here,let_go(now))))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_there_is_an_answer_situation)]) ).

cnf(g5,plain,
    ( ~ red(something)
    | ~ put(something,there,go(there,pick_up(go(here,let_go(now)))))
    | answer(go(there,pick_up(go(here,let_go(now))))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',answer_if_red_and_put_there)]) ).

cnf(g6,plain,
    ( ~ at(something,here,now)
    | grabbed(something,pick_up(go(here,let_go(now)))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',can_grab_if_previously_let_go)]) ).

cnf(g7,plain,
    ( ~ at(something,here,pick_up(go(here,let_go(now))))
    | ~ grabbed(something,pick_up(go(here,let_go(now))))
    | put(something,there,go(there,pick_up(go(here,let_go(now))))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',can_put_somewhere_if_grab_and_go_there)]) ).

cnf(g8,plain,
    ( ~ at(something,here,go(here,let_go(now)))
    | at(something,here,pick_up(go(here,let_go(now)))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',situation_pick_up)]) ).

cnf(g9,plain,
    ( ~ at(something,here,let_go(now))
    | at(something,here,go(here,let_go(now)))
    | held(something,let_go(now)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thing_either_held_or_went_there)]) ).

cnf(g10,plain,
    ~ held(something,let_go(now)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cant_hold_and_let_go)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : MSC002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n029.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Fri Jul  1 15:09:39 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % symbols: 16
% 0.13/0.35  % clauses: 14
% 0.13/0.35  % start clauses: 1
% 0.13/0.35  % iterative deepening steps: 231
% 0.13/0.35  % maximum path limit: 7
% 0.13/0.35  % literal attempts: 3128
% 0.13/0.35  % depth failures: 1062
% 0.13/0.35  % regularity failures: 0
% 0.13/0.35  % tautology failures: 0
% 0.13/0.35  % reductions: 4
% 0.13/0.35  % extensions: 2908
% 0.13/0.35  % SAT variables: 3751
% 0.13/0.35  % SAT clauses: 3917
% 0.13/0.35  % WalkSAT solutions: 3913
% 0.13/0.35  % CDCL solutions: 0
% 0.13/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------