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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : CAT008-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 : Fri Jul 15 00:06:56 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(domain(a),codomain(b)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_domain_of_a_equals_codomain_of_b)]) ).

cnf(g1,plain,
    ( ~ sPE(codomain(b),domain(a))
    | sPE(domain(a),codomain(b)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g3,plain,
    product(a,domain(a),a),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',product_on_domain)]) ).

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

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

cnf(g6,plain,
    ( ~ product(codomain(domain(a)),domain(a),codomain(b))
    | ~ product(codomain(domain(a)),domain(a),domain(a))
    | sPE(codomain(b),domain(a)) ),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',composition_is_well_defined)]) ).

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

cnf(g8,plain,
    identity_map(domain(a)),
    inference(ground_cnf,[],[file('Axioms/CAT001-0.ax',domain_is_an_identity_map)]) ).

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : CAT008-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/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 : Sun May 29 20:31:13 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.46  % symbols: 10
% 0.20/0.46  % clauses: 29
% 0.20/0.46  % start clauses: 1
% 0.20/0.46  % iterative deepening steps: 608
% 0.20/0.46  % maximum path limit: 5
% 0.20/0.46  % literal attempts: 65020
% 0.20/0.46  % depth failures: 41830
% 0.20/0.46  % regularity failures: 1760
% 0.20/0.46  % tautology failures: 5195
% 0.20/0.46  % reductions: 0
% 0.20/0.46  % extensions: 64485
% 0.20/0.46  % SAT variables: 10305
% 0.20/0.46  % SAT clauses: 22464
% 0.20/0.46  % WalkSAT solutions: 22462
% 0.20/0.46  % CDCL solutions: 0
% 0.20/0.46  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.46  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------