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

View Problem - Process Solution

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

% Computer : n029.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:03 EDT 2023

% Result   : Unsatisfiable 3.31s 0.93s
% Output   : CNFRefutation 3.31s
% 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(identity,b) = b,
    inference(cnf_transformation,[],[p04a_2]) ).

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

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

cnf('5',plain,
    multiply(X3,b) = least_upper_bound(multiply(X3,b),multiply(X3,identity)),
    inference(paramodulation,[],['3','4']) ).

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

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

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

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

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

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

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

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

cnf('14',plain,
    multiply(X,b) = least_upper_bound(multiply(X,b),X),
    inference(simplify,[],['5','13']) ).

cnf('15',plain,
    least_upper_bound(identity,a) = a,
    inference(cnf_transformation,[],[p04a_1]) ).

cnf('16',plain,
    least_upper_bound(a,identity) = a,
    inference(paramodulation,[],['1','15']) ).

cnf('17',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('18',plain,
    greatest_lower_bound(X,least_upper_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_glb_absorbtion']) ).

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

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

cnf('21',plain,
    greatest_lower_bound(identity,least_upper_bound(X,a)) = identity,
    inference(paramodulation,[],['16','20']) ).

cnf('22',plain,
    greatest_lower_bound(identity,multiply(a,b)) = identity,
    inference(paramodulation,[],['14','21']) ).

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

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

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

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

cnf('27',plain,
    least_upper_bound(identity,multiply(a,b)) != multiply(a,b),
    inference(cnf_transformation,[],[prove_p04a]) ).

cnf('28',plain,
    $false,
    inference(paramodulation,[then_simplify],['22','26','27']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.13  % Problem  : GRP171-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.06/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n029.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 23:37:26 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                    18
% 0.12/0.38  in_rule_clause_count:               18
% 0.12/0.38  in_fact_clause_count:                0
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:              3
% 0.12/0.38  in_unit_clause_count:               18
% 0.12/0.38  in_horn_clause_count:               18
% 0.12/0.38  in_pos_clause_count:                17
% 0.12/0.38  in_neg_clause_count:                 1
% 0.12/0.38  in_poseq_clause_count:              17
% 0.12/0.38  in_negeq_clause_count:               1
% 0.12/0.38  in_unitposeq_clause_count:          17
% 0.12/0.38  in_chain_clause_count:               0
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:             1
% 0.12/0.38  in_min_depth:              2
% 0.12/0.38  in_max_depth:              3
% 0.12/0.38  in_min_size:               5
% 0.12/0.38  in_max_size:              13
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               3
% 0.12/0.38  in_extaxiom_count:                15
% 0.12/0.38  in_axiom_count:                    0
% 0.12/0.38  in_assumption_count:               2
% 0.12/0.38  in_goal_count:                     1
% 0.12/0.38  in_neg_goal_count:                 1
% 0.12/0.38  in_pos_goal_count:                 0
% 0.12/0.38  in_posunit_goal_count:             0
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/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.17/0.38  
% 0.17/0.38  **** run 6 fork 5 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.17/0.38  
% 0.17/0.38  **** run 7 fork 6 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.17/0.38  
% 0.17/0.38  **** run 8 fork 7 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.17/0.38  
% 0.17/0.38  **** run 1 fork 0 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 2: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 1: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 4: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 5: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 3: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 6: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 7: search terminated without proof.
% 0.17/0.52  
% 0.17/0.52  **** run 11 fork 2 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 1.17/0.53  
% 1.17/0.53  **** run 12 fork 3 starts with strategy
% 1.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.17/0.53  
% 1.17/0.53  **** run 13 fork 4 starts with strategy
% 1.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 1.17/0.53  
% 1.17/0.53  **** run 15 fork 6 starts with strategy
% 1.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 1.17/0.53  
% 1.17/0.53  **** run 16 fork 7 starts with strategy
% 1.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 1.17/0.54  
% 1.17/0.54  **** run 14 fork 5 starts with strategy
% 1.17/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}
% 1.17/0.54  
% 1.17/0.54  **** run 10 fork 1 starts with strategy
% 1.17/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 1.93/0.64  
% 1.93/0.64  
% 1.93/0.64  fork 2: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 4: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 6: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 3: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 5: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 7: search terminated without proof.
% 1.93/0.65  
% 1.93/0.65  
% 1.93/0.65  fork 1: search terminated without proof.
% 1.93/0.66  
% 1.93/0.66  **** run 19 fork 2 starts with strategy
% 1.93/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 1.93/0.67  
% 1.93/0.67  **** run 22 fork 5 starts with strategy
% 1.93/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 1.93/0.67  
% 1.93/0.67  **** run 23 fork 6 starts with strategy
% 1.93/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 1.93/0.67  
% 1.93/0.67  **** run 21 fork 4 starts with strategy
% 1.93/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.93/0.67  
% 1.93/0.67  **** run 20 fork 3 starts with strategy
% 1.93/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 1.93/0.68  
% 1.93/0.68  **** run 18 fork 1 starts with strategy
% 1.93/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 1.93/0.68  
% 1.93/0.68  **** run 24 fork 7 starts with strategy
% 1.93/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.76/0.79  
% 2.76/0.79  
% 2.76/0.79  fork 7: search terminated without proof.
% 2.76/0.79  
% 2.76/0.79  
% 2.76/0.79  fork 1: search terminated without proof.
% 2.76/0.80  
% 2.76/0.80  
% 2.76/0.80  fork 5: search terminated without proof.
% 2.76/0.81  
% 2.76/0.81  
% 2.76/0.81  fork 6: search terminated without proof.
% 2.76/0.81  
% 2.76/0.81  
% 2.76/0.81  fork 4: search terminated without proof.
% 2.76/0.81  
% 2.76/0.81  
% 2.76/0.81  fork 3: search terminated without proof.
% 3.07/0.82  
% 3.07/0.82  **** run 32 fork 7 starts with strategy
% 3.07/0.82  
% 3.07/0.82  **** run 26 fork 1 starts with strategy
% 3.07/0.82  {"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.07/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.07/0.83  
% 3.07/0.83  **** run 30 fork 5 starts with strategy
% 3.07/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.07/0.83  
% 3.07/0.83  **** run 28 fork 3 starts with strategy
% 3.07/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.07/0.83  
% 3.07/0.83  **** run 29 fork 4 starts with strategy
% 3.07/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.07/0.83  
% 3.07/0.83  **** run 31 fork 6 starts with strategy
% 3.07/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.31/0.93  
% 3.31/0.93  
% 3.31/0.93  result: proof found
% 3.31/0.93  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.31/0.93  by run 1 fork 0 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 3.31/0.93  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.31/0.93  
% 3.31/0.93  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 3.31/0.93  
% 3.31/0.93  run 1 fork 0 statistics:
% 3.31/0.93  ----------------------------------
% 3.31/0.93  this run seconds: 0.040409
% 3.31/0.93  total seconds: 0.061223
% 3.31/0.93  stat_given_used: 152
% 3.31/0.93  stat_given_used_at_endgame: 0
% 3.31/0.93  stat_given_candidates:   688
% 3.31/0.93  stat_given_candidates_at_endgame: 0
% 3.31/0.93  stat_given_candidates_h: 0
% 3.31/0.93  stat_binres_derived_cl:   0
% 3.31/0.93  stat_binres_derived_cl_h: 0
% 3.31/0.93  stat_factor_derived_cl: 0
% 3.31/0.93  stat_para_derived_cl: 8759
% 3.31/0.93  stat_tautologies_discarded: 0
% 3.31/0.93  stat_forward_subsumed: 3181
% 3.31/0.93  stat_derived_cut: 1
% 3.31/0.93  stat_derived_rewritten: 17
% 3.31/0.93  stat_weight_discarded_building: 0
% 3.31/0.93  stat_weight_discarded_cl: 0
% 3.31/0.93  stat_internlimit_discarded_cl: 0
% 3.31/0.93  stat_simplified:  17 simplified 0 derived 0 given
% 3.31/0.93  stat_kept_cl: 4727
% 3.31/0.93  stat_built_cl: 5048
% 3.31/0.93  stat_hyperres_partial_cl: 0
% 3.31/0.93  stat_made_rewriters: 144
% 3.31/0.93  stat_backward_subsumed: 0
% 3.31/0.93  stat_propagated_subsumed: 0
% 3.31/0.93  stat_clsubs_attempted:                      1110
% 3.31/0.93  stat_clsubs_fact_groundunit_found:             0
% 3.31/0.93  stat_clsubs_rule_groundunit_found:             1
% 3.31/0.93  stat_clsubs_top_meta_attempted:               9815
% 3.31/0.93  stat_clsubs_top_meta_failed:                  8705
% 3.31/0.93  stat_clsubs_top_meta_nonpref_attempted:                9815
% 3.31/0.93  stat_clsubs_top_meta_nonpref_succeeded:                3085
% 3.31/0.93  stat_clsubs_top_meta_pref_attempted:                   3085
% 3.31/0.93  stat_clsubs_top_meta_pref1_succeeded:                  3085
% 3.31/0.93  stat_clsubs_top_meta_pref2_succeeded:                  1473
% 3.31/0.93  stat_clsubs_top_meta_pref3_succeeded:                  1110
% 3.31/0.93  stat_clsubs_top_meta_pref_succeeded:                   1110
% 3.31/0.93  stat_clsubs_meta_attempted:                 1110
% 3.31/0.93  stat_clsubs_meta_failed:                       7
% 3.31/0.93  stat_clsubs_predsymbs_attempted:               0
% 3.31/0.93  stat_clsubs_unit_attempted:                 1110
% 3.31/0.93  stat_clsubs_full_attempted:                    0
% 3.31/0.93  stat_forwardsubs_attempted:                 7909
% 3.31/0.93  stat_lit_hash_added:                   4784
% 3.31/0.93  stat_lit_hash_computed:               12896
% 3.31/0.93  stat_lit_hash_match_found:             3183
% 3.31/0.93  stat_lit_hash_match_miss:              9674
% 3.31/0.93  stat_lit_hash_cut_ok:                     1
% 3.31/0.93  stat_lit_strong_cut_ok:                   0
% 3.31/0.93  stat_lit_hash_subsume_ok:              3181
% 3.31/0.93  clqueue els 10000000 used 1
% 3.31/0.93  clactive els 10000000 used 153
% 3.31/0.93  clactivesubsume els 10000000 used 679
% 3.31/0.93  queue_termbuf els 200000000 used 288818
% 3.31/0.93  hyper_termbuf els 100000000 used 1
% 3.31/0.93  active_termbuf els 100000000 used 4868
% 3.31/0.93  varstack els 5000 last used 1
% 3.31/0.93  given_termbuf els 10000000 last used 1
% 3.31/0.93  simplified_termbuf els 10000000 last used 1
% 3.31/0.93  derived_termbuf els 10000000 last used 44
% 3.31/0.93  wr_mallocs: 18666
% 3.31/0.93  wr_callocs: 21
% 3.31/0.93  wr_reallocs: 682
% 3.31/0.93  wr_frees: 2
% 3.31/0.93  wr_malloc_bytes: 4163246804
% 3.31/0.93  wr_calloc_bytes: 112065536
% 3.31/0.93  wr_realloc_bytes: 128880
% 3.31/0.93  wr_realloc_freebytes: 0
% 3.31/0.93  ----------------------------------
%------------------------------------------------------------------------------