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

View Problem - Process Solution

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

% Computer : n015.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:12 EDT 2023

% Result   : Unsatisfiable 56.89s 7.78s
% Output   : CNFRefutation 56.89s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_of_lub')

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

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

cnf('3',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

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

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

cnf('6',plain,
    greatest_lower_bound(least_upper_bound(multiply(a,b),identity),multiply(least_upper_bound(a,identity),least_upper_bound(b,identity))) != least_upper_bound(multiply(a,b),identity),
    inference(cnf_transformation,[],[prove_p22b]) ).

cnf('7',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),multiply(least_upper_bound(a,identity),least_upper_bound(b,identity))) != least_upper_bound(multiply(a,b),identity),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(multiply(a,least_upper_bound(b,identity)),multiply(identity,least_upper_bound(b,identity)))) != least_upper_bound(multiply(a,b),identity),
    inference(paramodulation,[],['5','7']) ).

cnf('9',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(multiply(a,least_upper_bound(b,identity)),least_upper_bound(b,identity))) != least_upper_bound(multiply(a,b),identity),
    inference(paramodulation,[],['4','8']) ).

cnf('10',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(least_upper_bound(multiply(a,least_upper_bound(b,identity)),b),identity)) != least_upper_bound(multiply(a,b),identity),
    inference(paramodulation,[],['1','9']) ).

cnf('11',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b))) != least_upper_bound(multiply(a,b),identity),
    inference(paramodulation,[],['3','10']) ).

cnf('12',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(identity,least_upper_bound(multiply(a,least_upper_bound(b,identity)),b))) != least_upper_bound(identity,multiply(a,b)),
    inference(paramodulation,[],['3','11']) ).

cnf('13',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(identity,least_upper_bound(least_upper_bound(multiply(a,b),multiply(a,identity)),b))) != least_upper_bound(identity,multiply(a,b)),
    inference(paramodulation,[],['2','12']) ).

cnf('14',plain,
    greatest_lower_bound(least_upper_bound(identity,multiply(a,b)),least_upper_bound(identity,least_upper_bound(multiply(a,b),least_upper_bound(multiply(a,identity),b)))) != least_upper_bound(identity,multiply(a,b)),
    inference(paramodulation,[],['1','13']) ).

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

