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

View Problem - Process Solution

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

% Computer : n020.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 : Fri Jul 15 00:06:59 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ defined(a,compose(b,c)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_a_bc_exists)]) ).

cnf(g1,plain,
    defined(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assume_ab_exists)]) ).

cnf(g2,plain,
    defined(b,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assume_bc_exists)]) ).

cnf(g3,plain,
    ( ~ defined(b,c)
    | product(b,c,compose(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',closure_of_composition)]) ).

cnf(g4,plain,
    ( ~ defined(a,codomain(b))
    | ~ defined(codomain(b),compose(b,c))
    | ~ identity_map(codomain(b))
    | defined(a,compose(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',category_theory_axiom6)]) ).

cnf(g5,plain,
    identity_map(codomain(b)),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',codomain_is_an_identity_map)]) ).

cnf(g6,plain,
    ( ~ defined(b,c)
    | ~ product(codomain(b),b,b)
    | ~ product(b,c,compose(b,c))
    | defined(codomain(b),compose(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',category_theory_axiom1)]) ).

cnf(g7,plain,
    product(codomain(b),b,b),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',product_on_codomain)]) ).

cnf(g8,plain,
    ( ~ defined(a,b)
    | ~ product(codomain(b),b,b)
    | defined(a,codomain(b)) ),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',category_theory_axiom3)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : CAT018-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n020.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sun May 29 16:44:24 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.35  % symbols: 11
% 0.12/0.35  % clauses: 30
% 0.12/0.35  % start clauses: 1
% 0.12/0.35  % iterative deepening steps: 137
% 0.12/0.35  % maximum path limit: 3
% 0.12/0.35  % literal attempts: 10839
% 0.12/0.35  % depth failures: 7706
% 0.12/0.35  % regularity failures: 372
% 0.12/0.35  % tautology failures: 485
% 0.12/0.35  % reductions: 0
% 0.12/0.35  % extensions: 10708
% 0.12/0.35  % SAT variables: 2723
% 0.12/0.35  % SAT clauses: 5080
% 0.12/0.35  % WalkSAT solutions: 5076
% 0.12/0.35  % CDCL solutions: 0
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------