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

View Problem - Process Solution

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

% Computer : n021.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.20s 0.44s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

cnf(g2,plain,
    sPE(compose(compose(a,b),g),compose(compose(a,b),g)),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

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

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

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

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

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

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

cnf(g11,plain,
    sPE(a,a),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : CAT001-4 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n021.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:33:28 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.44  % symbols: 11
% 0.20/0.44  % clauses: 24
% 0.20/0.44  % start clauses: 1
% 0.20/0.44  % iterative deepening steps: 335
% 0.20/0.44  % maximum path limit: 5
% 0.20/0.44  % literal attempts: 51777
% 0.20/0.44  % depth failures: 32424
% 0.20/0.44  % regularity failures: 3973
% 0.20/0.44  % tautology failures: 2082
% 0.20/0.44  % reductions: 0
% 0.20/0.44  % extensions: 51571
% 0.20/0.44  % SAT variables: 12385
% 0.20/0.44  % SAT clauses: 19292
% 0.20/0.44  % WalkSAT solutions: 19289
% 0.20/0.44  % CDCL solutions: 0
% 0.20/0.44  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.44  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------