TSTP Solution File: COL076-2 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : COL076-2 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n002.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 : Wed Aug 30 18:27:19 EDT 2023

% Result   : Unsatisfiable 235.96s 30.48s
% Output   : CNFRefutation 235.96s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named k_definition)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    apply(apply(k,X),Y) = X,
    inference(cnf_transformation,[],[k_definition]) ).

cnf('2',plain,
    apply(pair(X,Y),Z) = pair(apply(X,Z),apply(Y,Z)),
    inference(cnf_transformation,[],[pairwise_application]) ).

cnf('3',plain,
    apply(pair(X,apply(k,Y)),Z) = pair(apply(X,Z),Y),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    apply(apply(f,X),Y) = apply(X,X),
    inference(cnf_transformation,[],[diagonal_combinator]) ).

cnf('5',plain,
    ( apply(X,n(X,Y)) != apply(Y,n(X,Y))
    | X = Y ),
    inference(cnf_transformation,[],[extensionality2]) ).

cnf('6',plain,
    ( apply(X,X) != apply(Y,n(apply(f,X),Y))
    | apply(f,X) = Y ),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    apply(projection1,pair(X,Y)) = X,
    inference(cnf_transformation,[],[projection1]) ).

cnf('8',plain,
    apply(projection1,apply(pair(X,Y),Z)) = apply(X,Z),
    inference(paramodulation,[],['2','7']) ).

cnf('9',plain,
    apply(projection1,apply(pair(apply(k,X),Y),Z)) = X,
    inference(paramodulation,[],['1','8']) ).

cnf('10',plain,
    X = apply(apply(k,X),Y),
    inference(paramodulation,[],['9','8']) ).

cnf('11',plain,
    apply(f,X) = apply(k,apply(X,X)),
    inference(resolution,[],['6','10']) ).

cnf('12',plain,
    X != apply(eq,pair(apply(k,X),apply(k,projection2))),
    inference(cnf_transformation,[],[prove_self_referential]) ).

cnf('13',plain,
    apply(X,X) != apply(eq,pair(apply(f,X),apply(k,projection2))),
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    apply(X,X) != apply(eq,apply(pair(f,apply(k,apply(k,projection2))),X)),
    inference(paramodulation,[],['3','13']) ).

cnf('15',plain,
    apply(apply(apply(abstraction,X),Y),Z) = apply(apply(X,apply(k,Z)),apply(Y,Z)),
    inference(cnf_transformation,[],[abstraction]) ).

cnf('16',plain,
    apply(apply(apply(abstraction,apply(k,X)),Y),Z) = apply(X,apply(Y,Z)),
    inference(paramodulation,[],['1','15']) ).

