TSTP Solution File: GRP036-3 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n012.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:42 EDT 2022

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

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

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

cnf(g2,plain,
    ( ~ product(another_identity,identity,identity)
    | ~ product(another_identity,identity,another_identity)
    | sPE(identity,another_identity) ),
    inference(ground_cnf,[],[file('Axioms/GRP003-0.ax',total_function2)]) ).

cnf(g3,plain,
    ( ~ subgroup_member(identity)
    | product(another_identity,identity,identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',another_left_identity)]) ).

cnf(g4,plain,
    ( ~ product(another_identity,inverse(another_identity),identity)
    | ~ subgroup_member(another_identity)
    | ~ subgroup_member(another_identity)
    | subgroup_member(identity) ),
    inference(ground_cnf,[],[file('Axioms/GRP003-2.ax',closure_of_product_and_inverse)]) ).

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

cnf(g6,plain,
    subgroup_member(another_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',another_identity_in_subgroup)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GRP036-3 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n012.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 18:04:10 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 9
% 0.12/0.34  % clauses: 24
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 89
% 0.12/0.34  % maximum path limit: 3
% 0.12/0.34  % literal attempts: 2902
% 0.12/0.34  % depth failures: 1737
% 0.12/0.34  % regularity failures: 134
% 0.12/0.34  % tautology failures: 226
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 2822
% 0.12/0.34  % SAT variables: 687
% 0.12/0.34  % SAT clauses: 1360
% 0.12/0.34  % WalkSAT solutions: 1353
% 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
%------------------------------------------------------------------------------