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

View Problem - Process Solution

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

% Computer : n014.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 106.81s 14.33s
% Output   : CNFRefutation 106.81s
% 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,[],[p39a_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,
    X3 = multiply(inverse(inverse(X3)),identity),
    inference(paramodulation,[],['4','8']) ).

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

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

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

cnf('13',plain,
    X = inverse(inverse(X)),
    inference(simplify,[],['9','12']) ).

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

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

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

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

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

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

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

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

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

cnf('23',plain,
    least_upper_bound(X3,multiply(multiply(inverse(Y3),greatest_lower_bound(Y3,Z3)),X3)) = X3,
    inference(paramodulation,[],['18','22']) ).

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(identity,X),Y) = least_upper_bound(Y,multiply(X,Y)),
    inference(paramodulation,[],['7','24']) ).

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

cnf('27',plain,
    multiply(least_upper_bound(identity,multiply(inverse(least_upper_bound(X,Y)),X)),Z) = Z,
    inference(paramodulation,[],['16','26']) ).

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

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

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

cnf('31',plain,
    X = least_upper_bound(X,inverse(least_upper_bound(inverse(X),Y))),
    inference(paramodulation,[],['27','30']) ).

cnf('32',plain,
    least_upper_bound(inverse(least_upper_bound(inverse(X),Y)),X) = X,
    inference(paramodulation,[],['31','1']) ).

cnf('33',plain,
    least_upper_bound(inverse(least_upper_bound(X,Y)),inverse(X)) = inverse(X),
    inference(paramodulation,[],['13','32']) ).

cnf('34',plain,
    least_upper_bound(inverse(a),inverse(b)) != inverse(b),
    inference(cnf_transformation,[],[prove_p39a]) ).

