TSTP Solution File: GRP048-10 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP048-10 : TPTP v8.1.2. Released v7.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n010.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:52:07 EDT 2023

% Result   : Unsatisfiable 16.02s 2.53s
% Output   : CNFRefutation 16.02s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named left_inverse)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    product(inverse(X),X,identity) = true,
    inference(cnf_transformation,[],[left_inverse]) ).

cnf('2',plain,
    product(identity,X,X) = true,
    inference(cnf_transformation,[],[left_identity]) ).

cnf('3',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(U,Y,V),true,ifeq(product(W,U,X),true,product(W,V,Z),true),true),true) = true,
    inference(cnf_transformation,[],[associativity1]) ).

cnf('4',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(product(U3,X3,identity),true,product(U3,Z3,Y3),true),true),true) = true,
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    ifeq(X,X,Y,Z) = Y,
    inference(cnf_transformation,[],[ifeq_axiom]) ).

cnf('6',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(U,X,identity),true,product(U,Z,Y),true),true) = true,
    inference(simplify,[],['4','5']) ).

cnf('7',plain,
    ifeq(product(X3,Y3,Z3),true,ifeq(true,true,product(inverse(X3),Z3,Y3),true),true) = true,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    ifeq(product(X,Y,Z),true,product(inverse(X),Z,Y),true) = true,
    inference(simplify,[],['7','5']) ).

cnf('9',plain,
    ifeq(true,true,product(inverse(inverse(X3)),identity,X3),true) = true,
    inference(paramodulation,[],['1','8']) ).

cnf('10',plain,
    product(inverse(inverse(X)),identity,X) = true,
    inference(simplify,[],['9','5']) ).

cnf('11',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(U,Z,V),true,ifeq(product(U,X,W),true,product(W,Y,V),true),true),true) = true,
    inference(cnf_transformation,[],[associativity2]) ).

cnf('12',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(product(X3,identity,U3),true,product(U3,Y3,Z3),true),true),true) = true,
    inference(paramodulation,[],['2','11']) ).

cnf('13',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(X,identity,U),true,product(U,Y,Z),true),true) = true,
    inference(simplify,[],['12','5']) ).

cnf('14',plain,
    ifeq(true,true,ifeq(product(inverse(X3),identity,Y3),true,product(Y3,X3,identity),true),true) = true,
    inference(paramodulation,[],['1','13']) ).

cnf('15',plain,
    ifeq(product(inverse(X),identity,Y),true,product(Y,X,identity),true) = true,
    inference(simplify,[],['14','5']) ).

cnf('16',plain,
    ifeq(true,true,product(X3,inverse(X3),identity),true) = true,
    inference(paramodulation,[],['10','15']) ).

cnf('17',plain,
    product(X,inverse(X),identity) = true,
    inference(simplify,[],['16','5']) ).

cnf('18',plain,
    equalish(a,b) = true,
    inference(cnf_transformation,[],[a_equals_b]) ).

cnf('19',plain,
    ifeq(equalish(X,Y),true,ifeq(product(Z,U,X),true,product(Z,U,Y),true),true) = true,
    inference(cnf_transformation,[],[product_substitution3]) ).

cnf('20',plain,
    ifeq(true,true,ifeq(product(X3,Y3,a),true,product(X3,Y3,b),true),true) = true,
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    ifeq(product(X,Y,a),true,product(X,Y,b),true) = true,
    inference(simplify,[],['20','5']) ).

cnf('22',plain,
    ifeq(true,true,product(identity,a,b),true) = true,
    inference(paramodulation,[],['2','21']) ).

cnf('23',plain,
    product(identity,a,b) = true,
    inference(simplify,[],['22','5']) ).

cnf('24',plain,
    ifeq(product(X3,Y3,Z3),true,ifeq(true,true,ifeq(product(identity,X3,U3),true,product(U3,Y3,Z3),true),true),true) = true,
    inference(paramodulation,[],['2','11']) ).

cnf('25',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(identity,X,U),true,product(U,Y,Z),true),true) = true,
    inference(simplify,[],['24','5']) ).

