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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL163-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n026.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 07:37:33 EDT 2023

% Result   : Unsatisfiable 61.38s 8.41s
% Output   : CNFRefutation 61.38s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_axiom_3')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    xor(X,X) = falsehood,
    inference(cnf_transformation,[],['$inc_axiom_3']) ).

cnf('2',plain,
    xor(X0,xor(truth,X1)) = xor(xor(X0,truth),X1),
    inference(cnf_transformation,[],['$inc_axiom_7']) ).

cnf('3',plain,
    not(X) = xor(X,truth),
    inference(cnf_transformation,[],['$inc_axiom_1']) ).

cnf('4',plain,
    xor(X,xor(truth,Y)) = xor(not(X),Y),
    inference(simplify,[],['2','3']) ).

cnf('5',plain,
    xor(X3,falsehood) = xor(not(X3),truth),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    xor(X,falsehood) = X,
    inference(cnf_transformation,[],['$inc_axiom_2']) ).

cnf('7',plain,
    X = not(not(X)),
    inference(simplify,[then_simplify],['5','6','3']) ).

cnf('8',plain,
    implies(X0,X1) = xor(truth,and_star(X0,xor(truth,X1))),
    inference(cnf_transformation,[],[implies_definition]) ).

cnf('9',plain,
    xor(X,Y) = xor(Y,X),
    inference(cnf_transformation,[],[xor_commutativity]) ).

cnf('10',plain,
    not(X) = xor(truth,X),
    inference(paramodulation,[],['9','3']) ).

cnf('11',plain,
    implies(X,Y) = not(and_star(X,not(Y))),
    inference(simplify,[then_simplify],['8','10','10']) ).

cnf('12',plain,
    implies(X,not(Y)) = not(and_star(X,Y)),
    inference(paramodulation,[],['7','11']) ).

cnf('13',plain,
    and_star(xor(and_star(xor(truth,X0),X1),truth),X1) = and_star(xor(and_star(xor(truth,X1),X0),truth),X0),
    inference(cnf_transformation,[],['$inc_axiom_8']) ).

cnf('14',plain,
    and_star(not(and_star(xor(truth,X),Y)),Y) = and_star(not(and_star(xor(truth,Y),X)),X),
    inference(simplify,[then_simplify],['13','3','3']) ).

cnf('15',plain,
    implies(X,Y) = xor(truth,and_star(X,xor(truth,Y))),
    inference(cnf_transformation,[],[implies_definition]) ).

cnf('16',plain,
    implies(not(and_star(xor(truth,X3),xor(truth,Y3))),Y3) = xor(truth,and_star(not(and_star(xor(truth,xor(truth,Y3)),X3)),X3)),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    and_star(X,Y) = and_star(Y,X),
    inference(cnf_transformation,[],[and_star_commutativity]) ).

cnf('18',plain,
    implies(X,Y) = not(and_star(not(Y),X)),
    inference(paramodulation,[],['17','11']) ).

cnf('19',plain,
    and_star(not(X),Y) = not(implies(Y,X)),
    inference(paramodulation,[],['18','7']) ).

cnf('20',plain,
    implies(implies(not(X),Y),X) = implies(Y,and_star(X,Y)),
    inference(simplify,[then_simplify],['16','10','10','19','7','10','10','7','19','10','7']) ).

cnf('21',plain,
    implies(not(and_star(not(X3),Y3)),X3) = implies(not(Y3),and_star(X3,not(Y3))),
    inference(paramodulation,[],['12','20']) ).

cnf('22',plain,
    and_star(X,not(Y)) = not(implies(X,Y)),
    inference(paramodulation,[],['11','7']) ).

cnf('23',plain,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    inference(simplify,[then_simplify],['21','19','7','22','12','19','7']) ).

cnf('24',plain,
    implies(implies(x,y),y) != implies(implies(y,x),x),
    inference(cnf_transformation,[],[prove_wajsberg_axiom]) ).