cnf('17',plain,
    $false,
    inference(resolution,[],['14','16']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : COL076-2 : TPTP v8.1.2. Released v1.2.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n002.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 05:00:18 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                     9
% 0.19/0.38  in_rule_clause_count:                9
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              0
% 0.19/0.38  in_unit_clause_count:                8
% 0.19/0.38  in_horn_clause_count:                9
% 0.19/0.38  in_pos_clause_count:                 7
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               8
% 0.19/0.38  in_negeq_clause_count:               2
% 0.19/0.38  in_unitposeq_clause_count:           7
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             2
% 0.19/0.38  in_min_depth:              3
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               7
% 0.19/0.38  in_max_size:              17
% 0.19/0.38  in_min_vars:               1
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                    8
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 21 fork 4 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  **** run 24 fork 7 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.70  
% 0.19/0.70  **** run 23 fork 6 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.19/0.71  
% 0.19/0.71  **** run 18 fork 1 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 3.23/0.80  
% 3.23/0.80  
% 3.23/0.80  fork 2: search terminated without proof.
% 3.23/0.80  
% 3.23/0.80  
% 3.23/0.80  fork 0: search terminated without proof.
% 3.23/0.81  
% 3.23/0.81  
% 3.23/0.81  fork 3: search terminated without proof.
% 3.23/0.81  
% 3.23/0.81  
% 3.23/0.81  fork 5: search terminated without proof.
% 3.23/0.81  
% 3.23/0.81  
% 3.23/0.81  fork 4: search terminated without proof.
% 3.23/0.81  
% 3.23/0.81  
% 3.23/0.81  fork 7: search terminated without proof.
% 3.23/0.82  
% 3.23/0.82  **** run 28 fork 3 starts with strategy
% 3.23/0.82  
% 3.23/0.82  **** run 27 fork 2 starts with strategy
% 3.23/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.23/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.23/0.82  
% 3.23/0.82  **** run 25 fork 0 starts with strategy
% 3.23/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.23/0.83  
% 3.23/0.83  **** run 30 fork 5 starts with strategy
% 3.23/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.23/0.83  
% 3.23/0.83  **** run 32 fork 7 starts with strategy
% 3.23/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 3.23/0.84  
% 3.23/0.84  **** run 29 fork 4 starts with strategy
% 3.23/0.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.76/0.86  
% 3.76/0.86  
% 3.76/0.86  fork 1: search terminated without proof.
% 3.76/0.87  
% 3.76/0.87  
% 3.76/0.87  fork 6: search terminated without proof.
% 3.76/0.88  
% 3.76/0.88  **** run 26 fork 1 starts with strategy
% 3.76/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.76/0.89  
% 3.76/0.89  **** run 31 fork 6 starts with strategy
% 3.76/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 4.11/0.94  
% 4.11/0.94  
% 4.11/0.94  fork 2: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 3: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 5: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 4: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 0: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  **** run 35 fork 2 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.42/0.96  
% 4.42/0.96  **** run 36 fork 3 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.42/0.97  
% 4.42/0.97  **** run 38 fork 5 starts with strategy
% 4.42/0.97  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 7: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  **** run 37 fork 4 starts with strategy
% 4.42/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.42/0.98  
% 4.42/0.98  **** run 33 fork 0 starts with strategy
% 4.42/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 4.42/0.99  
% 4.42/0.99  **** run 40 fork 7 starts with strategy
% 4.42/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.42/0.99  
% 4.42/0.99  
% 4.42/0.99  fork 1: search terminated without proof.
% 4.42/1.01  
% 4.42/1.01  **** run 34 fork 1 starts with strategy
% 4.42/1.01  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.42/1.01  
% 4.42/1.01  
% 4.42/1.01  fork 6: search terminated without proof.
% 5.19/1.04  
% 5.19/1.04  **** run 39 fork 6 starts with strategy
% 5.19/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 5.19/1.08  
% 5.19/1.08  
% 5.19/1.08  fork 3: search terminated without proof.
% 5.19/1.09  
% 5.19/1.09  
% 5.19/1.09  fork 5: search terminated without proof.
% 5.19/1.09  
% 5.19/1.09  
% 5.19/1.09  fork 2: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 0: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 44 fork 3 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.61/1.10  
% 5.61/1.10  **** run 46 fork 5 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 4: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  **** run 43 fork 2 starts with strategy
% 5.61/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 7: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 41 fork 0 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.61/1.13  
% 5.61/1.13  **** run 45 fork 4 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.61/1.13  
% 5.61/1.13  fork 3: search finished without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 48 fork 7 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.61/1.14  
% 5.61/1.14  
% 5.61/1.14  fork 1: search terminated without proof.
% 5.61/1.14  
% 5.61/1.14  **** run 52 fork 3 starts with strategy
% 5.61/1.14  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.11/1.16  
% 6.11/1.16  
% 6.11/1.16  fork 6: search terminated without proof.
% 6.11/1.16  
% 6.11/1.16  **** run 42 fork 1 starts with strategy
% 6.11/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.19/1.18  
% 6.19/1.18  **** run 47 fork 6 starts with strategy
% 6.19/1.18  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 6.19/1.18  
% 6.19/1.18  fork 1: search finished without proof.
% 6.19/1.20  
% 6.19/1.20  **** run 50 fork 1 starts with strategy
% 6.19/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 6.19/1.21  
% 6.19/1.21  fork 6: search finished without proof.
% 6.19/1.22  
% 6.19/1.22  
% 6.19/1.22  fork 5: search terminated without proof.
% 6.19/1.23  
% 6.19/1.23  **** run 55 fork 6 starts with strategy
% 6.19/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.19/1.23  
% 6.19/1.23  
% 6.19/1.23  fork 2: search terminated without proof.
% 6.19/1.24  
% 6.19/1.24  **** run 54 fork 5 starts with strategy
% 6.19/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.19/1.25  
% 6.19/1.25  
% 6.19/1.25  fork 4: search terminated without proof.
% 6.19/1.25  
% 6.19/1.25  **** run 51 fork 2 starts with strategy
% 6.19/1.25  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.19/1.26  
% 6.19/1.26  
% 6.19/1.26  fork 3: search terminated without proof.
% 6.19/1.27  
% 6.19/1.27  **** run 53 fork 4 starts with strategy
% 6.19/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.19/1.27  
% 6.19/1.27  
% 6.19/1.27  fork 7: search terminated without proof.
% 6.19/1.28  
% 6.19/1.28  **** run 60 fork 3 starts with strategy
% 6.19/1.28  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.19/1.29  
% 6.19/1.29  fork 4: search finished without proof.
% 6.98/1.30  
% 6.98/1.30  
% 6.98/1.30  fork 0: search terminated without proof.
% 6.98/1.30  
% 6.98/1.30  **** run 56 fork 7 starts with strategy
% 6.98/1.30  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.98/1.31  
% 6.98/1.31  **** run 61 fork 4 starts with strategy
% 6.98/1.31  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.98/1.32  
% 6.98/1.32  
% 6.98/1.32  fork 1: search terminated without proof.
% 6.98/1.32  
% 6.98/1.32  **** run 49 fork 0 starts with strategy
% 6.98/1.32  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.50/1.33  
% 7.50/1.33  **** run 58 fork 1 starts with strategy
% 7.50/1.33  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 7.50/1.35  
% 7.50/1.35  
% 7.50/1.35  fork 6: search terminated without proof.
% 7.50/1.36  
% 7.50/1.36  
% 7.50/1.36  fork 5: search terminated without proof.
% 7.50/1.37  
% 7.50/1.37  
% 7.50/1.37  fork 2: search terminated without proof.
% 7.50/1.38  
% 7.50/1.38  **** run 63 fork 6 starts with strategy
% 7.50/1.38  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.50/1.38  
% 7.50/1.38  **** run 62 fork 5 starts with strategy
% 7.50/1.38  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.50/1.39  
% 7.50/1.39  **** run 59 fork 2 starts with strategy
% 7.50/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 7.50/1.41  
% 7.50/1.41  
% 7.50/1.41  fork 3: search terminated without proof.
% 7.50/1.42  
% 7.50/1.42  fork 2: search finished without proof.
% 7.50/1.42  
% 7.50/1.42  
% 7.50/1.42  fork 7: search terminated without proof.
% 8.22/1.43  
% 8.22/1.43  
% 8.22/1.43  fork 4: search terminated without proof.
% 8.22/1.43  
% 8.22/1.43  **** run 68 fork 3 starts with strategy
% 8.22/1.43  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.22/1.43  
% 8.22/1.43  **** run 67 fork 2 starts with strategy
% 8.22/1.43  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.22/1.44  
% 8.22/1.44  
% 8.22/1.44  fork 0: search terminated without proof.
% 8.22/1.44  
% 8.22/1.44  **** run 64 fork 7 starts with strategy
% 8.22/1.44  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.22/1.45  
% 8.22/1.45  **** run 69 fork 4 starts with strategy
% 8.22/1.45  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.22/1.46  
% 8.22/1.46  **** run 57 fork 0 starts with strategy
% 8.22/1.46  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.22/1.46  
% 8.22/1.46  
% 8.22/1.46  fork 1: search terminated without proof.
% 8.22/1.48  
% 8.22/1.48  **** run 66 fork 1 starts with strategy
% 8.22/1.48  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 8.73/1.50  
% 8.73/1.50  
% 8.73/1.50  fork 6: search terminated without proof.
% 8.73/1.50  
% 8.73/1.50  
% 8.73/1.50  fork 5: search terminated without proof.
% 8.73/1.52  
% 8.73/1.52  **** run 70 fork 5 starts with strategy
% 8.73/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.73/1.52  
% 8.73/1.52  **** run 71 fork 6 starts with strategy
% 8.73/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 8.73/1.55  
% 8.73/1.55  fork 5: search finished without proof.
% 8.73/1.55  
% 8.73/1.55  fork 6: search finished without proof.
% 8.73/1.55  
% 8.73/1.55  
% 8.73/1.55  fork 3: search terminated without proof.
% 8.73/1.55  
% 8.73/1.55  
% 8.73/1.55  fork 2: search terminated without proof.
% 9.30/1.56  
% 9.30/1.56  **** run 78 fork 5 starts with strategy
% 9.30/1.56  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 9.30/1.57  
% 9.30/1.57  
% 9.30/1.57  fork 7: search terminated without proof.
% 9.37/1.57  
% 9.37/1.57  **** run 79 fork 6 starts with strategy
% 9.37/1.57  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.37/1.57  
% 9.37/1.57  
% 9.37/1.57  fork 4: search terminated without proof.
% 9.37/1.57  
% 9.37/1.57  **** run 76 fork 3 starts with strategy
% 9.37/1.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 9.37/1.57  
% 9.37/1.57  **** run 75 fork 2 starts with strategy
% 9.37/1.57  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.37/1.58  
% 9.37/1.58  
% 9.37/1.58  fork 0: search terminated without proof.
% 9.37/1.59  
% 9.37/1.59  **** run 72 fork 7 starts with strategy
% 9.37/1.59  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.37/1.59  
% 9.37/1.59  **** run 77 fork 4 starts with strategy
% 9.37/1.59  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 9.63/1.61  
% 9.63/1.61  **** run 65 fork 0 starts with strategy
% 9.63/1.61  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 9.88/1.64  
% 9.88/1.64  
% 9.88/1.64  fork 1: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  **** run 74 fork 1 starts with strategy
% 9.88/1.66  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 9.88/1.69  
% 9.88/1.69  
% 9.88/1.69  fork 5: search terminated without proof.
% 9.88/1.69  
% 9.88/1.69  
% 9.88/1.69  fork 3: search terminated without proof.
% 9.88/1.69  
% 9.88/1.69  
% 9.88/1.69  fork 2: search terminated without proof.
% 9.88/1.69  
% 9.88/1.69  
% 9.88/1.69  fork 6: search terminated without proof.
% 9.88/1.71  
% 9.88/1.71  **** run 84 fork 3 starts with strategy
% 9.88/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 9.88/1.71  
% 9.88/1.71  **** run 86 fork 5 starts with strategy
% 9.88/1.71  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.88/1.71  
% 9.88/1.71  
% 9.88/1.71  fork 7: search terminated without proof.
% 9.88/1.71  
% 9.88/1.71  **** run 83 fork 2 starts with strategy
% 9.88/1.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.88/1.71  
% 9.88/1.71  
% 9.88/1.71  fork 4: search terminated without proof.
% 9.88/1.71  
% 9.88/1.71  **** run 87 fork 6 starts with strategy
% 9.88/1.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 10.61/1.73  
% 10.61/1.73  **** run 80 fork 7 starts with strategy
% 10.61/1.73  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.61/1.73  
% 10.61/1.73  
% 10.61/1.73  fork 0: search terminated without proof.
% 10.61/1.74  
% 10.61/1.74  **** run 85 fork 4 starts with strategy
% 10.61/1.74  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.61/1.75  
% 10.61/1.75  **** run 73 fork 0 starts with strategy
% 10.61/1.75  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 10.61/1.78  
% 10.61/1.78  
% 10.61/1.78  fork 1: search terminated without proof.
% 11.11/1.80  
% 11.11/1.80  **** run 82 fork 1 starts with strategy
% 11.11/1.80  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.11/1.83  
% 11.11/1.83  
% 11.11/1.83  fork 3: search terminated without proof.
% 11.11/1.83  
% 11.11/1.83  
% 11.11/1.83  fork 5: search terminated without proof.
% 11.11/1.83  
% 11.11/1.83  
% 11.11/1.83  fork 2: search terminated without proof.
% 11.11/1.84  
% 11.11/1.84  **** run 92 fork 3 starts with strategy
% 11.11/1.84  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 11.11/1.85  
% 11.11/1.85  **** run 94 fork 5 starts with strategy
% 11.11/1.85  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 11.11/1.85  
% 11.11/1.85  
% 11.11/1.85  fork 7: search terminated without proof.
% 11.11/1.85  
% 11.11/1.85  
% 11.11/1.85  fork 4: search terminated without proof.
% 11.11/1.86  
% 11.11/1.86  **** run 91 fork 2 starts with strategy
% 11.11/1.86  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.69/1.87  
% 11.69/1.87  **** run 88 fork 7 starts with strategy
% 11.69/1.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.69/1.87  
% 11.69/1.87  **** run 93 fork 4 starts with strategy
% 11.69/1.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 11.69/1.89  
% 11.69/1.89  
% 11.69/1.89  fork 0: search terminated without proof.
% 11.69/1.92  
% 11.69/1.92  
% 11.69/1.92  fork 1: search terminated without proof.
% 11.69/1.93  
% 11.69/1.93  **** run 81 fork 0 starts with strategy
% 11.69/1.93  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 11.69/1.94  
% 11.69/1.94  **** run 90 fork 1 starts with strategy
% 11.69/1.94  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 13.36/2.09  
% 13.36/2.09  
% 13.36/2.09  fork 0: search terminated without proof.
% 13.36/2.12  
% 13.36/2.12  **** run 89 fork 0 starts with strategy
% 13.36/2.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 19.53/2.88  
% 19.53/2.88  
% 19.53/2.88  fork 5: search terminated without proof.
% 19.53/2.89  
% 19.53/2.89  
% 19.53/2.89  fork 7: search terminated without proof.
% 19.53/2.89  
% 19.53/2.89  
% 19.53/2.89  fork 4: search terminated without proof.
% 19.53/2.90  
% 19.53/2.90  **** run 102 fork 5 starts with strategy
% 19.53/2.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 19.94/2.92  
% 19.94/2.92  **** run 101 fork 4 starts with strategy
% 19.94/2.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 19.94/2.92  
% 19.94/2.92  
% 19.94/2.92  fork 6: search terminated without proof.
% 19.94/2.93  
% 19.94/2.93  
% 19.94/2.93  fork 3: search terminated without proof.
% 19.94/2.94  
% 19.94/2.94  **** run 96 fork 7 starts with strategy
% 19.94/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.20/2.95  
% 20.20/2.95  **** run 100 fork 3 starts with strategy
% 20.20/2.95  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 20.20/2.96  
% 20.20/2.96  
% 20.20/2.96  fork 1: search terminated without proof.
% 20.20/2.96  
% 20.20/2.96  **** run 95 fork 6 starts with strategy
% 20.20/2.96  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.20/2.98  
% 20.20/2.98  **** run 98 fork 1 starts with strategy
% 20.20/2.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 21.23/3.12  
% 21.23/3.12  
% 21.23/3.12  fork 2: search terminated without proof.
% 21.73/3.15  
% 21.73/3.15  **** run 99 fork 2 starts with strategy
% 21.73/3.15  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 22.22/3.24  
% 22.22/3.24  
% 22.22/3.24  fork 0: search terminated without proof.
% 22.22/3.27  
% 22.22/3.27  **** run 97 fork 0 starts with strategy
% 22.22/3.27  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 27.99/3.96  
% 27.99/3.96  
% 27.99/3.96  fork 4: search terminated without proof.
% 27.99/3.96  
% 27.99/3.96  
% 27.99/3.96  fork 7: search terminated without proof.
% 27.99/3.98  
% 27.99/3.98  **** run 104 fork 7 starts with strategy
% 27.99/3.98  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.99/3.99  
% 27.99/3.99  
% 27.99/3.99  fork 3: search terminated without proof.
% 27.99/4.00  
% 27.99/4.00  
% 27.99/4.00  fork 1: search terminated without proof.
% 27.99/4.01  
% 27.99/4.01  **** run 109 fork 4 starts with strategy
% 27.99/4.01  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 27.99/4.02  
% 27.99/4.02  
% 27.99/4.02  fork 5: search terminated without proof.
% 28.57/4.04  
% 28.57/4.04  
% 28.57/4.04  fork 6: search terminated without proof.
% 28.57/4.04  
% 28.57/4.04  **** run 106 fork 1 starts with strategy
% 28.57/4.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 28.57/4.04  
% 28.57/4.04  **** run 110 fork 5 starts with strategy
% 28.57/4.04  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 28.57/4.04  
% 28.57/4.04  **** run 108 fork 3 starts with strategy
% 28.57/4.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 28.57/4.07  
% 28.57/4.07  **** run 103 fork 6 starts with strategy
% 28.57/4.07  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 31.32/4.43  
% 31.32/4.43  
% 31.32/4.43  fork 0: search terminated without proof.
% 31.32/4.45  
% 31.32/4.45  
% 31.32/4.45  fork 2: search terminated without proof.
% 31.32/4.46  
% 31.32/4.46  **** run 105 fork 0 starts with strategy
% 31.32/4.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 31.32/4.51  
% 31.32/4.51  **** run 107 fork 2 starts with strategy
% 31.32/4.51  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 35.88/5.00  
% 35.88/5.00  
% 35.88/5.00  fork 7: search terminated without proof.
% 35.88/5.01  
% 35.88/5.01  **** run 112 fork 7 starts with strategy
% 35.88/5.01  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 36.43/5.03  
% 36.43/5.03  
% 36.43/5.03  fork 4: search terminated without proof.
% 36.43/5.06  
% 36.43/5.06  
% 36.43/5.06  fork 1: search terminated without proof.
% 36.43/5.07  
% 36.43/5.07  
% 36.43/5.07  fork 3: search terminated without proof.
% 36.43/5.07  
% 36.43/5.07  **** run 117 fork 4 starts with strategy
% 36.43/5.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.43/5.08  
% 36.43/5.08  **** run 114 fork 1 starts with strategy
% 36.43/5.08  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 36.43/5.10  
% 36.43/5.10  
% 36.43/5.10  fork 5: search terminated without proof.
% 36.43/5.14  
% 36.43/5.14  **** run 118 fork 5 starts with strategy
% 36.43/5.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 36.43/5.14  
% 36.43/5.14  
% 36.43/5.14  fork 6: search terminated without proof.
% 36.43/5.15  
% 36.43/5.15  **** run 116 fork 3 starts with strategy
% 36.43/5.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.20/5.21  
% 37.20/5.21  **** run 111 fork 6 starts with strategy
% 37.20/5.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 39.83/5.48  
% 39.83/5.48  
% 39.83/5.48  fork 0: search terminated without proof.
% 39.83/5.50  
% 39.83/5.50  **** run 113 fork 0 starts with strategy
% 39.83/5.50  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 40.38/5.56  
% 40.38/5.56  
% 40.38/5.56  fork 2: search terminated without proof.
% 40.61/5.58  
% 40.61/5.58  **** run 115 fork 2 starts with strategy
% 40.61/5.58  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 43.84/6.03  
% 43.84/6.03  
% 43.84/6.03  fork 7: search terminated without proof.
% 43.84/6.05  
% 43.84/6.05  **** run 120 fork 7 starts with strategy
% 43.84/6.05  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 44.66/6.09  
% 44.66/6.09  
% 44.66/6.09  fork 4: search terminated without proof.
% 44.66/6.10  
% 44.66/6.10  
% 44.66/6.10  fork 1: search terminated without proof.
% 45.04/6.13  
% 45.04/6.13  **** run 122 fork 1 starts with strategy
% 45.04/6.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 45.04/6.14  
% 45.04/6.14  **** run 125 fork 4 starts with strategy
% 45.04/6.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 45.04/6.20  
% 45.04/6.20  
% 45.04/6.20  fork 3: search terminated without proof.
% 45.69/6.23  
% 45.69/6.23  **** run 124 fork 3 starts with strategy
% 45.69/6.23  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 45.69/6.24  
% 45.69/6.24  
% 45.69/6.24  fork 6: search terminated without proof.
% 45.69/6.25  
% 45.69/6.25  
% 45.69/6.25  fork 5: search terminated without proof.
% 45.69/6.26  
% 45.69/6.26  **** run 119 fork 6 starts with strategy
% 45.69/6.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 46.24/6.30  
% 46.24/6.30  **** run 126 fork 5 starts with strategy
% 46.24/6.30  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 47.07/6.52  
% 47.07/6.52  
% 47.07/6.52  fork 0: search terminated without proof.
% 47.07/6.54  
% 47.07/6.54  **** run 121 fork 0 starts with strategy
% 47.07/6.54  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 48.54/6.60  
% 48.54/6.60  
% 48.54/6.60  fork 2: search terminated without proof.
% 48.54/6.64  
% 48.54/6.64  **** run 123 fork 2 starts with strategy
% 48.54/6.64  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 52.07/7.15  
% 52.07/7.15  
% 52.07/7.15  fork 1: search terminated without proof.
% 52.07/7.18  
% 52.07/7.18  **** run 130 fork 1 starts with strategy
% 52.07/7.18  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 52.91/7.20  
% 52.91/7.20  fork 1: search finished without proof.
% 52.91/7.22  
% 52.91/7.22  **** run 138 fork 1 starts with strategy
% 52.91/7.22  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 52.91/7.24  
% 52.91/7.24  
% 52.91/7.24  fork 4: search terminated without proof.
% 52.91/7.26  
% 52.91/7.26  
% 52.91/7.26  fork 3: search terminated without proof.
% 54.01/7.28  
% 54.01/7.28  **** run 132 fork 3 starts with strategy
% 54.01/7.28  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 54.01/7.29  
% 54.01/7.29  **** run 133 fork 4 starts with strategy
% 54.01/7.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 54.01/7.29  
% 54.01/7.29  
% 54.01/7.29  fork 6: search terminated without proof.
% 54.01/7.31  
% 54.01/7.31  fork 4: search finished without proof.
% 54.01/7.33  
% 54.01/7.33  **** run 141 fork 4 starts with strategy
% 54.01/7.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 54.52/7.34  
% 54.52/7.34  **** run 127 fork 6 starts with strategy
% 54.52/7.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 55.51/7.49  
% 55.51/7.49  
% 55.51/7.49  fork 5: search terminated without proof.
% 55.51/7.53  
% 55.51/7.53  **** run 134 fork 5 starts with strategy
% 55.51/7.53  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 56.08/7.56  
% 56.08/7.56  
% 56.08/7.56  fork 0: search terminated without proof.
% 56.38/7.59  
% 56.38/7.59  **** run 129 fork 0 starts with strategy
% 56.38/7.59  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 56.38/7.61  
% 56.38/7.61  
% 56.38/7.61  fork 7: search terminated without proof.
% 56.91/7.64  
% 56.91/7.64  **** run 128 fork 7 starts with strategy
% 56.91/7.64  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 57.12/7.66  
% 57.12/7.66  
% 57.12/7.66  fork 2: search terminated without proof.
% 57.12/7.67  
% 57.12/7.67  fork 7: search finished without proof.
% 57.12/7.69  
% 57.12/7.69  **** run 136 fork 7 starts with strategy
% 57.12/7.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 57.12/7.69  
% 57.12/7.69  **** run 131 fork 2 starts with strategy
% 57.12/7.69  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 61.11/8.24  
% 61.11/8.24  
% 61.11/8.24  fork 1: search terminated without proof.
% 61.11/8.25  
% 61.11/8.25  **** run 146 fork 1 starts with strategy
% 61.11/8.25  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 62.05/8.30  
% 62.05/8.30  
% 62.05/8.30  fork 3: search terminated without proof.
% 62.42/8.35  
% 62.42/8.35  **** run 140 fork 3 starts with strategy
% 62.42/8.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 62.42/8.36  
% 62.42/8.36  
% 62.42/8.36  fork 4: search terminated without proof.
% 62.42/8.36  
% 62.42/8.36  
% 62.42/8.36  fork 6: search terminated without proof.
% 62.42/8.38  
% 62.42/8.38  **** run 135 fork 6 starts with strategy
% 62.42/8.38  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 63.01/8.41  
% 63.01/8.41  **** run 149 fork 4 starts with strategy
% 63.01/8.41  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 64.01/8.62  
% 64.01/8.62  
% 64.01/8.62  fork 0: search terminated without proof.
% 64.01/8.66  
% 64.01/8.66  **** run 137 fork 0 starts with strategy
% 64.01/8.66  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 65.15/8.71  
% 65.15/8.71  
% 65.15/8.71  fork 5: search terminated without proof.
% 65.38/8.72  
% 65.38/8.72  
% 65.38/8.72  fork 2: search terminated without proof.
% 65.48/8.75  
% 65.48/8.75  **** run 139 fork 2 starts with strategy
% 65.48/8.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 65.48/8.76  
% 65.48/8.76  **** run 142 fork 5 starts with strategy
% 65.48/8.76  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 65.48/8.78  
% 65.48/8.78  fork 2: search finished without proof.
% 65.48/8.80  
% 65.48/8.80  **** run 147 fork 2 starts with strategy
% 65.48/8.80  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 66.76/8.96  
% 66.76/8.96  
% 66.76/8.96  fork 7: search terminated without proof.
% 67.56/8.99  
% 67.56/8.99  **** run 144 fork 7 starts with strategy
% 67.56/8.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 69.64/9.28  
% 69.64/9.28  
% 69.64/9.28  fork 1: search terminated without proof.
% 69.64/9.33  
% 69.64/9.33  **** run 154 fork 1 starts with strategy
% 69.64/9.33  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 70.86/9.43  
% 70.86/9.43  
% 70.86/9.43  fork 4: search terminated without proof.
% 71.02/9.45  
% 71.02/9.45  
% 71.02/9.45  fork 6: search terminated without proof.
% 71.02/9.47  
% 71.02/9.47  **** run 157 fork 4 starts with strategy
% 71.02/9.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 71.02/9.47  
% 71.02/9.47  **** run 143 fork 6 starts with strategy
% 71.02/9.47  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 71.02/9.49  
% 71.02/9.49  fork 4: search finished without proof.
% 71.02/9.50  
% 71.02/9.50  **** run 165 fork 4 starts with strategy
% 71.02/9.50  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 72.23/9.59  
% 72.23/9.59  
% 72.23/9.59  fork 3: search terminated without proof.
% 72.23/9.62  
% 72.23/9.62  **** run 148 fork 3 starts with strategy
% 72.23/9.62  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 72.92/9.67  
% 72.92/9.67  
% 72.92/9.67  fork 0: search terminated without proof.
% 72.92/9.69  
% 72.92/9.69  **** run 145 fork 0 starts with strategy
% 72.92/9.69  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 73.20/9.72  
% 73.20/9.72  fork 0: search finished without proof.
% 73.39/9.73  
% 73.39/9.73  **** run 153 fork 0 starts with strategy
% 73.39/9.73  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 73.39/9.83  
% 73.39/9.83  
% 73.39/9.83  fork 2: search terminated without proof.
% 73.39/9.86  
% 73.39/9.86  **** run 155 fork 2 starts with strategy
% 73.39/9.86  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 74.47/9.91  
% 74.47/9.91  
% 74.47/9.91  fork 5: search terminated without proof.
% 74.47/9.93  
% 74.47/9.93  **** run 150 fork 5 starts with strategy
% 74.47/9.93  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 75.17/10.01  
% 75.17/10.01  
% 75.17/10.01  fork 7: search terminated without proof.
% 75.78/10.05  
% 75.78/10.05  **** run 152 fork 7 starts with strategy
% 75.78/10.05  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 78.18/10.35  
% 78.18/10.35  
% 78.18/10.35  fork 1: search terminated without proof.
% 78.18/10.37  
% 78.18/10.37  **** run 162 fork 1 starts with strategy
% 78.18/10.37  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 78.87/10.49  
% 78.87/10.49  
% 78.87/10.49  fork 6: search terminated without proof.
% 78.87/10.52  
% 78.87/10.52  
% 78.87/10.52  fork 4: search terminated without proof.
% 79.56/10.55  
% 79.56/10.55  **** run 173 fork 4 starts with strategy
% 79.56/10.55  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 79.56/10.56  
% 79.56/10.56  **** run 151 fork 6 starts with strategy
% 79.56/10.56  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 81.29/10.75  
% 81.29/10.75  
% 81.29/10.75  fork 0: search terminated without proof.
% 81.61/10.78  
% 81.61/10.78  **** run 161 fork 0 starts with strategy
% 81.61/10.78  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.61/10.83  
% 81.61/10.83  
% 81.61/10.83  fork 3: search terminated without proof.
% 82.18/10.86  
% 82.18/10.86  **** run 156 fork 3 starts with strategy
% 82.18/10.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 82.18/10.89  
% 82.18/10.89  fork 3: search finished without proof.
% 82.18/10.91  
% 82.18/10.91  **** run 164 fork 3 starts with strategy
% 82.18/10.91  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 82.65/10.95  
% 82.65/10.95  
% 82.65/10.95  fork 2: search terminated without proof.
% 83.02/10.98  
% 83.02/10.98  **** run 163 fork 2 starts with strategy
% 83.02/10.98  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 83.02/11.02  
% 83.02/11.02  
% 83.02/11.02  fork 5: search terminated without proof.
% 83.69/11.06  
% 83.69/11.06  **** run 158 fork 5 starts with strategy
% 83.69/11.06  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 83.69/11.08  
% 83.69/11.08  
% 83.69/11.08  fork 7: search terminated without proof.
% 84.00/11.10  
% 84.00/11.10  **** run 160 fork 7 starts with strategy
% 84.00/11.10  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 86.18/11.39  
% 86.18/11.39  
% 86.18/11.39  fork 1: search terminated without proof.
% 86.18/11.41  
% 86.18/11.41  **** run 170 fork 1 starts with strategy
% 86.18/11.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 87.84/11.58  
% 87.84/11.58  
% 87.84/11.58  fork 6: search terminated without proof.
% 87.84/11.62  
% 87.84/11.62  **** run 159 fork 6 starts with strategy
% 87.84/11.62  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 90.91/11.96  
% 90.91/11.96  
% 90.91/11.96  fork 0: search terminated without proof.
% 91.17/12.00  
% 91.17/12.00  **** run 169 fork 0 starts with strategy
% 91.17/12.00  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 91.17/12.00  
% 91.17/12.00  
% 91.17/12.00  fork 2: search terminated without proof.
% 91.49/12.04  
% 91.49/12.04  **** run 171 fork 2 starts with strategy
% 91.49/12.04  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 91.49/12.07  
% 91.49/12.07  
% 91.49/12.07  fork 3: search terminated without proof.
% 92.04/12.12  
% 92.04/12.12  **** run 172 fork 3 starts with strategy
% 92.04/12.12  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 92.04/12.12  
% 92.04/12.12  
% 92.04/12.12  fork 7: search terminated without proof.
% 92.04/12.13  
% 92.04/12.13  
% 92.04/12.13  fork 5: search terminated without proof.
% 92.04/12.16  
% 92.04/12.16  **** run 168 fork 7 starts with strategy
% 92.04/12.16  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 92.04/12.16  
% 92.04/12.16  **** run 166 fork 5 starts with strategy
% 92.04/12.16  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 93.89/12.43  
% 93.89/12.43  
% 93.89/12.43  fork 1: search terminated without proof.
% 93.89/12.45  
% 93.89/12.45  **** run 178 fork 1 starts with strategy
% 93.89/12.45  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 95.82/12.64  
% 95.82/12.64  
% 95.82/12.64  fork 6: search terminated without proof.
% 96.57/12.68  
% 96.57/12.68  **** run 167 fork 6 starts with strategy
% 96.57/12.68  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":10}
% 99.25/13.02  
% 99.25/13.02  
% 99.25/13.02  fork 0: search terminated without proof.
% 99.25/13.06  
% 99.25/13.06  **** run 177 fork 0 starts with strategy
% 99.25/13.06  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 99.25/13.08  
% 99.25/13.08  
% 99.25/13.08  fork 2: search terminated without proof.
% 99.25/13.11  
% 99.25/13.11  **** run 179 fork 2 starts with strategy
% 99.25/13.11  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 99.73/13.19  
% 99.73/13.19  
% 99.73/13.19  fork 5: search terminated without proof.
% 99.73/13.20  
% 99.73/13.20  
% 99.73/13.20  fork 7: search terminated without proof.
% 100.64/13.22  
% 100.64/13.22  **** run 176 fork 7 starts with strategy
% 100.64/13.22  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 100.64/13.23  
% 100.64/13.23  **** run 174 fork 5 starts with strategy
% 100.64/13.23  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 103.17/13.53  
% 103.17/13.53  
% 103.17/13.53  fork 3: search terminated without proof.
% 103.17/13.56  
% 103.17/13.56  **** run 180 fork 3 starts with strategy
% 103.17/13.56  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 104.50/13.70  
% 104.50/13.70  
% 104.50/13.70  fork 6: search terminated without proof.
% 105.44/13.81  
% 105.44/13.81  **** run 175 fork 6 starts with strategy
% 105.44/13.81  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 119.13/15.56  
% 119.13/15.56  
% 119.13/15.56  fork 4: search terminated without proof.
% 119.98/15.65  
% 119.98/15.65  **** run 181 fork 4 starts with strategy
% 119.98/15.65  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 135.17/17.61  
% 135.17/17.61  
% 135.17/17.61  fork 1: search terminated without proof.
% 135.90/17.67  
% 135.90/17.67  **** run 186 fork 1 starts with strategy
% 135.90/17.67  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 139.04/18.08  
% 139.04/18.08  
% 139.04/18.08  fork 0: search terminated without proof.
% 139.55/18.13  
% 139.55/18.13  
% 139.55/18.13  fork 2: search terminated without proof.
% 139.56/18.14  
% 139.56/18.14  **** run 185 fork 0 starts with strategy
% 139.56/18.14  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 139.56/18.18  
% 139.56/18.18  **** run 187 fork 2 starts with strategy
% 139.56/18.18  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 140.11/18.23  
% 140.11/18.23  
% 140.11/18.23  fork 7: search terminated without proof.
% 140.11/18.26  
% 140.11/18.26  **** run 184 fork 7 starts with strategy
% 140.11/18.26  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 142.51/18.57  
% 142.51/18.57  
% 142.51/18.57  fork 3: search terminated without proof.
% 143.27/18.62  
% 143.27/18.62  
% 143.27/18.62  fork 5: search terminated without proof.
% 143.27/18.63  
% 143.27/18.63  **** run 188 fork 3 starts with strategy
% 143.27/18.63  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 144.03/18.70  
% 144.03/18.70  **** run 182 fork 5 starts with strategy
% 144.03/18.70  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 144.90/18.87  
% 144.90/18.87  
% 144.90/18.87  fork 6: search terminated without proof.
% 144.90/18.96  
% 144.90/18.96  **** run 183 fork 6 starts with strategy
% 144.90/18.96  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 160.47/20.79  
% 160.47/20.79  
% 160.47/20.79  fork 4: search terminated without proof.
% 160.47/20.81  
% 160.47/20.81  **** run 189 fork 4 starts with strategy
% 160.47/20.81  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 175.67/22.73  
% 175.67/22.73  
% 175.67/22.73  fork 1: search terminated without proof.
% 175.67/22.79  
% 175.67/22.79  **** run 194 fork 1 starts with strategy
% 175.67/22.79  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 178.79/23.17  
% 178.79/23.17  
% 178.79/23.17  fork 0: search terminated without proof.
% 179.58/23.21  
% 179.58/23.21  
% 179.58/23.21  fork 2: search terminated without proof.
% 179.58/23.27  
% 179.58/23.27  **** run 193 fork 0 starts with strategy
% 179.58/23.27  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 180.22/23.31  
% 180.22/23.31  **** run 195 fork 2 starts with strategy
% 180.22/23.31  {"max_dseconds":50,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 180.22/23.34  
% 180.22/23.34  
% 180.22/23.34  fork 7: search terminated without proof.
% 180.91/23.41  
% 180.91/23.41  **** run 192 fork 7 starts with strategy
% 180.91/23.41  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 183.37/23.73  
% 183.37/23.73  
% 183.37/23.73  fork 3: search terminated without proof.
% 184.20/23.80  
% 184.20/23.80  **** run 196 fork 3 starts with strategy
% 184.20/23.80  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 185.77/24.01  
% 185.77/24.01  
% 185.77/24.01  fork 5: search terminated without proof.
% 185.77/24.01  
% 185.77/24.01  
% 185.77/24.01  fork 6: search terminated without proof.
% 185.77/24.02  
% 185.77/24.02  **** run 190 fork 5 starts with strategy
% 185.77/24.02  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 186.34/24.10  
% 186.34/24.10  **** run 191 fork 6 starts with strategy
% 186.34/24.10  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 200.73/25.95  
% 200.73/25.95  
% 200.73/25.95  fork 4: search terminated without proof.
% 201.58/26.07  
% 201.58/26.07  **** run 197 fork 4 starts with strategy
% 201.58/26.07  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 215.39/27.84  
% 215.39/27.84  
% 215.39/27.84  fork 1: search terminated without proof.
% 215.39/27.92  
% 215.39/27.92  **** run 202 fork 1 starts with strategy
% 215.39/27.92  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 219.92/28.41  
% 219.92/28.41  
% 219.92/28.41  fork 0: search terminated without proof.
% 220.91/28.47  
% 220.91/28.47  **** run 201 fork 0 starts with strategy
% 220.91/28.47  {"max_dseconds":50,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 220.91/28.48  
% 220.91/28.48  
% 220.91/28.48  fork 2: search terminated without proof.
% 220.91/28.56  
% 220.91/28.56  
% 220.91/28.56  fork 7: search terminated without proof.
% 220.91/28.56  
% 220.91/28.56  **** run 203 fork 2 starts with strategy
% 220.91/28.56  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 220.91/28.62  
% 220.91/28.62  **** run 200 fork 7 starts with strategy
% 220.91/28.62  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 223.46/28.83  
% 223.46/28.83  
% 223.46/28.83  fork 3: search terminated without proof.
% 223.83/28.93  
% 223.83/28.93  **** run 204 fork 3 starts with strategy
% 223.83/28.93  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 225.87/29.13  
% 225.87/29.13  
% 225.87/29.13  fork 5: search terminated without proof.
% 225.87/29.18  
% 225.87/29.18  **** run 198 fork 5 starts with strategy
% 225.87/29.18  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 225.87/29.22  
% 225.87/29.22  
% 225.87/29.22  fork 6: search terminated without proof.
% 226.71/29.28  
% 226.71/29.28  **** run 199 fork 6 starts with strategy
% 226.71/29.28  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 235.96/30.48  
% 235.96/30.48  
% 235.96/30.48  result: proof found
% 235.96/30.48  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 235.96/30.48  by run 198 fork 5 strategy {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 235.96/30.48  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 235.96/30.48  
% 235.96/30.48  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 235.96/30.48  
% 235.96/30.48  run 198 fork 5 statistics:
% 235.96/30.48  ----------------------------------
% 235.96/30.48  this run seconds: 1.012915
% 235.96/30.48  total seconds: 28.401688
% 235.96/30.48  stat_given_used: 1315
% 235.96/30.48  stat_given_used_at_endgame: 0
% 235.96/30.48  stat_given_candidates:   1745
% 235.96/30.48  stat_given_candidates_at_endgame: 0
% 235.96/30.48  stat_given_candidates_h: 0
% 235.96/30.48  stat_binres_derived_cl:   1148
% 235.96/30.48  stat_binres_derived_cl_h: 0
% 235.96/30.48  stat_factor_derived_cl: 2
% 235.96/30.48  stat_para_derived_cl: 248630
% 235.96/30.48  stat_tautologies_discarded: 0
% 235.96/30.48  stat_forward_subsumed: 127678
% 235.96/30.48  stat_derived_cut: 0
% 235.96/30.48  stat_derived_rewritten: 0
% 235.96/30.48  stat_weight_discarded_building: 0
% 235.96/30.48  stat_weight_discarded_cl: 0
% 235.96/30.48  stat_internlimit_discarded_cl: 0
% 235.96/30.48  stat_simplified:  0 simplified 0 derived 0 given
% 235.96/30.48  stat_kept_cl: 120979
% 235.96/30.48  stat_built_cl: 123609
% 235.96/30.48  stat_hyperres_partial_cl: 0
% 235.96/30.48  stat_made_rewriters: 0
% 235.96/30.48  stat_backward_subsumed: 0
% 235.96/30.48  stat_propagated_subsumed: 0
% 235.96/30.48  stat_clsubs_attempted:                    224714
% 235.96/30.48  stat_clsubs_fact_groundunit_found:             0
% 235.96/30.48  stat_clsubs_rule_groundunit_found:            39
% 235.96/30.48  stat_clsubs_top_meta_attempted:             780900
% 235.96/30.48  stat_clsubs_top_meta_failed:                556186
% 235.96/30.48  stat_clsubs_top_meta_nonpref_attempted:              780900
% 235.96/30.48  stat_clsubs_top_meta_nonpref_succeeded:              398262
% 235.96/30.48  stat_clsubs_top_meta_pref_attempted:                 398262
% 235.96/30.48  stat_clsubs_top_meta_pref1_succeeded:                240384
% 235.96/30.48  stat_clsubs_top_meta_pref2_succeeded:                228296
% 235.96/30.48  stat_clsubs_top_meta_pref3_succeeded:                224714
% 235.96/30.48  stat_clsubs_top_meta_pref_succeeded:                 224714
% 235.96/30.48  stat_clsubs_meta_attempted:               224726
% 235.96/30.48  stat_clsubs_meta_failed:                     575
% 235.96/30.48  stat_clsubs_predsymbs_attempted:               0
% 235.96/30.48  stat_clsubs_unit_attempted:               224709
% 235.96/30.48  stat_clsubs_full_attempted:                    5
% 235.96/30.48  stat_forwardsubs_attempted:               248657
% 235.96/30.48  stat_lit_hash_added:                 123567
% 235.96/30.48  stat_lit_hash_computed:              376761
% 235.96/30.48  stat_lit_hash_match_found:           127717
% 235.96/30.48  stat_lit_hash_match_miss:            248867
% 235.96/30.48  stat_lit_hash_cut_ok:                     0
% 235.96/30.48  stat_lit_strong_cut_ok:                   0
% 235.96/30.48  stat_lit_hash_subsume_ok:            127678
% 235.96/30.48  clqueue els 10000000 used 1
% 235.96/30.48  clactive els 10000000 used 1316
% 235.96/30.48  clactivesubsume els 10000000 used 6541
% 235.96/30.48  queue_termbuf els 200000000 used 16276634
% 235.96/30.48  hyper_termbuf els 100000000 used 1
% 235.96/30.48  active_termbuf els 100000000 used 93371
% 235.96/30.48  varstack els 5000 last used 1
% 235.96/30.48  given_termbuf els 10000000 last used 1
% 235.96/30.48  simplified_termbuf els 10000000 last used 1
% 235.96/30.48  derived_termbuf els 10000000 last used 108
% 235.96/30.48  wr_mallocs: 109786
% 235.96/30.48  wr_callocs: 19
% 235.96/30.48  wr_reallocs: 27500
% 235.96/30.48  wr_frees: 2
% 235.96/30.48  wr_malloc_bytes: 4167446996
% 235.96/30.48  wr_calloc_bytes: 96065504
% 235.96/30.48  wr_realloc_bytes: 5113568
% 235.96/30.48  wr_realloc_freebytes: 0
% 235.96/30.48  ----------------------------------
%------------------------------------------------------------------------------