TSTP Solution File: LCL040-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL040-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %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  : 300s
% DateTime : Thu Aug 31 07:36:52 EDT 2023

% Result   : Unsatisfiable 36.21s 5.05s
% Output   : CNFRefutation 36.21s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named condensed_detachment)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ is_a_theorem(implies(X,Y))
    | ~ is_a_theorem(X)
    | is_a_theorem(Y) ),
    inference(cnf_transformation,[],[condensed_detachment]) ).

cnf('2',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(X,Y),implies(X,Z)))),
    inference(cnf_transformation,[],[cn_35]) ).

cnf('3',plain,
    ( is_a_theorem(implies(implies(X,Y),implies(X,Z)))
    | ~ is_a_theorem(implies(X,implies(Y,Z))) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ is_a_theorem(implies(X,implies(Y,Z)))
    | ~ is_a_theorem(implies(X,Y))
    | is_a_theorem(implies(X,Z)) ),
    inference(resolution,[],['3','1']) ).

cnf('5',plain,
    is_a_theorem(implies(X,implies(Y,X))),
    inference(cnf_transformation,[],[cn_18]) ).

cnf('6',plain,
    ( is_a_theorem(implies(X,Y))
    | ~ is_a_theorem(Y) ),
    inference(resolution,[],['1','5']) ).

cnf('7',plain,
    ( ~ is_a_theorem(implies(X,Y))
    | ~ is_a_theorem(implies(Z,X))
    | is_a_theorem(implies(Z,Y)) ),
    inference(resolution,[],['4','6']) ).

cnf('8',plain,
    ~ is_a_theorem(implies(implies(a,implies(b,c)),implies(b,implies(a,c)))),
    inference(cnf_transformation,[],[prove_cn_21]) ).

cnf('9',plain,
    ( ~ is_a_theorem(implies(implies(a,implies(b,c)),X))
    | ~ is_a_theorem(implies(X,implies(b,implies(a,c)))) ),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    ~ is_a_theorem(implies(implies(implies(a,b),implies(a,c)),implies(b,implies(a,c)))),
    inference(resolution,[],['9','2']) ).

cnf('11',plain,
    ( ~ is_a_theorem(implies(implies(implies(a,b),implies(a,c)),X))
    | ~ is_a_theorem(implies(X,implies(b,implies(a,c)))) ),
    inference(resolution,[],['10','7']) ).

cnf('12',plain,
    ~ is_a_theorem(implies(implies(X,implies(implies(a,b),implies(a,c))),implies(b,implies(a,c)))),
    inference(resolution,[],['11','5']) ).

cnf('13',plain,
    ( ~ is_a_theorem(implies(X,Y))
    | ~ is_a_theorem(implies(Y,Z))
    | ~ is_a_theorem(X)
    | is_a_theorem(Z) ),
    inference(resolution,[],['7','1']) ).

cnf('14',plain,
    ( ~ is_a_theorem(implies(implies(X,Y),Z))
    | ~ is_a_theorem(Y)
    | is_a_theorem(Z) ),
    inference(resolution,[],['13','5']) ).

cnf('15',plain,
    ( ~ is_a_theorem(implies(X,implies(Y,Z)))
    | is_a_theorem(implies(X,Z))
    | ~ is_a_theorem(Y) ),
    inference(resolution,[],['14','3']) ).

cnf('16',plain,
    ( is_a_theorem(implies(implies(X,implies(Y,Z)),implies(X,Z)))
    | ~ is_a_theorem(implies(X,Y)) ),
    inference(resolution,[],['15','2']) ).

cnf('17',plain,
    is_a_theorem(implies(X0,implies(X1,X0))),
    inference(cnf_transformation,[],[cn_18]) ).

