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

View Problem - Process Solution

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

% Computer : n023.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:54 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(g,h),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_g_equals_h)]) ).

cnf(g1,plain,
    ( ~ sPE(h,g)
    | sPE(g,h) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(compose(h,compose(a,b)),compose(compose(h,a),b)),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',associativity_of_compose)]) ).

cnf(g3,plain,
    sPE(compose(g,compose(a,b)),compose(compose(g,a),b)),
    inference(ground_cnf,[],[file('Axioms/CAT003-0.ax',associativity_of_compose)]) ).

cnf(g4,plain,
    ( ~ sPE(compose(h,compose(a,b)),compose(compose(g,a),b))
    | ~ sPE(compose(g,compose(a,b)),compose(compose(g,a),b))
    | sPE(h,g) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',epimorphism)]) ).

cnf(g5,plain,
    sPE(compose(h,a),compose(g,a)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ha_equals_ga)]) ).

cnf(g6,plain,
    sPE(b,b),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    ( ~ sPE(compose(h,compose(a,b)),compose(compose(h,a),b))
    | ~ sPE(compose(compose(h,a),b),compose(compose(g,a),b))
    | sPE(compose(h,compose(a,b)),compose(compose(g,a),b)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    ( ~ sPE(compose(h,a),compose(g,a))
    | ~ sPE(b,b)
    | sPE(compose(compose(h,a),b),compose(compose(g,a),b)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : CAT003-3 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n023.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 17:01:42 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 8.23/1.43  % symbols: 12
% 8.23/1.43  % clauses: 31
% 8.23/1.43  % start clauses: 1
% 8.23/1.43  % iterative deepening steps: 1601
% 8.23/1.43  % maximum path limit: 7
% 8.23/1.43  % literal attempts: 200462
% 8.23/1.43  % depth failures: 145732
% 8.23/1.43  % regularity failures: 9625
% 8.23/1.43  % tautology failures: 8943
% 8.23/1.43  % reductions: 5474
% 8.23/1.43  % extensions: 194935
% 8.23/1.43  % SAT variables: 65887
% 8.23/1.43  % SAT clauses: 87241
% 8.23/1.43  % WalkSAT solutions: 86624
% 8.23/1.43  % CDCL solutions: 610
% 8.23/1.43  % SZS status Unsatisfiable for theBenchmark
% 8.23/1.43  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------