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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP190-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n023.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 00:53:15 EDT 2023

% Result   : Unsatisfiable 109.35s 14.25s
% Output   : CNFRefutation 109.35s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_symmetry_of_lub')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('2',plain,
    least_upper_bound(a,b) = a,
    inference(cnf_transformation,[],[p39c_1]) ).

cnf('3',plain,
    least_upper_bound(b,a) = a,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('5',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity']) ).

cnf('6',plain,
    multiply(identity,X3) = multiply(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('8',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['6','7']) ).

cnf('9',plain,
    multiply(X,Y) = multiply(inverse(inverse(X)),Y),
    inference(paramodulation,[],['8','8']) ).

cnf('10',plain,
    X = multiply(inverse(inverse(X)),identity),
    inference(paramodulation,[],['4','8']) ).

cnf('11',plain,
    X = multiply(X,identity),
    inference(paramodulation,[],['9','10']) ).

cnf('12',plain,
    X = inverse(inverse(X)),
    inference(paramodulation,[],['11','10']) ).

cnf('13',plain,
    greatest_lower_bound(X,Y) = greatest_lower_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_glb']) ).

cnf('14',plain,
    greatest_lower_bound(X,least_upper_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_glb_absorbtion']) ).

cnf('15',plain,
    greatest_lower_bound(least_upper_bound(X,Y),X) = X,
    inference(paramodulation,[],['13','14']) ).

cnf('16',plain,
    multiply(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_glb1']) ).

cnf('17',plain,
    multiply(inverse(X),greatest_lower_bound(X,Y)) = greatest_lower_bound(identity,multiply(inverse(X),Y)),
    inference(paramodulation,[],['4','16']) ).

cnf('18',plain,
    least_upper_bound(X,greatest_lower_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_lub_absorbtion']) ).

cnf('19',plain,
    least_upper_bound(greatest_lower_bound(X,Y),X) = X,
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    least_upper_bound(multiply(inverse(X),greatest_lower_bound(X,Y)),identity) = identity,
    inference(paramodulation,[],['17','19']) ).

cnf('21',plain,
    least_upper_bound(multiply(inverse(least_upper_bound(X,Y)),X),identity) = identity,
    inference(paramodulation,[],['15','20']) ).

cnf('22',plain,
    multiply(multiply(X3,inverse(Y3)),Y3) = multiply(X3,identity),
    inference(paramodulation,[],['4','5']) ).

cnf('23',plain,
    multiply(multiply(X,inverse(Y)),Y) = X,
    inference(simplify,[],['22','11']) ).

cnf('24',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('25',plain,
    multiply(least_upper_bound(X,identity),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(paramodulation,[],['7','24']) ).

cnf('26',plain,
    multiply(least_upper_bound(multiply(X,inverse(Y)),identity),Y) = least_upper_bound(X,Y),
    inference(paramodulation,[],['23','25']) ).

cnf('27',plain,
    multiply(identity,X3) = least_upper_bound(inverse(least_upper_bound(inverse(X3),Y3)),X3),
    inference(paramodulation,[],['21','26']) ).

cnf('28',plain,
    X = least_upper_bound(inverse(least_upper_bound(inverse(X),Y)),X),
    inference(simplify,[],['27','7']) ).

cnf('29',plain,
    inverse(X) = least_upper_bound(inverse(least_upper_bound(X,Y)),inverse(X)),
    inference(paramodulation,[],['12','28']) ).

cnf('30',plain,
    inverse(b) = least_upper_bound(inverse(a),inverse(b)),
    inference(paramodulation,[],['3','29']) ).

cnf('31',plain,
    greatest_lower_bound(inverse(a),inverse(b)) != inverse(a),
    inference(cnf_transformation,[],[prove_p39c]) ).

cnf('32',plain,
    greatest_lower_bound(inverse(b),inverse(a)) != inverse(a),
    inference(paramodulation,[],['13','31']) ).

cnf('33',plain,
    $false,
    inference(paramodulation,[then_simplify],['30','15','32']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : GRP190-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n023.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 : Mon Aug 28 22:12:40 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.19/0.37  
% 0.19/0.37  input clause set summed statistics:
% 0.19/0.37  ----------------------------------
% 0.19/0.37  in_clause_count:                    17
% 0.19/0.37  in_rule_clause_count:               17
% 0.19/0.37  in_fact_clause_count:                0
% 0.19/0.37  in_answer_clause_count:              0
% 0.19/0.37  in_ground_clause_count:              2
% 0.19/0.37  in_unit_clause_count:               17
% 0.19/0.37  in_horn_clause_count:               17
% 0.19/0.37  in_pos_clause_count:                16
% 0.19/0.37  in_neg_clause_count:                 1
% 0.19/0.37  in_poseq_clause_count:              16
% 0.19/0.37  in_negeq_clause_count:               1
% 0.19/0.37  in_unitposeq_clause_count:          16
% 0.19/0.37  in_chain_clause_count:               0
% 0.19/0.37  in_min_length:             1
% 0.19/0.37  in_max_length:             1
% 0.19/0.37  in_min_depth:              2
% 0.19/0.37  in_max_depth:              3
% 0.19/0.37  in_min_size:               5
% 0.19/0.37  in_max_size:              13
% 0.19/0.37  in_min_vars:               0
% 0.19/0.37  in_max_vars:               3
% 0.19/0.37  in_extaxiom_count:                15
% 0.19/0.37  in_axiom_count:                    0
% 0.19/0.37  in_assumption_count:               1
% 0.19/0.37  in_goal_count:                     1
% 0.19/0.37  in_neg_goal_count:                 1
% 0.19/0.37  in_pos_goal_count:                 0
% 0.19/0.37  in_posunit_goal_count:             0
% 0.19/0.37  
% 0.19/0.37  auto guide:
% 0.19/0.37  -----------
% 0.19/0.37  {
% 0.19/0.37  "print":1,
% 0.19/0.37  "print_level": 15,
% 0.19/0.37  "max_size": 0,
% 0.19/0.37  "max_depth": 0,
% 0.19/0.37  "max_length": 0,
% 0.19/0.37  "max_dseconds": 0,
% 0.19/0.37  "runs":[
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.37  
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.37  
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.37  
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.37  
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.37  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.37  
% 0.19/0.37  ]}
% 0.19/0.37  
% 0.19/0.37  
% 0.19/0.37  **** run 1 fork 0 starts with strategy
% 0.19/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 6: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: 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 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":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 2.04/0.64  
% 2.04/0.64  
% 2.04/0.64  fork 2: search terminated without proof.
% 2.04/0.64  
% 2.04/0.64  
% 2.04/0.64  fork 4: search terminated without proof.
% 2.21/0.65  
% 2.21/0.65  
% 2.21/0.65  fork 6: search terminated without proof.
% 2.21/0.65  
% 2.21/0.65  
% 2.21/0.65  fork 5: search terminated without proof.
% 2.21/0.65  
% 2.21/0.65  
% 2.21/0.65  fork 1: search terminated without proof.
% 2.21/0.65  
% 2.21/0.65  
% 2.21/0.65  fork 7: search terminated without proof.
% 2.21/0.66  
% 2.21/0.66  **** run 19 fork 2 starts with strategy
% 2.21/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.21/0.66  
% 2.21/0.66  **** run 21 fork 4 starts with strategy
% 2.21/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.21/0.67  
% 2.21/0.67  **** run 22 fork 5 starts with strategy
% 2.21/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.21/0.67  
% 2.21/0.67  **** run 23 fork 6 starts with strategy
% 2.21/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.21/0.67  
% 2.21/0.67  **** run 18 fork 1 starts with strategy
% 2.21/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.21/0.68  
% 2.21/0.68  
% 2.21/0.68  fork 3: search terminated without proof.
% 2.21/0.68  
% 2.21/0.68  **** run 24 fork 7 starts with strategy
% 2.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.21/0.68  
% 2.21/0.68  
% 2.21/0.68  fork 0: search terminated without proof.
% 2.21/0.70  
% 2.21/0.70  **** run 17 fork 0 starts with strategy
% 2.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.21/0.70  
% 2.21/0.70  **** run 20 fork 3 starts with strategy
% 2.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 3.16/0.78  
% 3.16/0.78  
% 3.16/0.78  fork 6: search terminated without proof.
% 3.16/0.80  
% 3.16/0.80  
% 3.16/0.80  fork 2: search terminated without proof.
% 3.16/0.80  
% 3.16/0.80  
% 3.16/0.80  fork 4: search terminated without proof.
% 3.16/0.80  
% 3.16/0.80  
% 3.16/0.80  fork 5: search terminated without proof.
% 3.16/0.80  
% 3.16/0.80  **** run 31 fork 6 starts with strategy
% 3.16/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.16/0.81  
% 3.16/0.81  
% 3.16/0.81  fork 7: search terminated without proof.
% 3.16/0.81  
% 3.16/0.81  
% 3.16/0.81  fork 1: search terminated without proof.
% 3.16/0.82  
% 3.16/0.82  **** run 27 fork 2 starts with strategy
% 3.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.16/0.82  
% 3.16/0.82  **** run 29 fork 4 starts with strategy
% 3.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.16/0.82  
% 3.16/0.82  **** run 30 fork 5 starts with strategy
% 3.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.16/0.83  
% 3.16/0.83  
% 3.16/0.83  fork 3: search terminated without proof.
% 3.16/0.83  
% 3.16/0.83  
% 3.16/0.83  fork 0: search terminated without proof.
% 3.16/0.83  
% 3.16/0.83  **** run 26 fork 1 starts with strategy
% 3.16/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.16/0.84  
% 3.16/0.84  **** run 32 fork 7 starts with strategy
% 3.16/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.85/0.85  
% 3.85/0.85  **** run 28 fork 3 starts with strategy
% 3.85/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.85/0.85  
% 3.85/0.85  **** run 25 fork 0 starts with strategy
% 3.85/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.44/0.94  
% 4.44/0.94  
% 4.44/0.94  fork 6: search terminated without proof.
% 4.44/0.94  
% 4.44/0.94  
% 4.44/0.94  fork 4: search terminated without proof.
% 4.44/0.94  
% 4.44/0.94  
% 4.44/0.94  fork 2: search terminated without proof.
% 4.44/0.94  
% 4.44/0.94  
% 4.44/0.94  fork 5: search terminated without proof.
% 4.57/0.96  
% 4.57/0.96  **** run 39 fork 6 starts with strategy
% 4.57/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.57/0.96  
% 4.57/0.96  
% 4.57/0.96  fork 1: search terminated without proof.
% 4.57/0.96  
% 4.57/0.96  **** run 37 fork 4 starts with strategy
% 4.57/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.57/0.96  
% 4.57/0.96  
% 4.57/0.96  fork 7: search terminated without proof.
% 4.57/0.96  
% 4.57/0.96  **** run 38 fork 5 starts with strategy
% 4.57/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.57/0.97  
% 4.57/0.97  **** run 35 fork 2 starts with strategy
% 4.57/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.57/0.97  
% 4.57/0.97  
% 4.57/0.97  fork 3: search terminated without proof.
% 4.57/0.98  
% 4.57/0.98  
% 4.57/0.98  fork 0: search terminated without proof.
% 4.57/0.98  
% 4.57/0.98  **** run 34 fork 1 starts with strategy
% 4.57/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.57/0.98  
% 4.57/0.98  **** run 40 fork 7 starts with strategy
% 4.57/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.57/1.00  
% 4.57/1.00  **** run 36 fork 3 starts with strategy
% 4.57/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.57/1.00  
% 4.57/1.00  **** run 33 fork 0 starts with strategy
% 4.57/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.61/1.08  
% 5.61/1.08  
% 5.61/1.08  fork 4: search terminated without proof.
% 5.61/1.08  
% 5.61/1.08  
% 5.61/1.08  fork 5: search terminated without proof.
% 5.61/1.09  
% 5.61/1.09  
% 5.61/1.09  fork 2: search terminated without proof.
% 5.61/1.09  
% 5.61/1.09  
% 5.61/1.09  fork 6: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 45 fork 4 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.61/1.10  
% 5.61/1.10  **** run 46 fork 5 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 7: 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}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 1: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  **** run 47 fork 6 starts with strategy
% 5.61/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 0: search terminated 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":["unit"],"query_preference":0,"max_depth":6}
% 5.61/1.13  
% 5.61/1.13  fork 5: search finished without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 3: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 42 fork 1 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.61/1.14  
% 5.61/1.14  **** run 54 fork 5 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.61/1.15  
% 5.61/1.15  **** run 41 fork 0 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.61/1.15  
% 5.61/1.15  **** run 44 fork 3 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.53/1.22  
% 6.53/1.22  
% 6.53/1.22  fork 4: search terminated without proof.
% 6.88/1.23  
% 6.88/1.23  
% 6.88/1.23  fork 2: search terminated without proof.
% 6.88/1.24  
% 6.88/1.24  **** run 53 fork 4 starts with strategy
% 6.88/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.88/1.24  
% 6.88/1.24  
% 6.88/1.24  fork 6: search terminated without proof.
% 6.88/1.25  
% 6.88/1.25  
% 6.88/1.25  fork 7: search terminated without proof.
% 6.88/1.26  
% 6.88/1.26  **** run 51 fork 2 starts with strategy
% 6.88/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.88/1.26  
% 6.88/1.26  **** run 55 fork 6 starts with strategy
% 6.88/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.88/1.26  
% 6.88/1.26  
% 6.88/1.26  fork 1: search terminated without proof.
% 6.88/1.27  
% 6.88/1.27  
% 6.88/1.27  fork 5: search terminated without proof.
% 6.88/1.27  
% 6.88/1.27  
% 6.88/1.27  fork 0: search terminated without proof.
% 6.88/1.27  
% 6.88/1.27  **** run 56 fork 7 starts with strategy
% 6.88/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.88/1.28  
% 6.88/1.28  
% 6.88/1.28  fork 3: search terminated without proof.
% 6.88/1.29  
% 6.88/1.29  **** run 62 fork 5 starts with strategy
% 6.88/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.88/1.29  
% 6.88/1.29  **** run 50 fork 1 starts with strategy
% 6.88/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.88/1.29  
% 6.88/1.29  **** run 49 fork 0 starts with strategy
% 6.88/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.88/1.30  
% 6.88/1.30  fork 2: search finished without proof.
% 7.44/1.31  
% 7.44/1.31  **** run 52 fork 3 starts with strategy
% 7.44/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.44/1.32  
% 7.44/1.32  **** run 59 fork 2 starts with strategy
% 7.44/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.44/1.36  
% 7.44/1.36  
% 7.44/1.36  fork 4: search terminated without proof.
% 7.95/1.38  
% 7.95/1.38  **** run 61 fork 4 starts with strategy
% 7.95/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.95/1.39  
% 7.95/1.39  
% 7.95/1.39  fork 7: search terminated without proof.
% 7.95/1.39  
% 7.95/1.39  
% 7.95/1.39  fork 6: search terminated without proof.
% 7.95/1.41  
% 7.95/1.41  
% 7.95/1.41  fork 1: search terminated without proof.
% 7.95/1.41  
% 7.95/1.41  
% 7.95/1.41  fork 5: search terminated without proof.
% 7.95/1.41  
% 7.95/1.41  
% 7.95/1.41  fork 0: search terminated without proof.
% 7.95/1.41  
% 7.95/1.41  **** run 64 fork 7 starts with strategy
% 7.95/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.95/1.41  
% 7.95/1.41  **** run 63 fork 6 starts with strategy
% 7.95/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.95/1.42  
% 7.95/1.42  
% 7.95/1.42  fork 3: search terminated without proof.
% 7.95/1.43  
% 7.95/1.43  **** run 58 fork 1 starts with strategy
% 7.95/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.95/1.43  
% 7.95/1.43  **** run 70 fork 5 starts with strategy
% 7.95/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.95/1.44  
% 7.95/1.44  **** run 57 fork 0 starts with strategy
% 7.95/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.95/1.44  
% 7.95/1.44  
% 7.95/1.44  fork 2: search terminated without proof.
% 7.95/1.45  
% 7.95/1.45  **** run 60 fork 3 starts with strategy
% 7.95/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.69/1.46  
% 8.69/1.46  **** run 67 fork 2 starts with strategy
% 8.69/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.93/1.50  
% 8.93/1.50  
% 8.93/1.50  fork 4: search terminated without proof.
% 8.93/1.52  
% 8.93/1.52  **** run 69 fork 4 starts with strategy
% 8.93/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.23/1.53  
% 9.23/1.53  
% 9.23/1.53  fork 7: search terminated without proof.
% 9.26/1.54  
% 9.26/1.54  
% 9.26/1.54  fork 6: search terminated without proof.
% 9.26/1.55  
% 9.26/1.55  **** run 72 fork 7 starts with strategy
% 9.26/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.26/1.55  
% 9.26/1.55  
% 9.26/1.55  fork 1: search terminated without proof.
% 9.26/1.56  
% 9.26/1.56  
% 9.26/1.56  fork 0: search terminated without proof.
% 9.26/1.56  
% 9.26/1.56  **** run 71 fork 6 starts with strategy
% 9.26/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.26/1.56  
% 9.26/1.56  
% 9.26/1.56  fork 5: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  
% 9.26/1.57  fork 3: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  **** run 66 fork 1 starts with strategy
% 9.26/1.57  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.26/1.58  
% 9.26/1.58  **** run 65 fork 0 starts with strategy
% 9.26/1.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.26/1.58  
% 9.26/1.58  **** run 78 fork 5 starts with strategy
% 9.26/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.26/1.58  
% 9.26/1.58  **** run 68 fork 3 starts with strategy
% 9.26/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.26/1.59  
% 9.26/1.59  
% 9.26/1.59  fork 2: search terminated without proof.
% 9.90/1.62  
% 9.90/1.62  **** run 75 fork 2 starts with strategy
% 9.90/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.90/1.65  
% 9.90/1.65  
% 9.90/1.65  fork 4: search terminated without proof.
% 9.90/1.67  
% 9.90/1.67  **** run 77 fork 4 starts with strategy
% 9.90/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.41/1.68  
% 10.41/1.68  
% 10.41/1.68  fork 7: search terminated without proof.
% 10.41/1.70  
% 10.41/1.70  **** run 80 fork 7 starts with strategy
% 10.41/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.41/1.70  
% 10.41/1.70  
% 10.41/1.70  fork 6: search terminated without proof.
% 10.41/1.70  
% 10.41/1.70  
% 10.41/1.70  fork 1: search terminated without proof.
% 10.41/1.70  
% 10.41/1.70  
% 10.41/1.70  fork 0: search terminated without proof.
% 10.41/1.71  
% 10.41/1.71  
% 10.41/1.71  fork 3: search terminated without proof.
% 10.41/1.71  
% 10.41/1.71  
% 10.41/1.71  fork 5: search terminated without proof.
% 10.41/1.72  
% 10.41/1.72  **** run 79 fork 6 starts with strategy
% 10.41/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.41/1.72  
% 10.41/1.72  **** run 73 fork 0 starts with strategy
% 10.41/1.72  
% 10.41/1.72  **** run 74 fork 1 starts with strategy
% 10.41/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.41/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.41/1.73  
% 10.41/1.73  **** run 76 fork 3 starts with strategy
% 10.41/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.41/1.73  
% 10.41/1.73  **** run 86 fork 5 starts with strategy
% 10.41/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.41/1.74  
% 10.41/1.74  
% 10.41/1.74  fork 2: search terminated without proof.
% 10.41/1.76  
% 10.41/1.76  **** run 83 fork 2 starts with strategy
% 10.41/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.28/1.80  
% 11.28/1.80  
% 11.28/1.80  fork 4: search terminated without proof.
% 11.28/1.81  
% 11.28/1.81  **** run 85 fork 4 starts with strategy
% 11.28/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.56/1.83  
% 11.56/1.83  
% 11.56/1.83  fork 7: search terminated without proof.
% 11.56/1.85  
% 11.56/1.85  
% 11.56/1.85  fork 1: search terminated without proof.
% 11.56/1.85  
% 11.56/1.85  **** run 88 fork 7 starts with strategy
% 11.56/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.56/1.85  
% 11.56/1.85  
% 11.56/1.85  fork 0: search terminated without proof.
% 11.56/1.86  
% 11.56/1.86  
% 11.56/1.86  fork 6: search terminated without proof.
% 11.56/1.87  
% 11.56/1.87  
% 11.56/1.87  fork 3: search terminated without proof.
% 11.56/1.87  
% 11.56/1.87  **** run 82 fork 1 starts with strategy
% 11.56/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.56/1.87  
% 11.56/1.87  **** run 81 fork 0 starts with strategy
% 11.56/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.56/1.88  
% 11.56/1.88  **** run 87 fork 6 starts with strategy
% 11.56/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.56/1.89  
% 11.56/1.89  **** run 84 fork 3 starts with strategy
% 11.56/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.78/2.00  
% 12.78/2.00  
% 12.78/2.00  fork 0: search terminated without proof.
% 12.78/2.02  
% 12.78/2.02  **** run 89 fork 0 starts with strategy
% 12.78/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.78/2.77  
% 18.78/2.77  
% 18.78/2.77  fork 5: search terminated without proof.
% 18.78/2.79  
% 18.78/2.79  
% 18.78/2.79  fork 2: search terminated without proof.
% 18.78/2.82  
% 18.78/2.82  **** run 94 fork 5 starts with strategy
% 18.78/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.50/2.83  
% 19.50/2.83  
% 19.50/2.83  fork 4: search terminated without proof.
% 19.50/2.85  
% 19.50/2.85  **** run 91 fork 2 starts with strategy
% 19.50/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.50/2.88  
% 19.50/2.88  
% 19.50/2.88  fork 7: search terminated without proof.
% 19.50/2.89  
% 19.50/2.89  **** run 93 fork 4 starts with strategy
% 19.50/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.01/2.89  
% 20.01/2.89  
% 20.01/2.89  fork 1: search terminated without proof.
% 20.01/2.91  
% 20.01/2.91  
% 20.01/2.91  fork 6: search terminated without proof.
% 20.01/2.92  
% 20.01/2.92  
% 20.01/2.92  fork 3: search terminated without proof.
% 20.01/2.95  
% 20.01/2.95  **** run 96 fork 7 starts with strategy
% 20.01/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.59/2.96  
% 20.59/2.96  **** run 95 fork 6 starts with strategy
% 20.59/2.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 20.59/2.96  
% 20.59/2.96  **** run 90 fork 1 starts with strategy
% 20.59/2.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.69/2.99  
% 20.69/2.99  **** run 92 fork 3 starts with strategy
% 20.69/2.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 21.17/3.08  
% 21.17/3.08  
% 21.17/3.08  fork 0: search terminated without proof.
% 21.90/3.13  
% 21.90/3.13  **** run 97 fork 0 starts with strategy
% 21.90/3.13  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.06/3.84  
% 27.06/3.84  
% 27.06/3.84  fork 5: search terminated without proof.
% 27.92/3.89  
% 27.92/3.89  **** run 102 fork 5 starts with strategy
% 27.92/3.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.92/3.90  
% 27.92/3.90  
% 27.92/3.90  fork 2: search terminated without proof.
% 27.92/3.90  
% 27.92/3.90  
% 27.92/3.90  fork 4: search terminated without proof.
% 28.47/3.96  
% 28.47/3.96  **** run 99 fork 2 starts with strategy
% 28.47/3.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.47/3.97  
% 28.47/3.97  
% 28.47/3.97  fork 7: search terminated without proof.
% 28.47/3.97  
% 28.47/3.97  **** run 101 fork 4 starts with strategy
% 28.47/3.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.47/3.99  
% 28.47/3.99  
% 28.47/3.99  fork 6: search terminated without proof.
% 28.47/3.99  
% 28.47/3.99  
% 28.47/3.99  fork 1: search terminated without proof.
% 28.47/4.01  
% 28.47/4.01  
% 28.47/4.01  fork 3: search terminated without proof.
% 29.00/4.04  
% 29.00/4.04  **** run 104 fork 7 starts with strategy
% 29.00/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 29.00/4.05  
% 29.00/4.05  **** run 98 fork 1 starts with strategy
% 29.00/4.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.00/4.06  
% 29.00/4.06  **** run 103 fork 6 starts with strategy
% 29.00/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.37/4.09  
% 29.37/4.09  **** run 100 fork 3 starts with strategy
% 29.37/4.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 30.01/4.16  
% 30.01/4.16  
% 30.01/4.16  fork 0: search terminated without proof.
% 30.30/4.22  
% 30.30/4.22  **** run 105 fork 0 starts with strategy
% 30.30/4.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.53/4.91  
% 35.53/4.91  
% 35.53/4.91  fork 5: search terminated without proof.
% 36.18/4.96  
% 36.18/4.96  **** run 110 fork 5 starts with strategy
% 36.18/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.72/5.00  
% 36.72/5.00  
% 36.72/5.00  fork 2: search terminated without proof.
% 36.72/5.01  
% 36.72/5.01  
% 36.72/5.01  fork 4: search terminated without proof.
% 36.72/5.04  
% 36.72/5.04  **** run 107 fork 2 starts with strategy
% 36.72/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.72/5.07  
% 36.72/5.07  
% 36.72/5.07  fork 7: search terminated without proof.
% 36.72/5.07  
% 36.72/5.07  
% 36.72/5.07  fork 1: search terminated without proof.
% 37.51/5.08  
% 37.51/5.08  
% 37.51/5.08  fork 6: search terminated without proof.
% 37.51/5.09  
% 37.51/5.09  **** run 109 fork 4 starts with strategy
% 37.51/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.60/5.11  
% 37.60/5.11  
% 37.60/5.11  fork 3: search terminated without proof.
% 37.72/5.14  
% 37.72/5.14  **** run 112 fork 7 starts with strategy
% 37.72/5.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.72/5.14  
% 37.72/5.14  **** run 106 fork 1 starts with strategy
% 37.72/5.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.72/5.15  
% 37.72/5.15  **** run 111 fork 6 starts with strategy
% 37.72/5.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.72/5.18  
% 37.72/5.18  **** run 108 fork 3 starts with strategy
% 37.72/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 38.45/5.24  
% 38.45/5.24  
% 38.45/5.24  fork 0: search terminated without proof.
% 39.12/5.29  
% 39.12/5.29  **** run 113 fork 0 starts with strategy
% 39.12/5.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 44.70/5.99  
% 44.70/5.99  
% 44.70/5.99  fork 5: search terminated without proof.
% 44.97/6.06  
% 44.97/6.06  **** run 118 fork 5 starts with strategy
% 44.97/6.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.97/6.06  
% 44.97/6.06  
% 44.97/6.06  fork 2: search terminated without proof.
% 44.97/6.11  
% 44.97/6.11  **** run 115 fork 2 starts with strategy
% 44.97/6.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.75/6.13  
% 45.75/6.13  
% 45.75/6.13  fork 4: search terminated without proof.
% 45.75/6.16  
% 45.75/6.16  
% 45.75/6.16  fork 1: search terminated without proof.
% 45.75/6.17  
% 45.75/6.17  
% 45.75/6.17  fork 7: search terminated without proof.
% 45.75/6.18  
% 45.75/6.18  
% 45.75/6.18  fork 6: search terminated without proof.
% 45.75/6.18  
% 45.75/6.18  **** run 117 fork 4 starts with strategy
% 45.75/6.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.35/6.20  
% 46.35/6.20  
% 46.35/6.20  fork 3: search terminated without proof.
% 46.35/6.22  
% 46.35/6.22  **** run 114 fork 1 starts with strategy
% 46.35/6.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.35/6.24  
% 46.35/6.24  **** run 120 fork 7 starts with strategy
% 46.35/6.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.35/6.25  
% 46.35/6.25  **** run 119 fork 6 starts with strategy
% 46.35/6.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.97/6.27  
% 46.97/6.27  **** run 116 fork 3 starts with strategy
% 46.97/6.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 47.18/6.31  
% 47.18/6.31  
% 47.18/6.31  fork 0: search terminated without proof.
% 47.38/6.37  
% 47.38/6.37  **** run 121 fork 0 starts with strategy
% 47.38/6.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.93/7.08  
% 52.93/7.08  
% 52.93/7.08  fork 5: search terminated without proof.
% 53.47/7.13  
% 53.47/7.13  **** run 126 fork 5 starts with strategy
% 53.47/7.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.47/7.14  
% 53.47/7.14  
% 53.47/7.14  fork 2: search terminated without proof.
% 54.24/7.19  
% 54.24/7.19  **** run 123 fork 2 starts with strategy
% 54.24/7.19  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.24/7.20  
% 54.24/7.20  
% 54.24/7.20  fork 4: search terminated without proof.
% 54.62/7.24  
% 54.62/7.24  
% 54.62/7.24  fork 1: search terminated without proof.
% 54.62/7.26  
% 54.62/7.26  **** run 125 fork 4 starts with strategy
% 54.62/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.62/7.26  
% 54.62/7.26  
% 54.62/7.26  fork 7: search terminated without proof.
% 54.62/7.29  
% 54.62/7.29  
% 54.62/7.29  fork 6: search terminated without proof.
% 54.62/7.30  
% 54.62/7.30  
% 54.62/7.30  fork 3: search terminated without proof.
% 55.24/7.31  
% 55.24/7.31  **** run 122 fork 1 starts with strategy
% 55.24/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.24/7.33  
% 55.24/7.33  **** run 128 fork 7 starts with strategy
% 55.24/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.24/7.36  
% 55.24/7.36  **** run 124 fork 3 starts with strategy
% 55.24/7.36  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.24/7.36  
% 55.24/7.36  **** run 127 fork 6 starts with strategy
% 55.24/7.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.79/7.39  
% 55.79/7.39  
% 55.79/7.39  fork 0: search terminated without proof.
% 55.79/7.39  
% 55.79/7.39  fork 6: search finished without proof.
% 55.79/7.41  
% 55.79/7.41  **** run 135 fork 6 starts with strategy
% 55.79/7.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.79/7.44  
% 55.79/7.44  **** run 129 fork 0 starts with strategy
% 55.79/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 61.66/8.18  
% 61.66/8.18  
% 61.66/8.18  fork 5: search terminated without proof.
% 62.38/8.23  
% 62.38/8.23  **** run 134 fork 5 starts with strategy
% 62.38/8.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 62.38/8.28  
% 62.38/8.28  
% 62.38/8.28  fork 2: search terminated without proof.
% 62.38/8.28  
% 62.38/8.28  
% 62.38/8.28  fork 4: search terminated without proof.
% 63.01/8.32  
% 63.01/8.32  **** run 131 fork 2 starts with strategy
% 63.01/8.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.01/8.34  
% 63.01/8.34  **** run 133 fork 4 starts with strategy
% 63.01/8.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.01/8.35  
% 63.01/8.35  
% 63.01/8.35  fork 1: search terminated without proof.
% 63.01/8.37  
% 63.01/8.37  
% 63.01/8.37  fork 7: search terminated without proof.
% 63.01/8.38  
% 63.01/8.38  
% 63.01/8.38  fork 3: search terminated without proof.
% 63.83/8.40  
% 63.83/8.40  **** run 136 fork 7 starts with strategy
% 63.83/8.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.88/8.40  
% 63.88/8.40  **** run 130 fork 1 starts with strategy
% 63.88/8.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.90/8.45  
% 63.90/8.45  **** run 132 fork 3 starts with strategy
% 63.90/8.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 63.90/8.47  
% 63.90/8.47  
% 63.90/8.47  fork 6: search terminated without proof.
% 63.90/8.48  
% 63.90/8.48  
% 63.90/8.48  fork 0: search terminated without proof.
% 64.67/8.50  
% 64.67/8.50  fork 3: search finished without proof.
% 64.67/8.52  
% 64.67/8.52  **** run 143 fork 6 starts with strategy
% 64.67/8.52  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.67/8.53  
% 64.67/8.53  **** run 140 fork 3 starts with strategy
% 64.67/8.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 64.67/8.54  
% 64.67/8.54  **** run 137 fork 0 starts with strategy
% 64.67/8.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 70.20/9.25  
% 70.20/9.25  
% 70.20/9.25  fork 5: search terminated without proof.
% 70.20/9.29  
% 70.20/9.29  **** run 142 fork 5 starts with strategy
% 70.20/9.29  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.91/9.34  
% 70.91/9.34  
% 70.91/9.34  fork 2: search terminated without proof.
% 70.91/9.36  
% 70.91/9.36  
% 70.91/9.36  fork 4: search terminated without proof.
% 71.66/9.39  
% 71.66/9.39  **** run 141 fork 4 starts with strategy
% 71.66/9.39  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.80/9.41  
% 71.80/9.41  **** run 139 fork 2 starts with strategy
% 71.80/9.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 71.95/9.42  
% 71.95/9.42  
% 71.95/9.42  fork 7: search terminated without proof.
% 71.95/9.42  
% 71.95/9.42  
% 71.95/9.42  fork 1: search terminated without proof.
% 71.95/9.48  
% 71.95/9.48  **** run 144 fork 7 starts with strategy
% 71.95/9.48  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.95/9.49  
% 71.95/9.49  **** run 138 fork 1 starts with strategy
% 71.95/9.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.62/9.56  
% 72.62/9.56  
% 72.62/9.56  fork 3: search terminated without proof.
% 73.23/9.58  
% 73.23/9.58  
% 73.23/9.58  fork 6: search terminated without proof.
% 73.23/9.58  
% 73.23/9.58  
% 73.23/9.58  fork 0: search terminated without proof.
% 73.23/9.62  
% 73.23/9.62  **** run 148 fork 3 starts with strategy
% 73.23/9.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 73.23/9.65  
% 73.23/9.65  **** run 151 fork 6 starts with strategy
% 73.23/9.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 73.23/9.65  
% 73.23/9.65  **** run 145 fork 0 starts with strategy
% 73.23/9.65  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 79.00/10.31  
% 79.00/10.31  
% 79.00/10.31  fork 5: search terminated without proof.
% 79.16/10.34  
% 79.16/10.34  **** run 150 fork 5 starts with strategy
% 79.16/10.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.16/10.41  
% 79.16/10.41  
% 79.16/10.41  fork 4: search terminated without proof.
% 79.93/10.44  
% 79.93/10.44  
% 79.93/10.44  fork 2: search terminated without proof.
% 79.93/10.45  
% 79.93/10.45  **** run 149 fork 4 starts with strategy
% 79.93/10.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 80.48/10.49  
% 80.48/10.49  **** run 147 fork 2 starts with strategy
% 80.48/10.49  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 80.48/10.50  
% 80.48/10.50  
% 80.48/10.50  fork 7: search terminated without proof.
% 80.48/10.52  
% 80.48/10.52  
% 80.48/10.52  fork 1: search terminated without proof.
% 80.48/10.55  
% 80.48/10.55  **** run 152 fork 7 starts with strategy
% 80.48/10.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 81.22/10.58  
% 81.22/10.58  **** run 146 fork 1 starts with strategy
% 81.22/10.58  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 81.50/10.64  
% 81.50/10.64  
% 81.50/10.64  fork 3: search terminated without proof.
% 81.50/10.68  
% 81.50/10.68  
% 81.50/10.68  fork 0: search terminated without proof.
% 81.50/10.68  
% 81.50/10.68  
% 81.50/10.68  fork 6: search terminated without proof.
% 81.50/10.69  
% 81.50/10.69  **** run 156 fork 3 starts with strategy
% 81.50/10.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 82.12/10.73  
% 82.12/10.73  **** run 153 fork 0 starts with strategy
% 82.12/10.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 82.12/10.74  
% 82.12/10.74  **** run 159 fork 6 starts with strategy
% 82.12/10.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 86.82/11.38  
% 86.82/11.38  
% 86.82/11.38  fork 5: search terminated without proof.
% 87.47/11.45  
% 87.47/11.45  **** run 158 fork 5 starts with strategy
% 87.47/11.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 88.39/11.51  
% 88.39/11.51  
% 88.39/11.51  fork 4: search terminated without proof.
% 88.51/11.51  
% 88.51/11.51  
% 88.51/11.51  fork 2: search terminated without proof.
% 88.54/11.54  
% 88.54/11.54  **** run 155 fork 2 starts with strategy
% 88.54/11.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 88.54/11.56  
% 88.54/11.56  **** run 157 fork 4 starts with strategy
% 88.54/11.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 89.27/11.62  
% 89.27/11.62  
% 89.27/11.62  fork 7: search terminated without proof.
% 89.27/11.63  
% 89.27/11.63  
% 89.27/11.63  fork 1: search terminated without proof.
% 89.27/11.67  
% 89.27/11.67  **** run 154 fork 1 starts with strategy
% 89.27/11.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 89.27/11.67  
% 89.27/11.67  **** run 160 fork 7 starts with strategy
% 89.27/11.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 89.95/11.73  
% 89.95/11.73  
% 89.95/11.73  fork 3: search terminated without proof.
% 89.95/11.77  
% 89.95/11.77  
% 89.95/11.77  fork 6: search terminated without proof.
% 89.95/11.78  
% 89.95/11.78  **** run 164 fork 3 starts with strategy
% 89.95/11.78  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 89.95/11.78  
% 89.95/11.78  
% 89.95/11.78  fork 0: search terminated without proof.
% 90.87/11.82  
% 90.87/11.82  **** run 167 fork 6 starts with strategy
% 90.87/11.82  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 90.87/11.85  
% 90.87/11.85  **** run 161 fork 0 starts with strategy
% 90.87/11.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.28/12.49  
% 96.28/12.49  
% 96.28/12.49  fork 5: search terminated without proof.
% 96.45/12.53  
% 96.45/12.53  **** run 166 fork 5 starts with strategy
% 96.45/12.53  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 96.45/12.57  
% 96.45/12.57  
% 96.45/12.57  fork 2: search terminated without proof.
% 96.45/12.59  
% 96.45/12.59  
% 96.45/12.59  fork 4: search terminated without proof.
% 97.18/12.61  
% 97.18/12.61  **** run 163 fork 2 starts with strategy
% 97.18/12.61  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 97.18/12.65  
% 97.18/12.65  **** run 165 fork 4 starts with strategy
% 97.18/12.65  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 97.89/12.69  
% 97.89/12.69  
% 97.89/12.69  fork 1: search terminated without proof.
% 97.89/12.70  
% 97.89/12.70  
% 97.89/12.70  fork 7: search terminated without proof.
% 97.89/12.76  
% 97.89/12.76  **** run 162 fork 1 starts with strategy
% 97.89/12.76  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 97.89/12.76  
% 97.89/12.76  **** run 168 fork 7 starts with strategy
% 97.89/12.76  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 99.57/12.90  
% 99.57/12.90  
% 99.57/12.90  fork 0: search terminated without proof.
% 99.57/12.96  
% 99.57/12.96  **** run 169 fork 0 starts with strategy
% 99.57/12.96  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 106.14/13.78  
% 106.14/13.78  
% 106.14/13.78  fork 1: search terminated without proof.
% 106.14/13.83  
% 106.14/13.83  **** run 170 fork 1 starts with strategy
% 106.14/13.83  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 109.35/14.25  
% 109.35/14.25  
% 109.35/14.25  result: proof found
% 109.35/14.25  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 109.35/14.25  by run 164 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 109.35/14.25  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 109.35/14.25  
% 109.35/14.25  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 109.35/14.25  
% 109.35/14.25  run 164 fork 3 statistics:
% 109.35/14.25  ----------------------------------
% 109.35/14.25  this run seconds: 2.437335
% 109.35/14.25  total seconds: 13.765589
% 109.35/14.25  stat_given_used: 979
% 109.35/14.25  stat_given_used_at_endgame: 0
% 109.35/14.25  stat_given_candidates:   7682
% 109.35/14.25  stat_given_candidates_at_endgame: 0
% 109.35/14.25  stat_given_candidates_h: 0
% 109.35/14.25  stat_binres_derived_cl:   0
% 109.35/14.25  stat_binres_derived_cl_h: 0
% 109.35/14.25  stat_factor_derived_cl: 0
% 109.35/14.25  stat_para_derived_cl: 677486
% 109.35/14.25  stat_tautologies_discarded: 0
% 109.35/14.25  stat_forward_subsumed: 254784
% 109.35/14.25  stat_derived_cut: 1
% 109.35/14.25  stat_derived_rewritten: 274
% 109.35/14.25  stat_weight_discarded_building: 0
% 109.35/14.25  stat_weight_discarded_cl: 0
% 109.35/14.25  stat_internlimit_discarded_cl: 0
% 109.35/14.25  stat_simplified:  274 simplified 0 derived 0 given
% 109.35/14.25  stat_kept_cl: 395178
% 109.35/14.25  stat_built_cl: 397410
% 109.35/14.25  stat_hyperres_partial_cl: 0
% 109.35/14.25  stat_made_rewriters: 907
% 109.35/14.25  stat_backward_subsumed: 0
% 109.35/14.25  stat_propagated_subsumed: 0
% 109.35/14.25  stat_clsubs_attempted:                     49094
% 109.35/14.25  stat_clsubs_fact_groundunit_found:             0
% 109.35/14.25  stat_clsubs_rule_groundunit_found:             1
% 109.35/14.25  stat_clsubs_top_meta_attempted:             486484
% 109.35/14.25  stat_clsubs_top_meta_failed:                437390
% 109.35/14.25  stat_clsubs_top_meta_nonpref_attempted:              486484
% 109.35/14.25  stat_clsubs_top_meta_nonpref_succeeded:              168568
% 109.35/14.25  stat_clsubs_top_meta_pref_attempted:                 168568
% 109.35/14.25  stat_clsubs_top_meta_pref1_succeeded:                168540
% 109.35/14.25  stat_clsubs_top_meta_pref2_succeeded:                 69008
% 109.35/14.25  stat_clsubs_top_meta_pref3_succeeded:                 49094
% 109.35/14.25  stat_clsubs_top_meta_pref_succeeded:                  49094
% 109.35/14.25  stat_clsubs_meta_attempted:                49094
% 109.35/14.25  stat_clsubs_meta_failed:                     794
% 109.35/14.25  stat_clsubs_predsymbs_attempted:               0
% 109.35/14.25  stat_clsubs_unit_attempted:                49094
% 109.35/14.25  stat_clsubs_full_attempted:                    0
% 109.35/14.25  stat_forwardsubs_attempted:               649963
% 109.35/14.25  stat_lit_hash_added:                 395207
% 109.35/14.25  stat_lit_hash_computed:             1046769
% 109.35/14.25  stat_lit_hash_match_found:           255145
% 109.35/14.25  stat_lit_hash_match_miss:            791870
% 109.35/14.25  stat_lit_hash_cut_ok:                     1
% 109.35/14.25  stat_lit_strong_cut_ok:                   0
% 109.35/14.25  stat_lit_hash_subsume_ok:            254784
% 109.35/14.25  clqueue els 10000000 used 1
% 109.35/14.25  clactive els 10000000 used 980
% 109.35/14.25  clactivesubsume els 10000000 used 5803
% 109.35/14.25  queue_termbuf els 200000000 used 35478496
% 109.35/14.25  hyper_termbuf els 100000000 used 1
% 109.35/14.25  active_termbuf els 100000000 used 44135
% 109.35/14.25  varstack els 5000 last used 1
% 109.35/14.25  given_termbuf els 10000000 last used 1
% 109.35/14.25  simplified_termbuf els 10000000 last used 1
% 109.35/14.25  derived_termbuf els 10000000 last used 48
% 109.35/14.25  wr_mallocs: 305744
% 109.35/14.25  wr_callocs: 19
% 109.35/14.25  wr_reallocs: 82432
% 109.35/14.25  wr_frees: 2
% 109.35/14.25  wr_malloc_bytes: 4177088660
% 109.35/14.25  wr_calloc_bytes: 96065504
% 109.35/14.25  wr_realloc_bytes: 15592384
% 109.35/14.25  wr_realloc_freebytes: 0
% 109.35/14.25  ----------------------------------
%------------------------------------------------------------------------------