cnf('18',plain,
    $false,
    inference(resolution,[then_simplify],['12','16','17']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : LCL040-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.09  % Command  : gkc %s
% 0.11/0.28  % Computer : n032.cluster.edu
% 0.11/0.28  % Model    : x86_64 x86_64
% 0.11/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.28  % Memory   : 8042.1875MB
% 0.11/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.28  % CPULimit : 300
% 0.11/0.28  % WCLimit  : 300
% 0.11/0.28  % DateTime : Thu Aug 24 18:00:57 EDT 2023
% 0.11/0.29  % CPUTime  : 
% 0.13/0.33  
% 0.13/0.33  input clause set summed statistics:
% 0.13/0.33  ----------------------------------
% 0.13/0.33  in_clause_count:                     7
% 0.13/0.33  in_rule_clause_count:                7
% 0.13/0.33  in_fact_clause_count:                0
% 0.13/0.33  in_answer_clause_count:              0
% 0.13/0.33  in_ground_clause_count:              1
% 0.13/0.33  in_unit_clause_count:                6
% 0.13/0.33  in_horn_clause_count:                7
% 0.13/0.33  in_pos_clause_count:                 5
% 0.13/0.33  in_neg_clause_count:                 1
% 0.13/0.33  in_poseq_clause_count:               0
% 0.13/0.33  in_negeq_clause_count:               0
% 0.13/0.33  in_unitposeq_clause_count:           0
% 0.13/0.33  in_chain_clause_count:               0
% 0.13/0.33  in_min_length:             1
% 0.13/0.33  in_max_length:             3
% 0.13/0.33  in_min_depth:              2
% 0.13/0.33  in_max_depth:              4
% 0.13/0.33  in_min_size:               6
% 0.13/0.33  in_max_size:              14
% 0.13/0.33  in_min_vars:               0
% 0.13/0.33  in_max_vars:               3
% 0.13/0.33  in_extaxiom_count:                 0
% 0.13/0.33  in_axiom_count:                    6
% 0.13/0.33  in_assumption_count:               0
% 0.13/0.33  in_goal_count:                     1
% 0.13/0.33  in_neg_goal_count:                 1
% 0.13/0.33  in_pos_goal_count:                 0
% 0.13/0.33  in_posunit_goal_count:             0
% 0.13/0.33  
% 0.13/0.33  auto guide:
% 0.13/0.33  -----------
% 0.13/0.33  {
% 0.13/0.33  "print":1,
% 0.13/0.33  "print_level": 15,
% 0.13/0.33  "max_size": 0,
% 0.13/0.33  "max_depth": 0,
% 0.13/0.33  "max_length": 0,
% 0.13/0.33  "max_dseconds": 0,
% 0.13/0.33  "equality":0,
% 0.13/0.33  "runs":[
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.33  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.33  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.33  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.33  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.33  
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.33  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.13/0.33  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.33  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.33  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.33  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.33  
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.33  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.33  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.13/0.33  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.33  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.33  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.33  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.33  
% 0.13/0.33  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.33  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.33  
% 0.13/0.33  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.33  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.13/0.33  
% 0.13/0.33  ]}
% 0.13/0.33  
% 0.13/0.33  
% 0.13/0.33  **** run 1 fork 0 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.33  
% 0.13/0.33  **** run 2 fork 1 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.13/0.33  
% 0.13/0.33  **** run 3 fork 2 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.33  
% 0.13/0.33  **** run 4 fork 3 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.13/0.33  
% 0.13/0.33  **** run 5 fork 4 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.13/0.33  
% 0.13/0.33  **** run 6 fork 5 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.13/0.33  
% 0.13/0.33  **** run 7 fork 6 starts with strategy
% 0.13/0.33  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.34  
% 0.13/0.34  **** run 8 fork 7 starts with strategy
% 0.13/0.34  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.45  
% 0.13/0.45  fork 1: search finished without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 3: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 6: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 5: search terminated without proof.
% 0.13/0.46  
% 0.13/0.46  
% 0.13/0.46  fork 2: search terminated without proof.
% 0.13/0.46  
% 0.13/0.46  fork 7: search finished without proof.
% 0.13/0.46  
% 0.13/0.46  
% 0.13/0.46  fork 0: search terminated without proof.
% 0.13/0.46  
% 0.13/0.46  
% 0.13/0.46  fork 4: search terminated without proof.
% 0.13/0.47  
% 0.13/0.47  **** run 10 fork 1 starts with strategy
% 0.13/0.47  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.47  
% 0.13/0.47  **** run 15 fork 6 starts with strategy
% 0.13/0.47  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.13/0.47  
% 0.13/0.47  **** run 12 fork 3 starts with strategy
% 0.13/0.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.47  
% 0.13/0.47  **** run 14 fork 5 starts with strategy
% 0.13/0.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.48  
% 0.13/0.48  **** run 11 fork 2 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.13/0.48  
% 0.13/0.48  **** run 16 fork 7 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.48  
% 0.13/0.48  **** run 9 fork 0 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.49  
% 0.13/0.49  **** run 13 fork 4 starts with strategy
% 0.13/0.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.58  
% 0.13/0.58  fork 6: search finished without proof.
% 0.13/0.58  
% 0.13/0.58  
% 0.13/0.58  fork 1: search terminated without proof.
% 0.13/0.59  
% 0.13/0.59  
% 0.13/0.59  fork 3: search terminated without proof.
% 0.13/0.59  
% 0.13/0.59  
% 0.13/0.59  fork 5: search terminated without proof.
% 0.13/0.59  
% 0.13/0.59  fork 7: search finished without proof.
% 0.13/0.59  
% 0.13/0.59  
% 0.13/0.59  fork 2: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  **** run 23 fork 6 starts with strategy
% 0.13/0.60  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 0: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 4: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  **** run 18 fork 1 starts with strategy
% 0.13/0.60  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.13/0.61  
% 0.13/0.61  **** run 20 fork 3 starts with strategy
% 0.13/0.61  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.13/0.61  
% 0.13/0.61  **** run 22 fork 5 starts with strategy
% 0.13/0.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.61  
% 0.13/0.61  **** run 24 fork 7 starts with strategy
% 0.13/0.61  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.13/0.61  
% 0.13/0.61  **** run 19 fork 2 starts with strategy
% 0.13/0.61  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.13/0.62  
% 0.13/0.62  **** run 17 fork 0 starts with strategy
% 0.13/0.62  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.13/0.63  
% 0.13/0.63  **** run 21 fork 4 starts with strategy
% 0.13/0.63  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.13/0.70  
% 0.13/0.70  fork 3: search finished without proof.
% 0.13/0.71  
% 0.13/0.71  
% 0.13/0.71  fork 6: search terminated without proof.
% 0.13/0.72  
% 0.13/0.72  **** run 28 fork 3 starts with strategy
% 0.13/0.72  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.13/0.73  
% 0.13/0.73  **** run 31 fork 6 starts with strategy
% 0.13/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.13/0.73  
% 0.13/0.73  
% 0.13/0.73  fork 1: search terminated without proof.
% 0.13/0.74  
% 0.13/0.74  fork 5: search finished without proof.
% 0.13/0.75  
% 0.13/0.75  **** run 26 fork 1 starts with strategy
% 0.13/0.75  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.13/0.75  
% 0.13/0.75  
% 0.13/0.75  fork 0: search terminated without proof.
% 0.13/0.76  
% 0.13/0.76  fork 4: search finished without proof.
% 0.13/0.76  
% 0.13/0.76  **** run 30 fork 5 starts with strategy
% 0.13/0.76  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.13/0.76  
% 0.13/0.76  fork 7: search finished without proof.
% 0.13/0.77  
% 0.13/0.77  
% 0.13/0.77  fork 2: search terminated without proof.
% 0.13/0.77  
% 0.13/0.77  **** run 25 fork 0 starts with strategy
% 0.13/0.77  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.13/0.78  
% 0.13/0.78  **** run 29 fork 4 starts with strategy
% 0.13/0.78  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 0.13/0.78  
% 0.13/0.78  **** run 32 fork 7 starts with strategy
% 0.13/0.78  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.13/0.80  
% 0.13/0.80  **** run 27 fork 2 starts with strategy
% 0.13/0.80  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 3.43/0.84  
% 3.43/0.84  
% 3.43/0.84  fork 3: search terminated without proof.
% 3.43/0.85  
% 3.43/0.85  **** run 36 fork 3 starts with strategy
% 3.43/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.43/0.87  
% 3.43/0.87  fork 1: search finished without proof.
% 3.43/0.87  
% 3.43/0.87  fork 5: search finished without proof.
% 3.43/0.88  
% 3.43/0.88  **** run 34 fork 1 starts with strategy
% 3.43/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.43/0.89  
% 3.43/0.89  **** run 38 fork 5 starts with strategy
% 3.43/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 3.43/0.89  
% 3.43/0.89  
% 3.43/0.89  fork 0: search terminated without proof.
% 3.43/0.90  
% 3.43/0.90  fork 7: search finished without proof.
% 3.43/0.90  
% 3.43/0.90  fork 4: search finished without proof.
% 4.51/0.91  
% 4.51/0.91  **** run 33 fork 0 starts with strategy
% 4.51/0.91  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.51/0.91  
% 4.51/0.91  fork 6: search finished without proof.
% 4.51/0.92  
% 4.51/0.92  **** run 40 fork 7 starts with strategy
% 4.51/0.92  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.51/0.92  **** run 37 fork 4 starts with strategy
% 4.51/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.51/0.92  
% 4.51/0.93  
% 4.51/0.93  fork 0: search finished without proof.
% 4.71/0.93  
% 4.71/0.93  **** run 39 fork 6 starts with strategy
% 4.71/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.71/0.94  
% 4.71/0.94  
% 4.71/0.94  fork 2: search terminated without proof.
% 4.71/0.95  
% 4.71/0.95  **** run 41 fork 0 starts with strategy
% 4.71/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.71/0.95  
% 4.71/0.95  fork 6: search finished without proof.
% 4.71/0.96  
% 4.71/0.96  **** run 35 fork 2 starts with strategy
% 4.71/0.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.71/0.97  
% 4.71/0.97  **** run 47 fork 6 starts with strategy
% 4.71/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.71/0.98  
% 4.71/0.98  
% 4.71/0.98  fork 3: search terminated without proof.
% 4.71/1.00  
% 4.71/1.00  **** run 44 fork 3 starts with strategy
% 4.71/1.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 4.71/1.00  
% 4.71/1.00  fork 5: search finished without proof.
% 4.71/1.01  
% 4.71/1.01  
% 4.71/1.01  fork 1: search terminated without proof.
% 5.39/1.02  
% 5.39/1.02  **** run 46 fork 5 starts with strategy
% 5.39/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.39/1.02  
% 5.39/1.02  **** run 42 fork 1 starts with strategy
% 5.39/1.02  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 5.39/1.04  
% 5.39/1.04  fork 7: search finished without proof.
% 5.39/1.04  
% 5.39/1.04  
% 5.39/1.04  fork 4: search terminated without proof.
% 5.39/1.05  
% 5.39/1.05  **** run 48 fork 7 starts with strategy
% 5.39/1.05  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.39/1.06  
% 5.39/1.06  **** run 45 fork 4 starts with strategy
% 5.39/1.06  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 5.39/1.07  
% 5.39/1.07  fork 2: search finished without proof.
% 5.90/1.08  
% 5.90/1.08  **** run 43 fork 2 starts with strategy
% 5.90/1.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 12.60/1.99  
% 12.60/1.99  
% 12.60/1.99  fork 6: search terminated without proof.
% 12.60/2.02  
% 12.60/2.02  fork 1: search finished without proof.
% 12.60/2.02  
% 12.60/2.02  **** run 55 fork 6 starts with strategy
% 12.60/2.02  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 12.60/2.02  
% 12.60/2.02  fork 7: search finished without proof.
% 12.60/2.02  
% 12.60/2.02  
% 12.60/2.02  fork 3: search terminated without proof.
% 13.03/2.04  
% 13.03/2.04  **** run 50 fork 1 starts with strategy
% 13.03/2.04  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.03/2.04  
% 13.03/2.04  **** run 56 fork 7 starts with strategy
% 13.03/2.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.03/2.04  
% 13.03/2.04  
% 13.03/2.04  fork 5: search terminated without proof.
% 13.03/2.04  
% 13.03/2.04  **** run 52 fork 3 starts with strategy
% 13.03/2.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.15/2.05  
% 13.15/2.05  
% 13.15/2.05  fork 0: search terminated without proof.
% 13.15/2.07  
% 13.15/2.07  **** run 54 fork 5 starts with strategy
% 13.15/2.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.15/2.08  
% 13.15/2.08  **** run 49 fork 0 starts with strategy
% 13.15/2.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.15/2.21  
% 13.15/2.21  
% 13.15/2.21  fork 4: search terminated without proof.
% 14.14/2.23  
% 14.14/2.23  **** run 53 fork 4 starts with strategy
% 14.14/2.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 15.71/2.40  
% 15.71/2.40  
% 15.71/2.40  fork 2: search terminated without proof.
% 16.04/2.43  
% 16.04/2.43  **** run 51 fork 2 starts with strategy
% 16.04/2.43  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 19.99/2.98  
% 19.99/2.98  fork 6: search finished without proof.
% 19.99/3.00  
% 19.99/3.00  **** run 63 fork 6 starts with strategy
% 19.99/3.00  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 20.55/3.04  
% 20.55/3.04  fork 7: search finished without proof.
% 20.55/3.06  
% 20.55/3.06  **** run 64 fork 7 starts with strategy
% 20.55/3.06  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 20.99/3.10  
% 20.99/3.10  
% 20.99/3.10  fork 5: search terminated without proof.
% 20.99/3.12  
% 20.99/3.12  **** run 62 fork 5 starts with strategy
% 20.99/3.12  
% 20.99/3.12  
% 20.99/3.12  fork 0: search terminated without proof.
% 20.99/3.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.99/3.12  
% 20.99/3.12  
% 20.99/3.12  fork 3: search terminated without proof.
% 20.99/3.13  
% 20.99/3.13  
% 20.99/3.13  fork 1: search terminated without proof.
% 20.99/3.14  
% 20.99/3.14  **** run 60 fork 3 starts with strategy
% 20.99/3.14  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 20.99/3.15  
% 20.99/3.15  **** run 57 fork 0 starts with strategy
% 20.99/3.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 21.67/3.15  
% 21.67/3.15  **** run 58 fork 1 starts with strategy
% 21.67/3.15  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 22.37/3.29  
% 22.37/3.29  
% 22.37/3.29  fork 4: search terminated without proof.
% 22.37/3.31  
% 22.37/3.31  **** run 61 fork 4 starts with strategy
% 22.37/3.31  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 24.06/3.46  
% 24.06/3.46  
% 24.06/3.46  fork 2: search terminated without proof.
% 24.06/3.48  
% 24.06/3.48  **** run 59 fork 2 starts with strategy
% 24.06/3.48  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 28.37/4.02  
% 28.37/4.02  fork 7: search finished without proof.
% 28.46/4.03  
% 28.46/4.03  **** run 72 fork 7 starts with strategy
% 28.46/4.03  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 28.46/4.04  
% 28.46/4.04  
% 28.46/4.04  fork 6: search terminated without proof.
% 28.46/4.06  
% 28.46/4.06  **** run 71 fork 6 starts with strategy
% 28.46/4.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 28.46/4.07  
% 28.46/4.07  fork 3: search finished without proof.
% 28.46/4.08  
% 28.46/4.08  **** run 68 fork 3 starts with strategy
% 28.46/4.08  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 28.46/4.10  
% 28.46/4.10  fork 5: search finished without proof.
% 28.46/4.12  
% 28.46/4.12  **** run 70 fork 5 starts with strategy
% 28.46/4.12  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.46/4.20  
% 28.46/4.20  
% 28.46/4.20  fork 1: search terminated without proof.
% 28.46/4.22  
% 28.46/4.22  **** run 66 fork 1 starts with strategy
% 28.46/4.22  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 28.46/4.23  
% 28.46/4.23  
% 28.46/4.23  fork 0: search terminated without proof.
% 29.65/4.25  
% 29.65/4.25  **** run 65 fork 0 starts with strategy
% 29.65/4.25  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 29.65/4.30  
% 29.65/4.30  fork 4: search finished without proof.
% 29.65/4.31  
% 29.65/4.31  **** run 69 fork 4 starts with strategy
% 29.65/4.31  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 32.73/4.59  
% 32.73/4.59  
% 32.73/4.59  fork 2: search terminated without proof.
% 32.73/4.61  
% 32.73/4.61  **** run 67 fork 2 starts with strategy
% 32.73/4.61  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 35.01/5.00  
% 35.01/5.00  fork 7: search finished without proof.
% 35.01/5.02  
% 35.01/5.02  **** run 80 fork 7 starts with strategy
% 35.01/5.02  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 36.21/5.05  
% 36.21/5.05  
% 36.21/5.05  result: proof found
% 36.21/5.05  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 36.21/5.05  by run 65 fork 0 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.21/5.05  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 36.21/5.05  
% 36.21/5.05  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 36.21/5.05  
% 36.21/5.05  run 65 fork 0 statistics:
% 36.21/5.05  ----------------------------------
% 36.21/5.05  this run seconds: 0.648756
% 36.21/5.05  total seconds: 4.436761
% 36.21/5.05  stat_given_used: 4609
% 36.21/5.05  stat_given_used_at_endgame: 0
% 36.21/5.05  stat_given_candidates:   15637
% 36.21/5.05  stat_given_candidates_at_endgame: 0
% 36.21/5.05  stat_given_candidates_h: 0
% 36.21/5.05  stat_binres_derived_cl:   43993
% 36.21/5.05  stat_binres_derived_cl_h: 0
% 36.21/5.05  stat_factor_derived_cl: 510
% 36.21/5.05  stat_para_derived_cl: 0
% 36.21/5.05  stat_tautologies_discarded: 52
% 36.21/5.05  stat_forward_subsumed: 11589
% 36.21/5.05  stat_derived_cut: 353
% 36.21/5.05  stat_derived_rewritten: 0
% 36.21/5.05  stat_weight_discarded_building: 0
% 36.21/5.05  stat_weight_discarded_cl: 3140
% 36.21/5.05  stat_internlimit_discarded_cl: 0
% 36.21/5.05  stat_simplified:  54 simplified 0 derived 0 given
% 36.21/5.05  stat_kept_cl: 29721
% 36.21/5.05  stat_built_cl: 42133
% 36.21/5.05  stat_hyperres_partial_cl: 0
% 36.21/5.05  stat_made_rewriters: 0
% 36.21/5.05  stat_backward_subsumed: 0
% 36.21/5.05  stat_propagated_subsumed: 0
% 36.21/5.05  stat_clsubs_attempted:                    987983
% 36.21/5.05  stat_clsubs_fact_groundunit_found:             0
% 36.21/5.05  stat_clsubs_rule_groundunit_found:            48
% 36.21/5.05  stat_clsubs_top_meta_attempted:           17356595
% 36.21/5.05  stat_clsubs_top_meta_failed:              16368612
% 36.21/5.05  stat_clsubs_top_meta_nonpref_attempted:            17356595
% 36.21/5.05  stat_clsubs_top_meta_nonpref_succeeded:             2998476
% 36.21/5.05  stat_clsubs_top_meta_pref_attempted:                2998476
% 36.21/5.05  stat_clsubs_top_meta_pref1_succeeded:               2813804
% 36.21/5.05  stat_clsubs_top_meta_pref2_succeeded:               2039763
% 36.21/5.05  stat_clsubs_top_meta_pref3_succeeded:                987983
% 36.21/5.05  stat_clsubs_top_meta_pref_succeeded:                 987983
% 36.21/5.05  stat_clsubs_meta_attempted:              1797058
% 36.21/5.05  stat_clsubs_meta_failed:                  837886
% 36.21/5.05  stat_clsubs_predsymbs_attempted:               0
% 36.21/5.05  stat_clsubs_unit_attempted:               237162
% 36.21/5.05  stat_clsubs_full_attempted:               750821
% 36.21/5.05  stat_forwardsubs_attempted:                44451
% 36.21/5.05  stat_lit_hash_added:                  31465
% 36.21/5.05  stat_lit_hash_computed:              273955
% 36.21/5.05  stat_lit_hash_match_found:            11704
% 36.21/5.05  stat_lit_hash_match_miss:            314967
% 36.21/5.05  stat_lit_hash_cut_ok:                    63
% 36.21/5.05  stat_lit_strong_cut_ok:                 290
% 36.21/5.05  stat_lit_hash_subsume_ok:             11589
% 36.21/5.05  clqueue els 10000000 used 1
% 36.21/5.05  clactive els 10000000 used 4610
% 36.21/5.05  clactivesubsume els 10000000 used 25003
% 36.21/5.05  queue_termbuf els 200000000 used 2099057
% 36.21/5.05  hyper_termbuf els 100000000 used 1
% 36.21/5.05  active_termbuf els 100000000 used 246719
% 36.21/5.05  varstack els 5000 last used 1
% 36.21/5.05  given_termbuf els 10000000 last used 1
% 36.21/5.05  simplified_termbuf els 10000000 last used 1
% 36.21/5.05  derived_termbuf els 10000000 last used 35
% 36.21/5.05  wr_mallocs: 25929
% 36.21/5.05  wr_callocs: 21
% 36.21/5.05  wr_reallocs: 5670
% 36.21/5.05  wr_frees: 2
% 36.21/5.05  wr_malloc_bytes: 4163526932
% 36.21/5.05  wr_calloc_bytes: 112065536
% 36.21/5.05  wr_realloc_bytes: 1808936
% 36.21/5.05  wr_realloc_freebytes: 0
% 36.21/5.05  ----------------------------------
%------------------------------------------------------------------------------