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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SWV001-1 : 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 : Wed Jul 20 21:27:12 EDT 2022

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

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

cnf(g1,plain,
    ( ~ less_or_equalish(a,a)
    | ~ less_or_equalish(a,a)
    | ~ less_or_equalish(b,a)
    | ~ q4(a,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_6)]) ).

cnf(g2,plain,
    ( ~ less_or_equalish(a,b)
    | ~ q1(a,b,c)
    | q2(a,b,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1)]) ).

cnf(g3,plain,
    ( ~ q1(a,b,c)
    | less_or_equalish(a,b)
    | q3(a,b,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_2)]) ).

cnf(g4,plain,
    ( less_or_equalish(a,a)
    | less_or_equalish(a,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_less_or_equal)]) ).

cnf(g5,plain,
    ( ~ less_or_equalish(b,b)
    | ~ less_or_equalish(a,b)
    | ~ less_or_equalish(b,b)
    | ~ q4(a,b,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_7)]) ).

cnf(g6,plain,
    less_or_equalish(b,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_or_equal_reflexivity)]) ).

cnf(g7,plain,
    ( less_or_equalish(a,b)
    | less_or_equalish(b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_less_or_equal)]) ).

cnf(g8,plain,
    ( ~ q3(a,b,c)
    | q4(a,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4)]) ).

cnf(g9,plain,
    ( ~ q2(a,b,c)
    | q4(a,b,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_3)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SWV001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.14  % Command  : satcop --statistics %s
% 0.14/0.36  % Computer : n017.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Tue Jun 14 22:42:24 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.37  % symbols: 11
% 0.14/0.37  % clauses: 14
% 0.14/0.37  % start clauses: 3
% 0.14/0.37  % iterative deepening steps: 48
% 0.14/0.37  % maximum path limit: 2
% 0.14/0.37  % literal attempts: 790
% 0.14/0.37  % depth failures: 450
% 0.14/0.37  % regularity failures: 13
% 0.14/0.37  % tautology failures: 3
% 0.14/0.37  % reductions: 45
% 0.14/0.37  % extensions: 616
% 0.14/0.37  % SAT variables: 129
% 0.14/0.37  % SAT clauses: 237
% 0.14/0.37  % WalkSAT solutions: 230
% 0.14/0.37  % CDCL solutions: 0
% 0.14/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------