TSTP Solution File: CAT002-4 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : CAT002-4 : 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:54 EDT 2022

% Result   : Unsatisfiable 0.12s 0.38s
% Output   : Proof 0.12s
% 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(b,g),compose(b,g)),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : CAT002-4 : TPTP v8.1.0. Released v1.0.0.
% 0.06/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 17:23:24 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  % symbols: 11
% 0.12/0.38  % clauses: 25
% 0.12/0.38  % start clauses: 1
% 0.12/0.38  % iterative deepening steps: 214
% 0.12/0.38  % maximum path limit: 4
% 0.12/0.38  % literal attempts: 29031
% 0.12/0.38  % depth failures: 20408
% 0.12/0.38  % regularity failures: 1701
% 0.12/0.38  % tautology failures: 896
% 0.12/0.38  % reductions: 0
% 0.12/0.38  % extensions: 28870
% 0.12/0.38  % SAT variables: 6746
% 0.12/0.38  % SAT clauses: 10220
% 0.12/0.38  % WalkSAT solutions: 10215
% 0.12/0.38  % CDCL solutions: 0
% 0.12/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------