TSTP Solution File: GRP043-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n025.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 : Sat Jul 16 11:31:45 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ equalish(a,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_transitivity)]) ).

cnf(g1,plain,
    ( ~ product(identity,a,a)
    | ~ product(identity,a,c)
    | equalish(a,c) ),
    inference(ground_cnf,[],[file('Axioms/GRP005-0.ax',total_function2)]) ).

cnf(g2,plain,
    product(identity,a,a),
    inference(ground_cnf,[],[file('Axioms/GRP005-0.ax',left_identity)]) ).

cnf(g3,plain,
    ( ~ product(identity,a,b)
    | ~ equalish(b,c)
    | product(identity,a,c) ),
    inference(ground_cnf,[],[file('Axioms/GRP005-0.ax',product_substitution3)]) ).

cnf(g4,plain,
    equalish(b,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_equals_c)]) ).

cnf(g5,plain,
    ( ~ product(identity,a,a)
    | ~ equalish(a,b)
    | product(identity,a,b) ),
    inference(ground_cnf,[],[file('Axioms/GRP005-0.ax',product_substitution3)]) ).

cnf(g6,plain,
    equalish(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_equals_b)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : GRP043-2 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n025.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.35  % DateTime : Mon Jun 13 17:42:39 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % symbols: 10
% 0.13/0.36  % clauses: 10
% 0.13/0.36  % start clauses: 1
% 0.13/0.36  % iterative deepening steps: 165
% 0.13/0.36  % maximum path limit: 4
% 0.13/0.36  % literal attempts: 3952
% 0.13/0.36  % depth failures: 2166
% 0.13/0.36  % regularity failures: 1
% 0.13/0.36  % tautology failures: 74
% 0.13/0.36  % reductions: 0
% 0.13/0.36  % extensions: 3803
% 0.13/0.36  % SAT variables: 1034
% 0.13/0.36  % SAT clauses: 2037
% 0.13/0.36  % WalkSAT solutions: 2034
% 0.13/0.36  % CDCL solutions: 0
% 0.13/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------