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

View Problem - Process Solution

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

% Computer : n015.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:32 EDT 2022

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

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

cnf(g1,plain,
    product(inverse(a),a,identity),
    inference(ground_cnf,[],[file('Axioms/GRP003-0.ax',left_inverse)]) ).

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

cnf(g3,plain,
    product(identity,b,b),
    inference(ground_cnf,[],[file('Axioms/GRP003-0.ax',left_identity)]) ).

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

cnf(g5,plain,
    product(a,b,identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_multiply_b_is_identity)]) ).

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

cnf(g7,plain,
    product(inverse(a),identity,inverse(a)),
    inference(ground_cnf,[],[file('Axioms/GRP003-0.ax',right_identity)]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GRP010-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n015.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Tue Jun 14 10:46:09 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.34  % symbols: 8
% 0.13/0.34  % clauses: 16
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 153
% 0.13/0.34  % maximum path limit: 3
% 0.13/0.34  % literal attempts: 6268
% 0.13/0.34  % depth failures: 3658
% 0.13/0.34  % regularity failures: 53
% 0.13/0.34  % tautology failures: 236
% 0.13/0.34  % reductions: 0
% 0.13/0.34  % extensions: 6149
% 0.13/0.34  % SAT variables: 1662
% 0.13/0.34  % SAT clauses: 3477
% 0.13/0.34  % WalkSAT solutions: 3475
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------