TSTP Solution File: GRP030-1 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n014.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:40 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ product(a,identity,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_identity_is_a_right_identity)]) ).

cnf(g1,plain,
    product(identity,identity,identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_identity)]) ).

cnf(g2,plain,
    product(identity,a,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_identity)]) ).

cnf(g3,plain,
    product(inverse(a),a,identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_inverse)]) ).

cnf(g4,plain,
    ( ~ product(inverse(inverse(a)),inverse(a),identity)
    | ~ product(inverse(a),a,identity)
    | ~ product(identity,a,a)
    | product(inverse(inverse(a)),identity,a) ),
    inference(ground_cnf,[],[file('Axioms/GRP002-0.ax',associativity1)]) ).

cnf(g5,plain,
    product(inverse(inverse(a)),inverse(a),identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_inverse)]) ).

cnf(g6,plain,
    ( ~ product(inverse(inverse(a)),identity,a)
    | ~ product(inverse(inverse(a)),identity,a)
    | ~ product(identity,identity,identity)
    | product(a,identity,a) ),
    inference(ground_cnf,[],[file('Axioms/GRP002-0.ax',associativity2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GRP030-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n014.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 : Tue Jun 14 02:13:51 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 7
% 0.12/0.34  % clauses: 13
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 102
% 0.12/0.34  % maximum path limit: 3
% 0.12/0.34  % literal attempts: 4638
% 0.12/0.34  % depth failures: 2749
% 0.12/0.34  % regularity failures: 45
% 0.12/0.34  % tautology failures: 75
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 4543
% 0.12/0.34  % SAT variables: 1060
% 0.12/0.34  % SAT clauses: 2248
% 0.12/0.34  % WalkSAT solutions: 2244
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------