TSTP Solution File: LCL193-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL193-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n005.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 07:37:47 EDT 2023

% Result   : Unsatisfiable 202.91s 26.45s
% Output   : CNFRefutation 202.91s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('2',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('3',plain,
    axiom(implies(implies(X3,Y3),implies(implies(Z3,X3),or(not(Z3),Y3)))),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    axiom(implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y)))),
    inference(simplify,[],['3','1']) ).

cnf('5',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('6',plain,
    theorem(implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y)))),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

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

cnf('9',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('10',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['9','5']) ).

cnf('11',plain,
    theorem(implies(implies(X,or(Y,Z)),implies(X,or(Z,Y)))),
    inference(resolution,[],['8','10']) ).

cnf('12',plain,
    theorem(implies(implies(X,implies(Y,or(Z,U))),implies(X,implies(Y,or(U,Z))))),
    inference(resolution,[],['11','8']) ).

cnf('13',plain,
    ( ~ theorem(implies(X,implies(Y,or(Z,U))))
    | theorem(implies(X,implies(Y,or(U,Z)))) ),
    inference(resolution,[],['12','7']) ).

cnf('14',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['2','5']) ).

cnf('15',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Y,Z)))),
    inference(resolution,[],['13','14']) ).

cnf('16',plain,
    ~ theorem(implies(implies(q,r),implies(or(p,q),or(r,p)))),
    inference(cnf_transformation,[],[prove_this]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : LCL193-3 : TPTP v8.1.2. Released v2.3.0.
% 0.11/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n005.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Fri Aug 25 04:09:53 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                     9
% 0.20/0.38  in_rule_clause_count:                9
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:                7
% 0.20/0.38  in_horn_clause_count:                9
% 0.20/0.38  in_pos_clause_count:                 6
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:               1
% 0.20/0.38  in_negeq_clause_count:               0
% 0.20/0.38  in_unitposeq_clause_count:           1
% 0.20/0.38  in_chain_clause_count:               1
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             3
% 0.20/0.38  in_min_depth:              1
% 0.20/0.38  in_max_depth:              4
% 0.20/0.38  in_min_size:               4
% 0.20/0.38  in_max_size:              12
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                 8
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/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.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/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.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/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.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/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.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/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.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/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.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 6 fork 5 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 7 fork 6 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.50  
% 0.20/0.50  fork 5: search finished without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 2: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 4: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  **** run 14 fork 5 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  **** run 11 fork 2 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.52  
% 0.20/0.52  **** run 13 fork 4 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 10 fork 1 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 12 fork 3 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.63  
% 0.20/0.63  
% 0.20/0.63  fork 5: search terminated without proof.
% 0.20/0.64  
% 0.20/0.64  fork 2: search finished without proof.
% 0.20/0.64  
% 0.20/0.64  fork 4: search finished without proof.
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  **** run 22 fork 5 starts with strategy
% 0.20/0.65  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  **** run 19 fork 2 starts with strategy
% 0.20/0.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.66  
% 0.20/0.66  **** run 21 fork 4 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.66  
% 0.20/0.66  fork 6: search finished without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 18 fork 1 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 7: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.71  
% 0.20/0.71  fork 6: search finished without proof.
% 0.20/0.72  
% 0.20/0.72  fork 0: search finished without proof.
% 0.20/0.73  
% 0.20/0.73  **** run 31 fork 6 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.20/0.74  
% 0.20/0.74  **** run 25 fork 0 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.75  
% 0.20/0.75  fork 7: search finished without proof.
% 2.85/0.76  
% 2.85/0.76  fork 4: search finished without proof.
% 2.85/0.77  
% 2.85/0.77  
% 2.85/0.77  fork 2: search terminated without proof.
% 2.85/0.77  
% 2.85/0.77  fork 1: search finished without proof.
% 2.85/0.77  
% 2.85/0.77  **** run 32 fork 7 starts with strategy
% 2.85/0.77  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.16/0.79  
% 3.16/0.79  **** run 29 fork 4 starts with strategy
% 3.16/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.16/0.79  
% 3.16/0.79  **** run 27 fork 2 starts with strategy
% 3.16/0.79  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.16/0.79  
% 3.16/0.79  **** run 26 fork 1 starts with strategy
% 3.16/0.79  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.16/0.80  
% 3.16/0.80  
% 3.16/0.80  fork 3: search terminated without proof.
% 3.47/0.82  
% 3.47/0.82  **** run 28 fork 3 starts with strategy
% 3.47/0.82  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.69/0.84  
% 3.69/0.84  
% 3.69/0.84  fork 5: search terminated without proof.
% 3.69/0.85  
% 3.69/0.85  fork 6: search finished without proof.
% 3.69/0.86  
% 3.69/0.86  **** run 30 fork 5 starts with strategy
% 3.69/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.69/0.86  
% 3.69/0.86  
% 3.69/0.86  fork 0: search terminated without proof.
% 3.69/0.87  
% 3.69/0.87  **** run 39 fork 6 starts with strategy
% 3.69/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.69/0.88  
% 3.69/0.88  **** run 33 fork 0 starts with strategy
% 3.69/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.69/0.89  
% 3.69/0.89  fork 7: search finished without proof.
% 3.69/0.90  
% 3.69/0.90  
% 3.69/0.90  fork 4: search terminated without proof.
% 3.69/0.90  
% 3.69/0.90  
% 3.69/0.90  fork 1: search terminated without proof.
% 3.69/0.91  
% 3.69/0.91  **** run 40 fork 7 starts with strategy
% 3.69/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.69/0.92  
% 3.69/0.92  fork 2: search finished without proof.
% 4.34/0.92  
% 4.34/0.92  **** run 37 fork 4 starts with strategy
% 4.34/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.34/0.92  
% 4.34/0.92  **** run 34 fork 1 starts with strategy
% 4.34/0.92  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.34/0.93  
% 4.34/0.93  fork 7: search finished without proof.
% 4.34/0.94  
% 4.34/0.94  **** run 35 fork 2 starts with strategy
% 4.34/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.34/0.95  
% 4.34/0.95  fork 3: search finished without proof.
% 4.34/0.95  
% 4.34/0.95  **** run 48 fork 7 starts with strategy
% 4.34/0.95  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.34/0.97  
% 4.34/0.97  **** run 36 fork 3 starts with strategy
% 4.34/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.34/0.98  
% 4.34/0.98  
% 4.34/0.98  fork 5: search terminated without proof.
% 4.80/0.99  
% 4.80/0.99  
% 4.80/0.99  fork 6: search terminated without proof.
% 4.80/1.00  
% 4.80/1.00  **** run 38 fork 5 starts with strategy
% 4.80/1.00  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.80/1.00  
% 4.80/1.00  fork 0: search finished without proof.
% 4.80/1.01  
% 4.80/1.01  **** run 47 fork 6 starts with strategy
% 4.80/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.80/1.02  
% 4.80/1.02  **** run 41 fork 0 starts with strategy
% 4.80/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.80/1.03  
% 4.80/1.03  fork 1: search finished without proof.
% 4.80/1.04  
% 4.80/1.04  fork 2: search finished without proof.
% 4.80/1.05  
% 4.80/1.05  **** run 42 fork 1 starts with strategy
% 4.80/1.05  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.80/1.05  
% 4.80/1.05  
% 4.80/1.05  fork 4: search terminated without proof.
% 5.44/1.06  
% 5.44/1.06  **** run 43 fork 2 starts with strategy
% 5.44/1.06  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.44/1.07  
% 5.44/1.07  **** run 45 fork 4 starts with strategy
% 5.44/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.44/1.07  
% 5.44/1.07  
% 5.44/1.07  fork 7: search terminated without proof.
% 5.56/1.08  
% 5.56/1.08  fork 1: search finished without proof.
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 3: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  **** run 56 fork 7 starts with strategy
% 5.56/1.09  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.56/1.09  
% 5.56/1.09  fork 4: search finished without proof.
% 5.56/1.10  
% 5.56/1.10  **** run 50 fork 1 starts with strategy
% 5.56/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.56/1.11  
% 5.56/1.11  **** run 44 fork 3 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.56/1.11  
% 5.56/1.11  **** run 53 fork 4 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.88/1.11  
% 5.88/1.11  fork 5: search finished without proof.
% 5.88/1.13  
% 5.88/1.13  
% 5.88/1.13  fork 6: search terminated without proof.
% 5.88/1.13  
% 5.88/1.13  fork 3: search finished without proof.
% 5.88/1.13  
% 5.88/1.13  fork 4: search finished without proof.
% 5.88/1.13  
% 5.88/1.13  fork 0: search finished without proof.
% 5.88/1.14  
% 5.88/1.14  **** run 46 fork 5 starts with strategy
% 5.88/1.14  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 6.09/1.15  
% 6.09/1.15  **** run 55 fork 6 starts with strategy
% 6.09/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 6.09/1.15  
% 6.09/1.15  **** run 52 fork 3 starts with strategy
% 6.09/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.15  
% 6.09/1.15  **** run 61 fork 4 starts with strategy
% 6.09/1.15  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 6.09/1.15  
% 6.09/1.15  **** run 49 fork 0 starts with strategy
% 6.09/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.09/1.17  
% 6.09/1.17  fork 6: search finished without proof.
% 6.09/1.18  
% 6.09/1.18  
% 6.09/1.18  fork 2: search terminated without proof.
% 6.09/1.19  
% 6.09/1.19  **** run 63 fork 6 starts with strategy
% 6.09/1.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.19  
% 6.09/1.19  fork 0: search finished without proof.
% 6.09/1.20  
% 6.09/1.20  **** run 57 fork 0 starts with strategy
% 6.09/1.20  {"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.09/1.21  
% 6.09/1.21  **** run 51 fork 2 starts with strategy
% 6.09/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.09/1.21  
% 6.09/1.21  fork 7: search finished without proof.
% 6.09/1.22  
% 6.09/1.22  
% 6.09/1.22  fork 1: search terminated without proof.
% 6.72/1.23  
% 6.72/1.23  **** run 64 fork 7 starts with strategy
% 6.72/1.23  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.72/1.23  
% 6.72/1.23  **** run 58 fork 1 starts with strategy
% 6.72/1.24  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.72/1.26  
% 6.72/1.26  fork 5: search finished without proof.
% 6.72/1.26  
% 6.72/1.26  fork 7: search finished without proof.
% 6.72/1.26  
% 6.72/1.26  fork 4: search finished without proof.
% 6.72/1.27  
% 6.72/1.27  
% 6.72/1.27  fork 3: search terminated without proof.
% 6.72/1.27  
% 6.72/1.27  **** run 72 fork 7 starts with strategy
% 6.72/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.72/1.27  
% 6.72/1.27  **** run 54 fork 5 starts with strategy
% 6.72/1.27  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.72/1.28  
% 6.72/1.28  **** run 69 fork 4 starts with strategy
% 6.72/1.28  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 6.72/1.29  
% 6.72/1.29  **** run 60 fork 3 starts with strategy
% 6.72/1.29  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.72/1.30  
% 6.72/1.30  fork 6: search finished without proof.
% 6.72/1.32  
% 6.72/1.32  **** run 71 fork 6 starts with strategy
% 6.72/1.32  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.72/1.32  
% 6.72/1.32  
% 6.72/1.32  fork 0: search terminated without proof.
% 6.72/1.33  
% 6.72/1.33  fork 2: search finished without proof.
% 6.72/1.35  
% 6.72/1.35  **** run 65 fork 0 starts with strategy
% 6.72/1.35  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.72/1.35  
% 6.72/1.35  **** run 59 fork 2 starts with strategy
% 6.72/1.35  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.72/1.35  
% 6.72/1.35  
% 6.72/1.35  fork 1: search terminated without proof.
% 7.65/1.37  
% 7.65/1.37  **** run 66 fork 1 starts with strategy
% 7.65/1.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.65/1.37  
% 7.65/1.37  fork 0: search finished without proof.
% 7.65/1.39  
% 7.65/1.39  **** run 73 fork 0 starts with strategy
% 7.65/1.39  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.65/1.40  
% 7.65/1.40  fork 1: search finished without proof.
% 7.65/1.40  
% 7.65/1.40  
% 7.65/1.40  fork 7: search terminated without proof.
% 7.65/1.41  
% 7.65/1.41  
% 7.65/1.41  fork 3: search terminated without proof.
% 7.65/1.41  
% 7.65/1.41  fork 4: search finished without proof.
% 7.65/1.42  
% 7.65/1.42  **** run 74 fork 1 starts with strategy
% 7.65/1.42  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.65/1.42  
% 7.65/1.42  **** run 80 fork 7 starts with strategy
% 7.65/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 7.65/1.43  
% 7.65/1.43  **** run 68 fork 3 starts with strategy
% 7.65/1.43  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.65/1.44  
% 7.65/1.44  **** run 77 fork 4 starts with strategy
% 7.65/1.44  {"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}
% 7.65/1.44  
% 7.65/1.44  fork 5: search finished without proof.
% 8.43/1.45  
% 8.43/1.45  
% 8.43/1.45  fork 6: search terminated without proof.
% 8.57/1.46  
% 8.57/1.46  **** run 62 fork 5 starts with strategy
% 8.57/1.46  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 8.57/1.47  
% 8.57/1.47  **** run 79 fork 6 starts with strategy
% 8.57/1.47  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.57/1.48  
% 8.57/1.48  
% 8.57/1.48  fork 2: search terminated without proof.
% 8.57/1.50  
% 8.57/1.50  **** run 67 fork 2 starts with strategy
% 8.57/1.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 8.57/1.51  
% 8.57/1.51  fork 0: search finished without proof.
% 9.01/1.53  
% 9.01/1.53  **** run 81 fork 0 starts with strategy
% 9.01/1.53  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.01/1.54  
% 9.01/1.54  
% 9.01/1.54  fork 1: search terminated without proof.
% 9.01/1.54  
% 9.01/1.54  
% 9.01/1.54  fork 7: search terminated without proof.
% 9.01/1.55  
% 9.01/1.55  fork 3: search finished without proof.
% 9.30/1.56  
% 9.30/1.56  fork 4: search finished without proof.
% 9.30/1.56  
% 9.30/1.56  **** run 82 fork 1 starts with strategy
% 9.30/1.56  
% 9.30/1.56  **** run 88 fork 7 starts with strategy
% 9.30/1.56  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.30/1.56  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.30/1.57  
% 9.30/1.57  **** run 76 fork 3 starts with strategy
% 9.30/1.57  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.30/1.58  
% 9.30/1.58  
% 9.30/1.58  fork 5: search terminated without proof.
% 9.30/1.58  
% 9.30/1.58  **** run 85 fork 4 starts with strategy
% 9.30/1.58  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 9.30/1.59  
% 9.30/1.59  fork 6: search finished without proof.
% 9.30/1.60  
% 9.30/1.60  **** run 70 fork 5 starts with strategy
% 9.30/1.60  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 9.30/1.61  
% 9.30/1.61  **** run 87 fork 6 starts with strategy
% 9.30/1.61  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 9.30/1.62  
% 9.30/1.62  
% 9.30/1.62  fork 2: search terminated without proof.
% 9.95/1.64  
% 9.95/1.64  **** run 75 fork 2 starts with strategy
% 9.95/1.64  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.95/1.65  
% 9.95/1.65  
% 9.95/1.65  fork 0: search terminated without proof.
% 9.95/1.67  
% 9.95/1.67  **** run 89 fork 0 starts with strategy
% 9.95/1.67  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.34/1.68  
% 10.34/1.68  
% 10.34/1.68  fork 1: search terminated without proof.
% 10.34/1.69  
% 10.34/1.69  fork 3: search finished without proof.
% 10.34/1.70  
% 10.34/1.70  **** run 90 fork 1 starts with strategy
% 10.34/1.70  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.34/1.71  
% 10.34/1.71  **** run 84 fork 3 starts with strategy
% 10.34/1.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.34/1.72  
% 10.34/1.72  fork 5: search finished without proof.
% 10.34/1.74  
% 10.34/1.74  **** run 78 fork 5 starts with strategy
% 10.34/1.74  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.97/1.76  
% 10.97/1.76  
% 10.97/1.76  fork 2: search terminated without proof.
% 10.97/1.78  
% 10.97/1.78  **** run 83 fork 2 starts with strategy
% 10.97/1.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 11.71/1.86  
% 11.71/1.86  
% 11.71/1.86  fork 5: search terminated without proof.
% 11.71/1.88  
% 11.71/1.88  **** run 86 fork 5 starts with strategy
% 11.71/1.88  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 17.19/2.57  
% 17.19/2.57  fork 7: search finished without proof.
% 17.19/2.58  
% 17.19/2.58  **** run 96 fork 7 starts with strategy
% 17.19/2.58  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 17.19/2.60  
% 17.19/2.60  
% 17.19/2.60  fork 4: search terminated without proof.
% 17.19/2.63  
% 17.19/2.63  **** run 93 fork 4 starts with strategy
% 17.19/2.63  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.81/2.69  
% 17.81/2.69  
% 17.81/2.69  fork 6: search terminated without proof.
% 18.33/2.71  
% 18.33/2.71  **** run 95 fork 6 starts with strategy
% 18.33/2.71  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 18.42/2.72  
% 18.42/2.72  
% 18.42/2.72  fork 1: search terminated without proof.
% 18.42/2.75  
% 18.42/2.75  **** run 98 fork 1 starts with strategy
% 18.42/2.75  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 18.42/2.77  
% 18.42/2.77  
% 18.42/2.77  fork 0: search terminated without proof.
% 18.42/2.80  
% 18.42/2.80  **** run 97 fork 0 starts with strategy
% 18.42/2.80  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.42/2.81  
% 18.42/2.81  
% 18.42/2.81  fork 2: search terminated without proof.
% 19.07/2.84  
% 19.07/2.84  **** run 91 fork 2 starts with strategy
% 19.07/2.84  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.07/2.87  
% 19.07/2.87  
% 19.07/2.87  fork 3: search terminated without proof.
% 19.69/2.90  
% 19.69/2.90  
% 19.69/2.90  fork 5: search terminated without proof.
% 19.69/2.90  
% 19.69/2.90  **** run 92 fork 3 starts with strategy
% 19.69/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.69/2.92  
% 19.69/2.92  **** run 94 fork 5 starts with strategy
% 19.69/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 24.87/3.60  
% 24.87/3.60  
% 24.87/3.60  fork 7: search terminated without proof.
% 24.87/3.64  
% 24.87/3.64  **** run 104 fork 7 starts with strategy
% 24.87/3.64  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 24.87/3.64  
% 24.87/3.64  fork 4: search finished without proof.
% 25.40/3.66  
% 25.40/3.66  **** run 101 fork 4 starts with strategy
% 25.40/3.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 26.07/3.77  
% 26.07/3.77  
% 26.07/3.77  fork 1: search terminated without proof.
% 26.07/3.77  
% 26.07/3.77  fork 0: search finished without proof.
% 26.07/3.80  
% 26.07/3.80  **** run 105 fork 0 starts with strategy
% 26.07/3.80  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 26.07/3.80  
% 26.07/3.80  **** run 106 fork 1 starts with strategy
% 26.07/3.80  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 26.07/3.82  
% 26.07/3.82  fork 0: search finished without proof.
% 26.07/3.82  
% 26.07/3.82  fork 1: search finished without proof.
% 26.07/3.83  
% 26.07/3.83  **** run 113 fork 0 starts with strategy
% 26.07/3.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 26.07/3.84  
% 26.07/3.84  **** run 114 fork 1 starts with strategy
% 26.07/3.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 26.07/3.86  
% 26.07/3.86  
% 26.07/3.86  fork 2: search terminated without proof.
% 26.07/3.89  
% 26.07/3.89  **** run 99 fork 2 starts with strategy
% 26.07/3.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 26.99/3.91  
% 26.99/3.91  fork 2: search finished without proof.
% 26.99/3.94  
% 26.99/3.94  **** run 107 fork 2 starts with strategy
% 26.99/3.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 26.99/3.94  
% 26.99/3.94  
% 26.99/3.94  fork 5: search terminated without proof.
% 27.59/3.95  
% 27.59/3.95  fork 6: search finished without proof.
% 27.59/3.96  
% 27.59/3.96  **** run 102 fork 5 starts with strategy
% 27.59/3.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.59/3.97  
% 27.59/3.97  **** run 103 fork 6 starts with strategy
% 27.59/3.97  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 29.24/4.16  
% 29.24/4.16  
% 29.24/4.16  fork 3: search terminated without proof.
% 29.45/4.18  
% 29.45/4.18  **** run 100 fork 3 starts with strategy
% 29.45/4.18  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 32.97/4.66  
% 32.97/4.66  fork 7: search finished without proof.
% 32.97/4.69  
% 32.97/4.69  **** run 112 fork 7 starts with strategy
% 32.97/4.69  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 33.70/4.75  
% 33.70/4.75  
% 33.70/4.75  fork 4: search terminated without proof.
% 33.70/4.77  
% 33.70/4.77  **** run 109 fork 4 starts with strategy
% 33.70/4.77  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 34.24/4.79  
% 34.24/4.79  fork 0: search finished without proof.
% 34.24/4.80  
% 34.24/4.80  fork 1: search finished without proof.
% 34.24/4.82  
% 34.24/4.82  **** run 121 fork 0 starts with strategy
% 34.24/4.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 34.24/4.83  
% 34.24/4.83  **** run 122 fork 1 starts with strategy
% 34.24/4.83  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 34.24/4.86  
% 34.24/4.86  fork 1: search finished without proof.
% 34.86/4.87  
% 34.86/4.87  **** run 130 fork 1 starts with strategy
% 34.86/4.87  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 35.35/4.96  
% 35.35/4.96  
% 35.35/4.96  fork 2: search terminated without proof.
% 35.35/4.98  
% 35.35/4.98  **** run 115 fork 2 starts with strategy
% 35.35/4.98  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 35.35/4.98  
% 35.35/4.98  fork 6: search finished without proof.
% 35.35/5.00  
% 35.35/5.00  
% 35.35/5.00  fork 5: search terminated without proof.
% 35.35/5.00  
% 35.35/5.00  **** run 111 fork 6 starts with strategy
% 35.35/5.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 36.08/5.03  
% 36.08/5.03  **** run 110 fork 5 starts with strategy
% 36.08/5.03  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 36.63/5.19  
% 36.63/5.19  fork 3: search finished without proof.
% 36.63/5.21  
% 36.63/5.21  **** run 108 fork 3 starts with strategy
% 36.63/5.21  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 41.07/5.72  
% 41.07/5.72  
% 41.07/5.72  fork 7: search terminated without proof.
% 41.07/5.72  
% 41.07/5.72  fork 4: search finished without proof.
% 41.07/5.74  
% 41.07/5.74  **** run 120 fork 7 starts with strategy
% 41.07/5.74  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 41.07/5.75  
% 41.07/5.75  **** run 117 fork 4 starts with strategy
% 41.07/5.75  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 42.75/5.89  
% 42.75/5.89  
% 42.75/5.89  fork 0: search terminated without proof.
% 42.75/5.92  
% 42.75/5.92  
% 42.75/5.92  fork 1: search terminated without proof.
% 42.75/5.92  
% 42.75/5.92  **** run 129 fork 0 starts with strategy
% 42.75/5.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.75/5.95  
% 42.75/5.95  **** run 138 fork 1 starts with strategy
% 42.75/5.95  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 43.52/6.00  
% 43.52/6.00  fork 5: search finished without proof.
% 43.52/6.00  
% 43.52/6.00  
% 43.52/6.00  fork 2: search terminated without proof.
% 43.84/6.02  
% 43.84/6.02  **** run 123 fork 2 starts with strategy
% 43.84/6.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 43.84/6.02  
% 43.84/6.02  **** run 118 fork 5 starts with strategy
% 43.84/6.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 44.02/6.11  
% 44.02/6.11  
% 44.02/6.11  fork 6: search terminated without proof.
% 44.55/6.14  
% 44.55/6.14  **** run 119 fork 6 starts with strategy
% 44.55/6.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 45.61/6.29  
% 45.61/6.29  fork 3: search finished without proof.
% 45.61/6.31  
% 45.61/6.31  **** run 116 fork 3 starts with strategy
% 45.61/6.31  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 46.75/6.50  
% 46.75/6.50  fork 4: search finished without proof.
% 46.75/6.52  
% 46.75/6.52  **** run 125 fork 4 starts with strategy
% 46.75/6.52  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 48.46/6.70  
% 48.46/6.70  fork 7: search finished without proof.
% 48.46/6.73  
% 48.46/6.73  **** run 128 fork 7 starts with strategy
% 48.46/6.73  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 50.85/6.96  
% 50.85/6.96  fork 1: search finished without proof.
% 50.85/6.98  
% 50.85/6.98  **** run 146 fork 1 starts with strategy
% 50.85/6.98  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 50.85/7.01  
% 50.85/7.01  fork 1: search finished without proof.
% 50.85/7.01  
% 50.85/7.01  fork 2: search finished without proof.
% 50.85/7.02  
% 50.85/7.02  **** run 154 fork 1 starts with strategy
% 50.85/7.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 51.60/7.05  
% 51.60/7.05  
% 51.60/7.05  fork 5: search terminated without proof.
% 51.60/7.05  
% 51.60/7.05  **** run 131 fork 2 starts with strategy
% 51.60/7.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 51.60/7.08  
% 51.60/7.08  fork 2: search finished without proof.
% 51.60/7.08  
% 51.60/7.08  **** run 126 fork 5 starts with strategy
% 51.60/7.08  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 51.60/7.11  
% 51.60/7.11  fork 5: search finished without proof.
% 51.60/7.11  
% 51.60/7.11  **** run 139 fork 2 starts with strategy
% 51.60/7.11  {"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}
% 51.60/7.12  
% 51.60/7.12  **** run 134 fork 5 starts with strategy
% 51.60/7.12  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.60/7.14  
% 51.60/7.14  
% 51.60/7.14  fork 0: search terminated without proof.
% 51.60/7.16  
% 51.60/7.16  **** run 137 fork 0 starts with strategy
% 51.60/7.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 51.60/7.19  
% 51.60/7.19  fork 0: search finished without proof.
% 52.51/7.20  
% 52.51/7.20  **** run 145 fork 0 starts with strategy
% 52.51/7.20  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 53.26/7.27  
% 53.26/7.27  fork 3: search finished without proof.
% 53.26/7.29  
% 53.26/7.29  **** run 124 fork 3 starts with strategy
% 53.26/7.29  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 53.26/7.30  
% 53.26/7.30  
% 53.26/7.30  fork 6: search terminated without proof.
% 53.58/7.32  
% 53.58/7.32  fork 3: search finished without proof.
% 53.58/7.32  
% 53.58/7.32  **** run 127 fork 6 starts with strategy
% 53.58/7.32  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 53.58/7.34  
% 53.58/7.34  **** run 132 fork 3 starts with strategy
% 53.58/7.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 53.82/7.34  
% 53.82/7.34  fork 6: search finished without proof.
% 53.82/7.36  
% 53.82/7.36  **** run 135 fork 6 starts with strategy
% 53.82/7.36  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 53.82/7.38  
% 53.82/7.38  fork 6: search finished without proof.
% 53.82/7.41  
% 53.82/7.41  **** run 143 fork 6 starts with strategy
% 53.82/7.41  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 55.02/7.54  
% 55.02/7.54  
% 55.02/7.54  fork 4: search terminated without proof.
% 55.62/7.58  
% 55.62/7.58  **** run 133 fork 4 starts with strategy
% 55.62/7.58  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 56.22/7.68  
% 56.22/7.68  fork 7: search finished without proof.
% 56.22/7.71  
% 56.22/7.71  **** run 136 fork 7 starts with strategy
% 56.22/7.71  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 60.04/8.14  
% 60.04/8.14  
% 60.04/8.14  fork 5: search terminated without proof.
% 60.04/8.16  
% 60.04/8.16  
% 60.04/8.16  fork 1: search terminated without proof.
% 60.04/8.16  
% 60.04/8.16  **** run 142 fork 5 starts with strategy
% 60.04/8.16  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 60.04/8.17  
% 60.04/8.17  
% 60.04/8.17  fork 2: search terminated without proof.
% 60.43/8.19  
% 60.43/8.19  fork 0: search finished without proof.
% 60.43/8.19  
% 60.43/8.19  **** run 147 fork 2 starts with strategy
% 60.43/8.19  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 60.43/8.19  
% 60.43/8.19  **** run 162 fork 1 starts with strategy
% 60.43/8.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 60.43/8.21  
% 60.43/8.21  **** run 153 fork 0 starts with strategy
% 60.43/8.21  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 60.43/8.21  
% 60.43/8.21  fork 2: search finished without proof.
% 60.43/8.23  
% 60.43/8.23  **** run 155 fork 2 starts with strategy
% 60.43/8.23  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 61.51/8.36  
% 61.51/8.36  
% 61.51/8.36  fork 3: search terminated without proof.
% 61.51/8.38  
% 61.51/8.38  **** run 140 fork 3 starts with strategy
% 61.51/8.38  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 61.51/8.38  
% 61.51/8.38  fork 6: search finished without proof.
% 61.51/8.41  
% 61.51/8.41  **** run 151 fork 6 starts with strategy
% 61.51/8.41  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 63.24/8.55  
% 63.24/8.55  fork 4: search finished without proof.
% 63.24/8.57  
% 63.24/8.57  **** run 141 fork 4 starts with strategy
% 63.24/8.57  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 64.15/8.69  
% 64.15/8.69  fork 7: search finished without proof.
% 64.57/8.74  
% 64.57/8.74  **** run 144 fork 7 starts with strategy
% 64.57/8.74  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 67.90/9.17  
% 67.90/9.17  fork 5: search finished without proof.
% 67.90/9.19  
% 67.90/9.19  **** run 150 fork 5 starts with strategy
% 67.90/9.19  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 68.64/9.22  
% 68.64/9.22  
% 68.64/9.22  fork 1: search terminated without proof.
% 68.64/9.24  
% 68.64/9.24  
% 68.64/9.24  fork 0: search terminated without proof.
% 68.64/9.25  
% 68.64/9.25  **** run 170 fork 1 starts with strategy
% 68.64/9.25  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 68.64/9.27  
% 68.64/9.27  **** run 161 fork 0 starts with strategy
% 68.64/9.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 68.64/9.27  
% 68.64/9.27  fork 2: search finished without proof.
% 69.15/9.31  
% 69.15/9.31  **** run 163 fork 2 starts with strategy
% 69.15/9.31  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 69.80/9.39  
% 69.80/9.39  fork 6: search finished without proof.
% 69.80/9.40  
% 69.80/9.40  
% 69.80/9.40  fork 3: search terminated without proof.
% 70.09/9.41  
% 70.09/9.41  **** run 159 fork 6 starts with strategy
% 70.09/9.41  {"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}
% 70.09/9.42  
% 70.09/9.42  **** run 148 fork 3 starts with strategy
% 70.09/9.42  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 70.29/9.44  
% 70.29/9.44  fork 3: search finished without proof.
% 70.29/9.46  
% 70.29/9.46  **** run 156 fork 3 starts with strategy
% 70.29/9.46  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 71.56/9.60  
% 71.56/9.60  
% 71.56/9.60  fork 4: search terminated without proof.
% 71.56/9.62  
% 71.56/9.62  **** run 149 fork 4 starts with strategy
% 71.56/9.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 72.51/9.76  
% 72.51/9.76  
% 72.51/9.76  fork 7: search terminated without proof.
% 72.95/9.79  
% 72.95/9.79  **** run 152 fork 7 starts with strategy
% 72.95/9.79  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 75.76/10.21  
% 75.76/10.21  fork 5: search finished without proof.
% 76.56/10.23  
% 76.56/10.23  **** run 158 fork 5 starts with strategy
% 76.56/10.23  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 76.56/10.25  
% 76.56/10.25  fork 0: search finished without proof.
% 76.56/10.27  
% 76.56/10.27  **** run 169 fork 0 starts with strategy
% 76.56/10.27  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 76.56/10.33  
% 76.56/10.33  fork 2: search finished without proof.
% 76.56/10.37  
% 76.56/10.37  **** run 171 fork 2 starts with strategy
% 76.56/10.37  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 77.46/10.40  
% 77.46/10.40  fork 6: search finished without proof.
% 78.22/10.45  
% 78.22/10.45  **** run 167 fork 6 starts with strategy
% 78.22/10.45  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 78.22/10.49  
% 78.22/10.49  fork 3: search finished without proof.
% 78.68/10.54  
% 78.68/10.54  **** run 164 fork 3 starts with strategy
% 78.68/10.54  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 79.91/10.66  
% 79.91/10.66  
% 79.91/10.66  fork 4: search terminated without proof.
% 79.91/10.68  
% 79.91/10.68  **** run 157 fork 4 starts with strategy
% 79.91/10.68  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 80.63/10.75  
% 80.63/10.75  fork 7: search finished without proof.
% 80.63/10.79  
% 80.63/10.79  **** run 160 fork 7 starts with strategy
% 80.63/10.79  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 84.35/11.23  
% 84.35/11.23  fork 5: search finished without proof.
% 84.35/11.25  
% 84.35/11.25  **** run 166 fork 5 starts with strategy
% 84.35/11.25  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 86.74/11.56  
% 86.74/11.56  
% 86.74/11.56  fork 3: search terminated without proof.
% 86.74/11.58  
% 86.74/11.58  **** run 172 fork 3 starts with strategy
% 86.74/11.58  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 88.45/11.76  
% 88.45/11.76  fork 4: search finished without proof.
% 88.66/11.78  
% 88.66/11.78  **** run 165 fork 4 starts with strategy
% 88.66/11.78  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 88.66/11.81  
% 88.66/11.81  
% 88.66/11.81  fork 7: search terminated without proof.
% 89.05/11.84  
% 89.05/11.84  **** run 168 fork 7 starts with strategy
% 89.05/11.84  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 108.67/14.34  
% 108.67/14.34  
% 108.67/14.34  fork 1: search terminated without proof.
% 108.93/14.37  
% 108.93/14.37  **** run 178 fork 1 starts with strategy
% 108.93/14.37  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 116.85/15.43  
% 116.85/15.43  
% 116.85/15.43  fork 0: search terminated without proof.
% 117.62/15.47  
% 117.62/15.47  
% 117.62/15.47  fork 6: search terminated without proof.
% 117.62/15.52  
% 117.62/15.52  **** run 177 fork 0 starts with strategy
% 117.62/15.52  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 117.62/15.55  
% 117.62/15.55  **** run 175 fork 6 starts with strategy
% 117.62/15.55  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 118.26/15.60  
% 118.26/15.60  
% 118.26/15.60  fork 2: search terminated without proof.
% 118.71/15.67  
% 118.71/15.67  **** run 179 fork 2 starts with strategy
% 118.71/15.67  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 124.19/16.33  
% 124.19/16.33  
% 124.19/16.33  fork 5: search terminated without proof.
% 124.19/16.41  
% 124.19/16.41  **** run 174 fork 5 starts with strategy
% 124.19/16.41  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 126.79/16.63  
% 126.79/16.63  
% 126.79/16.63  fork 3: search terminated without proof.
% 127.29/16.71  
% 127.29/16.71  **** run 180 fork 3 starts with strategy
% 127.29/16.71  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 128.44/16.84  
% 128.44/16.84  
% 128.44/16.84  fork 4: search terminated without proof.
% 128.44/16.92  
% 128.44/16.92  **** run 173 fork 4 starts with strategy
% 128.44/16.92  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 128.44/16.96  
% 128.44/16.96  
% 128.44/16.96  fork 7: search terminated without proof.
% 129.48/17.04  
% 129.48/17.04  **** run 176 fork 7 starts with strategy
% 129.48/17.04  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 148.41/19.45  
% 148.41/19.45  
% 148.41/19.45  fork 1: search terminated without proof.
% 149.34/19.51  
% 149.34/19.51  **** run 186 fork 1 starts with strategy
% 149.34/19.51  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 155.70/20.32  
% 155.70/20.32  fork 2: search finished without proof.
% 155.70/20.36  
% 155.70/20.36  **** run 187 fork 2 starts with strategy
% 155.70/20.36  {"max_dseconds":50,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 156.30/20.38  
% 156.30/20.38  fork 2: search finished without proof.
% 156.30/20.40  
% 156.30/20.40  **** run 195 fork 2 starts with strategy
% 156.30/20.40  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 158.11/20.61  
% 158.11/20.61  
% 158.11/20.61  fork 0: search terminated without proof.
% 158.11/20.63  
% 158.11/20.63  **** run 185 fork 0 starts with strategy
% 158.11/20.63  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 158.11/20.68  
% 158.11/20.68  
% 158.11/20.68  fork 6: search terminated without proof.
% 158.74/20.70  
% 158.74/20.70  **** run 183 fork 6 starts with strategy
% 158.74/20.70  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 165.75/21.60  
% 165.75/21.60  
% 165.75/21.60  fork 5: search terminated without proof.
% 166.06/21.66  
% 166.06/21.66  **** run 182 fork 5 starts with strategy
% 166.06/21.66  {"max_dseconds":50,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 168.45/21.97  
% 168.45/21.97  
% 168.45/21.97  fork 4: search terminated without proof.
% 169.00/22.04  
% 169.00/22.04  **** run 181 fork 4 starts with strategy
% 169.00/22.04  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 169.00/22.07  
% 169.00/22.07  fork 4: search finished without proof.
% 169.00/22.08  
% 169.00/22.08  **** run 189 fork 4 starts with strategy
% 169.00/22.08  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 169.00/22.08  
% 169.00/22.08  
% 169.00/22.08  fork 3: search terminated without proof.
% 169.69/22.13  
% 169.69/22.13  
% 169.69/22.13  fork 7: search terminated without proof.
% 170.19/22.16  
% 170.19/22.16  **** run 188 fork 3 starts with strategy
% 170.19/22.16  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 170.19/22.19  
% 170.19/22.19  fork 3: search finished without proof.
% 170.19/22.20  
% 170.19/22.20  **** run 196 fork 3 starts with strategy
% 170.19/22.20  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 170.53/22.21  
% 170.53/22.21  **** run 184 fork 7 starts with strategy
% 170.53/22.21  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 185.67/24.18  
% 185.67/24.18  fork 1: search finished without proof.
% 186.22/24.22  
% 186.22/24.22  **** run 194 fork 1 starts with strategy
% 186.22/24.22  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 193.71/25.19  
% 193.71/25.19  fork 2: search finished without proof.
% 193.71/25.23  
% 193.71/25.23  **** run 203 fork 2 starts with strategy
% 193.71/25.23  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 197.16/25.60  
% 197.16/25.60  fork 0: search finished without proof.
% 197.16/25.62  
% 197.16/25.62  **** run 193 fork 0 starts with strategy
% 197.16/25.62  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 197.93/25.76  
% 197.93/25.76  
% 197.93/25.76  fork 6: search terminated without proof.
% 198.48/25.83  
% 198.48/25.83  **** run 191 fork 6 starts with strategy
% 198.48/25.83  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 202.91/26.45  
% 202.91/26.45  
% 202.91/26.45  result: proof found
% 202.91/26.45  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 202.91/26.45  by run 184 fork 7 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 202.91/26.45  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 202.91/26.45  
% 202.91/26.45  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 202.91/26.45  
% 202.91/26.45  run 184 fork 7 statistics:
% 202.91/26.45  ----------------------------------
% 202.91/26.45  this run seconds: 3.456970
% 202.91/26.45  total seconds: 25.005758
% 202.91/26.45  stat_given_used: 9786
% 202.91/26.45  stat_given_used_at_endgame: 0
% 202.91/26.45  stat_given_candidates:   14981
% 202.91/26.45  stat_given_candidates_at_endgame: 0
% 202.91/26.45  stat_given_candidates_h: 0
% 202.91/26.45  stat_binres_derived_cl:   942735
% 202.91/26.45  stat_binres_derived_cl_h: 0
% 202.91/26.45  stat_factor_derived_cl: 0
% 202.91/26.45  stat_para_derived_cl: 18310
% 202.91/26.45  stat_tautologies_discarded: 1
% 202.91/26.45  stat_forward_subsumed: 545402
% 202.91/26.45  stat_derived_cut: 0
% 202.91/26.45  stat_derived_rewritten: 67
% 202.91/26.45  stat_weight_discarded_building: 0
% 202.91/26.45  stat_weight_discarded_cl: 63862
% 202.91/26.45  stat_internlimit_discarded_cl: 0
% 202.91/26.45  stat_simplified:  67 simplified 0 derived 0 given
% 202.91/26.46  stat_kept_cl: 351777
% 202.91/26.46  stat_built_cl: 435278
% 202.91/26.46  stat_hyperres_partial_cl: 0
% 202.91/26.46  stat_made_rewriters: 1
% 202.91/26.46  stat_backward_subsumed: 0
% 202.91/26.46  stat_propagated_subsumed: 0
% 202.91/26.46  stat_clsubs_attempted:                   5662157
% 202.91/26.46  stat_clsubs_fact_groundunit_found:             0
% 202.91/26.46  stat_clsubs_rule_groundunit_found:             1
% 202.91/26.46  stat_clsubs_top_meta_attempted:           55024877
% 202.91/26.46  stat_clsubs_top_meta_failed:              49362720
% 202.91/26.46  stat_clsubs_top_meta_nonpref_attempted:            55024877
% 202.91/26.46  stat_clsubs_top_meta_nonpref_succeeded:            16396624
% 202.91/26.46  stat_clsubs_top_meta_pref_attempted:               16396624
% 202.91/26.46  stat_clsubs_top_meta_pref1_succeeded:              16266852
% 202.91/26.46  stat_clsubs_top_meta_pref2_succeeded:               7480682
% 202.91/26.46  stat_clsubs_top_meta_pref3_succeeded:               5662157
% 202.91/26.46  stat_clsubs_top_meta_pref_succeeded:                5662157
% 202.91/26.46  stat_clsubs_meta_attempted:              5675728
% 202.91/26.46  stat_clsubs_meta_failed:                  289672
% 202.91/26.46  stat_clsubs_predsymbs_attempted:               0
% 202.91/26.46  stat_clsubs_unit_attempted:              5643096
% 202.91/26.46  stat_clsubs_full_attempted:                19061
% 202.91/26.46  stat_forwardsubs_attempted:               961041
% 202.91/26.46  stat_lit_hash_added:                 356294
% 202.91/26.46  stat_lit_hash_computed:             1347883
% 202.91/26.46  stat_lit_hash_match_found:           546387
% 202.91/26.46  stat_lit_hash_match_miss:            863236
% 202.91/26.46  stat_lit_hash_cut_ok:                     0
% 202.91/26.46  stat_lit_strong_cut_ok:                   0
% 202.91/26.46  stat_lit_hash_subsume_ok:            545402
% 202.91/26.46  clqueue els 10000000 used 1
% 202.91/26.46  clactive els 10000000 used 9787
% 202.91/26.46  clactivesubsume els 10000000 used 58711
% 202.91/26.46  queue_termbuf els 200000000 used 27447156
% 202.91/26.46  hyper_termbuf els 100000000 used 1
% 202.91/26.46  active_termbuf els 100000000 used 517906
% 202.91/26.46  varstack els 5000 last used 1
% 202.91/26.46  given_termbuf els 10000000 last used 1
% 202.91/26.46  simplified_termbuf els 10000000 last used 1
% 202.91/26.46  derived_termbuf els 10000000 last used 41
% 202.91/26.46  wr_mallocs: 278549
% 202.91/26.46  wr_callocs: 19
% 202.91/26.46  wr_reallocs: 98205
% 202.91/26.46  wr_frees: 2
% 202.91/26.46  wr_malloc_bytes: 4174638884
% 202.91/26.46  wr_calloc_bytes: 96065504
% 202.91/26.46  wr_realloc_bytes: 16837920
% 202.91/26.46  wr_realloc_freebytes: 0
% 202.91/26.46  ----------------------------------
%------------------------------------------------------------------------------