cnf('16',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','14','15']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP185-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n015.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Mon Aug 28 20:18:55 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                    16
% 0.18/0.38  in_rule_clause_count:               16
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              1
% 0.18/0.38  in_unit_clause_count:               16
% 0.18/0.38  in_horn_clause_count:               16
% 0.18/0.38  in_pos_clause_count:                15
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:              15
% 0.18/0.38  in_negeq_clause_count:               1
% 0.18/0.38  in_unitposeq_clause_count:          15
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             1
% 0.18/0.38  in_min_depth:              2
% 0.18/0.38  in_max_depth:              4
% 0.18/0.38  in_min_size:               5
% 0.18/0.38  in_max_size:              19
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               3
% 0.18/0.38  in_extaxiom_count:                15
% 0.18/0.38  in_axiom_count:                    0
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 8 fork 7 starts with strategy
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 4: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 1: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.54  
% 0.18/0.54  **** run 11 fork 2 starts with strategy
% 0.18/0.54  
% 0.18/0.54  **** run 12 fork 3 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.54  
% 0.18/0.54  **** run 13 fork 4 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.54  
% 0.18/0.54  **** run 10 fork 1 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.54  
% 0.18/0.54  **** run 14 fork 5 starts with strategy
% 0.18/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.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 3: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 6: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 7: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 20 fork 3 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.18/0.68  
% 0.18/0.68  **** run 17 fork 0 starts with strategy
% 0.18/0.68  
% 0.18/0.68  **** run 23 fork 6 starts with strategy
% 0.18/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.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.68  
% 0.18/0.68  **** run 19 fork 2 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.68  
% 0.18/0.68  **** run 22 fork 5 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.68  
% 0.18/0.68  **** run 24 fork 7 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.69  
% 0.18/0.69  **** run 21 fork 4 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.11/0.81  
% 3.11/0.81  
% 3.11/0.81  fork 1: search terminated without proof.
% 3.11/0.81  
% 3.11/0.81  
% 3.11/0.81  fork 2: search terminated without proof.
% 3.11/0.81  
% 3.11/0.81  
% 3.11/0.81  fork 5: search terminated without proof.
% 3.11/0.82  
% 3.11/0.82  
% 3.11/0.82  fork 7: search terminated without proof.
% 3.11/0.82  
% 3.11/0.82  
% 3.11/0.82  fork 3: search terminated without proof.
% 3.11/0.83  
% 3.11/0.83  **** run 27 fork 2 starts with strategy
% 3.11/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.11/0.83  
% 3.11/0.83  **** run 30 fork 5 starts with strategy
% 3.11/0.83  {"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.11/0.83  
% 3.11/0.83  **** run 26 fork 1 starts with strategy
% 3.11/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.11/0.83  
% 3.11/0.83  
% 3.11/0.83  fork 0: search terminated without proof.
% 3.11/0.84  
% 3.11/0.84  
% 3.11/0.84  fork 6: search terminated without proof.
% 3.11/0.84  
% 3.11/0.84  **** run 28 fork 3 starts with strategy
% 3.11/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.11/0.84  **** run 32 fork 7 starts with strategy
% 3.11/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.11/0.84  
% 3.11/0.85  
% 3.11/0.85  
% 3.11/0.85  fork 4: search terminated without proof.
% 3.77/0.86  
% 3.77/0.86  **** run 25 fork 0 starts with strategy
% 3.77/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.77/0.86  
% 3.77/0.86  **** run 31 fork 6 starts with strategy
% 3.77/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.77/0.87  
% 3.77/0.87  **** run 29 fork 4 starts with strategy
% 3.77/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 4.46/0.95  
% 4.46/0.95  
% 4.46/0.95  fork 5: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 2: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 1: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 7: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 3: search terminated without proof.
% 4.46/0.97  
% 4.46/0.97  **** run 38 fork 5 starts with strategy
% 4.46/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.46/0.98  
% 4.46/0.98  **** run 35 fork 2 starts with strategy
% 4.46/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.46/0.98  
% 4.46/0.98  
% 4.46/0.98  fork 0: search terminated without proof.
% 4.46/0.98  
% 4.46/0.98  **** run 34 fork 1 starts with strategy
% 4.46/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.46/0.98  
% 4.46/0.98  **** run 40 fork 7 starts with strategy
% 4.46/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.46/0.99  
% 4.46/0.99  **** run 36 fork 3 starts with strategy
% 4.46/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.46/0.99  
% 4.46/0.99  
% 4.46/0.99  fork 6: search terminated without proof.
% 4.46/1.00  
% 4.46/1.00  
% 4.46/1.00  fork 4: search terminated without proof.
% 4.46/1.00  
% 4.46/1.00  **** run 33 fork 0 starts with strategy
% 4.46/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.00/1.02  
% 5.00/1.02  **** run 39 fork 6 starts with strategy
% 5.00/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.00/1.02  
% 5.00/1.02  **** run 37 fork 4 starts with strategy
% 5.00/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.47/1.10  
% 5.47/1.10  
% 5.47/1.10  fork 5: search terminated without proof.
% 5.47/1.10  
% 5.47/1.10  
% 5.47/1.10  fork 2: search terminated without proof.
% 5.47/1.10  
% 5.47/1.10  
% 5.47/1.10  fork 1: search terminated without proof.
% 5.47/1.10  
% 5.47/1.10  
% 5.47/1.10  fork 7: search terminated without proof.
% 5.47/1.11  
% 5.47/1.11  
% 5.47/1.11  fork 3: search terminated without proof.
% 5.47/1.11  
% 5.47/1.11  **** run 46 fork 5 starts with strategy
% 5.47/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.47/1.12  
% 5.47/1.12  **** run 43 fork 2 starts with strategy
% 5.47/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.47/1.12  
% 5.47/1.12  
% 5.47/1.12  fork 0: search terminated without proof.
% 5.47/1.12  
% 5.47/1.12  **** run 42 fork 1 starts with strategy
% 5.47/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.47/1.12  
% 5.47/1.12  **** run 48 fork 7 starts with strategy
% 5.47/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.47/1.13  
% 5.47/1.13  **** run 44 fork 3 starts with strategy
% 5.47/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.47/1.14  
% 5.47/1.14  
% 5.47/1.14  fork 4: search terminated without proof.
% 5.47/1.14  
% 5.47/1.14  fork 5: search finished without proof.
% 5.47/1.14  
% 5.47/1.14  
% 5.47/1.14  fork 6: search terminated without proof.
% 5.47/1.15  
% 5.47/1.15  **** run 41 fork 0 starts with strategy
% 5.47/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.19/1.16  
% 6.19/1.16  **** run 54 fork 5 starts with strategy
% 6.19/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.19/1.16  
% 6.19/1.16  **** run 45 fork 4 starts with strategy
% 6.19/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.19/1.16  
% 6.19/1.16  **** run 47 fork 6 starts with strategy
% 6.19/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.87/1.24  
% 6.87/1.24  
% 6.87/1.24  fork 2: search terminated without proof.
% 6.87/1.25  
% 6.87/1.25  
% 6.87/1.25  fork 7: search terminated without proof.
% 6.87/1.25  
% 6.87/1.25  
% 6.87/1.25  fork 1: search terminated without proof.
% 6.87/1.25  
% 6.87/1.25  
% 6.87/1.25  fork 3: search terminated without proof.
% 6.87/1.26  
% 6.87/1.26  **** run 51 fork 2 starts with strategy
% 6.87/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.87/1.27  
% 6.87/1.27  **** run 56 fork 7 starts with strategy
% 6.87/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.87/1.27  
% 6.87/1.27  
% 6.87/1.27  fork 0: search terminated without proof.
% 6.87/1.27  
% 6.87/1.27  **** run 50 fork 1 starts with strategy
% 6.87/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.87/1.28  
% 6.87/1.28  **** run 52 fork 3 starts with strategy
% 6.87/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.87/1.28  
% 6.87/1.28  
% 6.87/1.28  fork 5: search terminated without proof.
% 6.87/1.28  
% 6.87/1.28  
% 6.87/1.28  fork 4: search terminated without proof.
% 6.87/1.29  
% 6.87/1.29  
% 6.87/1.29  fork 6: search terminated without proof.
% 6.87/1.29  
% 6.87/1.29  **** run 49 fork 0 starts with strategy
% 6.87/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.87/1.30  
% 6.87/1.30  fork 2: search finished without proof.
% 6.87/1.30  
% 6.87/1.30  **** run 62 fork 5 starts with strategy
% 6.87/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.87/1.30  
% 6.87/1.30  **** run 53 fork 4 starts with strategy
% 6.87/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.87/1.31  
% 6.87/1.31  **** run 55 fork 6 starts with strategy
% 6.87/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.87/1.32  
% 6.87/1.32  **** run 59 fork 2 starts with strategy
% 6.87/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.87/1.40  
% 6.87/1.40  
% 6.87/1.40  fork 3: search terminated without proof.
% 6.87/1.41  
% 6.87/1.41  
% 6.87/1.41  fork 1: search terminated without proof.
% 7.92/1.41  
% 7.92/1.41  
% 7.92/1.41  fork 7: search terminated without proof.
% 7.92/1.42  
% 7.92/1.42  
% 7.92/1.42  fork 0: search terminated without proof.
% 7.92/1.42  
% 7.92/1.42  **** run 60 fork 3 starts with strategy
% 7.92/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.92/1.43  
% 7.92/1.43  
% 7.92/1.43  fork 4: search terminated without proof.
% 7.92/1.43  
% 7.92/1.43  **** run 58 fork 1 starts with strategy
% 7.92/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.92/1.44  
% 7.92/1.44  **** run 64 fork 7 starts with strategy
% 7.92/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.92/1.44  
% 7.92/1.44  
% 7.92/1.44  fork 5: search terminated without proof.
% 7.92/1.44  
% 7.92/1.44  
% 7.92/1.44  fork 2: search terminated without proof.
% 7.92/1.45  
% 7.92/1.45  **** run 61 fork 4 starts with strategy
% 7.92/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.92/1.45  
% 7.92/1.45  **** run 57 fork 0 starts with strategy
% 7.92/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.92/1.46  
% 7.92/1.46  **** run 70 fork 5 starts with strategy
% 7.92/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.92/1.46  
% 7.92/1.46  **** run 67 fork 2 starts with strategy
% 7.92/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.55/1.48  
% 8.55/1.48  
% 8.55/1.48  fork 6: search terminated without proof.
% 8.55/1.50  
% 8.55/1.50  **** run 63 fork 6 starts with strategy
% 8.55/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.55/1.55  
% 8.55/1.55  
% 8.55/1.55  fork 1: search terminated without proof.
% 9.26/1.56  
% 9.26/1.56  
% 9.26/1.56  fork 3: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  
% 9.26/1.57  fork 7: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  
% 9.26/1.57  fork 0: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  
% 9.26/1.57  fork 4: search terminated without proof.
% 9.26/1.57  
% 9.26/1.57  **** run 66 fork 1 starts with strategy
% 9.26/1.57  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.26/1.58  
% 9.26/1.58  **** run 68 fork 3 starts with strategy
% 9.26/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.26/1.59  
% 9.26/1.59  **** run 72 fork 7 starts with strategy
% 9.26/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.51/1.59  
% 9.51/1.59  **** run 69 fork 4 starts with strategy
% 9.51/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.51/1.59  
% 9.51/1.59  
% 9.51/1.59  fork 2: search terminated without proof.
% 9.51/1.59  
% 9.51/1.59  
% 9.51/1.59  fork 5: search terminated without proof.
% 9.51/1.59  
% 9.51/1.59  **** run 65 fork 0 starts with strategy
% 9.51/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.51/1.61  
% 9.51/1.61  **** run 78 fork 5 starts with strategy
% 9.51/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.51/1.61  
% 9.51/1.61  **** run 75 fork 2 starts with strategy
% 9.51/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.51/1.62  
% 9.51/1.62  
% 9.51/1.62  fork 6: search terminated without proof.
% 9.91/1.64  
% 9.91/1.64  **** run 71 fork 6 starts with strategy
% 9.91/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.91/1.69  
% 9.91/1.69  
% 9.91/1.69  fork 1: search terminated without proof.
% 9.91/1.71  
% 9.91/1.71  
% 9.91/1.71  fork 3: search terminated without proof.
% 10.46/1.71  
% 10.46/1.71  **** run 74 fork 1 starts with strategy
% 10.46/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.46/1.71  
% 10.46/1.71  
% 10.46/1.71  fork 0: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  
% 10.46/1.72  fork 7: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  
% 10.46/1.72  fork 4: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  **** run 76 fork 3 starts with strategy
% 10.46/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.46/1.73  
% 10.46/1.73  **** run 73 fork 0 starts with strategy
% 10.46/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.46/1.74  
% 10.46/1.74  **** run 77 fork 4 starts with strategy
% 10.46/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.46/1.74  
% 10.46/1.74  
% 10.46/1.74  fork 5: search terminated without proof.
% 10.46/1.74  
% 10.46/1.74  
% 10.46/1.74  fork 2: search terminated without proof.
% 10.46/1.75  
% 10.46/1.75  **** run 80 fork 7 starts with strategy
% 10.46/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.46/1.76  
% 10.46/1.76  **** run 86 fork 5 starts with strategy
% 10.46/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.93/1.77  
% 10.93/1.77  **** run 83 fork 2 starts with strategy
% 10.93/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.93/1.77  
% 10.93/1.77  
% 10.93/1.77  fork 6: search terminated without proof.
% 10.93/1.79  
% 10.93/1.79  **** run 79 fork 6 starts with strategy
% 10.93/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.93/1.84  
% 10.93/1.84  
% 10.93/1.84  fork 1: search terminated without proof.
% 10.93/1.85  
% 10.93/1.85  
% 10.93/1.85  fork 3: search terminated without proof.
% 10.93/1.85  
% 10.93/1.85  **** run 82 fork 1 starts with strategy
% 10.93/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.67/1.86  
% 11.67/1.86  
% 11.67/1.86  fork 0: search terminated without proof.
% 11.67/1.87  
% 11.67/1.87  
% 11.67/1.87  fork 4: search terminated without proof.
% 11.67/1.87  
% 11.67/1.87  **** run 84 fork 3 starts with strategy
% 11.67/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.67/1.88  
% 11.67/1.88  
% 11.67/1.88  fork 7: search terminated without proof.
% 11.67/1.88  
% 11.67/1.88  **** run 81 fork 0 starts with strategy
% 11.67/1.88  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.88/1.89  
% 11.88/1.89  **** run 85 fork 4 starts with strategy
% 11.88/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.88/1.90  
% 11.88/1.90  **** run 88 fork 7 starts with strategy
% 11.88/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.88/1.92  
% 11.88/1.92  
% 11.88/1.92  fork 6: search terminated without proof.
% 12.20/1.94  
% 12.20/1.94  **** run 87 fork 6 starts with strategy
% 12.20/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.20/2.00  
% 12.20/2.00  
% 12.20/2.00  fork 0: search terminated without proof.
% 12.20/2.02  
% 12.20/2.02  **** run 89 fork 0 starts with strategy
% 12.20/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.80/2.79  
% 17.80/2.79  
% 17.80/2.79  fork 2: search terminated without proof.
% 18.76/2.84  
% 18.76/2.84  **** run 91 fork 2 starts with strategy
% 18.76/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.40/2.89  
% 19.40/2.89  
% 19.40/2.89  fork 3: search terminated without proof.
% 19.71/2.91  
% 19.71/2.91  
% 19.71/2.91  fork 4: search terminated without proof.
% 19.92/2.95  
% 19.92/2.95  
% 19.92/2.95  fork 5: search terminated without proof.
% 19.92/2.95  
% 19.92/2.95  **** run 92 fork 3 starts with strategy
% 19.92/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.92/2.96  
% 19.92/2.96  
% 19.92/2.96  fork 6: search terminated without proof.
% 19.92/2.97  
% 19.92/2.97  **** run 93 fork 4 starts with strategy
% 19.92/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.92/3.00  
% 19.92/3.00  
% 19.92/3.00  fork 1: search terminated without proof.
% 19.92/3.00  
% 19.92/3.00  
% 19.92/3.00  fork 7: search terminated without proof.
% 19.92/3.01  
% 19.92/3.01  **** run 95 fork 6 starts with strategy
% 19.92/3.01  {"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}
% 19.92/3.01  
% 19.92/3.01  **** run 94 fork 5 starts with strategy
% 19.92/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 20.61/3.06  
% 20.61/3.06  
% 20.61/3.06  fork 0: search terminated without proof.
% 20.61/3.06  
% 20.61/3.06  **** run 90 fork 1 starts with strategy
% 20.61/3.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.61/3.06  
% 20.61/3.06  **** run 96 fork 7 starts with strategy
% 20.61/3.06  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 21.09/3.11  
% 21.09/3.11  **** run 97 fork 0 starts with strategy
% 21.09/3.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.16/3.88  
% 27.16/3.88  
% 27.16/3.88  fork 2: search terminated without proof.
% 27.16/3.93  
% 27.16/3.93  **** run 99 fork 2 starts with strategy
% 27.16/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.99/3.98  
% 27.99/3.98  
% 27.99/3.98  fork 3: search terminated without proof.
% 27.99/3.99  
% 27.99/3.99  
% 27.99/3.99  fork 4: search terminated without proof.
% 27.99/4.03  
% 27.99/4.03  **** run 100 fork 3 starts with strategy
% 27.99/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.51/4.04  
% 28.51/4.04  
% 28.51/4.04  fork 6: search terminated without proof.
% 28.51/4.05  
% 28.51/4.05  **** run 101 fork 4 starts with strategy
% 28.51/4.05  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.51/4.08  
% 28.51/4.08  
% 28.51/4.08  fork 7: search terminated without proof.
% 28.51/4.10  
% 28.51/4.10  
% 28.51/4.10  fork 1: search terminated without proof.
% 28.51/4.10  
% 28.51/4.10  **** run 103 fork 6 starts with strategy
% 28.51/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.51/4.14  
% 28.51/4.14  
% 28.51/4.14  fork 0: search terminated without proof.
% 28.51/4.14  
% 28.51/4.14  **** run 104 fork 7 starts with strategy
% 28.51/4.14  {"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}
% 28.51/4.15  
% 28.51/4.15  
% 28.51/4.15  fork 5: search terminated without proof.
% 29.28/4.18  
% 29.28/4.18  **** run 98 fork 1 starts with strategy
% 29.28/4.18  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.28/4.20  
% 29.28/4.20  **** run 105 fork 0 starts with strategy
% 29.28/4.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.28/4.22  
% 29.28/4.22  **** run 102 fork 5 starts with strategy
% 29.28/4.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 35.76/5.02  
% 35.76/5.02  
% 35.76/5.02  fork 2: search terminated without proof.
% 36.48/5.07  
% 36.48/5.07  **** run 107 fork 2 starts with strategy
% 36.48/5.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.48/5.08  
% 36.48/5.08  
% 36.48/5.08  fork 4: search terminated without proof.
% 36.48/5.12  
% 36.48/5.12  
% 36.48/5.12  fork 6: search terminated without proof.
% 37.07/5.13  
% 37.07/5.13  
% 37.07/5.13  fork 3: search terminated without proof.
% 37.07/5.13  
% 37.07/5.13  **** run 109 fork 4 starts with strategy
% 37.07/5.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.40/5.18  
% 37.40/5.18  
% 37.40/5.18  fork 7: search terminated without proof.
% 37.40/5.18  
% 37.40/5.18  **** run 111 fork 6 starts with strategy
% 37.40/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.40/5.20  
% 37.40/5.20  
% 37.40/5.20  fork 1: search terminated without proof.
% 37.40/5.21  
% 37.40/5.21  **** run 108 fork 3 starts with strategy
% 37.40/5.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.40/5.22  
% 37.40/5.22  
% 37.40/5.22  fork 0: search terminated without proof.
% 37.96/5.24  
% 37.96/5.24  **** run 112 fork 7 starts with strategy
% 37.96/5.24  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.20/5.27  
% 38.20/5.27  **** run 106 fork 1 starts with strategy
% 38.20/5.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.20/5.27  
% 38.20/5.27  **** run 113 fork 0 starts with strategy
% 38.20/5.27  {"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.20/5.27  
% 38.20/5.27  
% 38.20/5.27  fork 5: search terminated without proof.
% 38.63/5.33  
% 38.63/5.33  **** run 110 fork 5 starts with strategy
% 38.63/5.33  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 43.48/6.13  
% 43.48/6.13  
% 43.48/6.13  fork 2: search terminated without proof.
% 43.48/6.16  
% 43.48/6.16  
% 43.48/6.16  fork 4: search terminated without proof.
% 44.68/6.18  
% 44.68/6.18  **** run 115 fork 2 starts with strategy
% 44.68/6.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.54/6.22  
% 45.54/6.22  **** run 117 fork 4 starts with strategy
% 45.54/6.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.54/6.23  
% 45.54/6.23  
% 45.54/6.23  fork 6: search terminated without proof.
% 45.54/6.27  
% 45.54/6.27  
% 45.54/6.27  fork 7: search terminated without proof.
% 45.54/6.29  
% 45.54/6.29  **** run 119 fork 6 starts with strategy
% 45.54/6.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 45.54/6.29  
% 45.54/6.29  
% 45.54/6.29  fork 3: search terminated without proof.
% 45.54/6.29  
% 45.54/6.29  
% 45.54/6.29  fork 0: search terminated without proof.
% 46.32/6.33  
% 46.32/6.33  **** run 120 fork 7 starts with strategy
% 46.32/6.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.32/6.33  
% 46.32/6.33  
% 46.32/6.33  fork 1: search terminated without proof.
% 46.32/6.36  
% 46.32/6.36  **** run 121 fork 0 starts with strategy
% 46.32/6.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.32/6.37  
% 46.32/6.37  **** run 116 fork 3 starts with strategy
% 46.32/6.37  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.32/6.38  
% 46.32/6.38  
% 46.32/6.38  fork 5: search terminated without proof.
% 46.99/6.40  
% 46.99/6.40  **** run 114 fork 1 starts with strategy
% 46.99/6.40  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.99/6.44  
% 46.99/6.44  **** run 118 fork 5 starts with strategy
% 46.99/6.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 53.51/7.25  
% 53.51/7.25  
% 53.51/7.25  fork 4: search terminated without proof.
% 53.51/7.27  
% 53.51/7.27  
% 53.51/7.27  fork 2: search terminated without proof.
% 53.51/7.31  
% 53.51/7.31  **** run 125 fork 4 starts with strategy
% 53.51/7.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.51/7.31  
% 53.51/7.31  
% 53.51/7.31  fork 6: search terminated without proof.
% 54.13/7.33  
% 54.13/7.33  **** run 123 fork 2 starts with strategy
% 54.13/7.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.13/7.35  
% 54.13/7.35  **** run 127 fork 6 starts with strategy
% 54.13/7.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.61/7.37  
% 54.61/7.37  fork 6: search finished without proof.
% 54.61/7.38  
% 54.61/7.38  
% 54.61/7.38  fork 7: search terminated without proof.
% 54.61/7.38  
% 54.61/7.38  
% 54.61/7.38  fork 0: search terminated without proof.
% 54.61/7.39  
% 54.61/7.39  **** run 135 fork 6 starts with strategy
% 54.61/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.61/7.39  
% 54.61/7.39  
% 54.61/7.39  fork 3: search terminated without proof.
% 54.61/7.44  
% 54.61/7.44  **** run 129 fork 0 starts with strategy
% 54.61/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 54.61/7.44  
% 54.61/7.44  **** run 128 fork 7 starts with strategy
% 54.61/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.61/7.46  
% 54.61/7.46  **** run 124 fork 3 starts with strategy
% 54.61/7.46  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.61/7.46  
% 54.61/7.46  
% 54.61/7.46  fork 5: search terminated without proof.
% 54.61/7.50  
% 54.61/7.50  **** run 126 fork 5 starts with strategy
% 54.61/7.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 54.61/7.51  
% 54.61/7.51  
% 54.61/7.51  fork 1: search terminated without proof.
% 54.61/7.57  
% 54.61/7.57  **** run 122 fork 1 starts with strategy
% 54.61/7.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 56.89/7.78  
% 56.89/7.78  
% 56.89/7.78  result: proof found
% 56.89/7.78  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 56.89/7.78  by run 123 fork 2 strategy {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 56.89/7.78  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 56.89/7.78  
% 56.89/7.78  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 56.89/7.78  
% 56.89/7.78  run 123 fork 2 statistics:
% 56.89/7.78  ----------------------------------
% 56.89/7.78  this run seconds: 0.122828
% 56.89/7.78  total seconds: 6.912257
% 56.89/7.78  stat_given_used: 1552
% 56.89/7.78  stat_given_used_at_endgame: 0
% 56.89/7.78  stat_given_candidates:   1963
% 56.89/7.78  stat_given_candidates_at_endgame: 0
% 56.89/7.78  stat_given_candidates_h: 0
% 56.89/7.78  stat_binres_derived_cl:   0
% 56.89/7.78  stat_binres_derived_cl_h: 0
% 56.89/7.78  stat_factor_derived_cl: 0
% 56.89/7.78  stat_para_derived_cl: 30368
% 56.89/7.78  stat_tautologies_discarded: 0
% 56.89/7.78  stat_forward_subsumed: 19286
% 56.89/7.78  stat_derived_cut: 1
% 56.89/7.78  stat_derived_rewritten: 0
% 56.89/7.78  stat_weight_discarded_building: 0
% 56.89/7.78  stat_weight_discarded_cl: 0
% 56.89/7.78  stat_internlimit_discarded_cl: 0
% 56.89/7.78  stat_simplified:  0 simplified 0 derived 0 given
% 56.89/7.78  stat_kept_cl: 11081
% 56.89/7.78  stat_built_cl: 14215
% 56.89/7.78  stat_hyperres_partial_cl: 0
% 56.89/7.78  stat_made_rewriters: 0
% 56.89/7.78  stat_backward_subsumed: 0
% 56.89/7.78  stat_propagated_subsumed: 0
% 56.89/7.78  stat_clsubs_attempted:                     85117
% 56.89/7.78  stat_clsubs_fact_groundunit_found:             0
% 56.89/7.78  stat_clsubs_rule_groundunit_found:           120
% 56.89/7.78  stat_clsubs_top_meta_attempted:             537603
% 56.89/7.78  stat_clsubs_top_meta_failed:                452486
% 56.89/7.78  stat_clsubs_top_meta_nonpref_attempted:              537603
% 56.89/7.78  stat_clsubs_top_meta_nonpref_succeeded:              218445
% 56.89/7.78  stat_clsubs_top_meta_pref_attempted:                 218445
% 56.89/7.78  stat_clsubs_top_meta_pref1_succeeded:                190800
% 56.89/7.78  stat_clsubs_top_meta_pref2_succeeded:                190800
% 56.89/7.78  stat_clsubs_top_meta_pref3_succeeded:                 85117
% 56.89/7.78  stat_clsubs_top_meta_pref_succeeded:                  85117
% 56.89/7.78  stat_clsubs_meta_attempted:                85117
% 56.89/7.78  stat_clsubs_meta_failed:                      64
% 56.89/7.78  stat_clsubs_predsymbs_attempted:               0
% 56.89/7.78  stat_clsubs_unit_attempted:                85117
% 56.89/7.78  stat_clsubs_full_attempted:                    0
% 56.89/7.78  stat_forwardsubs_attempted:                30368
% 56.89/7.78  stat_lit_hash_added:                  12113
% 56.89/7.78  stat_lit_hash_computed:               45717
% 56.89/7.78  stat_lit_hash_match_found:            19406
% 56.89/7.78  stat_lit_hash_match_miss:             25280
% 56.89/7.78  stat_lit_hash_cut_ok:                     0
% 56.89/7.78  stat_lit_strong_cut_ok:                   1
% 56.89/7.78  stat_lit_hash_subsume_ok:             19286
% 56.89/7.78  clqueue els 10000000 used 1
% 56.89/7.78  clactive els 10000000 used 1568
% 56.89/7.78  clactivesubsume els 10000000 used 3307
% 56.89/7.78  queue_termbuf els 200000000 used 1228602
% 56.89/7.78  hyper_termbuf els 100000000 used 1
% 56.89/7.78  active_termbuf els 100000000 used 129260
% 56.89/7.78  varstack els 5000 last used 1
% 56.89/7.78  given_termbuf els 10000000 last used 1
% 56.89/7.78  simplified_termbuf els 10000000 last used 1
% 56.89/7.78  derived_termbuf els 10000000 last used 80
% 56.89/7.78  wr_mallocs: 79115
% 56.89/7.78  wr_callocs: 21
% 56.89/7.78  wr_reallocs: 2772
% 56.89/7.78  wr_frees: 2
% 56.89/7.78  wr_malloc_bytes: 4165253556
% 56.89/7.78  wr_calloc_bytes: 112065536
% 56.89/7.78  wr_realloc_bytes: 438248
% 56.89/7.78  wr_realloc_freebytes: 0
% 56.89/7.78  ----------------------------------
%------------------------------------------------------------------------------