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

View Problem - Process Solution

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

% Computer : n018.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 50.56s 6.79s
% Output   : Proof 50.56s
% 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,
    ( ~ sPE(d,domain(a))
    | sPE(domain(a),d) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ equivalent(d,domain(a))
    | sPE(d,domain(a)) ),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',equivalence_implies_existence2)]) ).

cnf(g3,plain,
    sPE(compose(codomain(d),d),d),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',compose_codomain)]) ).

cnf(g4,plain,
    ( ~ there_exists(codomain(d))
    | there_exists(d) ),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',codomain_has_elements)]) ).

cnf(g5,plain,
    there_exists(compose(a,d)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ad_exists)]) ).

cnf(g6,plain,
    ( ~ there_exists(compose(a,d))
    | sPE(domain(a),codomain(d)) ),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',domain_codomain_composition1)]) ).

cnf(g7,plain,
    ( ~ sPE(compose(codomain(d),d),d)
    | sPE(d,compose(codomain(d),d)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    ( ~ there_exists(compose(a,d))
    | there_exists(domain(a)) ),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',composition_implies_domain)]) ).

cnf(g9,plain,
    ( ~ sPE(d,compose(codomain(d),d))
    | ~ there_exists(d)
    | there_exists(compose(codomain(d),d)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ there_exists(compose(codomain(d),d))
    | sPE(compose(codomain(d),d),codomain(d)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xd_equals_x)]) ).

cnf(g11,plain,
    ( ~ sPE(compose(codomain(d),d),codomain(d))
    | ~ there_exists(compose(codomain(d),d))
    | ~ there_exists(codomain(d))
    | equivalent(compose(codomain(d),d),codomain(d)) ),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',existence_and_equality_implies_equivalence2)]) ).

cnf(g12,plain,
    ( ~ sPE(domain(a),codomain(d))
    | ~ there_exists(domain(a))
    | there_exists(codomain(d)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g14,plain,
    ( ~ sPE(compose(codomain(d),d),d)
    | ~ sPE(codomain(d),domain(a))
    | ~ equivalent(compose(codomain(d),d),codomain(d))
    | equivalent(d,domain(a)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : CAT005-3 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.14  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n018.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Sun May 29 20:43:26 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 50.56/6.79  % symbols: 10
% 50.56/6.79  % clauses: 30
% 50.56/6.79  % start clauses: 1
% 50.56/6.79  % iterative deepening steps: 2541
% 50.56/6.79  % maximum path limit: 6
% 50.56/6.79  % literal attempts: 409976
% 50.56/6.79  % depth failures: 292750
% 50.56/6.79  % regularity failures: 22185
% 50.56/6.79  % tautology failures: 19635
% 50.56/6.79  % reductions: 15441
% 50.56/6.79  % extensions: 394481
% 50.56/6.79  % SAT variables: 136111
% 50.56/6.79  % SAT clauses: 189936
% 50.56/6.79  % WalkSAT solutions: 187184
% 50.56/6.79  % CDCL solutions: 2744
% 50.56/6.79  % SZS status Unsatisfiable for theBenchmark
% 50.56/6.79  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------