cnf('26',plain,
    ifeq(product(a,X3,Y3),true,ifeq(true,true,product(b,X3,Y3),true),true) = true,
    inference(paramodulation,[],['23','25']) ).

cnf('27',plain,
    ifeq(product(a,X,Y),true,product(b,X,Y),true) = true,
    inference(simplify,[],['26','5']) ).

cnf('28',plain,
    ifeq(true,true,product(b,inverse(a),identity),true) = true,
    inference(paramodulation,[],['17','27']) ).

cnf('29',plain,
    product(b,inverse(a),identity) = true,
    inference(simplify,[],['28','5']) ).

cnf('30',plain,
    ifeq(true,true,product(inverse(b),identity,inverse(a)),true) = true,
    inference(paramodulation,[],['29','8']) ).

cnf('31',plain,
    product(inverse(b),identity,inverse(a)) = true,
    inference(simplify,[],['30','5']) ).

cnf('32',plain,
    ifeq(product(X3,Y3,Z3),true,ifeq(true,true,ifeq(product(U3,inverse(Y3),X3),true,product(U3,identity,Z3),true),true),true) = true,
    inference(paramodulation,[],['1','3']) ).

cnf('33',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(U,inverse(Y),X),true,product(U,identity,Z),true),true) = true,
    inference(simplify,[],['32','5']) ).

cnf('34',plain,
    ifeq(product(identity,X3,Y3),true,ifeq(true,true,product(X3,identity,Y3),true),true) = true,
    inference(paramodulation,[],['17','33']) ).

cnf('35',plain,
    ifeq(product(identity,X,Y),true,product(X,identity,Y),true) = true,
    inference(simplify,[],['34','5']) ).

cnf('36',plain,
    ifeq(true,true,product(X3,identity,X3),true) = true,
    inference(paramodulation,[],['2','35']) ).

cnf('37',plain,
    product(X,identity,X) = true,
    inference(simplify,[],['36','5']) ).

cnf('38',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(X,Y,U),true,equalish(U,Z),true),true) = true,
    inference(cnf_transformation,[],[total_function2]) ).

cnf('39',plain,
    ifeq(true,true,ifeq(product(X3,identity,Y3),true,equalish(Y3,X3),true),true) = true,
    inference(paramodulation,[],['37','38']) ).

cnf('40',plain,
    ifeq(product(X,identity,Y),true,equalish(Y,X),true) = true,
    inference(simplify,[],['39','5']) ).

cnf('41',plain,
    ifeq(true,true,equalish(inverse(a),inverse(b)),true) = true,
    inference(paramodulation,[],['31','40']) ).

cnf('42',plain,
    equalish(inverse(a),inverse(b)) != true,
    inference(cnf_transformation,[],[prove_inverse_substitution]) ).

