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

View Problem - Process Solution

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

% Computer : n007.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:34 EDT 2022

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

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

cnf(g1,plain,
    product(inverse(a),inverse(b),d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',inverse_a_times_inverse_b_is_d)]) ).

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

cnf(g3,plain,
    product(a,b,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b_is_c)]) ).

cnf(g4,plain,
    ( ~ product(inverse(a),inverse(b),d)
    | product(a,d,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',inverses_have_property)]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : GRP013-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n007.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 : Mon Jun 13 11:02:09 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.37  % symbols: 10
% 0.12/0.37  % clauses: 19
% 0.12/0.37  % start clauses: 1
% 0.12/0.37  % iterative deepening steps: 452
% 0.12/0.37  % maximum path limit: 3
% 0.12/0.37  % literal attempts: 46048
% 0.12/0.37  % depth failures: 29125
% 0.12/0.37  % regularity failures: 410
% 0.12/0.37  % tautology failures: 1155
% 0.12/0.37  % reductions: 0
% 0.12/0.37  % extensions: 45757
% 0.12/0.37  % SAT variables: 10451
% 0.12/0.37  % SAT clauses: 20984
% 0.12/0.37  % WalkSAT solutions: 20987
% 0.12/0.37  % CDCL solutions: 0
% 0.12/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------