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

View Problem - Process Solution

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

% Computer : n010.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:27 EDT 2022

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

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

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n010.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jun 14 04:47:39 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.49  % symbols: 9
% 0.19/0.49  % clauses: 17
% 0.19/0.49  % start clauses: 2
% 0.19/0.49  % iterative deepening steps: 350
% 0.19/0.49  % maximum path limit: 3
% 0.19/0.49  % literal attempts: 104931
% 0.19/0.49  % depth failures: 62793
% 0.19/0.49  % regularity failures: 360
% 0.19/0.49  % tautology failures: 12438
% 0.19/0.49  % reductions: 20574
% 0.19/0.49  % extensions: 83794
% 0.19/0.49  % SAT variables: 12435
% 0.19/0.49  % SAT clauses: 32021
% 0.19/0.49  % WalkSAT solutions: 32021
% 0.19/0.49  % CDCL solutions: 0
% 0.19/0.49  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.49  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------