cnf('43',plain,
    $false,
    inference(simplify,[then_simplify],['41','42','5']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GRP048-10 : TPTP v8.1.2. Released v7.5.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n010.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 20:04:49 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    10
% 0.21/0.40  in_rule_clause_count:               10
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              2
% 0.21/0.40  in_unit_clause_count:               10
% 0.21/0.40  in_horn_clause_count:               10
% 0.21/0.40  in_pos_clause_count:                 9
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:               9
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:           9
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              5
% 0.21/0.40  in_min_size:               5
% 0.21/0.40  in_max_size:              27
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               6
% 0.21/0.40  in_extaxiom_count:                 0
% 0.21/0.40  in_axiom_count:                    8
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.41  
% 0.21/0.41  **** run 1 fork 0 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 2 fork 1 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 3 fork 2 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.41  
% 0.21/0.41  **** run 4 fork 3 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.41  
% 0.21/0.41  **** run 5 fork 4 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.41  
% 0.21/0.41  **** run 6 fork 5 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.41  
% 0.21/0.41  **** run 7 fork 6 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.42  
% 0.21/0.42  **** run 8 fork 7 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 3: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 6: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"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.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 0: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 7: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 10 fork 1 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.57  
% 0.21/0.57  **** run 15 fork 6 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.58  
% 0.21/0.58  **** run 9 fork 0 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.59  
% 0.21/0.59  **** run 16 fork 7 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 5: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 2: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 4: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 6: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.69  
% 0.21/0.69  **** run 19 fork 2 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 1: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 3: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.71  
% 0.21/0.71  **** run 23 fork 6 starts with strategy
% 0.21/0.71  {"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.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 7: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  **** run 20 fork 3 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.72  
% 0.21/0.72  **** run 18 fork 1 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.74  
% 0.21/0.74  **** run 24 fork 7 starts with strategy
% 0.21/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.22/0.75  
% 2.22/0.75  
% 2.22/0.75  fork 0: search terminated without proof.
% 2.22/0.77  
% 2.22/0.77  **** run 17 fork 0 starts with strategy
% 2.22/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.19/0.83  
% 3.19/0.83  
% 3.19/0.83  fork 5: search terminated without proof.
% 3.19/0.83  
% 3.19/0.83  
% 3.19/0.83  fork 4: search terminated without proof.
% 3.19/0.83  
% 3.19/0.83  
% 3.19/0.83  fork 1: search terminated without proof.
% 3.19/0.84  
% 3.19/0.84  
% 3.19/0.84  fork 6: search terminated without proof.
% 3.19/0.84  
% 3.19/0.84  
% 3.19/0.84  fork 2: search terminated without proof.
% 3.19/0.85  
% 3.19/0.85  **** run 30 fork 5 starts with strategy
% 3.19/0.85  {"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.19/0.85  
% 3.19/0.85  
% 3.19/0.85  fork 3: search terminated without proof.
% 3.19/0.85  
% 3.19/0.85  **** run 26 fork 1 starts with strategy
% 3.19/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.19/0.85  
% 3.19/0.85  
% 3.19/0.85  fork 7: search terminated without proof.
% 3.19/0.86  
% 3.19/0.86  **** run 27 fork 2 starts with strategy
% 3.19/0.86  
% 3.19/0.86  **** run 31 fork 6 starts with strategy
% 3.19/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.19/0.86  
% 3.19/0.86  **** run 29 fork 4 starts with strategy
% 3.19/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.19/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.19/0.87  
% 3.19/0.87  **** run 28 fork 3 starts with strategy
% 3.19/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.19/0.88  
% 3.19/0.88  **** run 32 fork 7 starts with strategy
% 3.19/0.88  {"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.77/0.90  
% 3.77/0.90  
% 3.77/0.90  fork 0: search terminated without proof.
% 3.77/0.92  
% 3.77/0.92  **** run 25 fork 0 starts with strategy
% 3.77/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.77/0.97  
% 3.77/0.97  
% 3.77/0.97  fork 5: search terminated without proof.
% 3.77/0.97  
% 3.77/0.97  
% 3.77/0.97  fork 1: search terminated without proof.
% 4.49/0.98  
% 4.49/0.98  
% 4.49/0.98  fork 6: search terminated without proof.
% 4.49/0.98  
% 4.49/0.98  
% 4.49/0.98  fork 4: search terminated without proof.
% 4.49/0.98  
% 4.49/0.98  
% 4.49/0.98  fork 2: search terminated without proof.
% 4.49/0.98  
% 4.49/0.98  **** run 38 fork 5 starts with strategy
% 4.49/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.49/0.98  
% 4.49/0.98  **** run 34 fork 1 starts with strategy
% 4.49/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.61/0.99  
% 4.61/0.99  
% 4.61/0.99  fork 3: search terminated without proof.
% 4.61/1.00  
% 4.61/1.00  **** run 39 fork 6 starts with strategy
% 4.61/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.61/1.00  
% 4.61/1.00  **** run 37 fork 4 starts with strategy
% 4.61/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.61/1.01  
% 4.61/1.01  
% 4.61/1.01  fork 7: search terminated without proof.
% 4.61/1.01  
% 4.61/1.01  **** run 35 fork 2 starts with strategy
% 4.61/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.82/1.01  
% 4.82/1.01  **** run 36 fork 3 starts with strategy
% 4.82/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.91/1.03  
% 4.91/1.03  **** run 40 fork 7 starts with strategy
% 4.91/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.91/1.04  
% 4.91/1.04  
% 4.91/1.04  fork 0: search terminated without proof.
% 4.91/1.05  
% 4.91/1.05  **** run 33 fork 0 starts with strategy
% 4.91/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.91/1.10  
% 4.91/1.10  
% 4.91/1.10  fork 5: search terminated without proof.
% 5.57/1.12  
% 5.57/1.12  
% 5.57/1.12  fork 1: search terminated without proof.
% 5.57/1.12  
% 5.57/1.12  
% 5.57/1.12  fork 6: search terminated without proof.
% 5.57/1.12  
% 5.57/1.12  **** run 46 fork 5 starts with strategy
% 5.57/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.57/1.12  
% 5.57/1.12  
% 5.57/1.12  fork 4: search terminated without proof.
% 5.57/1.13  
% 5.57/1.13  
% 5.57/1.13  fork 2: search terminated without proof.
% 5.57/1.13  
% 5.57/1.13  
% 5.57/1.13  fork 3: search terminated without proof.
% 5.57/1.14  
% 5.57/1.14  **** run 47 fork 6 starts with strategy
% 5.57/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.57/1.14  
% 5.57/1.14  **** run 42 fork 1 starts with strategy
% 5.57/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.57/1.15  
% 5.57/1.15  **** run 45 fork 4 starts with strategy
% 5.57/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.57/1.15  
% 5.57/1.15  fork 5: search finished without proof.
% 5.57/1.15  
% 5.57/1.15  
% 5.57/1.15  fork 7: search terminated without proof.
% 5.57/1.15  
% 5.57/1.15  **** run 43 fork 2 starts with strategy
% 5.57/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.57/1.16  
% 5.57/1.16  **** run 44 fork 3 starts with strategy
% 5.57/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.57/1.17  
% 5.57/1.17  **** run 54 fork 5 starts with strategy
% 5.57/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.57/1.17  
% 5.57/1.17  **** run 48 fork 7 starts with strategy
% 5.57/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.57/1.17  
% 5.57/1.17  fork 6: search finished without proof.
% 5.57/1.17  
% 5.57/1.17  
% 5.57/1.17  fork 0: search terminated without proof.
% 6.14/1.19  
% 6.14/1.19  **** run 55 fork 6 starts with strategy
% 6.14/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.14/1.19  
% 6.14/1.19  **** run 41 fork 0 starts with strategy
% 6.14/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.14/1.25  
% 6.14/1.25  
% 6.14/1.25  fork 1: search terminated without proof.
% 6.14/1.27  
% 6.14/1.27  
% 6.14/1.27  fork 4: search terminated without proof.
% 6.87/1.28  
% 6.87/1.28  **** run 50 fork 1 starts with strategy
% 6.87/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.87/1.28  
% 6.87/1.28  
% 6.87/1.28  fork 2: search terminated without proof.
% 6.87/1.28  
% 6.87/1.28  **** run 53 fork 4 starts with strategy
% 6.87/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.87/1.29  
% 6.87/1.29  
% 6.87/1.29  fork 3: search terminated without proof.
% 7.01/1.29  
% 7.01/1.29  
% 7.01/1.29  fork 5: search terminated without proof.
% 7.01/1.29  
% 7.01/1.29  
% 7.01/1.29  fork 7: search terminated without proof.
% 7.01/1.30  
% 7.01/1.30  
% 7.01/1.30  fork 6: search terminated without proof.
% 7.01/1.31  
% 7.01/1.31  **** run 51 fork 2 starts with strategy
% 7.01/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.01/1.31  
% 7.01/1.31  **** run 62 fork 5 starts with strategy
% 7.01/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.01/1.31  
% 7.01/1.31  **** run 52 fork 3 starts with strategy
% 7.01/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.01/1.31  
% 7.01/1.31  **** run 56 fork 7 starts with strategy
% 7.01/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.01/1.31  
% 7.01/1.31  
% 7.01/1.31  fork 0: search terminated without proof.
% 7.01/1.32  
% 7.01/1.32  **** run 63 fork 6 starts with strategy
% 7.01/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.01/1.33  
% 7.01/1.33  **** run 49 fork 0 starts with strategy
% 7.01/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.01/1.33  
% 7.01/1.33  fork 3: search finished without proof.
% 7.01/1.35  
% 7.01/1.35  **** run 60 fork 3 starts with strategy
% 7.01/1.35  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.01/1.36  
% 7.01/1.36  fork 2: search finished without proof.
% 7.01/1.40  
% 7.01/1.40  **** run 59 fork 2 starts with strategy
% 7.01/1.40  
% 7.01/1.40  
% 7.01/1.40  fork 4: search terminated without proof.
% 7.01/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.01/1.42  
% 7.01/1.42  
% 7.01/1.42  fork 1: search terminated without proof.
% 7.01/1.42  
% 7.01/1.42  **** run 61 fork 4 starts with strategy
% 7.01/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.01/1.43  
% 7.01/1.43  
% 7.01/1.43  fork 5: search terminated without proof.
% 7.01/1.43  
% 7.01/1.43  
% 7.01/1.43  fork 7: search terminated without proof.
% 7.01/1.44  
% 7.01/1.44  **** run 58 fork 1 starts with strategy
% 7.01/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.20/1.45  
% 8.20/1.45  **** run 70 fork 5 starts with strategy
% 8.20/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.20/1.45  
% 8.20/1.45  **** run 64 fork 7 starts with strategy
% 8.20/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.20/1.45  
% 8.20/1.45  
% 8.20/1.45  fork 0: search terminated without proof.
% 8.20/1.46  
% 8.20/1.46  
% 8.20/1.46  fork 6: search terminated without proof.
% 8.20/1.47  
% 8.20/1.47  **** run 57 fork 0 starts with strategy
% 8.20/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.20/1.48  
% 8.20/1.48  **** run 71 fork 6 starts with strategy
% 8.20/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.20/1.50  
% 8.20/1.50  
% 8.20/1.50  fork 3: search terminated without proof.
% 8.20/1.53  
% 8.20/1.53  **** run 68 fork 3 starts with strategy
% 8.20/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.87/1.55  
% 8.87/1.55  
% 8.87/1.55  fork 2: search terminated without proof.
% 8.87/1.55  
% 8.87/1.55  
% 8.87/1.55  fork 4: search terminated without proof.
% 8.87/1.56  
% 8.87/1.56  
% 8.87/1.56  fork 1: search terminated without proof.
% 8.87/1.56  
% 8.87/1.56  **** run 69 fork 4 starts with strategy
% 8.87/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.87/1.57  
% 8.87/1.57  **** run 67 fork 2 starts with strategy
% 8.87/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.87/1.58  
% 8.87/1.58  
% 8.87/1.58  fork 7: search terminated without proof.
% 8.87/1.58  
% 8.87/1.58  
% 8.87/1.58  fork 5: search terminated without proof.
% 8.87/1.58  
% 8.87/1.58  **** run 66 fork 1 starts with strategy
% 8.87/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.25/1.59  
% 9.25/1.59  
% 9.25/1.59  fork 0: search terminated without proof.
% 9.25/1.60  
% 9.25/1.60  **** run 72 fork 7 starts with strategy
% 9.25/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.25/1.60  
% 9.25/1.60  **** run 78 fork 5 starts with strategy
% 9.25/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.25/1.60  
% 9.25/1.60  
% 9.25/1.60  fork 6: search terminated without proof.
% 9.25/1.61  
% 9.25/1.61  fork 1: search finished without proof.
% 9.25/1.62  
% 9.25/1.62  **** run 65 fork 0 starts with strategy
% 9.25/1.62  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.25/1.62  
% 9.25/1.62  **** run 79 fork 6 starts with strategy
% 9.25/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.25/1.63  
% 9.25/1.63  **** run 74 fork 1 starts with strategy
% 9.25/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.78/1.66  
% 9.78/1.66  fork 3: search finished without proof.
% 9.91/1.68  
% 9.91/1.68  **** run 76 fork 3 starts with strategy
% 9.91/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.91/1.69  
% 9.91/1.69  
% 9.91/1.69  fork 4: search terminated without proof.
% 9.91/1.69  
% 9.91/1.69  
% 9.91/1.69  fork 2: search terminated without proof.
% 9.91/1.71  
% 9.91/1.71  **** run 75 fork 2 starts with strategy
% 9.91/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.32/1.72  
% 10.32/1.72  **** run 77 fork 4 starts with strategy
% 10.32/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.32/1.73  
% 10.32/1.73  
% 10.32/1.73  fork 7: search terminated without proof.
% 10.32/1.73  
% 10.32/1.73  
% 10.32/1.73  fork 5: search terminated without proof.
% 10.32/1.74  
% 10.32/1.74  
% 10.32/1.74  fork 0: search terminated without proof.
% 10.32/1.75  
% 10.32/1.75  **** run 80 fork 7 starts with strategy
% 10.32/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.32/1.75  
% 10.32/1.75  **** run 86 fork 5 starts with strategy
% 10.32/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.56/1.76  
% 10.56/1.76  **** run 73 fork 0 starts with strategy
% 10.56/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.56/1.76  
% 10.56/1.76  
% 10.56/1.76  fork 1: search terminated without proof.
% 10.56/1.78  
% 10.56/1.78  **** run 82 fork 1 starts with strategy
% 10.56/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.56/1.81  
% 10.56/1.81  
% 10.56/1.81  fork 3: search terminated without proof.
% 10.56/1.83  
% 10.56/1.83  **** run 84 fork 3 starts with strategy
% 10.56/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.13/1.84  
% 11.13/1.84  
% 11.13/1.84  fork 2: search terminated without proof.
% 11.13/1.85  
% 11.13/1.85  
% 11.13/1.85  fork 4: search terminated without proof.
% 11.13/1.86  
% 11.13/1.86  **** run 83 fork 2 starts with strategy
% 11.13/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.13/1.87  
% 11.13/1.87  **** run 85 fork 4 starts with strategy
% 11.13/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.13/1.87  
% 11.13/1.87  
% 11.13/1.87  fork 7: search terminated without proof.
% 11.47/1.88  
% 11.47/1.88  
% 11.47/1.88  fork 0: search terminated without proof.
% 11.47/1.89  
% 11.47/1.89  **** run 88 fork 7 starts with strategy
% 11.47/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.47/1.90  
% 11.47/1.90  **** run 81 fork 0 starts with strategy
% 11.47/1.90  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.92/2.03  
% 11.92/2.03  
% 11.92/2.03  fork 0: search terminated without proof.
% 11.92/2.05  
% 11.92/2.05  **** run 89 fork 0 starts with strategy
% 11.92/2.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.02/2.53  
% 16.02/2.53  
% 16.02/2.53  result: proof found
% 16.02/2.53  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.02/2.53  by run 79 fork 6 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 16.02/2.53  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.02/2.53  
% 16.02/2.53  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 16.02/2.53  
% 16.02/2.53  run 79 fork 6 statistics:
% 16.02/2.53  ----------------------------------
% 16.02/2.53  this run seconds: 0.055942
% 16.02/2.53  total seconds: 1.287956
% 16.02/2.53  stat_given_used: 361
% 16.02/2.53  stat_given_used_at_endgame: 0
% 16.02/2.53  stat_given_candidates:   791
% 16.02/2.53  stat_given_candidates_at_endgame: 0
% 16.02/2.53  stat_given_candidates_h: 0
% 16.02/2.53  stat_binres_derived_cl:   0
% 16.02/2.53  stat_binres_derived_cl_h: 0
% 16.02/2.53  stat_factor_derived_cl: 0
% 16.02/2.53  stat_para_derived_cl: 8351
% 16.02/2.53  stat_tautologies_discarded: 0
% 16.02/2.53  stat_forward_subsumed: 4461
% 16.02/2.53  stat_derived_cut: 1
% 16.02/2.53  stat_derived_rewritten: 123
% 16.02/2.53  stat_weight_discarded_building: 0
% 16.02/2.53  stat_weight_discarded_cl: 89
% 16.02/2.53  stat_internlimit_discarded_cl: 0
% 16.02/2.53  stat_simplified:  123 simplified 0 derived 0 given
% 16.02/2.53  stat_kept_cl: 2233
% 16.02/2.53  stat_built_cl: 3166
% 16.02/2.53  stat_hyperres_partial_cl: 0
% 16.02/2.53  stat_made_rewriters: 360
% 16.02/2.53  stat_backward_subsumed: 0
% 16.02/2.53  stat_propagated_subsumed: 0
% 16.02/2.53  stat_clsubs_attempted:                     11305
% 16.02/2.53  stat_clsubs_fact_groundunit_found:             0
% 16.02/2.53  stat_clsubs_rule_groundunit_found:             1
% 16.02/2.53  stat_clsubs_top_meta_attempted:              46277
% 16.02/2.53  stat_clsubs_top_meta_failed:                 34972
% 16.02/2.54  stat_clsubs_top_meta_nonpref_attempted:               46277
% 16.02/2.54  stat_clsubs_top_meta_nonpref_succeeded:               14742
% 16.02/2.54  stat_clsubs_top_meta_pref_attempted:                  14742
% 16.02/2.54  stat_clsubs_top_meta_pref1_succeeded:                 14742
% 16.02/2.54  stat_clsubs_top_meta_pref2_succeeded:                 13571
% 16.02/2.54  stat_clsubs_top_meta_pref3_succeeded:                 11305
% 16.02/2.54  stat_clsubs_top_meta_pref_succeeded:                  11305
% 16.02/2.54  stat_clsubs_meta_attempted:                11305
% 16.02/2.54  stat_clsubs_meta_failed:                    1563
% 16.02/2.54  stat_clsubs_predsymbs_attempted:               0
% 16.02/2.54  stat_clsubs_unit_attempted:                11305
% 16.02/2.54  stat_clsubs_full_attempted:                    0
% 16.02/2.54  stat_forwardsubs_attempted:                 6783
% 16.02/2.54  stat_lit_hash_added:                   2332
% 16.02/2.54  stat_lit_hash_computed:                9569
% 16.02/2.54  stat_lit_hash_match_found:             4463
% 16.02/2.54  stat_lit_hash_match_miss:              5219
% 16.02/2.54  stat_lit_hash_cut_ok:                     1
% 16.02/2.54  stat_lit_strong_cut_ok:                   0
% 16.02/2.54  stat_lit_hash_subsume_ok:              4461
% 16.02/2.54  clqueue els 10000000 used 1
% 16.02/2.54  clactive els 10000000 used 362
% 16.02/2.54  clactivesubsume els 10000000 used 1627
% 16.02/2.54  queue_termbuf els 200000000 used 161509
% 16.02/2.54  hyper_termbuf els 100000000 used 1
% 16.02/2.54  active_termbuf els 100000000 used 16009
% 16.02/2.54  varstack els 5000 last used 1
% 16.02/2.54  given_termbuf els 10000000 last used 1
% 16.02/2.54  simplified_termbuf els 10000000 last used 1
% 16.02/2.54  derived_termbuf els 10000000 last used 3
% 16.02/2.54  wr_mallocs: 14931
% 16.02/2.54  wr_callocs: 21
% 16.02/2.54  wr_reallocs: 138
% 16.02/2.54  wr_frees: 4
% 16.02/2.54  wr_malloc_bytes: 4163113076
% 16.02/2.54  wr_calloc_bytes: 112065536
% 16.02/2.54  wr_realloc_bytes: 36408
% 16.02/2.54  wr_realloc_freebytes: 0
% 16.02/2.54  ----------------------------------
%------------------------------------------------------------------------------