TSTP Solution File: RNG006-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n017.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 : Mon Jul 18 20:40:10 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,bS_Ic,aPb_S_IaPc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_a_times_bS_Ic_is_aPb_S__IaPc)]) ).

cnf(g1,plain,
    sum(b,additive_inverse(c),bS_Ic),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_plus_inverse_c)]) ).

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

cnf(g3,plain,
    ( ~ sum(b,additive_inverse(c),bS_Ic)
    | ~ sum(aPb,additive_inverse(aPc),aPb_S_IaPc)
    | ~ product(a,b,aPb)
    | ~ product(a,additive_inverse(c),additive_inverse(aPc))
    | product(a,bS_Ic,aPb_S_IaPc) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity2)]) ).

cnf(g4,plain,
    sum(aPb,additive_inverse(aPc),aPb_S_IaPc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',aPb_plus_IaPc)]) ).

cnf(g5,plain,
    ( ~ product(a,c,aPc)
    | product(a,additive_inverse(c),additive_inverse(aPc)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_lemma1)]) ).

cnf(g6,plain,
    product(a,c,aPc),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_c)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : RNG006-2 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n017.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 May 30 19:33:40 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 16
% 0.12/0.34  % clauses: 36
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 106
% 0.12/0.34  % maximum path limit: 2
% 0.12/0.34  % literal attempts: 5987
% 0.12/0.34  % depth failures: 4822
% 0.12/0.34  % regularity failures: 0
% 0.12/0.34  % tautology failures: 24
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 5893
% 0.12/0.34  % SAT variables: 982
% 0.12/0.34  % SAT clauses: 2069
% 0.12/0.34  % WalkSAT solutions: 2066
% 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
%------------------------------------------------------------------------------