TSTP Solution File: PUZ130+1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ130+1 : TPTP v8.1.0. Released v4.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n032.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:19 EDT 2022

% Result   : Theorem 0.06s 0.27s
% Output   : Proof 0.06s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ hates(jon,jon),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jon_conjecture)]) ).

cnf(g1,plain,
    ( ~ sPE(owner_of(garfield),jon)
    | ~ sPE(owner_of(odie),jon)
    | ~ hates(owner_of(garfield),owner_of(odie))
    | hates(jon,jon) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ cat(garfield)
    | ~ dog(odie)
    | ~ chased(odie,garfield)
    | hates(owner_of(garfield),owner_of(odie)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cat_chase_axiom)]) ).

cnf(g3,plain,
    chased(odie,garfield),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',odie_chase_axiom)]) ).

cnf(g4,plain,
    dog(odie),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',odie_type)]) ).

cnf(g5,plain,
    cat(garfield),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',garfield_type)]) ).

cnf(g6,plain,
    ( ~ sPE(jon,owner_of(odie))
    | sPE(owner_of(odie),jon) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    ( ~ pet(odie)
    | ~ human(jon)
    | ~ owner(jon,odie)
    | sPE(jon,owner_of(odie)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owner_def)]) ).

cnf(g8,plain,
    ( ~ sPE(jon,owner_of(garfield))
    | sPE(owner_of(garfield),jon) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ pet(garfield)
    | ~ human(jon)
    | ~ owner(jon,garfield)
    | sPE(jon,owner_of(garfield)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owner_def)]) ).

cnf(g10,plain,
    ( ~ dog(odie)
    | pet(odie) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dog_pet_type)]) ).

cnf(g11,plain,
    human(jon),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jon_type)]) ).

cnf(g12,plain,
    owner(jon,odie),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jon_o_owner_axiom)]) ).

cnf(g13,plain,
    owner(jon,garfield),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jon_g_owner_axiom)]) ).

cnf(g14,plain,
    ( ~ cat(garfield)
    | pet(garfield) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cat_pet_type)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.07  % Problem  : PUZ130+1 : TPTP v8.1.0. Released v4.1.0.
% 0.00/0.08  % Command  : satcop --statistics %s
% 0.06/0.26  % Computer : n032.cluster.edu
% 0.06/0.26  % Model    : x86_64 x86_64
% 0.06/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.06/0.26  % Memory   : 8042.1875MB
% 0.06/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.06/0.26  % CPULimit : 300
% 0.06/0.26  % WCLimit  : 600
% 0.06/0.26  % DateTime : Sat May 28 22:51:41 EDT 2022
% 0.06/0.26  % CPUTime  : 
% 0.06/0.27  % symbols: 20
% 0.06/0.27  % clauses: 37
% 0.06/0.27  % start clauses: 1
% 0.06/0.27  % iterative deepening steps: 130
% 0.06/0.27  % maximum path limit: 4
% 0.06/0.27  % literal attempts: 2291
% 0.06/0.27  % depth failures: 1174
% 0.06/0.27  % regularity failures: 88
% 0.06/0.27  % tautology failures: 219
% 0.06/0.27  % reductions: 0
% 0.06/0.27  % extensions: 2163
% 0.06/0.27  % SAT variables: 983
% 0.06/0.27  % SAT clauses: 1188
% 0.06/0.27  % WalkSAT solutions: 1180
% 0.06/0.27  % CDCL solutions: 0
% 0.06/0.27  % SZS status Theorem for theBenchmark
% 0.06/0.27  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------