cnf('35',plain,
    $false,
    inference(paramodulation,[then_simplify],['3','33','34']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP190-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n014.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 21:18:45 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    17
% 0.20/0.39  in_rule_clause_count:               17
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              2
% 0.20/0.39  in_unit_clause_count:               17
% 0.20/0.39  in_horn_clause_count:               17
% 0.20/0.39  in_pos_clause_count:                16
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:              16
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:          16
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              3
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              13
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                15
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               1
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"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.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"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.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 21 fork 4 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  fork 1: search terminated without proof.
% 2.40/0.78  
% 2.40/0.78  **** run 18 fork 1 starts with strategy
% 2.40/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.40/0.81  
% 2.40/0.81  
% 2.40/0.81  fork 6: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 2: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 5: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 0: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 4: search terminated without proof.
% 2.40/0.83  
% 2.40/0.83  
% 2.40/0.83  fork 7: search terminated without proof.
% 2.40/0.83  
% 2.40/0.83  **** run 31 fork 6 starts with strategy
% 2.40/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.50/0.84  
% 3.50/0.84  **** run 30 fork 5 starts with strategy
% 3.50/0.84  {"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.50/0.84  
% 3.50/0.84  **** run 27 fork 2 starts with strategy
% 3.50/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.50/0.85  
% 3.50/0.85  **** run 29 fork 4 starts with strategy
% 3.50/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.50/0.85  
% 3.50/0.85  **** run 25 fork 0 starts with strategy
% 3.50/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.50/0.86  
% 3.50/0.86  **** run 32 fork 7 starts with strategy
% 3.50/0.86  {"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.50/0.88  
% 3.50/0.88  
% 3.50/0.88  fork 3: search terminated without proof.
% 3.50/0.90  
% 3.50/0.90  **** run 28 fork 3 starts with strategy
% 3.50/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.23/0.93  
% 4.23/0.93  
% 4.23/0.93  fork 1: search terminated without proof.
% 4.23/0.95  
% 4.23/0.95  **** run 26 fork 1 starts with strategy
% 4.23/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 6: search terminated without proof.
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 5: search terminated without proof.
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 2: search terminated without proof.
% 4.23/0.97  
% 4.23/0.97  
% 4.23/0.97  fork 4: search terminated without proof.
% 4.23/0.97  
% 4.23/0.97  
% 4.23/0.97  fork 0: search terminated without proof.
% 4.23/0.98  
% 4.23/0.98  **** run 39 fork 6 starts with strategy
% 4.23/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.23/0.98  
% 4.23/0.98  
% 4.23/0.98  fork 7: search terminated without proof.
% 4.23/0.98  
% 4.23/0.98  **** run 38 fork 5 starts with strategy
% 4.23/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.72/0.99  
% 4.72/0.99  **** run 35 fork 2 starts with strategy
% 4.72/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.72/1.00  
% 4.72/1.00  **** run 37 fork 4 starts with strategy
% 4.72/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.72/1.00  
% 4.72/1.00  **** run 33 fork 0 starts with strategy
% 4.72/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.72/1.00  
% 4.72/1.00  **** run 40 fork 7 starts with strategy
% 4.72/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.72/1.02  
% 4.72/1.02  
% 4.72/1.02  fork 3: search terminated without proof.
% 4.72/1.04  
% 4.72/1.04  **** run 36 fork 3 starts with strategy
% 4.72/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.31/1.07  
% 5.31/1.07  
% 5.31/1.07  fork 1: search terminated without proof.
% 5.31/1.10  
% 5.31/1.10  **** run 34 fork 1 starts with strategy
% 5.31/1.10  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.31/1.10  
% 5.31/1.10  
% 5.31/1.10  fork 6: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 5: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 2: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 4: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 0: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 47 fork 6 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.61/1.12  
% 5.61/1.12  **** run 46 fork 5 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 7: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 43 fork 2 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.88/1.14  
% 5.88/1.14  **** run 45 fork 4 starts with strategy
% 5.88/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.88/1.15  
% 5.88/1.15  **** run 41 fork 0 starts with strategy
% 5.88/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.88/1.15  
% 5.88/1.15  **** run 48 fork 7 starts with strategy
% 5.88/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.88/1.15  
% 5.88/1.15  fork 5: search finished without proof.
% 5.88/1.16  
% 5.88/1.16  
% 5.88/1.16  fork 3: search terminated without proof.
% 5.88/1.17  
% 5.88/1.17  **** run 54 fork 5 starts with strategy
% 5.88/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.88/1.18  
% 5.88/1.18  **** run 44 fork 3 starts with strategy
% 5.88/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.88/1.22  
% 5.88/1.22  
% 5.88/1.22  fork 1: search terminated without proof.
% 6.66/1.24  
% 6.66/1.24  
% 6.66/1.24  fork 6: search terminated without proof.
% 6.66/1.24  
% 6.66/1.24  **** run 42 fork 1 starts with strategy
% 6.66/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.66/1.26  
% 6.66/1.26  
% 6.66/1.26  fork 2: search terminated without proof.
% 6.66/1.26  
% 6.66/1.26  **** run 55 fork 6 starts with strategy
% 6.66/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.66/1.26  
% 6.66/1.26  
% 6.66/1.26  fork 4: search terminated without proof.
% 6.66/1.27  
% 6.66/1.27  
% 6.66/1.27  fork 0: search terminated without proof.
% 6.66/1.27  
% 6.66/1.27  
% 6.66/1.27  fork 7: search terminated without proof.
% 6.66/1.28  
% 6.66/1.28  **** run 51 fork 2 starts with strategy
% 6.66/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.66/1.29  
% 6.66/1.29  **** run 53 fork 4 starts with strategy
% 6.66/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.66/1.29  
% 6.66/1.29  
% 6.66/1.29  fork 5: search terminated without proof.
% 7.15/1.29  
% 7.15/1.29  **** run 49 fork 0 starts with strategy
% 7.15/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.15/1.30  
% 7.15/1.30  **** run 56 fork 7 starts with strategy
% 7.15/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.15/1.31  
% 7.15/1.31  
% 7.15/1.31  fork 3: search terminated without proof.
% 7.15/1.31  
% 7.15/1.31  **** run 62 fork 5 starts with strategy
% 7.15/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.15/1.32  
% 7.15/1.32  fork 2: search finished without proof.
% 7.15/1.33  
% 7.15/1.33  **** run 52 fork 3 starts with strategy
% 7.15/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.15/1.34  
% 7.15/1.34  **** run 59 fork 2 starts with strategy
% 7.15/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.66/1.37  
% 7.66/1.37  
% 7.66/1.37  fork 1: search terminated without proof.
% 7.66/1.38  
% 7.66/1.38  
% 7.66/1.38  fork 6: search terminated without proof.
% 7.66/1.39  
% 7.66/1.39  **** run 50 fork 1 starts with strategy
% 7.66/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.66/1.40  
% 7.66/1.40  **** run 63 fork 6 starts with strategy
% 7.66/1.40  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.66/1.41  
% 7.66/1.41  
% 7.66/1.41  fork 4: search terminated without proof.
% 7.66/1.41  
% 7.66/1.41  
% 7.66/1.41  fork 0: search terminated without proof.
% 7.66/1.43  
% 7.66/1.43  
% 7.66/1.43  fork 5: search terminated without proof.
% 7.66/1.43  
% 7.66/1.43  **** run 61 fork 4 starts with strategy
% 7.66/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.66/1.44  
% 7.66/1.44  **** run 57 fork 0 starts with strategy
% 7.66/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.66/1.45  
% 7.66/1.45  
% 7.66/1.45  fork 3: search terminated without proof.
% 7.66/1.45  
% 7.66/1.45  **** run 70 fork 5 starts with strategy
% 7.66/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.66/1.46  
% 7.66/1.46  
% 7.66/1.46  fork 2: search terminated without proof.
% 7.66/1.47  
% 7.66/1.47  **** run 60 fork 3 starts with strategy
% 7.66/1.47  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.66/1.48  
% 7.66/1.48  **** run 67 fork 2 starts with strategy
% 7.66/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.66/1.50  
% 7.66/1.50  
% 7.66/1.50  fork 7: search terminated without proof.
% 7.66/1.51  
% 7.66/1.51  
% 7.66/1.51  fork 1: search terminated without proof.
% 7.66/1.52  
% 7.66/1.52  
% 7.66/1.52  fork 6: search terminated without proof.
% 7.66/1.54  
% 7.66/1.54  **** run 64 fork 7 starts with strategy
% 7.66/1.54  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.66/1.54  
% 7.66/1.54  **** run 58 fork 1 starts with strategy
% 7.66/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.66/1.54  
% 7.66/1.54  **** run 71 fork 6 starts with strategy
% 7.66/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.66/1.55  
% 7.66/1.55  
% 7.66/1.55  fork 4: search terminated without proof.
% 7.66/1.56  
% 7.66/1.56  
% 7.66/1.56  fork 0: search terminated without proof.
% 7.66/1.57  
% 7.66/1.57  **** run 69 fork 4 starts with strategy
% 7.66/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.66/1.58  
% 7.66/1.58  
% 7.66/1.58  fork 5: search terminated without proof.
% 7.66/1.59  
% 7.66/1.59  **** run 65 fork 0 starts with strategy
% 7.66/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.10/1.59  
% 8.10/1.59  
% 8.10/1.59  fork 3: search terminated without proof.
% 8.10/1.60  
% 8.10/1.60  **** run 78 fork 5 starts with strategy
% 8.10/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.10/1.61  
% 8.10/1.61  
% 8.10/1.61  fork 2: search terminated without proof.
% 8.10/1.61  
% 8.10/1.61  **** run 68 fork 3 starts with strategy
% 8.10/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.67/1.63  
% 9.67/1.63  **** run 75 fork 2 starts with strategy
% 9.67/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.96/1.66  
% 9.96/1.66  
% 9.96/1.66  fork 1: search terminated without proof.
% 9.96/1.67  
% 9.96/1.67  
% 9.96/1.67  fork 6: search terminated without proof.
% 9.96/1.68  
% 9.96/1.68  **** run 66 fork 1 starts with strategy
% 9.96/1.69  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.96/1.69  
% 9.96/1.69  
% 9.96/1.69  fork 7: search terminated without proof.
% 9.96/1.69  
% 9.96/1.69  **** run 79 fork 6 starts with strategy
% 9.96/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.96/1.70  
% 9.96/1.70  
% 9.96/1.70  fork 4: search terminated without proof.
% 9.96/1.70  
% 9.96/1.70  **** run 72 fork 7 starts with strategy
% 9.96/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.96/1.71  
% 9.96/1.71  
% 9.96/1.71  fork 0: search terminated without proof.
% 9.96/1.72  
% 9.96/1.72  
% 9.96/1.72  fork 5: search terminated without proof.
% 9.96/1.72  
% 9.96/1.72  **** run 77 fork 4 starts with strategy
% 9.96/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.96/1.73  
% 9.96/1.73  **** run 73 fork 0 starts with strategy
% 9.96/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.53/1.74  
% 10.53/1.74  **** run 86 fork 5 starts with strategy
% 10.53/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.53/1.75  
% 10.53/1.75  
% 10.53/1.75  fork 3: search terminated without proof.
% 10.53/1.75  
% 10.53/1.75  
% 10.53/1.75  fork 2: search terminated without proof.
% 10.53/1.77  
% 10.53/1.77  **** run 76 fork 3 starts with strategy
% 10.53/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.83/1.77  
% 10.83/1.77  **** run 83 fork 2 starts with strategy
% 10.83/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 1: search terminated without proof.
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 6: search terminated without proof.
% 10.83/1.83  
% 10.83/1.83  **** run 74 fork 1 starts with strategy
% 10.83/1.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.83/1.83  
% 10.83/1.83  **** run 87 fork 6 starts with strategy
% 10.83/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 10.83/1.83  
% 10.83/1.83  
% 10.83/1.83  fork 7: search terminated without proof.
% 11.39/1.85  
% 11.39/1.85  
% 11.39/1.85  fork 4: search terminated without proof.
% 11.39/1.85  
% 11.39/1.85  
% 11.39/1.85  fork 0: search terminated without proof.
% 11.39/1.86  
% 11.39/1.86  **** run 80 fork 7 starts with strategy
% 11.39/1.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.64/1.87  
% 11.64/1.87  **** run 85 fork 4 starts with strategy
% 11.64/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.64/1.88  
% 11.64/1.88  **** run 81 fork 0 starts with strategy
% 11.64/1.88  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.64/1.90  
% 11.64/1.90  
% 11.64/1.90  fork 3: search terminated without proof.
% 11.64/1.91  
% 11.64/1.91  **** run 84 fork 3 starts with strategy
% 11.64/1.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.32/1.96  
% 12.32/1.96  
% 12.32/1.96  fork 1: search terminated without proof.
% 12.32/1.98  
% 12.32/1.98  **** run 82 fork 1 starts with strategy
% 12.32/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.32/1.99  
% 12.32/1.99  
% 12.32/1.99  fork 7: search terminated without proof.
% 12.32/2.00  
% 12.32/2.00  
% 12.32/2.00  fork 0: search terminated without proof.
% 12.32/2.01  
% 12.32/2.01  **** run 88 fork 7 starts with strategy
% 12.32/2.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.88/2.03  
% 12.88/2.03  **** run 89 fork 0 starts with strategy
% 12.88/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.19/2.76  
% 18.19/2.76  
% 18.19/2.76  fork 5: search terminated without proof.
% 18.19/2.79  
% 18.19/2.79  
% 18.19/2.79  fork 2: search terminated without proof.
% 18.19/2.83  
% 18.19/2.83  **** run 94 fork 5 starts with strategy
% 18.19/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.19/2.85  
% 18.19/2.85  
% 18.19/2.85  fork 6: search terminated without proof.
% 18.80/2.87  
% 18.80/2.87  **** run 91 fork 2 starts with strategy
% 18.80/2.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.80/2.89  
% 18.80/2.89  
% 18.80/2.89  fork 4: search terminated without proof.
% 18.80/2.91  
% 18.80/2.91  **** run 95 fork 6 starts with strategy
% 18.80/2.91  {"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.05/2.96  
% 20.05/2.96  **** run 93 fork 4 starts with strategy
% 20.05/2.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.05/3.00  
% 20.05/3.00  
% 20.05/3.00  fork 3: search terminated without proof.
% 20.50/3.04  
% 20.50/3.04  
% 20.50/3.04  fork 1: search terminated without proof.
% 20.50/3.05  
% 20.50/3.05  
% 20.50/3.05  fork 0: search terminated without proof.
% 20.83/3.09  
% 20.83/3.09  **** run 92 fork 3 starts with strategy
% 20.83/3.09  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.83/3.10  
% 20.83/3.10  **** run 90 fork 1 starts with strategy
% 20.83/3.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.83/3.12  
% 20.83/3.12  **** run 97 fork 0 starts with strategy
% 20.83/3.12  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.52/3.14  
% 21.52/3.14  
% 21.52/3.14  fork 7: search terminated without proof.
% 21.88/3.19  
% 21.88/3.19  **** run 96 fork 7 starts with strategy
% 21.88/3.19  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.80/3.89  
% 26.80/3.89  
% 26.80/3.89  fork 5: search terminated without proof.
% 27.48/3.93  
% 27.48/3.93  
% 27.48/3.93  fork 6: search terminated without proof.
% 27.48/3.94  
% 27.48/3.94  **** run 102 fork 5 starts with strategy
% 27.48/3.94  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.48/3.98  
% 27.48/3.98  
% 27.48/3.98  fork 4: search terminated without proof.
% 28.12/3.99  
% 28.12/3.99  **** run 103 fork 6 starts with strategy
% 28.12/3.99  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.12/4.02  
% 28.12/4.02  
% 28.12/4.02  fork 2: search terminated without proof.
% 28.12/4.04  
% 28.12/4.04  **** run 101 fork 4 starts with strategy
% 28.12/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.89/4.08  
% 28.89/4.08  **** run 99 fork 2 starts with strategy
% 28.89/4.08  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.99/4.11  
% 28.99/4.11  
% 28.99/4.11  fork 3: search terminated without proof.
% 29.17/4.12  
% 29.17/4.12  
% 29.17/4.12  fork 1: search terminated without proof.
% 29.17/4.15  
% 29.17/4.15  
% 29.17/4.15  fork 0: search terminated without proof.
% 29.17/4.17  
% 29.17/4.17  **** run 100 fork 3 starts with strategy
% 29.17/4.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.17/4.19  
% 29.17/4.19  **** run 98 fork 1 starts with strategy
% 29.17/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.17/4.21  
% 29.17/4.21  
% 29.17/4.21  fork 7: search terminated without proof.
% 29.17/4.21  
% 29.17/4.21  **** run 105 fork 0 starts with strategy
% 29.17/4.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.17/4.27  
% 29.17/4.27  **** run 104 fork 7 starts with strategy
% 29.17/4.27  {"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}
% 35.80/5.01  
% 35.80/5.01  
% 35.80/5.01  fork 6: search terminated without proof.
% 35.80/5.02  
% 35.80/5.02  
% 35.80/5.02  fork 5: search terminated without proof.
% 35.80/5.06  
% 35.80/5.06  
% 35.80/5.06  fork 4: search terminated without proof.
% 35.80/5.06  
% 35.80/5.06  **** run 111 fork 6 starts with strategy
% 35.80/5.06  {"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}
% 35.80/5.09  
% 35.80/5.09  **** run 110 fork 5 starts with strategy
% 35.80/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.80/5.13  
% 35.80/5.13  **** run 109 fork 4 starts with strategy
% 35.80/5.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 35.80/5.21  
% 35.80/5.21  
% 35.80/5.21  fork 1: search terminated without proof.
% 36.14/5.22  
% 36.14/5.22  
% 36.14/5.22  fork 2: search terminated without proof.
% 36.14/5.24  
% 36.14/5.24  
% 36.14/5.24  fork 0: search terminated without proof.
% 37.94/5.27  
% 37.94/5.27  **** run 106 fork 1 starts with strategy
% 37.94/5.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.18/5.28  
% 38.18/5.28  **** run 107 fork 2 starts with strategy
% 38.18/5.28  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 38.18/5.29  
% 38.18/5.29  
% 38.18/5.29  fork 7: search terminated without proof.
% 38.18/5.30  
% 38.18/5.30  **** run 113 fork 0 starts with strategy
% 38.18/5.30  {"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}
% 38.18/5.32  
% 38.18/5.32  
% 38.18/5.32  fork 3: search terminated without proof.
% 38.77/5.36  
% 38.77/5.36  **** run 112 fork 7 starts with strategy
% 38.77/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.77/5.37  
% 38.77/5.37  **** run 108 fork 3 starts with strategy
% 38.77/5.37  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 44.46/6.08  
% 44.46/6.08  
% 44.46/6.08  fork 6: search terminated without proof.
% 44.46/6.12  
% 44.46/6.12  
% 44.46/6.12  fork 5: search terminated without proof.
% 44.81/6.14  
% 44.81/6.14  **** run 119 fork 6 starts with strategy
% 44.81/6.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.97/6.15  
% 44.97/6.15  
% 44.97/6.15  fork 4: search terminated without proof.
% 44.97/6.18  
% 44.97/6.18  **** run 118 fork 5 starts with strategy
% 44.97/6.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.97/6.21  
% 44.97/6.21  **** run 117 fork 4 starts with strategy
% 44.97/6.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.06/6.29  
% 46.06/6.29  
% 46.06/6.29  fork 1: search terminated without proof.
% 46.06/6.31  
% 46.06/6.31  
% 46.06/6.31  fork 2: search terminated without proof.
% 46.06/6.32  
% 46.06/6.32  
% 46.06/6.32  fork 0: search terminated without proof.
% 46.06/6.34  
% 46.06/6.34  **** run 114 fork 1 starts with strategy
% 46.06/6.34  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.67/6.37  
% 46.67/6.37  **** run 115 fork 2 starts with strategy
% 46.67/6.37  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 46.85/6.38  
% 46.85/6.38  
% 46.85/6.38  fork 7: search terminated without proof.
% 46.85/6.39  
% 46.85/6.39  **** run 121 fork 0 starts with strategy
% 46.85/6.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 47.18/6.44  
% 47.18/6.44  **** run 120 fork 7 starts with strategy
% 47.18/6.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 47.18/6.59  
% 47.18/6.59  
% 47.18/6.59  fork 3: search terminated without proof.
% 47.68/6.67  
% 47.68/6.67  **** run 116 fork 3 starts with strategy
% 47.68/6.67  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 52.95/7.16  
% 52.95/7.16  
% 52.95/7.16  fork 6: search terminated without proof.
% 53.24/7.20  
% 53.24/7.20  
% 53.24/7.20  fork 5: search terminated without proof.
% 53.24/7.20  
% 53.24/7.20  **** run 127 fork 6 starts with strategy
% 53.24/7.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.24/7.22  
% 53.24/7.22  fork 6: search finished without proof.
% 53.24/7.23  
% 53.24/7.23  
% 53.24/7.23  fork 4: search terminated without proof.
% 53.24/7.24  
% 53.24/7.24  **** run 135 fork 6 starts with strategy
% 53.24/7.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 53.24/7.25  
% 53.24/7.25  **** run 126 fork 5 starts with strategy
% 53.24/7.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.24/7.30  
% 53.24/7.30  **** run 125 fork 4 starts with strategy
% 53.24/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.24/7.37  
% 53.24/7.37  
% 53.24/7.37  fork 1: search terminated without proof.
% 53.24/7.39  
% 53.24/7.39  
% 53.24/7.39  fork 2: search terminated without proof.
% 53.87/7.41  
% 53.87/7.41  
% 53.87/7.41  fork 0: search terminated without proof.
% 54.96/7.43  
% 54.96/7.43  **** run 122 fork 1 starts with strategy
% 54.96/7.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.96/7.46  
% 54.96/7.46  **** run 123 fork 2 starts with strategy
% 54.96/7.46  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.96/7.47  
% 54.96/7.47  **** run 129 fork 0 starts with strategy
% 54.96/7.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.45/7.51  
% 55.45/7.51  
% 55.45/7.51  fork 7: search terminated without proof.
% 56.06/7.57  
% 56.06/7.57  **** run 128 fork 7 starts with strategy
% 56.06/7.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 57.84/7.81  
% 57.84/7.81  
% 57.84/7.81  fork 3: search terminated without proof.
% 58.43/7.86  
% 58.43/7.86  **** run 124 fork 3 starts with strategy
% 58.43/7.86  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 61.41/8.26  
% 61.41/8.26  
% 61.41/8.26  fork 6: search terminated without proof.
% 61.41/8.30  
% 61.41/8.30  **** run 143 fork 6 starts with strategy
% 61.41/8.30  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 61.92/8.33  
% 61.92/8.33  
% 61.92/8.33  fork 5: search terminated without proof.
% 61.92/8.33  
% 61.92/8.33  
% 61.92/8.33  fork 4: search terminated without proof.
% 62.36/8.39  
% 62.36/8.39  **** run 134 fork 5 starts with strategy
% 62.36/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 62.36/8.39  
% 62.36/8.39  **** run 133 fork 4 starts with strategy
% 62.36/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.03/8.47  
% 63.03/8.47  
% 63.03/8.47  fork 1: search terminated without proof.
% 63.33/8.49  
% 63.33/8.49  
% 63.33/8.49  fork 0: search terminated without proof.
% 63.33/8.52  
% 63.33/8.52  **** run 130 fork 1 starts with strategy
% 63.33/8.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.71/8.56  
% 63.71/8.56  **** run 137 fork 0 starts with strategy
% 63.71/8.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 63.71/8.58  
% 63.71/8.58  
% 63.71/8.58  fork 2: search terminated without proof.
% 63.71/8.62  
% 63.71/8.62  **** run 131 fork 2 starts with strategy
% 63.71/8.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.71/8.75  
% 63.71/8.75  
% 63.71/8.75  fork 7: search terminated without proof.
% 64.26/8.80  
% 64.26/8.80  **** run 136 fork 7 starts with strategy
% 64.26/8.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 66.60/8.92  
% 66.60/8.92  
% 66.60/8.92  fork 3: search terminated without proof.
% 66.92/8.97  
% 66.92/8.97  **** run 132 fork 3 starts with strategy
% 66.92/8.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 66.92/9.01  
% 66.92/9.01  fork 3: search finished without proof.
% 66.92/9.03  
% 66.92/9.03  **** run 140 fork 3 starts with strategy
% 66.92/9.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.28/9.32  
% 69.28/9.32  
% 69.28/9.32  fork 6: search terminated without proof.
% 70.02/9.37  
% 70.02/9.37  **** run 151 fork 6 starts with strategy
% 70.02/9.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 70.02/9.41  
% 70.02/9.41  
% 70.02/9.41  fork 5: search terminated without proof.
% 70.02/9.41  
% 70.02/9.41  
% 70.02/9.41  fork 4: search terminated without proof.
% 70.02/9.44  
% 70.02/9.44  **** run 141 fork 4 starts with strategy
% 70.02/9.44  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 70.02/9.45  
% 70.02/9.45  **** run 142 fork 5 starts with strategy
% 70.02/9.45  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.71/9.58  
% 70.71/9.58  
% 70.71/9.58  fork 0: search terminated without proof.
% 72.15/9.64  
% 72.15/9.64  
% 72.15/9.64  fork 2: search terminated without proof.
% 72.15/9.64  
% 72.15/9.64  
% 72.15/9.64  fork 1: search terminated without proof.
% 72.15/9.64  
% 72.15/9.64  **** run 145 fork 0 starts with strategy
% 72.15/9.64  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.15/9.68  
% 72.15/9.68  **** run 138 fork 1 starts with strategy
% 72.15/9.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.15/9.70  
% 72.15/9.70  **** run 139 fork 2 starts with strategy
% 72.15/9.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 74.47/9.92  
% 74.47/9.92  
% 74.47/9.92  fork 7: search terminated without proof.
% 74.55/9.98  
% 74.55/9.98  **** run 144 fork 7 starts with strategy
% 74.55/9.98  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 75.19/10.05  
% 75.19/10.05  
% 75.19/10.05  fork 3: search terminated without proof.
% 75.74/10.11  
% 75.74/10.11  **** run 148 fork 3 starts with strategy
% 75.74/10.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 77.71/10.40  
% 77.71/10.40  
% 77.71/10.40  fork 6: search terminated without proof.
% 78.19/10.45  
% 78.19/10.45  **** run 159 fork 6 starts with strategy
% 78.19/10.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 78.66/10.47  
% 78.66/10.47  
% 78.66/10.47  fork 4: search terminated without proof.
% 78.66/10.48  
% 78.66/10.48  
% 78.66/10.48  fork 5: search terminated without proof.
% 78.66/10.51  
% 78.66/10.51  **** run 149 fork 4 starts with strategy
% 78.66/10.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 78.66/10.51  
% 78.66/10.51  **** run 150 fork 5 starts with strategy
% 78.66/10.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 80.05/10.67  
% 80.05/10.67  
% 80.05/10.67  fork 0: search terminated without proof.
% 80.57/10.70  
% 80.57/10.70  **** run 153 fork 0 starts with strategy
% 80.57/10.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.57/10.71  
% 80.57/10.71  
% 80.57/10.71  fork 1: search terminated without proof.
% 80.57/10.74  
% 80.57/10.74  
% 80.57/10.74  fork 2: search terminated without proof.
% 80.57/10.77  
% 80.57/10.77  **** run 146 fork 1 starts with strategy
% 80.57/10.77  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 80.57/10.80  
% 80.57/10.80  **** run 147 fork 2 starts with strategy
% 80.57/10.80  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 83.24/11.10  
% 83.24/11.10  
% 83.24/11.10  fork 7: search terminated without proof.
% 83.24/11.13  
% 83.24/11.13  **** run 152 fork 7 starts with strategy
% 83.24/11.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 84.76/11.25  
% 84.76/11.25  
% 84.76/11.25  fork 3: search terminated without proof.
% 84.90/11.30  
% 84.90/11.30  **** run 156 fork 3 starts with strategy
% 84.90/11.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 86.30/11.47  
% 86.30/11.47  
% 86.30/11.47  fork 6: search terminated without proof.
% 86.68/11.52  
% 86.68/11.52  **** run 167 fork 6 starts with strategy
% 86.68/11.52  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 86.68/11.54  
% 86.68/11.54  
% 86.68/11.54  fork 4: search terminated without proof.
% 86.68/11.59  
% 86.68/11.59  **** run 157 fork 4 starts with strategy
% 86.68/11.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 86.68/11.64  
% 86.68/11.64  
% 86.68/11.64  fork 5: search terminated without proof.
% 86.68/11.70  
% 86.68/11.70  **** run 158 fork 5 starts with strategy
% 86.68/11.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 86.68/11.73  
% 86.68/11.73  
% 86.68/11.73  fork 0: search terminated without proof.
% 88.99/11.79  
% 88.99/11.79  **** run 161 fork 0 starts with strategy
% 88.99/11.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 88.99/11.80  
% 88.99/11.80  
% 88.99/11.80  fork 1: search terminated without proof.
% 88.99/11.82  
% 88.99/11.82  
% 88.99/11.82  fork 2: search terminated without proof.
% 88.99/11.83  
% 88.99/11.83  **** run 154 fork 1 starts with strategy
% 88.99/11.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 89.48/11.85  
% 89.48/11.85  **** run 155 fork 2 starts with strategy
% 89.48/11.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 92.36/12.29  
% 92.36/12.29  
% 92.36/12.29  fork 7: search terminated without proof.
% 92.36/12.33  
% 92.36/12.33  
% 92.36/12.33  fork 3: search terminated without proof.
% 92.36/12.33  
% 92.36/12.33  **** run 160 fork 7 starts with strategy
% 92.36/12.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 92.36/12.39  
% 92.36/12.39  **** run 164 fork 3 starts with strategy
% 92.36/12.39  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 95.30/12.62  
% 95.30/12.62  
% 95.30/12.62  fork 4: search terminated without proof.
% 95.64/12.66  
% 95.64/12.66  **** run 165 fork 4 starts with strategy
% 95.64/12.66  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.42/12.74  
% 96.42/12.74  
% 96.42/12.74  fork 5: search terminated without proof.
% 96.42/12.77  
% 96.42/12.77  **** run 166 fork 5 starts with strategy
% 96.42/12.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 96.90/12.82  
% 96.90/12.82  
% 96.90/12.82  fork 0: search terminated without proof.
% 97.33/12.87  
% 97.33/12.87  
% 97.33/12.87  fork 1: search terminated without proof.
% 97.33/12.88  
% 97.33/12.88  **** run 169 fork 0 starts with strategy
% 97.33/12.88  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 97.33/12.91  
% 97.33/12.91  **** run 162 fork 1 starts with strategy
% 97.33/12.91  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 97.33/12.93  
% 97.33/12.93  
% 97.33/12.93  fork 2: search terminated without proof.
% 98.12/12.98  
% 98.12/12.98  **** run 163 fork 2 starts with strategy
% 98.12/12.98  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 99.64/13.36  
% 99.64/13.36  
% 99.64/13.36  fork 7: search terminated without proof.
% 99.64/13.42  
% 99.64/13.42  **** run 168 fork 7 starts with strategy
% 99.64/13.42  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 105.52/13.94  
% 105.52/13.94  
% 105.52/13.94  fork 1: search terminated without proof.
% 106.35/14.00  
% 106.35/14.00  **** run 170 fork 1 starts with strategy
% 106.35/14.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 106.81/14.33  
% 106.81/14.33  
% 106.81/14.33  result: proof found
% 106.81/14.33  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 106.81/14.33  by run 165 fork 4 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 106.81/14.33  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 106.81/14.33  
% 106.81/14.33  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 106.81/14.33  
% 106.81/14.33  run 165 fork 4 statistics:
% 106.81/14.33  ----------------------------------
% 106.81/14.33  this run seconds: 1.645774
% 106.81/14.33  total seconds: 13.938836
% 106.81/14.33  stat_given_used: 710
% 106.81/14.33  stat_given_used_at_endgame: 0
% 106.81/14.33  stat_given_candidates:   7037
% 106.81/14.33  stat_given_candidates_at_endgame: 0
% 106.81/14.33  stat_given_candidates_h: 0
% 106.81/14.33  stat_binres_derived_cl:   0
% 106.81/14.33  stat_binres_derived_cl_h: 0
% 106.81/14.33  stat_factor_derived_cl: 0
% 106.81/14.33  stat_para_derived_cl: 502888
% 106.81/14.33  stat_tautologies_discarded: 0
% 106.81/14.33  stat_forward_subsumed: 219505
% 106.81/14.33  stat_derived_cut: 1
% 106.81/14.33  stat_derived_rewritten: 672
% 106.81/14.33  stat_weight_discarded_building: 0
% 106.81/14.33  stat_weight_discarded_cl: 0
% 106.81/14.33  stat_internlimit_discarded_cl: 0
% 106.81/14.33  stat_simplified:  672 simplified 0 derived 0 given
% 106.81/14.33  stat_kept_cl: 265999
% 106.81/14.33  stat_built_cl: 268091
% 106.81/14.33  stat_hyperres_partial_cl: 0
% 106.81/14.33  stat_made_rewriters: 628
% 106.81/14.33  stat_backward_subsumed: 0
% 106.81/14.33  stat_propagated_subsumed: 0
% 106.81/14.33  stat_clsubs_attempted:                     26600
% 106.81/14.33  stat_clsubs_fact_groundunit_found:             0
% 106.81/14.33  stat_clsubs_rule_groundunit_found:             1
% 106.81/14.33  stat_clsubs_top_meta_attempted:             363590
% 106.81/14.33  stat_clsubs_top_meta_failed:                336990
% 106.81/14.33  stat_clsubs_top_meta_nonpref_attempted:              363590
% 106.81/14.33  stat_clsubs_top_meta_nonpref_succeeded:               76766
% 106.81/14.33  stat_clsubs_top_meta_pref_attempted:                  76766
% 106.81/14.33  stat_clsubs_top_meta_pref1_succeeded:                 76766
% 106.81/14.33  stat_clsubs_top_meta_pref2_succeeded:                 33323
% 106.81/14.33  stat_clsubs_top_meta_pref3_succeeded:                 26600
% 106.81/14.33  stat_clsubs_top_meta_pref_succeeded:                  26600
% 106.81/14.33  stat_clsubs_meta_attempted:                26600
% 106.81/14.33  stat_clsubs_meta_failed:                     255
% 106.81/14.33  stat_clsubs_predsymbs_attempted:               0
% 106.81/14.33  stat_clsubs_unit_attempted:                26600
% 106.81/14.33  stat_clsubs_full_attempted:                    0
% 106.81/14.33  stat_forwardsubs_attempted:               485505
% 106.81/14.33  stat_lit_hash_added:                 266022
% 106.81/14.33  stat_lit_hash_computed:              753616
% 106.81/14.33  stat_lit_hash_match_found:           220290
% 106.81/14.33  stat_lit_hash_match_miss:            533976
% 106.81/14.33  stat_lit_hash_cut_ok:                     1
% 106.81/14.33  stat_lit_strong_cut_ok:                   0
% 106.81/14.33  stat_lit_hash_subsume_ok:            219505
% 106.81/14.33  clqueue els 10000000 used 1
% 106.81/14.33  clactive els 10000000 used 711
% 106.81/14.33  clactivesubsume els 10000000 used 4225
% 106.81/14.33  queue_termbuf els 200000000 used 23880172
% 106.81/14.33  hyper_termbuf els 100000000 used 1
% 106.81/14.33  active_termbuf els 100000000 used 32559
% 106.81/14.33  varstack els 5000 last used 1
% 106.81/14.33  given_termbuf els 10000000 last used 1
% 106.81/14.33  simplified_termbuf els 10000000 last used 1
% 106.81/14.33  derived_termbuf els 10000000 last used 22
% 106.81/14.33  wr_mallocs: 213053
% 106.81/14.33  wr_callocs: 19
% 106.81/14.33  wr_reallocs: 49276
% 106.81/14.33  wr_frees: 2
% 106.81/14.33  wr_malloc_bytes: 4172691236
% 106.81/14.33  wr_calloc_bytes: 96065504
% 106.81/14.33  wr_realloc_bytes: 10239480
% 106.81/14.33  wr_realloc_freebytes: 0
% 106.81/14.33  ----------------------------------
%------------------------------------------------------------------------------