cnf('25',plain,
    $false,
    inference(resolution,[],['23','24']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL163-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n026.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 06:57:17 EDT 2023
% 0.13/0.36  % CPUTime  : 
% 0.21/0.44  
% 0.21/0.44  input clause set summed statistics:
% 0.21/0.44  ----------------------------------
% 0.21/0.44  in_clause_count:                    14
% 0.21/0.44  in_rule_clause_count:               14
% 0.21/0.44  in_fact_clause_count:                0
% 0.21/0.44  in_answer_clause_count:              0
% 0.21/0.44  in_ground_clause_count:              2
% 0.21/0.44  in_unit_clause_count:               14
% 0.21/0.44  in_horn_clause_count:               14
% 0.21/0.44  in_pos_clause_count:                13
% 0.21/0.44  in_neg_clause_count:                 1
% 0.21/0.44  in_poseq_clause_count:              13
% 0.21/0.44  in_negeq_clause_count:               1
% 0.21/0.44  in_unitposeq_clause_count:          13
% 0.21/0.44  in_chain_clause_count:               0
% 0.21/0.44  in_min_length:             1
% 0.21/0.44  in_max_length:             1
% 0.21/0.44  in_min_depth:              2
% 0.21/0.44  in_max_depth:              5
% 0.21/0.44  in_min_size:               4
% 0.21/0.44  in_max_size:              19
% 0.21/0.44  in_min_vars:               0
% 0.21/0.44  in_max_vars:               3
% 0.21/0.44  in_extaxiom_count:                 8
% 0.21/0.44  in_axiom_count:                    5
% 0.21/0.44  in_assumption_count:               0
% 0.21/0.44  in_goal_count:                     1
% 0.21/0.44  in_neg_goal_count:                 1
% 0.21/0.44  in_pos_goal_count:                 0
% 0.21/0.44  in_posunit_goal_count:             0
% 0.21/0.44  
% 0.21/0.44  auto guide:
% 0.21/0.44  -----------
% 0.21/0.44  {
% 0.21/0.44  "print":1,
% 0.21/0.44  "print_level": 15,
% 0.21/0.44  "max_size": 0,
% 0.21/0.44  "max_depth": 0,
% 0.21/0.44  "max_length": 0,
% 0.21/0.44  "max_dseconds": 0,
% 0.21/0.44  "runs":[
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.44  {"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.44  {"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.44  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.44  
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.44  {"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.44  {"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.44  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.44  
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.44  {"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.44  {"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.44  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.44  
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.44  {"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.44  {"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.44  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.44  
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.44  {"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.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.44  {"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.44  {"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.44  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.44  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.44  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.44  
% 0.21/0.44  ]}
% 0.21/0.44  
% 0.21/0.45  
% 0.21/0.45  **** run 1 fork 0 starts with strategy
% 0.21/0.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.45  
% 0.21/0.45  **** run 2 fork 1 starts with strategy
% 0.21/0.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.45  
% 0.21/0.45  **** run 3 fork 2 starts with strategy
% 0.21/0.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.45  
% 0.21/0.45  **** run 4 fork 3 starts with strategy
% 0.21/0.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.45  
% 0.21/0.45  **** run 5 fork 4 starts with strategy
% 0.21/0.45  {"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.46  
% 0.21/0.46  **** run 7 fork 6 starts with strategy
% 0.21/0.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.46  
% 0.21/0.46  **** run 6 fork 5 starts with strategy
% 0.21/0.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.47  
% 0.21/0.47  **** run 8 fork 7 starts with strategy
% 0.21/0.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 1: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 2: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 3: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 4: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 6: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 5: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 11 fork 2 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 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.58  
% 0.21/0.58  **** run 14 fork 5 starts with strategy
% 0.21/0.58  {"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.58  
% 0.21/0.58  **** run 12 fork 3 starts with strategy
% 0.21/0.58  {"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.58  
% 0.21/0.58  
% 0.21/0.58  fork 0: search terminated without proof.
% 0.21/0.58  
% 0.21/0.58  **** run 15 fork 6 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.58  
% 0.21/0.58  **** run 13 fork 4 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.59  
% 0.21/0.59  **** run 9 fork 0 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.60  
% 0.21/0.60  
% 0.21/0.60  fork 7: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  **** run 16 fork 7 starts with strategy
% 0.21/0.62  {"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 2: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 1: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 3: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 6: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 4: search terminated without proof.
% 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.69  
% 0.21/0.69  **** run 18 fork 1 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.69  
% 0.21/0.69  **** run 20 fork 3 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 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.70  
% 0.21/0.70  
% 0.21/0.70  fork 5: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 23 fork 6 starts with strategy
% 0.21/0.70  {"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.73  
% 0.21/0.73  **** run 22 fork 5 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.73  
% 0.21/0.73  **** run 24 fork 7 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.04/0.79  
% 2.04/0.79  
% 2.04/0.79  fork 0: search terminated without proof.
% 2.75/0.82  
% 2.75/0.82  **** run 17 fork 0 starts with strategy
% 2.75/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.75/0.83  
% 2.75/0.83  
% 2.75/0.83  fork 2: search terminated without proof.
% 2.75/0.83  
% 2.75/0.83  
% 2.75/0.83  fork 1: search terminated without proof.
% 2.75/0.83  
% 2.75/0.83  
% 2.75/0.83  fork 3: search terminated without proof.
% 2.75/0.84  
% 2.75/0.84  
% 2.75/0.84  fork 4: search terminated without proof.
% 2.75/0.84  
% 2.75/0.84  
% 2.75/0.84  fork 7: search terminated without proof.
% 2.75/0.84  
% 2.75/0.84  **** run 26 fork 1 starts with strategy
% 2.75/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.75/0.84  
% 2.75/0.84  **** run 27 fork 2 starts with strategy
% 2.75/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.75/0.85  
% 2.75/0.85  **** run 28 fork 3 starts with strategy
% 2.75/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.75/0.85  
% 2.75/0.85  
% 2.75/0.85  fork 6: search terminated without proof.
% 2.75/0.85  
% 2.75/0.85  **** run 32 fork 7 starts with strategy
% 2.75/0.85  {"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}
% 2.75/0.86  
% 2.75/0.86  **** run 29 fork 4 starts with strategy
% 2.75/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.75/0.87  
% 2.75/0.87  **** run 31 fork 6 starts with strategy
% 2.75/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.34/0.92  
% 3.34/0.92  
% 3.34/0.92  fork 5: search terminated without proof.
% 3.34/0.94  
% 3.34/0.94  **** run 30 fork 5 starts with strategy
% 3.34/0.94  {"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.34/0.95  
% 3.34/0.95  
% 3.34/0.95  fork 0: search terminated without proof.
% 3.34/0.95  
% 3.34/0.95  
% 3.34/0.95  fork 1: search terminated without proof.
% 3.34/0.96  
% 3.34/0.96  
% 3.34/0.96  fork 2: search terminated without proof.
% 3.34/0.96  
% 3.34/0.96  
% 3.34/0.96  fork 3: search terminated without proof.
% 3.34/0.97  
% 3.34/0.97  **** run 25 fork 0 starts with strategy
% 3.34/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.34/0.97  
% 3.34/0.97  
% 3.34/0.97  fork 4: search terminated without proof.
% 3.34/0.97  
% 3.34/0.97  **** run 34 fork 1 starts with strategy
% 3.34/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 3.34/0.97  
% 3.34/0.97  **** run 35 fork 2 starts with strategy
% 3.34/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.11/0.97  
% 4.11/0.97  **** run 36 fork 3 starts with strategy
% 4.11/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.11/0.98  
% 4.11/0.98  
% 4.11/0.98  fork 6: search terminated without proof.
% 4.11/0.99  
% 4.11/0.99  **** run 37 fork 4 starts with strategy
% 4.11/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.11/0.99  
% 4.11/0.99  
% 4.11/0.99  fork 7: search terminated without proof.
% 4.28/1.00  
% 4.28/1.00  **** run 39 fork 6 starts with strategy
% 4.28/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.28/1.01  
% 4.28/1.01  **** run 40 fork 7 starts with strategy
% 4.28/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.47/1.05  
% 4.47/1.05  
% 4.47/1.05  fork 5: search terminated without proof.
% 4.47/1.07  
% 4.47/1.07  **** run 38 fork 5 starts with strategy
% 4.47/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.47/1.08  
% 4.47/1.08  
% 4.47/1.08  fork 0: search terminated without proof.
% 4.47/1.08  
% 4.47/1.08  
% 4.47/1.08  fork 1: search terminated without proof.
% 4.47/1.08  
% 4.47/1.08  
% 4.47/1.08  fork 2: search terminated without proof.
% 4.47/1.09  
% 4.47/1.09  
% 4.47/1.09  fork 3: search terminated without proof.
% 4.47/1.09  
% 4.47/1.09  **** run 33 fork 0 starts with strategy
% 4.47/1.09  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.47/1.10  
% 4.47/1.10  **** run 43 fork 2 starts with strategy
% 4.47/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 4.47/1.10  
% 4.47/1.10  
% 4.47/1.10  fork 4: search terminated without proof.
% 5.11/1.10  
% 5.11/1.10  **** run 44 fork 3 starts with strategy
% 5.11/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.11/1.10  
% 5.11/1.10  **** run 42 fork 1 starts with strategy
% 5.11/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.11/1.11  
% 5.11/1.11  
% 5.11/1.11  fork 6: search terminated without proof.
% 5.11/1.12  
% 5.11/1.12  **** run 45 fork 4 starts with strategy
% 5.11/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.11/1.12  
% 5.11/1.12  
% 5.11/1.12  fork 7: search terminated without proof.
% 5.11/1.13  
% 5.11/1.13  **** run 47 fork 6 starts with strategy
% 5.11/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.11/1.13  
% 5.11/1.13  **** run 48 fork 7 starts with strategy
% 5.11/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.73/1.18  
% 5.73/1.18  
% 5.73/1.18  fork 5: search terminated without proof.
% 5.73/1.20  
% 5.73/1.20  **** run 46 fork 5 starts with strategy
% 5.73/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.73/1.21  
% 5.73/1.21  
% 5.73/1.21  fork 0: search terminated without proof.
% 5.73/1.21  
% 5.73/1.21  
% 5.73/1.21  fork 2: search terminated without proof.
% 5.73/1.21  
% 5.73/1.21  
% 5.73/1.21  fork 3: search terminated without proof.
% 5.73/1.21  
% 5.73/1.21  
% 5.73/1.21  fork 1: search terminated without proof.
% 5.73/1.21  
% 5.73/1.21  fork 5: search finished without proof.
% 5.73/1.22  
% 5.73/1.22  **** run 41 fork 0 starts with strategy
% 5.73/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.73/1.23  
% 5.73/1.23  **** run 51 fork 2 starts with strategy
% 5.73/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.73/1.23  
% 5.73/1.23  
% 5.73/1.23  fork 4: search terminated without proof.
% 5.73/1.23  
% 5.73/1.23  **** run 50 fork 1 starts with strategy
% 5.73/1.23  
% 5.73/1.23  **** run 52 fork 3 starts with strategy
% 5.73/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.73/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.73/1.24  
% 5.73/1.24  
% 5.73/1.24  fork 6: search terminated without proof.
% 5.73/1.24  
% 5.73/1.24  **** run 54 fork 5 starts with strategy
% 5.73/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.73/1.25  
% 5.73/1.25  
% 5.73/1.25  fork 7: search terminated without proof.
% 5.73/1.25  
% 5.73/1.25  **** run 53 fork 4 starts with strategy
% 5.73/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.73/1.25  
% 5.73/1.25  **** run 55 fork 6 starts with strategy
% 5.73/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.73/1.25  
% 5.73/1.25  fork 2: search finished without proof.
% 5.73/1.26  
% 5.73/1.26  **** run 56 fork 7 starts with strategy
% 5.73/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.49/1.27  
% 6.49/1.27  **** run 59 fork 2 starts with strategy
% 6.49/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.64/1.33  
% 6.64/1.33  
% 6.64/1.33  fork 0: search terminated without proof.
% 6.64/1.34  
% 6.64/1.34  
% 6.64/1.34  fork 3: search terminated without proof.
% 6.64/1.34  
% 6.64/1.34  
% 6.64/1.34  fork 1: search terminated without proof.
% 6.64/1.34  
% 6.64/1.34  
% 6.64/1.34  fork 5: search terminated without proof.
% 6.64/1.35  
% 6.64/1.35  **** run 49 fork 0 starts with strategy
% 6.64/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.64/1.36  
% 6.64/1.36  **** run 60 fork 3 starts with strategy
% 6.64/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.64/1.36  
% 6.64/1.36  **** run 58 fork 1 starts with strategy
% 6.64/1.36  
% 6.64/1.36  
% 6.64/1.36  fork 4: search terminated without proof.
% 6.64/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.64/1.36  
% 6.64/1.36  **** run 62 fork 5 starts with strategy
% 6.64/1.36  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.64/1.37  
% 6.64/1.37  
% 6.64/1.37  fork 7: search terminated without proof.
% 6.64/1.38  
% 6.64/1.38  
% 6.64/1.38  fork 2: search terminated without proof.
% 6.64/1.38  
% 6.64/1.38  **** run 61 fork 4 starts with strategy
% 6.64/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.64/1.39  
% 6.64/1.39  **** run 64 fork 7 starts with strategy
% 6.64/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.64/1.39  
% 6.64/1.39  **** run 67 fork 2 starts with strategy
% 6.64/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 6.64/1.46  
% 6.64/1.46  
% 6.64/1.46  fork 0: search terminated without proof.
% 6.64/1.47  
% 6.64/1.47  
% 6.64/1.47  fork 3: search terminated without proof.
% 6.64/1.47  
% 6.64/1.47  
% 6.64/1.47  fork 6: search terminated without proof.
% 6.64/1.47  
% 6.64/1.47  
% 6.64/1.47  fork 1: search terminated without proof.
% 6.64/1.47  
% 6.64/1.47  **** run 57 fork 0 starts with strategy
% 6.64/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 6.64/1.49  
% 6.64/1.49  
% 6.64/1.49  fork 4: search terminated without proof.
% 6.64/1.49  
% 6.64/1.49  **** run 68 fork 3 starts with strategy
% 6.64/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 6.64/1.50  
% 6.64/1.50  **** run 66 fork 1 starts with strategy
% 6.64/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 6.64/1.50  
% 6.64/1.50  
% 6.64/1.50  fork 7: search terminated without proof.
% 6.64/1.50  
% 6.64/1.50  
% 6.64/1.50  fork 5: search terminated without proof.
% 6.64/1.51  
% 6.64/1.51  **** run 63 fork 6 starts with strategy
% 6.64/1.51  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.64/1.52  
% 6.64/1.52  **** run 69 fork 4 starts with strategy
% 6.64/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 6.64/1.53  
% 6.64/1.53  **** run 70 fork 5 starts with strategy
% 6.64/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 6.64/1.53  
% 6.64/1.53  **** run 72 fork 7 starts with strategy
% 6.64/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 6.64/1.55  
% 6.64/1.55  
% 6.64/1.55  fork 2: search terminated without proof.
% 8.70/1.58  
% 8.70/1.58  **** run 75 fork 2 starts with strategy
% 8.70/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.70/1.58  
% 8.70/1.58  
% 8.70/1.58  fork 0: search terminated without proof.
% 8.70/1.61  
% 8.70/1.61  **** run 65 fork 0 starts with strategy
% 8.70/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.70/1.61  
% 8.70/1.61  
% 8.70/1.61  fork 1: search terminated without proof.
% 8.70/1.62  
% 8.70/1.62  
% 8.70/1.62  fork 3: search terminated without proof.
% 8.70/1.62  
% 8.70/1.62  **** run 74 fork 1 starts with strategy
% 8.70/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 8.70/1.63  
% 8.70/1.63  **** run 76 fork 3 starts with strategy
% 8.70/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 8.70/1.64  
% 8.70/1.64  
% 8.70/1.64  fork 4: search terminated without proof.
% 9.33/1.65  
% 9.33/1.65  
% 9.33/1.65  fork 6: search terminated without proof.
% 9.33/1.66  
% 9.33/1.66  
% 9.33/1.66  fork 5: search terminated without proof.
% 9.33/1.66  
% 9.33/1.66  **** run 77 fork 4 starts with strategy
% 9.33/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.55/1.68  
% 9.55/1.68  **** run 71 fork 6 starts with strategy
% 9.55/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.55/1.69  
% 9.55/1.69  **** run 78 fork 5 starts with strategy
% 9.55/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.55/1.69  
% 9.55/1.69  
% 9.55/1.69  fork 7: search terminated without proof.
% 9.55/1.70  
% 9.55/1.70  **** run 80 fork 7 starts with strategy
% 9.55/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.55/1.71  
% 9.55/1.71  
% 9.55/1.71  fork 2: search terminated without proof.
% 9.55/1.72  
% 9.55/1.72  
% 9.55/1.72  fork 0: search terminated without proof.
% 9.96/1.73  
% 9.96/1.73  **** run 83 fork 2 starts with strategy
% 9.96/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.96/1.74  
% 9.96/1.74  **** run 73 fork 0 starts with strategy
% 9.96/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.96/1.75  
% 9.96/1.75  
% 9.96/1.75  fork 1: search terminated without proof.
% 10.17/1.76  
% 10.17/1.76  
% 10.17/1.76  fork 3: search terminated without proof.
% 10.17/1.76  
% 10.17/1.76  **** run 82 fork 1 starts with strategy
% 10.17/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.17/1.77  
% 10.17/1.77  **** run 84 fork 3 starts with strategy
% 10.17/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.17/1.78  
% 10.17/1.78  
% 10.17/1.78  fork 4: search terminated without proof.
% 10.17/1.80  
% 10.17/1.80  
% 10.17/1.80  fork 6: search terminated without proof.
% 10.17/1.81  
% 10.17/1.81  **** run 85 fork 4 starts with strategy
% 10.17/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.17/1.81  
% 10.17/1.81  
% 10.17/1.81  fork 5: search terminated without proof.
% 10.73/1.82  
% 10.73/1.82  **** run 79 fork 6 starts with strategy
% 10.73/1.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.73/1.84  
% 10.73/1.84  **** run 86 fork 5 starts with strategy
% 10.73/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.73/1.85  
% 10.73/1.85  
% 10.73/1.85  fork 7: search terminated without proof.
% 10.73/1.86  
% 10.73/1.86  
% 10.73/1.86  fork 0: search terminated without proof.
% 10.73/1.87  
% 10.73/1.87  **** run 88 fork 7 starts with strategy
% 10.73/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.10/1.87  
% 11.10/1.87  **** run 81 fork 0 starts with strategy
% 11.10/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.10/1.94  
% 11.10/1.94  
% 11.10/1.94  fork 6: search terminated without proof.
% 11.71/1.96  
% 11.71/1.96  **** run 87 fork 6 starts with strategy
% 11.71/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.94/1.99  
% 11.94/1.99  
% 11.94/1.99  fork 0: search terminated without proof.
% 11.94/2.02  
% 11.94/2.02  **** run 89 fork 0 starts with strategy
% 11.94/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.29/2.74  
% 17.29/2.74  
% 17.29/2.74  fork 2: search terminated without proof.
% 17.29/2.78  
% 17.29/2.78  
% 17.29/2.78  fork 3: search terminated without proof.
% 17.29/2.79  
% 17.29/2.79  
% 17.29/2.79  fork 1: search terminated without proof.
% 17.29/2.79  
% 17.29/2.79  **** run 91 fork 2 starts with strategy
% 17.29/2.79  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.29/2.85  
% 17.29/2.85  **** run 92 fork 3 starts with strategy
% 17.29/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.38/2.87  
% 18.38/2.87  **** run 90 fork 1 starts with strategy
% 18.38/2.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 18.38/2.89  
% 18.38/2.89  
% 18.38/2.89  fork 5: search terminated without proof.
% 18.38/2.89  
% 18.38/2.89  
% 18.38/2.89  fork 7: search terminated without proof.
% 18.97/2.92  
% 18.97/2.92  
% 18.97/2.92  fork 4: search terminated without proof.
% 18.97/2.93  
% 18.97/2.93  **** run 96 fork 7 starts with strategy
% 18.97/2.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 18.97/2.94  
% 18.97/2.94  **** run 94 fork 5 starts with strategy
% 18.97/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.64/2.98  
% 19.64/2.98  **** run 93 fork 4 starts with strategy
% 19.64/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.97/3.04  
% 19.97/3.04  
% 19.97/3.04  fork 6: search terminated without proof.
% 19.97/3.07  
% 19.97/3.07  **** run 95 fork 6 starts with strategy
% 19.97/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 19.97/3.11  
% 19.97/3.11  
% 19.97/3.11  fork 0: search terminated without proof.
% 20.73/3.14  
% 20.73/3.14  **** run 97 fork 0 starts with strategy
% 20.73/3.14  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.22/3.82  
% 26.22/3.82  
% 26.22/3.82  fork 2: search terminated without proof.
% 26.22/3.86  
% 26.22/3.86  
% 26.22/3.86  fork 3: search terminated without proof.
% 26.22/3.87  
% 26.22/3.87  **** run 99 fork 2 starts with strategy
% 26.22/3.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 26.65/3.90  
% 26.65/3.90  **** run 100 fork 3 starts with strategy
% 26.65/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 27.27/3.95  
% 27.27/3.95  
% 27.27/3.95  fork 7: search terminated without proof.
% 27.27/3.95  
% 27.27/3.95  
% 27.27/3.95  fork 5: search terminated without proof.
% 27.48/3.98  
% 27.48/3.98  **** run 104 fork 7 starts with strategy
% 27.48/3.98  {"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}
% 27.48/3.98  
% 27.48/3.98  
% 27.48/3.98  fork 1: search terminated without proof.
% 27.48/3.99  
% 27.48/3.99  **** run 102 fork 5 starts with strategy
% 27.48/3.99  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.48/3.99  
% 27.48/3.99  
% 27.48/3.99  fork 4: search terminated without proof.
% 27.84/4.02  
% 27.84/4.02  **** run 98 fork 1 starts with strategy
% 27.84/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 27.84/4.03  
% 27.84/4.03  **** run 101 fork 4 starts with strategy
% 27.84/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 27.84/4.11  
% 27.84/4.11  
% 27.84/4.11  fork 6: search terminated without proof.
% 27.84/4.14  
% 27.84/4.14  **** run 103 fork 6 starts with strategy
% 27.84/4.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 27.84/4.16  
% 27.84/4.16  
% 27.84/4.16  fork 0: search terminated without proof.
% 27.84/4.19  
% 27.84/4.19  **** run 105 fork 0 starts with strategy
% 27.84/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 34.25/4.88  
% 34.25/4.88  
% 34.25/4.88  fork 2: search terminated without proof.
% 34.25/4.91  
% 34.25/4.91  **** run 107 fork 2 starts with strategy
% 34.25/4.91  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 34.25/4.92  
% 34.25/4.92  
% 34.25/4.92  fork 3: search terminated without proof.
% 34.25/4.95  
% 34.25/4.95  **** run 108 fork 3 starts with strategy
% 34.25/4.95  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 34.25/5.00  
% 34.25/5.00  
% 34.25/5.00  fork 7: search terminated without proof.
% 34.25/5.00  
% 34.25/5.00  
% 34.25/5.00  fork 5: search terminated without proof.
% 34.25/5.04  
% 34.25/5.04  
% 34.25/5.04  fork 1: search terminated without proof.
% 34.25/5.05  
% 34.25/5.05  **** run 112 fork 7 starts with strategy
% 34.25/5.05  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 34.25/5.06  
% 34.25/5.06  **** run 110 fork 5 starts with strategy
% 34.25/5.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.56/5.08  
% 35.56/5.08  **** run 106 fork 1 starts with strategy
% 35.56/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 36.59/5.17  
% 36.59/5.17  
% 36.59/5.17  fork 6: search terminated without proof.
% 36.59/5.20  
% 36.59/5.20  
% 36.59/5.20  fork 0: search terminated without proof.
% 37.05/5.22  
% 37.05/5.22  **** run 111 fork 6 starts with strategy
% 37.05/5.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.05/5.24  
% 37.05/5.24  **** run 113 fork 0 starts with strategy
% 37.05/5.24  {"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}
% 37.41/5.32  
% 37.41/5.32  
% 37.41/5.32  fork 4: search terminated without proof.
% 38.08/5.36  
% 38.08/5.36  **** run 109 fork 4 starts with strategy
% 38.08/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 42.49/5.93  
% 42.49/5.93  
% 42.49/5.93  fork 2: search terminated without proof.
% 42.83/5.96  
% 42.83/5.96  **** run 115 fork 2 starts with strategy
% 42.83/5.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 42.83/6.03  
% 42.83/6.03  
% 42.83/6.03  fork 3: search terminated without proof.
% 43.57/6.07  
% 43.57/6.07  
% 43.57/6.07  fork 5: search terminated without proof.
% 43.57/6.07  
% 43.57/6.07  **** run 116 fork 3 starts with strategy
% 43.57/6.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 43.93/6.09  
% 43.93/6.09  
% 43.93/6.09  fork 1: search terminated without proof.
% 43.93/6.10  
% 43.93/6.10  **** run 118 fork 5 starts with strategy
% 43.93/6.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.93/6.11  
% 43.93/6.11  
% 43.93/6.11  fork 7: search terminated without proof.
% 43.93/6.13  
% 43.93/6.13  **** run 114 fork 1 starts with strategy
% 43.93/6.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 43.93/6.13  
% 43.93/6.13  **** run 120 fork 7 starts with strategy
% 43.93/6.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 44.86/6.23  
% 44.86/6.23  
% 44.86/6.23  fork 6: search terminated without proof.
% 44.86/6.26  
% 44.86/6.26  **** run 119 fork 6 starts with strategy
% 44.86/6.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.86/6.26  
% 44.86/6.26  
% 44.86/6.26  fork 0: search terminated without proof.
% 44.86/6.30  
% 44.86/6.30  **** run 121 fork 0 starts with strategy
% 44.86/6.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.82/6.50  
% 46.82/6.50  
% 46.82/6.50  fork 4: search terminated without proof.
% 47.19/6.52  
% 47.19/6.52  **** run 117 fork 4 starts with strategy
% 47.19/6.52  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 50.57/6.97  
% 50.57/6.97  
% 50.57/6.97  fork 2: search terminated without proof.
% 50.57/7.00  
% 50.57/7.00  **** run 123 fork 2 starts with strategy
% 50.57/7.00  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 50.57/7.09  
% 50.57/7.09  
% 50.57/7.09  fork 3: search terminated without proof.
% 50.57/7.10  
% 50.57/7.10  **** run 124 fork 3 starts with strategy
% 50.57/7.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 50.57/7.11  
% 50.57/7.11  
% 50.57/7.11  fork 5: search terminated without proof.
% 50.57/7.14  
% 50.57/7.14  
% 50.57/7.14  fork 7: search terminated without proof.
% 50.57/7.16  
% 50.57/7.16  **** run 126 fork 5 starts with strategy
% 50.57/7.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 50.57/7.19  
% 50.57/7.19  **** run 128 fork 7 starts with strategy
% 50.57/7.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 52.00/7.27  
% 52.00/7.27  
% 52.00/7.27  fork 6: search terminated without proof.
% 53.23/7.31  
% 53.23/7.31  **** run 127 fork 6 starts with strategy
% 53.23/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.54/7.34  
% 53.54/7.34  
% 53.54/7.34  fork 0: search terminated without proof.
% 53.54/7.34  
% 53.54/7.34  fork 6: search finished without proof.
% 53.54/7.34  
% 53.54/7.34  
% 53.54/7.34  fork 1: search terminated without proof.
% 53.54/7.35  
% 53.54/7.35  **** run 135 fork 6 starts with strategy
% 53.54/7.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 53.54/7.37  
% 53.54/7.37  **** run 122 fork 1 starts with strategy
% 53.54/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.54/7.40  
% 53.54/7.40  **** run 129 fork 0 starts with strategy
% 53.54/7.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 54.89/7.53  
% 54.89/7.53  
% 54.89/7.53  fork 4: search terminated without proof.
% 54.89/7.56  
% 54.89/7.56  **** run 125 fork 4 starts with strategy
% 54.89/7.56  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 58.60/8.01  
% 58.60/8.01  
% 58.60/8.01  fork 2: search terminated without proof.
% 58.60/8.07  
% 58.60/8.07  **** run 131 fork 2 starts with strategy
% 58.60/8.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 59.45/8.12  
% 59.45/8.12  
% 59.45/8.12  fork 3: search terminated without proof.
% 59.45/8.20  
% 59.45/8.20  **** run 132 fork 3 starts with strategy
% 59.45/8.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 60.14/8.21  
% 60.14/8.21  
% 60.14/8.21  fork 7: search terminated without proof.
% 60.14/8.22  
% 60.14/8.22  **** run 136 fork 7 starts with strategy
% 60.14/8.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 60.14/8.23  
% 60.14/8.23  fork 3: search finished without proof.
% 60.14/8.24  
% 60.14/8.24  **** run 140 fork 3 starts with strategy
% 60.14/8.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 60.76/8.37  
% 60.76/8.37  
% 60.76/8.37  fork 6: search terminated without proof.
% 61.38/8.39  
% 61.38/8.39  **** run 143 fork 6 starts with strategy
% 61.38/8.39  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 61.38/8.40  
% 61.38/8.40  
% 61.38/8.40  fork 1: search terminated without proof.
% 61.38/8.41  
% 61.38/8.41  
% 61.38/8.41  result: proof found
% 61.38/8.41  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 61.38/8.41  by run 126 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 61.38/8.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 61.38/8.41  
% 61.38/8.41  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 61.38/8.41  
% 61.38/8.41  run 126 fork 5 statistics:
% 61.38/8.41  ----------------------------------
% 61.38/8.41  this run seconds: 0.525561
% 61.38/8.41  total seconds: 7.142789
% 61.38/8.41  stat_given_used: 394
% 61.38/8.41  stat_given_used_at_endgame: 0
% 61.38/8.41  stat_given_candidates:   5840
% 61.38/8.41  stat_given_candidates_at_endgame: 0
% 61.38/8.41  stat_given_candidates_h: 0
% 61.38/8.41  stat_binres_derived_cl:   1
% 61.38/8.41  stat_binres_derived_cl_h: 0
% 61.38/8.41  stat_factor_derived_cl: 0
% 61.38/8.41  stat_para_derived_cl: 155576
% 61.38/8.41  stat_tautologies_discarded: 0
% 61.38/8.41  stat_forward_subsumed: 68324
% 61.38/8.41  stat_derived_cut: 0
% 61.38/8.41  stat_derived_rewritten: 199
% 61.38/8.41  stat_weight_discarded_building: 0
% 61.38/8.41  stat_weight_discarded_cl: 1507
% 61.38/8.41  stat_internlimit_discarded_cl: 0
% 61.38/8.41  stat_simplified:  199 simplified 0 derived 0 given
% 61.38/8.41  stat_kept_cl: 71076
% 61.38/8.41  stat_built_cl: 73570
% 61.38/8.41  stat_hyperres_partial_cl: 0
% 61.38/8.41  stat_made_rewriters: 336
% 61.38/8.41  stat_backward_subsumed: 0
% 61.38/8.41  stat_propagated_subsumed: 0
% 61.38/8.41  stat_clsubs_attempted:                     13088
% 61.38/8.41  stat_clsubs_fact_groundunit_found:             0
% 61.38/8.41  stat_clsubs_rule_groundunit_found:             1
% 61.38/8.41  stat_clsubs_top_meta_attempted:              81811
% 61.38/8.41  stat_clsubs_top_meta_failed:                 68723
% 61.38/8.41  stat_clsubs_top_meta_nonpref_attempted:               81811
% 61.38/8.41  stat_clsubs_top_meta_nonpref_succeeded:               46991
% 61.38/8.41  stat_clsubs_top_meta_pref_attempted:                  46991
% 61.38/8.41  stat_clsubs_top_meta_pref1_succeeded:                 46991
% 61.38/8.41  stat_clsubs_top_meta_pref2_succeeded:                 20065
% 61.38/8.41  stat_clsubs_top_meta_pref3_succeeded:                 13088
% 61.38/8.41  stat_clsubs_top_meta_pref_succeeded:                  13088
% 61.38/8.41  stat_clsubs_meta_attempted:                13088
% 61.38/8.41  stat_clsubs_meta_failed:                     430
% 61.38/8.41  stat_clsubs_predsymbs_attempted:               0
% 61.38/8.41  stat_clsubs_unit_attempted:                13088
% 61.38/8.41  stat_clsubs_full_attempted:                    0
% 61.38/8.41  stat_forwardsubs_attempted:               140907
% 61.38/8.41  stat_lit_hash_added:                  71094
% 61.38/8.41  stat_lit_hash_computed:              212573
% 61.38/8.41  stat_lit_hash_match_found:            68384
% 61.38/8.41  stat_lit_hash_match_miss:            145877
% 61.38/8.41  stat_lit_hash_cut_ok:                     0
% 61.38/8.41  stat_lit_strong_cut_ok:                   0
% 61.38/8.41  stat_lit_hash_subsume_ok:             68324
% 61.38/8.41  clqueue els 10000000 used 1
% 61.38/8.41  clactive els 10000000 used 395
% 61.38/8.41  clactivesubsume els 10000000 used 2341
% 61.38/8.41  queue_termbuf els 200000000 used 5751183
% 61.38/8.41  hyper_termbuf els 100000000 used 1
% 61.38/8.41  active_termbuf els 100000000 used 17509
% 61.38/8.41  varstack els 5000 last used 1
% 61.38/8.41  given_termbuf els 10000000 last used 42
% 61.38/8.41  simplified_termbuf els 10000000 last used 1
% 61.38/8.41  derived_termbuf els 10000000 last used 3
% 61.38/8.41  wr_mallocs: 270422
% 61.38/8.41  wr_callocs: 21
% 61.38/8.41  wr_reallocs: 12464
% 61.38/8.41  wr_frees: 2
% 61.38/8.41  wr_malloc_bytes: 4172137732
% 61.38/8.41  wr_calloc_bytes: 112065536
% 61.38/8.41  wr_realloc_bytes: 2592216
% 61.38/8.41  wr_realloc_freebytes: 0
% 61.38/8.41  ----------------------------------
% 61.38/8.43  
% 61.38/8.43  
% 61.38/8.43  fork 0: search terminated without proof.
%------------------------------------------------------------------------------