TSTP Solution File: SYN310-1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : SYN310-1 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n024.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  : 300s
% DateTime : Fri Sep  1 03:06:15 EDT 2023

% Result   : Unsatisfiable 1.42s 1.21s
% Output   : CNFRefutation 1.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   19 (  15 unt;   0 nHn;  19 RR)
%            Number of literals    :   23 (   0 equ;   5 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-1 aty)
%            Number of variables   :   12 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,negated_conjecture,
    ( ~ p(X0,X1,X2)
    | p(X2,X1,X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause1) ).

cnf(c_50,negated_conjecture,
    ( ~ p(X0,X1,X2)
    | p(X1,X0,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause2) ).

cnf(c_51,negated_conjecture,
    ( ~ p(X0,X1,g(X2))
    | p(X0,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause3) ).

cnf(c_52,negated_conjecture,
    ( ~ p(f(X0),X1,X2)
    | p(X0,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause4) ).

cnf(c_53,negated_conjecture,
    ~ p(a,b,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause5) ).

cnf(c_54,negated_conjecture,
    p(f(g(a)),f(g(b)),f(g(c))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause6) ).

cnf(c_135,plain,
    p(g(a),f(g(b)),f(g(c))),
    inference(superposition,[status(thm)],[c_54,c_52]) ).

cnf(c_162,plain,
    p(f(g(b)),g(a),f(g(c))),
    inference(superposition,[status(thm)],[c_135,c_50]) ).

cnf(c_177,plain,
    p(g(b),g(a),f(g(c))),
    inference(superposition,[status(thm)],[c_162,c_52]) ).

cnf(c_220,plain,
    p(f(g(c)),g(a),g(b)),
    inference(superposition,[status(thm)],[c_177,c_49]) ).

cnf(c_248,plain,
    p(f(g(c)),g(a),b),
    inference(superposition,[status(thm)],[c_220,c_51]) ).

cnf(c_292,plain,
    p(g(c),g(a),b),
    inference(superposition,[status(thm)],[c_248,c_52]) ).

cnf(c_325,plain,
    p(b,g(a),g(c)),
    inference(superposition,[status(thm)],[c_292,c_49]) ).

cnf(c_376,plain,
    p(b,g(a),c),
    inference(superposition,[status(thm)],[c_325,c_51]) ).

cnf(c_398,plain,
    p(g(a),b,c),
    inference(superposition,[status(thm)],[c_376,c_50]) ).

cnf(c_425,plain,
    p(c,b,g(a)),
    inference(superposition,[status(thm)],[c_398,c_49]) ).

cnf(c_458,plain,
    p(c,b,a),
    inference(superposition,[status(thm)],[c_425,c_51]) ).

cnf(c_478,plain,
    p(a,b,c),
    inference(superposition,[status(thm)],[c_458,c_49]) ).

cnf(c_479,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_478,c_53]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.14  % Problem  : SYN310-1 : TPTP v8.1.2. Released v1.2.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.12/0.34  % Computer : n024.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  : 300
% 0.12/0.34  % DateTime : Sat Aug 26 20:26:39 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.17/0.48  Running first-order theorem proving
% 0.17/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 1.42/1.21  % SZS status Started for theBenchmark.p
% 1.42/1.21  % SZS status Unsatisfiable for theBenchmark.p
% 1.42/1.21  
% 1.42/1.21  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.42/1.21  
% 1.42/1.21  ------  iProver source info
% 1.42/1.21  
% 1.42/1.21  git: date: 2023-05-31 18:12:56 +0000
% 1.42/1.21  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.42/1.21  git: non_committed_changes: false
% 1.42/1.21  git: last_make_outside_of_git: false
% 1.42/1.21  
% 1.42/1.21  ------ Parsing...successful
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 1.42/1.21  
% 1.42/1.21  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.42/1.21  ------ Proving...
% 1.42/1.21  ------ Problem Properties 
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  clauses                                 6
% 1.42/1.21  conjectures                             6
% 1.42/1.21  EPR                                     3
% 1.42/1.21  Horn                                    6
% 1.42/1.21  unary                                   2
% 1.42/1.21  binary                                  4
% 1.42/1.21  lits                                    10
% 1.42/1.21  lits eq                                 0
% 1.42/1.21  fd_pure                                 0
% 1.42/1.21  fd_pseudo                               0
% 1.42/1.21  fd_cond                                 0
% 1.42/1.21  fd_pseudo_cond                          0
% 1.42/1.21  AC symbols                              0
% 1.42/1.21  
% 1.42/1.21  ------ Schedule dynamic 5 is on 
% 1.42/1.21  
% 1.42/1.21  ------ no equalities: superposition off 
% 1.42/1.21  
% 1.42/1.21  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  ------ 
% 1.42/1.21  Current options:
% 1.42/1.21  ------ 
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  ------ Proving...
% 1.42/1.21  
% 1.42/1.21  
% 1.42/1.21  % SZS status Unsatisfiable for theBenchmark.p
% 1.42/1.21  
% 1.42/1.21  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.42/1.21  
% 1.42/1.21  
%------------------------------------------------------------------------------