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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : CAT005-1 : TPTP v8.1.0. Released v1.0.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 : Fri Jul 15 00:06:55 EDT 2022

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

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

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

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

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

cnf(g4,plain,
    defined(a,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ad_defined)]) ).

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

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

cnf(g7,plain,
    identity_map(d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_is_identity_map)]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.07  % Problem  : CAT005-1 : TPTP v8.1.0. Released v1.0.0.
% 0.00/0.08  % Command  : satcop --statistics %s
% 0.07/0.26  % Computer : n032.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.26  % CPULimit : 300
% 0.07/0.26  % WCLimit  : 600
% 0.07/0.26  % DateTime : Sun May 29 16:05:26 EDT 2022
% 0.07/0.26  % CPUTime  : 
% 0.07/0.27  % symbols: 10
% 0.07/0.27  % clauses: 30
% 0.07/0.27  % start clauses: 1
% 0.07/0.27  % iterative deepening steps: 163
% 0.07/0.27  % maximum path limit: 4
% 0.07/0.27  % literal attempts: 8716
% 0.07/0.27  % depth failures: 5510
% 0.07/0.27  % regularity failures: 284
% 0.07/0.27  % tautology failures: 675
% 0.07/0.27  % reductions: 0
% 0.07/0.27  % extensions: 8562
% 0.07/0.27  % SAT variables: 2118
% 0.07/0.27  % SAT clauses: 3885
% 0.07/0.27  % WalkSAT solutions: 3880
% 0.07/0.27  % CDCL solutions: 0
% 0.07/0.27  % SZS status Unsatisfiable for theBenchmark
% 0.07/0.27  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------