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

View Problem - Process Solution

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

% Computer : n027.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 18:26:07 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ avoided(the_kangaroo),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',avoid_kangaroo)]) ).

cnf(g1,plain,
    ( ~ detested(the_kangaroo)
    | avoided(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',avoid_detested)]) ).

cnf(g2,plain,
    ( detested(the_kangaroo)
    | takes_to_me(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',takes_to_me_or_detested)]) ).

cnf(g3,plain,
    ( ~ takes_to_me(the_kangaroo)
    | in_house(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',in_house_if_takes_to_me)]) ).

cnf(g4,plain,
    ( ~ in_house(the_kangaroo)
    | cat(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',only_cats_in_house)]) ).

cnf(g5,plain,
    ( ~ cat(the_kangaroo)
    | mouse_killer(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',cats_are_mice_killers)]) ).

cnf(g6,plain,
    ( ~ mouse_killer(the_kangaroo)
    | carnivore(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',mouse_killers_are_carnivores)]) ).

cnf(g7,plain,
    ( ~ carnivore(the_kangaroo)
    | prowler(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',carnivores_are_prowlers)]) ).

cnf(g8,plain,
    ( ~ prowler(the_kangaroo)
    | gazer(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prowlers_are_gazers)]) ).

cnf(g9,plain,
    ( ~ gazer(the_kangaroo)
    | suitable_pet(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',gazers_are_suitable_pets)]) ).

cnf(g10,plain,
    ( ~ suitable_pet(the_kangaroo)
    | ~ kangaroo(the_kangaroo) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',kangaroos_are_not_pets)]) ).

cnf(g11,plain,
    kangaroo(the_kangaroo),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',kangaroo_is_a_kangaroo)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n027.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 : Sun May 29 02:17:59 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % symbols: 14
% 0.13/0.35  % clauses: 12
% 0.13/0.35  % start clauses: 1
% 0.13/0.35  % iterative deepening steps: 168
% 0.13/0.35  % maximum path limit: 10
% 0.13/0.35  % literal attempts: 1128
% 0.13/0.35  % depth failures: 160
% 0.13/0.35  % regularity failures: 0
% 0.13/0.35  % tautology failures: 0
% 0.13/0.35  % reductions: 0
% 0.13/0.35  % extensions: 967
% 0.13/0.35  % SAT variables: 88
% 0.13/0.35  % SAT clauses: 96
% 0.13/0.35  % WalkSAT solutions: 88
% 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
%------------------------------------------------------------------------------