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

View Problem - Process Solution

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

% Computer : n032.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:09 EDT 2022

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

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

cnf(g1,plain,
    product(a,additive_identity,multiply(a,additive_identity)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_multiplication)]) ).

cnf(g2,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity1)]) ).

cnf(g3,plain,
    sum(additive_identity,multiply(a,additive_identity),multiply(a,additive_identity)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity1)]) ).

cnf(g4,plain,
    sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_inverse1)]) ).

cnf(g5,plain,
    ( ~ sum(additive_identity,additive_identity,additive_identity)
    | ~ sum(multiply(a,additive_identity),multiply(a,additive_identity),additive_identity)
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | product(a,additive_identity,additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity2)]) ).

cnf(g6,plain,
    ( ~ sum(additive_identity,additive_identity,additive_identity)
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | sum(multiply(a,additive_identity),multiply(a,additive_identity),multiply(a,additive_identity)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity1)]) ).

cnf(g7,plain,
    ( ~ sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),multiply(a,additive_identity))
    | ~ sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity)
    | ~ sum(multiply(a,additive_identity),multiply(a,additive_identity),multiply(a,additive_identity))
    | sum(multiply(a,additive_identity),multiply(a,additive_identity),additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition2)]) ).

cnf(g8,plain,
    ( ~ sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity)
    | ~ sum(multiply(a,additive_identity),multiply(a,additive_identity),multiply(a,additive_identity))
    | ~ sum(additive_identity,multiply(a,additive_identity),multiply(a,additive_identity))
    | sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),multiply(a,additive_identity)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.10  % Problem  : RNG001-3 : TPTP v8.1.0. Released v1.0.0.
% 0.02/0.10  % Command  : satcop --statistics %s
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit : 300
% 0.10/0.29  % WCLimit  : 600
% 0.10/0.29  % DateTime : Mon May 30 10:00:27 EDT 2022
% 0.10/0.30  % CPUTime  : 
% 0.10/0.31  % symbols: 8
% 0.10/0.31  % clauses: 8
% 0.10/0.31  % start clauses: 1
% 0.10/0.31  % iterative deepening steps: 148
% 0.10/0.31  % maximum path limit: 4
% 0.10/0.31  % literal attempts: 5344
% 0.10/0.31  % depth failures: 2618
% 0.10/0.31  % regularity failures: 1
% 0.10/0.31  % tautology failures: 27
% 0.10/0.31  % reductions: 0
% 0.10/0.31  % extensions: 5241
% 0.10/0.31  % SAT variables: 405
% 0.10/0.31  % SAT clauses: 1190
% 0.10/0.31  % WalkSAT solutions: 1187
% 0.10/0.31  % CDCL solutions: 0
% 0.10/0.31  % SZS status Unsatisfiable for theBenchmark
% 0.10/0.31  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------