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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : LAT033-1 : TPTP v8.1.0. Bugfixed v2.5.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 : Sun Jul 17 06:38:32 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(join(xx,xx),xx),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',idempotence_of_join)]) ).

cnf(g1,plain,
    sPE(meet(xx,join(xx,xx)),xx),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',absorption1)]) ).

cnf(g2,plain,
    sPE(xx,xx),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    sPE(meet(join(xx,xx),xx),meet(xx,join(xx,xx))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_meet)]) ).

cnf(g4,plain,
    ( ~ sPE(xx,xx)
    | ~ sPE(meet(join(xx,xx),xx),xx)
    | sPE(join(xx,meet(join(xx,xx),xx)),join(xx,xx)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    ( ~ sPE(join(xx,meet(join(xx,xx),xx)),join(xx,meet(xx,join(xx,xx))))
    | ~ sPE(join(xx,meet(xx,join(xx,xx))),xx)
    | sPE(join(xx,meet(join(xx,xx),xx)),xx) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    ( ~ sPE(xx,xx)
    | ~ sPE(meet(join(xx,xx),xx),meet(xx,join(xx,xx)))
    | sPE(join(xx,meet(join(xx,xx),xx)),join(xx,meet(xx,join(xx,xx)))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    sPE(join(xx,meet(xx,join(xx,xx))),xx),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',absorption2)]) ).

cnf(g8,plain,
    ( ~ sPE(join(xx,xx),join(xx,meet(join(xx,xx),xx)))
    | ~ sPE(join(xx,meet(join(xx,xx),xx)),xx)
    | sPE(join(xx,xx),xx) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ sPE(join(xx,meet(join(xx,xx),xx)),join(xx,xx))
    | sPE(join(xx,xx),join(xx,meet(join(xx,xx),xx))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ sPE(meet(join(xx,xx),xx),meet(xx,join(xx,xx)))
    | ~ sPE(meet(xx,join(xx,xx)),xx)
    | sPE(meet(join(xx,xx),xx),xx) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : LAT033-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% 0.10/0.12  % Command  : satcop --statistics %s
% 0.12/0.32  % Computer : n010.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Wed Jun 29 08:57:49 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 13.45/2.06  % symbols: 5
% 13.45/2.06  % clauses: 12
% 13.45/2.06  % start clauses: 1
% 13.45/2.06  % iterative deepening steps: 400
% 13.45/2.06  % maximum path limit: 15
% 13.45/2.06  % literal attempts: 74149
% 13.45/2.06  % depth failures: 18167
% 13.45/2.06  % regularity failures: 9544
% 13.45/2.06  % tautology failures: 5893
% 13.45/2.06  % reductions: 0
% 13.45/2.06  % extensions: 74034
% 13.45/2.06  % SAT variables: 66216
% 13.45/2.06  % SAT clauses: 95112
% 13.45/2.06  % WalkSAT solutions: 95108
% 13.45/2.06  % CDCL solutions: 0
% 13.45/2.06  % SZS status Unsatisfiable for theBenchmark
% 13.45/2.06  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------