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

View Problem - Process Solution

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

% Computer : n014.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 18:08:28 EDT 2023

% Result   : Unsatisfiable 169.39s 22.14s
% Output   : CNFRefutation 169.39s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_distributivity3')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,Y,X2006)
    | ~ sum(W,U,X)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity3']) ).

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,X)
    | sum(Z,V,Z) ),
    inference(factorization,[],['1']) ).

cnf('3',plain,
    product(multiplicative_identity,X,X),
    inference(cnf_transformation,[],['$inc_multiplicative_identity1']) ).

cnf('4',plain,
    ( ~ sum(multiplicative_identity,X,multiplicative_identity)
    | ~ product(X,Y,Z)
    | sum(Y,Z,Y) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_multiplication']) ).

cnf('6',plain,
    ( sum(Y3,multiply(X3,Y3),Y3)
    | ~ sum(multiplicative_identity,X3,multiplicative_identity) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Z,U,V)
    | ~ sum(Y,U,W)
    | ~ sum(X,U,X2006)
    | product(X2006,W,V) ),
    inference(cnf_transformation,[],['$inc_distributivity7']) ).

cnf('8',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Y,Z,U)
    | ~ sum(X,Z,V)
    | product(V,U,U) ),
    inference(factorization,[],['7']) ).

cnf('9',plain,
    ( ~ sum(multiplicative_identity,X,Y)
    | ~ sum(Z,X,U)
    | product(Y,U,U) ),
    inference(resolution,[],['8','3']) ).

cnf('10',plain,
    sum(inverse(X),X,multiplicative_identity),
    inference(cnf_transformation,[],['$inc_additive_inverse1']) ).

cnf('11',plain,
    ( ~ sum(multiplicative_identity,X,Y)
    | product(Y,multiplicative_identity,multiplicative_identity) ),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_addition']) ).

cnf('13',plain,
    product(add(multiplicative_identity,X),multiplicative_identity,multiplicative_identity),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_multiplication_is_well_defined']) ).

cnf('15',plain,
    ( ~ product(X,Y,Z)
    | product(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_multiplication']) ).

cnf('16',plain,
    product(multiplicative_identity,X,X),
    inference(cnf_transformation,[],['$inc_multiplicative_identity1']) ).

cnf('17',plain,
    product(X,multiplicative_identity,X),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    ( ~ product(X,multiplicative_identity,Y)
    | X = Y ),
    inference(resolution,[],['14','17']) ).

cnf('19',plain,
    add(multiplicative_identity,X) = multiplicative_identity,
    inference(resolution,[],['13','18']) ).

cnf('20',plain,
    sum(multiplicative_identity,X3,multiplicative_identity),
    inference(paramodulation,[],['19','12']) ).

cnf('21',plain,
    sum(X,multiply(Y,X),X),
    inference(simplify,[],['6','20']) ).

cnf('22',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,X,X2006)
    | product(X2006,Y,W) ),
    inference(cnf_transformation,[],['$inc_distributivity4']) ).

cnf('23',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(V,Z,X)
    | ~ sum(V,Y,W)
    | product(W,Z,U) ),
    inference(resolution,[],['5','22']) ).

cnf('24',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Z,U)
    | product(U,Y,Y) ),
    inference(resolution,[],['21','23']) ).

cnf('25',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_addition']) ).

cnf('26',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['12','25']) ).

cnf('27',plain,
    sum(X,multiplicative_identity,multiplicative_identity),
    inference(paramodulation,[],['19','26']) ).

cnf('28',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(X,W,X2006)
    | ~ sum(W,U,Y)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity1']) ).

cnf('29',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(Y,U,U)
    | sum(Z,V,V) ),
    inference(factorization,[],['28']) ).

cnf('30',plain,
    product(X,multiplicative_identity,X),
    inference(cnf_transformation,[],['$inc_multiplicative_identity2']) ).

cnf('31',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Y,multiplicative_identity,multiplicative_identity)
    | sum(Z,X,X) ),
    inference(resolution,[],['29','30']) ).

cnf('32',plain,
    ( ~ product(X,Y,Z)
    | sum(Z,X,X) ),
    inference(resolution,[],['27','31']) ).

cnf('33',plain,
    product(inverse(X),X,additive_identity),
    inference(cnf_transformation,[],['$inc_multiplicative_inverse1']) ).

cnf('34',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,U)
    | sum(Z,V,V) ),
    inference(factorization,[],['1']) ).

cnf('35',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('36',plain,
    ( ~ product(additive_identity,X,Y)
    | ~ product(Z,X,U)
    | sum(Y,U,U) ),
    inference(resolution,[],['34','35']) ).

cnf('37',plain,
    ( ~ product(additive_identity,X,Y)
    | sum(Y,additive_identity,additive_identity) ),
    inference(resolution,[],['33','36']) ).

cnf('38',plain,
    sum(multiply(additive_identity,X),additive_identity,additive_identity),
    inference(resolution,[],['37','5']) ).

cnf('39',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_addition_is_well_defined']) ).

cnf('40',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('41',plain,
    sum(X,additive_identity,X),
    inference(resolution,[],['25','40']) ).

cnf('42',plain,
    ( ~ sum(X,additive_identity,Y)
    | X = Y ),
    inference(resolution,[],['39','41']) ).

cnf('43',plain,
    multiply(additive_identity,X) = additive_identity,
    inference(resolution,[],['38','42']) ).

cnf('44',plain,
    product(X,Y,multiply(Y,X)),
    inference(resolution,[],['5','15']) ).

cnf('45',plain,
    product(X,additive_identity,additive_identity),
    inference(paramodulation,[],['43','44']) ).

cnf('46',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,Y,W)
    | ~ sum(U,X,X2006)
    | product(X2006,W,V) ),
    inference(cnf_transformation,[],['$inc_distributivity5']) ).

cnf('47',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Z,Y,U)
    | ~ sum(Z,X,V)
    | product(V,U,U) ),
    inference(factorization,[],['46']) ).

cnf('48',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],['$inc_additive_identity2']) ).

cnf('49',plain,
    ( ~ product(X,additive_identity,additive_identity)
    | ~ sum(Y,X,Z)
    | product(Z,Y,Y) ),
    inference(resolution,[],['47','48']) ).

cnf('50',plain,
    ( ~ sum(X,Y,Z)
    | product(Z,X,X) ),
    inference(resolution,[],['45','49']) ).

cnf('51',plain,
    sum(x_plus_y,z,x_plus_y__plus_z),
    inference(cnf_transformation,[],[x_plus_y__plus_z]) ).

cnf('52',plain,
    product(x_plus_y__plus_z,x_plus_y,x_plus_y),
    inference(resolution,[],['50','51']) ).

cnf('53',plain,
    sum(x_plus_y,x_plus_y__plus_z,x_plus_y__plus_z),
    inference(resolution,[],['32','52']) ).

cnf('54',plain,
    ( ~ product(x_plus_y,X,X)
    | product(x_plus_y__plus_z,X,X) ),
    inference(resolution,[],['24','53']) ).

cnf('55',plain,
    sum(x,y,x_plus_y),
    inference(cnf_transformation,[],[x_plus_y]) ).

cnf('56',plain,
    product(x_plus_y,x,x),
    inference(resolution,[],['50','55']) ).

cnf('57',plain,
    sum(x,y_plus_z,x__plus_y_plus_z),
    inference(cnf_transformation,[],[x_plus__y_plus_z]) ).

cnf('58',plain,
    sum(y_plus_z,x,x__plus_y_plus_z),
    inference(resolution,[],['25','57']) ).

cnf('59',plain,
    product(x__plus_y_plus_z,y_plus_z,y_plus_z),
    inference(resolution,[],['50','58']) ).

cnf('60',plain,
    sum(y_plus_z,x__plus_y_plus_z,x__plus_y_plus_z),
    inference(resolution,[],['32','59']) ).

cnf('61',plain,
    ( ~ product(y_plus_z,X,X)
    | product(x__plus_y_plus_z,X,X) ),
    inference(resolution,[],['24','60']) ).

cnf('62',plain,
    sum(y,z,y_plus_z),
    inference(cnf_transformation,[],[y_plus_z]) ).

cnf('63',plain,
    sum(z,y,y_plus_z),
    inference(resolution,[],['25','62']) ).

cnf('64',plain,
    product(y_plus_z,z,z),
    inference(resolution,[],['50','63']) ).

cnf('65',plain,
    product(x__plus_y_plus_z,z,z),
    inference(resolution,[],['61','64']) ).

cnf('66',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,Y,X2006)
    | product(X,X2006,W) ),
    inference(cnf_transformation,[],['$inc_distributivity2']) ).

cnf('67',plain,
    ( ~ product(X,Y,Y)
    | ~ product(X,Z,Z)
    | ~ sum(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['66']) ).

cnf('68',plain,
    sum(z,x_plus_y,x_plus_y__plus_z),
    inference(resolution,[],['25','51']) ).

cnf('69',plain,
    ( ~ product(X,x_plus_y,x_plus_y)
    | ~ product(X,z,z)
    | product(X,x_plus_y__plus_z,x_plus_y__plus_z) ),
    inference(resolution,[],['67','68']) ).

cnf('70',plain,
    product(y_plus_z,y,y),
    inference(resolution,[],['50','62']) ).

cnf('71',plain,
    ( ~ product(y_plus_z,X,X)
    | ~ sum(x,X,Y)
    | product(x__plus_y_plus_z,Y,Y) ),
    inference(resolution,[],['47','57']) ).

cnf('72',plain,
    ( ~ sum(x,y,X)
    | product(x__plus_y_plus_z,X,X) ),
    inference(resolution,[],['70','71']) ).

cnf('73',plain,
    product(x__plus_y_plus_z,x_plus_y,x_plus_y),
    inference(resolution,[],['72','55']) ).

cnf('74',plain,
    product(x__plus_y_plus_z,x_plus_y__plus_z,x_plus_y__plus_z),
    inference(resolution,[then_simplify],['65','69','73']) ).

cnf('75',plain,
    product(additive_identity,X,additive_identity),
    inference(paramodulation,[],['43','5']) ).

cnf('76',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,V,W)
    | ~ sum(V,X2006,Y)
    | ~ sum(U,X2006,X)
    | sum(W,X2006,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity8']) ).

cnf('77',plain,
    ( ~ product(additive_identity,X,Y)
    | ~ product(Z,U,V)
    | ~ sum(X,Z,U)
    | sum(Y,Z,V) ),
    inference(resolution,[],['76','35']) ).

cnf('78',plain,
    ( sum(additive_identity,X,Y)
    | ~ product(X,Z,Y)
    | ~ sum(U,X,Z) ),
    inference(resolution,[],['75','77']) ).

cnf('79',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],['$inc_additive_identity2']) ).

cnf('80',plain,
    sum(additive_identity,X,X),
    inference(resolution,[],['25','79']) ).

cnf('81',plain,
    ( ~ sum(additive_identity,X,Y)
    | X = Y ),
    inference(resolution,[],['39','80']) ).

cnf('82',plain,
    x__plus_y_plus_z != x_plus_y__plus_z,
    inference(cnf_transformation,[],[prove_equality]) ).

cnf('83',plain,
    ~ sum(additive_identity,x__plus_y_plus_z,x_plus_y__plus_z),
    inference(resolution,[],['81','82']) ).

cnf('84',plain,
    ~ sum(X,x__plus_y_plus_z,x_plus_y__plus_z),
    inference(resolution,[then_simplify],['74','78','83']) ).

cnf('85',plain,
    sum(multiplicative_identity,X,multiplicative_identity),
    inference(paramodulation,[],['19','12']) ).

cnf('86',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(Y,U,Y)
    | sum(Z,V,Z) ),
    inference(factorization,[],['28']) ).

cnf('87',plain,
    ( ~ sum(multiplicative_identity,X,multiplicative_identity)
    | ~ product(Y,X,Z)
    | sum(Y,Z,Y) ),
    inference(resolution,[],['86','30']) ).

cnf('88',plain,
    ( ~ product(X,Y,Z)
    | sum(X,Z,X) ),
    inference(resolution,[],['85','87']) ).

cnf('89',plain,
    ~ product(x_plus_y__plus_z,X,x__plus_y_plus_z),
    inference(resolution,[],['84','88']) ).

cnf('90',plain,
    ( ~ product(X,x,x)
    | ~ product(X,y_plus_z,y_plus_z)
    | product(X,x__plus_y_plus_z,x__plus_y_plus_z) ),
    inference(resolution,[],['67','58']) ).

cnf('91',plain,
    sum(y,x,x_plus_y),
    inference(resolution,[],['25','55']) ).

cnf('92',plain,
    product(x_plus_y,y,y),
    inference(resolution,[],['50','91']) ).

cnf('93',plain,
    ( ~ product(x_plus_y,X,X)
    | ~ sum(z,X,Y)
    | product(x_plus_y__plus_z,Y,Y) ),
    inference(resolution,[],['47','68']) ).

cnf('94',plain,
    ( ~ sum(z,y,X)
    | product(x_plus_y__plus_z,X,X) ),
    inference(resolution,[],['92','93']) ).

cnf('95',plain,
    product(x_plus_y__plus_z,y_plus_z,y_plus_z),
    inference(resolution,[],['94','63']) ).

cnf('96',plain,
    ~ product(x_plus_y__plus_z,x,x),
    inference(resolution,[then_simplify],['89','90','95']) ).

cnf('97',plain,
    $false,
    inference(resolution,[then_simplify],['54','56','96']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO008-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.17/0.33  % Computer : n014.cluster.edu
% 0.17/0.33  % Model    : x86_64 x86_64
% 0.17/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.33  % Memory   : 8042.1875MB
% 0.17/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.33  % CPULimit : 300
% 0.17/0.33  % WCLimit  : 300
% 0.17/0.33  % DateTime : Sun Aug 27 08:37:46 EDT 2023
% 0.17/0.33  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    27
% 0.20/0.38  in_rule_clause_count:               19
% 0.20/0.38  in_fact_clause_count:                8
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              5
% 0.20/0.38  in_unit_clause_count:               15
% 0.20/0.38  in_horn_clause_count:               27
% 0.20/0.38  in_pos_clause_count:                14
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:               2
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:           0
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             5
% 0.20/0.38  in_min_depth:              1
% 0.20/0.38  in_max_depth:              2
% 0.20/0.38  in_min_size:               3
% 0.20/0.38  in_max_size:              20
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               7
% 0.20/0.38  in_extaxiom_count:                22
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               4
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 6 fork 5 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 7 fork 6 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.43  
% 0.20/0.43  fork 3: search finished without proof.
% 0.20/0.47  
% 0.20/0.47  **** run 12 fork 3 starts with strategy
% 0.20/0.47  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  fork 0: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  fork 6: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.58  
% 0.20/0.58  
% 0.20/0.58  fork 3: search terminated without proof.
% 0.20/0.61  
% 0.20/0.61  **** run 20 fork 3 starts with strategy
% 0.20/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  fork 1: search finished without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.69  
% 0.20/0.69  **** run 24 fork 7 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.74  
% 0.20/0.74  
% 0.20/0.74  fork 3: search terminated without proof.
% 0.20/0.76  
% 0.20/0.76  **** run 28 fork 3 starts with strategy
% 0.20/0.76  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 1: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 5: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 4: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  **** run 26 fork 1 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.82  
% 0.20/0.82  **** run 30 fork 5 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 6: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 29 fork 4 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.48/0.83  
% 3.48/0.83  fork 7: search finished without proof.
% 3.48/0.84  
% 3.48/0.84  **** run 31 fork 6 starts with strategy
% 3.48/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.48/0.85  
% 3.48/0.85  
% 3.48/0.85  fork 2: search terminated without proof.
% 3.48/0.85  
% 3.48/0.85  **** run 32 fork 7 starts with strategy
% 3.48/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.48/0.88  
% 3.48/0.88  fork 3: search finished without proof.
% 3.48/0.88  
% 3.48/0.88  **** run 27 fork 2 starts with strategy
% 3.48/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.93/0.90  
% 3.93/0.90  **** run 36 fork 3 starts with strategy
% 3.93/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.05/0.91  
% 4.05/0.91  
% 4.05/0.91  fork 0: search terminated without proof.
% 4.13/0.93  
% 4.13/0.93  **** run 25 fork 0 starts with strategy
% 4.13/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 4.13/0.93  
% 4.13/0.93  
% 4.13/0.93  fork 1: search terminated without proof.
% 4.13/0.94  
% 4.13/0.94  
% 4.13/0.94  fork 4: search terminated without proof.
% 4.13/0.94  
% 4.13/0.94  
% 4.13/0.94  fork 5: search terminated without proof.
% 4.13/0.95  
% 4.13/0.95  **** run 34 fork 1 starts with strategy
% 4.13/0.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.13/0.96  
% 4.13/0.96  **** run 37 fork 4 starts with strategy
% 4.13/0.96  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.13/0.96  
% 4.13/0.96  **** run 38 fork 5 starts with strategy
% 4.13/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.13/0.96  
% 4.13/0.96  fork 7: search finished without proof.
% 4.13/0.97  
% 4.13/0.97  
% 4.13/0.97  fork 6: search terminated without proof.
% 4.13/0.98  
% 4.13/0.98  **** run 40 fork 7 starts with strategy
% 4.13/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.13/0.99  
% 4.13/0.99  **** run 39 fork 6 starts with strategy
% 4.13/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.13/0.99  
% 4.13/0.99  fork 2: search finished without proof.
% 4.91/1.02  
% 4.91/1.02  **** run 35 fork 2 starts with strategy
% 4.91/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.91/1.02  
% 4.91/1.02  
% 4.91/1.02  fork 3: search terminated without proof.
% 4.91/1.04  
% 4.91/1.04  **** run 44 fork 3 starts with strategy
% 4.91/1.04  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.91/1.06  
% 4.91/1.06  
% 4.91/1.06  fork 0: search terminated without proof.
% 4.91/1.07  
% 4.91/1.07  fork 3: search finished without proof.
% 4.91/1.08  
% 4.91/1.08  **** run 33 fork 0 starts with strategy
% 4.91/1.08  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.91/1.08  
% 4.91/1.08  fork 1: search finished without proof.
% 4.91/1.08  
% 4.91/1.08  
% 4.91/1.08  fork 5: search terminated without proof.
% 4.91/1.09  
% 4.91/1.09  **** run 52 fork 3 starts with strategy
% 4.91/1.09  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 4.91/1.09  
% 4.91/1.09  
% 4.91/1.09  fork 4: search terminated without proof.
% 5.59/1.10  
% 5.59/1.10  **** run 42 fork 1 starts with strategy
% 5.59/1.10  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.59/1.10  
% 5.59/1.10  fork 7: search finished without proof.
% 5.59/1.10  
% 5.59/1.10  **** run 46 fork 5 starts with strategy
% 5.59/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.59/1.11  
% 5.59/1.11  fork 6: search finished without proof.
% 5.59/1.11  
% 5.59/1.11  **** run 45 fork 4 starts with strategy
% 5.59/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.59/1.12  
% 5.59/1.12  **** run 48 fork 7 starts with strategy
% 5.59/1.12  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.59/1.13  
% 5.59/1.13  **** run 47 fork 6 starts with strategy
% 5.59/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.59/1.13  
% 5.59/1.13  
% 5.59/1.13  fork 2: search terminated without proof.
% 5.59/1.14  
% 5.59/1.14  fork 7: search finished without proof.
% 5.59/1.16  
% 5.59/1.16  **** run 43 fork 2 starts with strategy
% 5.59/1.16  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.59/1.16  
% 5.59/1.16  **** run 56 fork 7 starts with strategy
% 5.59/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.32/1.20  
% 6.32/1.20  
% 6.32/1.20  fork 0: search terminated without proof.
% 6.56/1.21  
% 6.56/1.21  
% 6.56/1.21  fork 3: search terminated without proof.
% 6.56/1.22  
% 6.56/1.22  **** run 41 fork 0 starts with strategy
% 6.56/1.22  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.56/1.22  
% 6.56/1.22  
% 6.56/1.22  fork 1: search terminated without proof.
% 6.56/1.23  
% 6.56/1.23  
% 6.56/1.23  fork 5: search terminated without proof.
% 6.56/1.23  
% 6.56/1.23  **** run 60 fork 3 starts with strategy
% 6.56/1.23  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.56/1.23  
% 6.56/1.23  
% 6.56/1.23  fork 4: search terminated without proof.
% 6.56/1.25  
% 6.56/1.25  **** run 54 fork 5 starts with strategy
% 6.56/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.56/1.25  
% 6.56/1.25  **** run 50 fork 1 starts with strategy
% 6.56/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.56/1.25  
% 6.56/1.25  
% 6.56/1.25  fork 6: search terminated without proof.
% 6.56/1.25  
% 6.56/1.25  fork 3: search finished without proof.
% 6.56/1.26  
% 6.56/1.26  **** run 53 fork 4 starts with strategy
% 6.56/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.56/1.27  
% 6.56/1.27  **** run 68 fork 3 starts with strategy
% 6.56/1.27  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.56/1.27  
% 6.56/1.27  
% 6.56/1.27  fork 2: search terminated without proof.
% 6.56/1.28  
% 6.56/1.28  **** run 55 fork 6 starts with strategy
% 6.56/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.56/1.28  
% 6.56/1.28  
% 6.56/1.28  fork 7: search terminated without proof.
% 6.56/1.30  
% 6.56/1.30  **** run 64 fork 7 starts with strategy
% 6.56/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.56/1.30  
% 6.56/1.30  **** run 51 fork 2 starts with strategy
% 6.56/1.30  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.30/1.34  
% 7.30/1.34  
% 7.30/1.34  fork 0: search terminated without proof.
% 7.30/1.36  
% 7.30/1.36  **** run 49 fork 0 starts with strategy
% 7.30/1.36  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.30/1.37  
% 7.30/1.37  
% 7.30/1.37  fork 5: search terminated without proof.
% 7.30/1.37  
% 7.30/1.37  
% 7.30/1.37  fork 1: search terminated without proof.
% 7.30/1.38  
% 7.30/1.38  
% 7.30/1.38  fork 4: search terminated without proof.
% 7.30/1.38  
% 7.30/1.38  **** run 62 fork 5 starts with strategy
% 7.30/1.38  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.30/1.39  
% 7.30/1.39  **** run 58 fork 1 starts with strategy
% 7.30/1.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.30/1.40  
% 7.30/1.40  
% 7.30/1.40  fork 6: search terminated without proof.
% 7.30/1.40  
% 7.30/1.40  **** run 61 fork 4 starts with strategy
% 7.30/1.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.30/1.41  
% 7.30/1.41  
% 7.30/1.41  fork 3: search terminated without proof.
% 7.30/1.42  
% 7.30/1.42  
% 7.30/1.42  fork 7: search terminated without proof.
% 7.30/1.42  
% 7.30/1.42  
% 7.30/1.42  fork 2: search terminated without proof.
% 7.30/1.42  
% 7.30/1.42  **** run 63 fork 6 starts with strategy
% 7.30/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.30/1.44  
% 7.30/1.44  **** run 72 fork 7 starts with strategy
% 7.30/1.44  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.30/1.45  
% 7.30/1.45  **** run 59 fork 2 starts with strategy
% 7.30/1.45  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.30/1.45  
% 7.30/1.45  fork 4: search finished without proof.
% 7.30/1.46  
% 7.30/1.46  **** run 76 fork 3 starts with strategy
% 7.30/1.46  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.30/1.47  
% 7.30/1.47  **** run 69 fork 4 starts with strategy
% 7.30/1.47  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.30/1.48  
% 7.30/1.48  
% 7.30/1.48  fork 0: search terminated without proof.
% 7.30/1.50  
% 7.30/1.50  **** run 57 fork 0 starts with strategy
% 7.30/1.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.30/1.51  
% 7.30/1.51  
% 7.30/1.51  fork 5: search terminated without proof.
% 7.30/1.52  
% 7.30/1.52  
% 7.30/1.52  fork 1: search terminated without proof.
% 7.30/1.52  
% 7.30/1.52  **** run 70 fork 5 starts with strategy
% 7.30/1.52  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.30/1.54  
% 7.30/1.54  fork 6: search finished without proof.
% 7.30/1.54  
% 7.30/1.54  **** run 66 fork 1 starts with strategy
% 7.30/1.54  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.30/1.56  
% 7.30/1.56  **** run 71 fork 6 starts with strategy
% 7.30/1.56  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.30/1.56  
% 7.30/1.56  
% 7.30/1.56  fork 7: search terminated without proof.
% 7.30/1.56  
% 7.30/1.56  fork 2: search finished without proof.
% 7.30/1.58  
% 7.30/1.58  **** run 80 fork 7 starts with strategy
% 7.30/1.58  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 7.30/1.59  
% 7.30/1.59  **** run 67 fork 2 starts with strategy
% 7.30/1.59  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.30/1.59  
% 7.30/1.59  
% 7.30/1.59  fork 4: search terminated without proof.
% 7.30/1.61  
% 7.30/1.61  **** run 77 fork 4 starts with strategy
% 7.30/1.61  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.30/1.61  
% 7.30/1.61  fork 2: search finished without proof.
% 7.30/1.62  
% 7.30/1.62  
% 7.30/1.62  fork 0: search terminated without proof.
% 7.30/1.63  
% 7.30/1.63  **** run 75 fork 2 starts with strategy
% 7.30/1.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.30/1.64  
% 7.30/1.64  **** run 65 fork 0 starts with strategy
% 7.30/1.64  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.30/1.64  
% 7.30/1.64  
% 7.30/1.64  fork 5: search terminated without proof.
% 9.93/1.66  
% 9.93/1.66  
% 9.93/1.66  fork 1: search terminated without proof.
% 9.93/1.66  
% 9.93/1.66  **** run 78 fork 5 starts with strategy
% 9.93/1.66  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.93/1.68  
% 9.93/1.68  
% 9.93/1.68  fork 6: search terminated without proof.
% 9.93/1.68  
% 9.93/1.68  fork 3: search finished without proof.
% 9.93/1.68  
% 9.93/1.68  **** run 74 fork 1 starts with strategy
% 9.93/1.68  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.93/1.70  
% 9.93/1.70  **** run 84 fork 3 starts with strategy
% 9.93/1.70  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.93/1.70  
% 9.93/1.70  **** run 79 fork 6 starts with strategy
% 9.93/1.70  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.93/1.70  
% 9.93/1.70  
% 9.93/1.70  fork 7: search terminated without proof.
% 9.93/1.72  
% 9.93/1.72  **** run 88 fork 7 starts with strategy
% 9.93/1.72  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.93/1.73  
% 9.93/1.73  
% 9.93/1.73  fork 4: search terminated without proof.
% 9.93/1.74  
% 9.93/1.74  fork 2: search finished without proof.
% 10.69/1.75  
% 10.69/1.75  **** run 85 fork 4 starts with strategy
% 10.69/1.75  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 10.74/1.76  
% 10.74/1.76  
% 10.74/1.76  fork 0: search terminated without proof.
% 10.74/1.77  
% 10.74/1.77  **** run 83 fork 2 starts with strategy
% 10.74/1.77  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.74/1.78  
% 10.74/1.78  **** run 73 fork 0 starts with strategy
% 10.74/1.78  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.74/1.78  
% 10.74/1.78  fork 5: search finished without proof.
% 10.74/1.80  
% 10.74/1.80  fork 1: search finished without proof.
% 10.74/1.80  
% 10.74/1.80  **** run 86 fork 5 starts with strategy
% 10.74/1.80  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.12/1.82  
% 11.12/1.82  **** run 82 fork 1 starts with strategy
% 11.12/1.82  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.12/1.82  
% 11.12/1.82  
% 11.12/1.82  fork 6: search terminated without proof.
% 11.12/1.82  
% 11.12/1.82  
% 11.12/1.82  fork 3: search terminated without proof.
% 11.12/1.84  
% 11.12/1.84  
% 11.12/1.84  fork 7: search terminated without proof.
% 11.12/1.84  
% 11.12/1.84  **** run 92 fork 3 starts with strategy
% 11.12/1.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.12/1.84  
% 11.12/1.84  **** run 87 fork 6 starts with strategy
% 11.12/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.47/1.86  
% 11.47/1.86  **** run 96 fork 7 starts with strategy
% 11.47/1.86  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.47/1.87  
% 11.47/1.87  
% 11.47/1.87  fork 4: search terminated without proof.
% 11.47/1.88  
% 11.47/1.88  
% 11.47/1.88  fork 2: search terminated without proof.
% 11.47/1.89  
% 11.47/1.89  **** run 93 fork 4 starts with strategy
% 11.47/1.89  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.47/1.90  
% 11.47/1.90  
% 11.47/1.90  fork 0: search terminated without proof.
% 11.47/1.91  
% 11.47/1.91  **** run 91 fork 2 starts with strategy
% 11.47/1.91  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.47/1.92  
% 11.47/1.92  
% 11.47/1.92  fork 5: search terminated without proof.
% 11.47/1.92  
% 11.47/1.92  **** run 81 fork 0 starts with strategy
% 11.47/1.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 11.47/1.93  
% 11.47/1.93  fork 4: search finished without proof.
% 11.47/1.93  
% 11.47/1.93  **** run 94 fork 5 starts with strategy
% 11.47/1.93  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.47/1.94  
% 11.47/1.94  
% 11.47/1.94  fork 1: search terminated without proof.
% 12.21/1.95  
% 12.21/1.95  **** run 101 fork 4 starts with strategy
% 12.21/1.95  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 12.21/1.96  
% 12.21/1.96  **** run 90 fork 1 starts with strategy
% 12.21/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.21/1.97  
% 12.21/1.97  
% 12.21/1.97  fork 6: search terminated without proof.
% 12.21/1.99  
% 12.21/1.99  **** run 95 fork 6 starts with strategy
% 12.21/1.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.63/2.04  
% 12.63/2.04  
% 12.63/2.04  fork 0: search terminated without proof.
% 13.13/2.06  
% 13.13/2.06  **** run 89 fork 0 starts with strategy
% 13.13/2.06  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 13.86/2.18  
% 13.86/2.18  
% 13.86/2.18  fork 0: search terminated without proof.
% 13.86/2.19  
% 13.86/2.19  **** run 97 fork 0 starts with strategy
% 13.86/2.19  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 19.29/2.87  
% 19.29/2.87  fork 7: search finished without proof.
% 19.29/2.89  
% 19.29/2.89  **** run 104 fork 7 starts with strategy
% 19.29/2.89  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.78/2.93  
% 19.78/2.93  
% 19.78/2.93  fork 2: search terminated without proof.
% 19.78/2.95  
% 19.78/2.95  fork 1: search finished without proof.
% 19.78/2.95  
% 19.78/2.95  
% 19.78/2.95  fork 5: search terminated without proof.
% 20.20/2.96  
% 20.20/2.96  **** run 99 fork 2 starts with strategy
% 20.20/2.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.20/2.97  
% 20.20/2.97  
% 20.20/2.97  fork 4: search terminated without proof.
% 20.20/2.98  
% 20.20/2.98  **** run 98 fork 1 starts with strategy
% 20.20/2.98  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.20/2.99  
% 20.20/2.99  fork 6: search finished without proof.
% 20.20/2.99  
% 20.20/2.99  **** run 109 fork 4 starts with strategy
% 20.20/2.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 20.20/2.99  
% 20.20/2.99  **** run 102 fork 5 starts with strategy
% 20.20/2.99  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.20/3.01  
% 20.20/3.01  **** run 103 fork 6 starts with strategy
% 20.20/3.01  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.20/3.01  
% 20.20/3.01  
% 20.20/3.01  fork 3: search terminated without proof.
% 20.20/3.03  
% 20.20/3.03  **** run 100 fork 3 starts with strategy
% 20.20/3.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.97/3.21  
% 20.97/3.21  
% 20.97/3.21  fork 0: search terminated without proof.
% 20.97/3.23  
% 20.97/3.23  **** run 105 fork 0 starts with strategy
% 20.97/3.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 26.55/3.95  
% 26.55/3.95  
% 26.55/3.95  fork 7: search terminated without proof.
% 26.55/3.97  
% 26.55/3.97  **** run 112 fork 7 starts with strategy
% 26.55/3.97  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 26.55/3.99  
% 26.55/3.99  
% 26.55/3.99  fork 2: search terminated without proof.
% 26.55/4.00  
% 26.55/4.00  
% 26.55/4.00  fork 1: search terminated without proof.
% 26.55/4.01  
% 26.55/4.01  
% 26.55/4.01  fork 5: search terminated without proof.
% 26.55/4.01  
% 26.55/4.01  
% 26.55/4.01  fork 4: search terminated without proof.
% 26.55/4.02  
% 26.55/4.02  **** run 107 fork 2 starts with strategy
% 26.55/4.02  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 26.55/4.02  
% 26.55/4.02  **** run 106 fork 1 starts with strategy
% 26.55/4.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 26.55/4.03  
% 26.55/4.03  
% 26.55/4.03  fork 6: search terminated without proof.
% 26.55/4.03  
% 26.55/4.03  **** run 117 fork 4 starts with strategy
% 26.55/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 26.55/4.04  
% 26.55/4.04  **** run 110 fork 5 starts with strategy
% 26.55/4.04  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 26.55/4.05  
% 26.55/4.05  **** run 111 fork 6 starts with strategy
% 26.55/4.05  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 30.30/4.26  
% 30.30/4.26  
% 30.30/4.26  fork 3: search terminated without proof.
% 30.30/4.29  
% 30.30/4.29  **** run 108 fork 3 starts with strategy
% 30.30/4.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 30.30/4.30  
% 30.30/4.30  
% 30.30/4.30  fork 0: search terminated without proof.
% 30.84/4.34  
% 30.84/4.34  **** run 113 fork 0 starts with strategy
% 30.84/4.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.83/4.99  
% 35.83/4.99  
% 35.83/4.99  fork 7: search terminated without proof.
% 35.83/5.02  
% 35.83/5.02  **** run 120 fork 7 starts with strategy
% 35.83/5.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 35.83/5.06  
% 35.83/5.06  
% 35.83/5.06  fork 5: search terminated without proof.
% 35.83/5.06  
% 35.83/5.06  
% 35.83/5.06  fork 4: search terminated without proof.
% 36.59/5.07  
% 36.59/5.07  
% 36.59/5.07  fork 6: search terminated without proof.
% 36.59/5.07  
% 36.59/5.07  **** run 118 fork 5 starts with strategy
% 36.59/5.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 36.59/5.08  
% 36.59/5.08  **** run 125 fork 4 starts with strategy
% 36.59/5.08  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 36.59/5.08  
% 36.59/5.08  
% 36.59/5.08  fork 1: search terminated without proof.
% 36.83/5.10  
% 36.83/5.10  **** run 119 fork 6 starts with strategy
% 36.83/5.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.83/5.11  
% 36.83/5.11  **** run 114 fork 1 starts with strategy
% 36.83/5.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.13/5.17  
% 37.13/5.17  
% 37.13/5.17  fork 2: search terminated without proof.
% 37.13/5.19  
% 37.13/5.19  **** run 115 fork 2 starts with strategy
% 37.13/5.19  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 38.22/5.31  
% 38.22/5.31  
% 38.22/5.31  fork 3: search terminated without proof.
% 38.22/5.32  
% 38.22/5.32  fork 0: search finished without proof.
% 38.22/5.33  
% 38.22/5.33  **** run 116 fork 3 starts with strategy
% 38.22/5.33  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 38.22/5.34  
% 38.22/5.34  **** run 121 fork 0 starts with strategy
% 38.22/5.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 44.20/6.05  
% 44.20/6.05  
% 44.20/6.05  fork 7: search terminated without proof.
% 44.51/6.07  
% 44.51/6.07  **** run 128 fork 7 starts with strategy
% 44.51/6.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 44.51/6.10  
% 44.51/6.10  
% 44.51/6.10  fork 5: search terminated without proof.
% 44.51/6.10  
% 44.51/6.10  
% 44.51/6.10  fork 4: search terminated without proof.
% 44.51/6.11  
% 44.51/6.11  fork 1: search finished without proof.
% 44.51/6.12  
% 44.51/6.12  **** run 126 fork 5 starts with strategy
% 44.51/6.12  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 44.51/6.12  
% 44.51/6.12  **** run 133 fork 4 starts with strategy
% 44.51/6.12  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 44.51/6.12  
% 44.51/6.12  
% 44.51/6.12  fork 6: search terminated without proof.
% 44.51/6.13  
% 44.51/6.13  **** run 122 fork 1 starts with strategy
% 44.51/6.13  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 45.05/6.14  
% 45.05/6.14  **** run 127 fork 6 starts with strategy
% 45.05/6.14  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 45.05/6.15  
% 45.05/6.15  fork 4: search finished without proof.
% 45.05/6.17  
% 45.05/6.17  **** run 141 fork 4 starts with strategy
% 45.05/6.17  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 46.31/6.33  
% 46.31/6.33  fork 0: search finished without proof.
% 46.31/6.34  
% 46.31/6.34  **** run 129 fork 0 starts with strategy
% 46.31/6.34  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 46.31/6.35  
% 46.31/6.35  fork 3: search finished without proof.
% 46.31/6.37  
% 46.31/6.37  **** run 124 fork 3 starts with strategy
% 46.31/6.37  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 47.08/6.41  
% 47.08/6.41  
% 47.08/6.41  fork 2: search terminated without proof.
% 47.24/6.43  
% 47.24/6.43  **** run 123 fork 2 starts with strategy
% 47.24/6.43  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 50.36/7.09  
% 50.36/7.09  
% 50.36/7.09  fork 7: search terminated without proof.
% 52.54/7.12  
% 52.54/7.12  **** run 136 fork 7 starts with strategy
% 52.54/7.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 52.54/7.14  
% 52.54/7.14  
% 52.54/7.14  fork 5: search terminated without proof.
% 52.54/7.16  
% 52.54/7.16  **** run 134 fork 5 starts with strategy
% 52.54/7.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 52.54/7.17  
% 52.54/7.17  
% 52.54/7.17  fork 6: search terminated without proof.
% 52.54/7.19  
% 52.54/7.19  
% 52.54/7.19  fork 1: search terminated without proof.
% 52.54/7.19  
% 52.54/7.19  **** run 135 fork 6 starts with strategy
% 52.54/7.19  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 52.54/7.19  
% 52.54/7.19  
% 52.54/7.19  fork 4: search terminated without proof.
% 53.36/7.21  
% 53.36/7.21  **** run 149 fork 4 starts with strategy
% 53.36/7.21  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 53.36/7.22  
% 53.36/7.22  **** run 130 fork 1 starts with strategy
% 53.36/7.22  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 53.36/7.24  
% 53.36/7.24  fork 4: search finished without proof.
% 53.36/7.25  
% 53.36/7.25  **** run 157 fork 4 starts with strategy
% 53.36/7.25  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 54.15/7.37  
% 54.15/7.37  fork 3: search finished without proof.
% 54.15/7.39  
% 54.15/7.39  **** run 132 fork 3 starts with strategy
% 54.15/7.39  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 54.86/7.40  
% 54.86/7.40  fork 2: search finished without proof.
% 54.86/7.42  
% 54.86/7.42  **** run 131 fork 2 starts with strategy
% 54.86/7.42  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 54.86/7.46  
% 54.86/7.46  fork 0: search finished without proof.
% 54.86/7.48  
% 54.86/7.48  **** run 137 fork 0 starts with strategy
% 54.86/7.48  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 55.60/7.51  
% 55.60/7.51  fork 0: search finished without proof.
% 55.60/7.53  
% 55.60/7.53  **** run 145 fork 0 starts with strategy
% 55.60/7.53  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 60.31/8.14  
% 60.31/8.14  
% 60.31/8.14  fork 7: search terminated without proof.
% 60.31/8.16  
% 60.31/8.16  fork 6: search finished without proof.
% 60.31/8.17  
% 60.31/8.17  **** run 144 fork 7 starts with strategy
% 60.31/8.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 60.31/8.17  
% 60.31/8.17  
% 60.31/8.17  fork 5: search terminated without proof.
% 60.31/8.18  
% 60.31/8.18  **** run 143 fork 6 starts with strategy
% 60.31/8.18  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 60.31/8.20  
% 60.31/8.20  **** run 142 fork 5 starts with strategy
% 60.31/8.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 61.39/8.23  
% 61.39/8.23  
% 61.39/8.23  fork 1: search terminated without proof.
% 61.39/8.25  
% 61.39/8.25  **** run 138 fork 1 starts with strategy
% 61.39/8.25  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 61.39/8.28  
% 61.39/8.28  
% 61.39/8.28  fork 4: search terminated without proof.
% 61.39/8.30  
% 61.39/8.30  **** run 165 fork 4 starts with strategy
% 61.39/8.30  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 62.58/8.41  
% 62.58/8.41  
% 62.58/8.41  fork 3: search terminated without proof.
% 62.58/8.43  
% 62.58/8.43  **** run 140 fork 3 starts with strategy
% 62.58/8.43  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 62.58/8.44  
% 62.58/8.44  
% 62.58/8.44  fork 2: search terminated without proof.
% 63.29/8.47  
% 63.29/8.47  **** run 139 fork 2 starts with strategy
% 63.29/8.47  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 64.96/8.68  
% 64.96/8.68  
% 64.96/8.68  fork 0: search terminated without proof.
% 64.96/8.70  
% 64.96/8.70  **** run 153 fork 0 starts with strategy
% 64.96/8.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 68.91/9.19  
% 68.91/9.19  
% 68.91/9.19  fork 7: search terminated without proof.
% 68.91/9.20  
% 68.91/9.20  
% 68.91/9.20  fork 6: search terminated without proof.
% 68.91/9.21  
% 68.91/9.21  **** run 152 fork 7 starts with strategy
% 68.91/9.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 68.91/9.22  
% 68.91/9.22  **** run 151 fork 6 starts with strategy
% 68.91/9.22  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 68.91/9.22  
% 68.91/9.22  
% 68.91/9.22  fork 5: search terminated without proof.
% 68.91/9.25  
% 68.91/9.25  **** run 150 fork 5 starts with strategy
% 68.91/9.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 69.65/9.28  
% 69.65/9.28  fork 5: search finished without proof.
% 69.65/9.30  
% 69.65/9.30  **** run 158 fork 5 starts with strategy
% 69.65/9.30  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 69.65/9.30  
% 69.65/9.30  fork 4: search finished without proof.
% 69.65/9.31  
% 69.65/9.31  
% 69.65/9.31  fork 1: search terminated without proof.
% 69.93/9.32  
% 69.93/9.32  **** run 173 fork 4 starts with strategy
% 69.93/9.32  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 70.08/9.34  
% 70.08/9.34  **** run 146 fork 1 starts with strategy
% 70.08/9.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 70.75/9.46  
% 70.75/9.46  
% 70.75/9.46  fork 3: search terminated without proof.
% 70.75/9.47  
% 70.75/9.47  **** run 148 fork 3 starts with strategy
% 70.75/9.47  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 70.75/9.49  
% 70.75/9.49  
% 70.75/9.49  fork 2: search terminated without proof.
% 70.75/9.51  
% 70.75/9.51  **** run 147 fork 2 starts with strategy
% 70.75/9.51  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 74.07/9.90  
% 74.07/9.90  
% 74.07/9.90  fork 0: search terminated without proof.
% 74.07/9.91  
% 74.07/9.91  **** run 161 fork 0 starts with strategy
% 74.07/9.91  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 76.50/10.17  
% 76.50/10.17  fork 7: search finished without proof.
% 76.50/10.19  
% 76.50/10.19  **** run 160 fork 7 starts with strategy
% 76.50/10.19  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 76.50/10.24  
% 76.50/10.24  
% 76.50/10.24  fork 6: search terminated without proof.
% 76.50/10.27  
% 76.50/10.27  **** run 159 fork 6 starts with strategy
% 76.50/10.27  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 76.50/10.32  
% 76.50/10.32  
% 76.50/10.32  fork 5: search terminated without proof.
% 76.50/10.34  
% 76.50/10.34  **** run 166 fork 5 starts with strategy
% 76.50/10.34  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 76.50/10.35  
% 76.50/10.35  
% 76.50/10.35  fork 4: search terminated without proof.
% 76.50/10.37  
% 76.50/10.37  **** run 181 fork 4 starts with strategy
% 76.50/10.37  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 76.50/10.46  
% 76.50/10.46  
% 76.50/10.46  fork 1: search terminated without proof.
% 76.50/10.48  
% 76.50/10.48  **** run 154 fork 1 starts with strategy
% 76.50/10.48  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 78.98/10.49  
% 78.98/10.49  
% 78.98/10.49  fork 3: search terminated without proof.
% 78.98/10.51  
% 78.98/10.51  **** run 156 fork 3 starts with strategy
% 78.98/10.51  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 78.98/10.53  
% 78.98/10.53  
% 78.98/10.53  fork 2: search terminated without proof.
% 78.98/10.54  
% 78.98/10.54  fork 3: search finished without proof.
% 79.41/10.55  
% 79.41/10.55  **** run 155 fork 2 starts with strategy
% 79.41/10.55  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 79.41/10.55  
% 79.41/10.55  **** run 164 fork 3 starts with strategy
% 79.41/10.55  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 84.10/11.15  
% 84.10/11.15  
% 84.10/11.15  fork 0: search terminated without proof.
% 84.10/11.17  
% 84.10/11.17  **** run 169 fork 0 starts with strategy
% 84.10/11.17  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 84.46/11.22  
% 84.46/11.22  
% 84.46/11.22  fork 7: search terminated without proof.
% 84.46/11.24  
% 84.46/11.24  **** run 168 fork 7 starts with strategy
% 84.46/11.24  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 84.46/11.28  
% 84.46/11.28  fork 6: search finished without proof.
% 85.32/11.30  
% 85.32/11.30  **** run 167 fork 6 starts with strategy
% 85.32/11.30  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 85.42/11.36  
% 85.42/11.36  
% 85.42/11.36  fork 5: search terminated without proof.
% 85.42/11.37  
% 85.42/11.37  **** run 174 fork 5 starts with strategy
% 85.42/11.37  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":10}
% 86.87/11.50  
% 86.87/11.50  
% 86.87/11.50  fork 1: search terminated without proof.
% 86.87/11.53  
% 86.87/11.53  **** run 162 fork 1 starts with strategy
% 86.87/11.53  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 86.87/11.55  
% 86.87/11.55  fork 3: search finished without proof.
% 86.87/11.57  
% 86.87/11.57  
% 86.87/11.57  fork 2: search terminated without proof.
% 86.87/11.57  
% 86.87/11.57  **** run 172 fork 3 starts with strategy
% 86.87/11.57  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 87.64/11.59  
% 87.64/11.59  **** run 163 fork 2 starts with strategy
% 87.64/11.59  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 91.99/12.19  
% 91.99/12.19  
% 91.99/12.19  fork 0: search terminated without proof.
% 92.49/12.21  
% 92.49/12.21  **** run 177 fork 0 starts with strategy
% 92.49/12.21  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 92.90/12.28  
% 92.90/12.28  fork 6: search finished without proof.
% 92.90/12.30  
% 92.90/12.30  **** run 175 fork 6 starts with strategy
% 92.90/12.30  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 93.90/12.39  
% 93.90/12.39  
% 93.90/12.39  fork 5: search terminated without proof.
% 93.90/12.40  
% 93.90/12.40  
% 93.90/12.40  fork 7: search terminated without proof.
% 93.90/12.42  
% 93.90/12.42  **** run 182 fork 5 starts with strategy
% 93.90/12.42  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 93.90/12.43  
% 93.90/12.43  **** run 176 fork 7 starts with strategy
% 93.90/12.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 94.31/12.55  
% 94.31/12.55  
% 94.31/12.55  fork 1: search terminated without proof.
% 94.31/12.56  
% 94.31/12.56  fork 2: search finished without proof.
% 94.31/12.58  
% 94.31/12.58  **** run 170 fork 1 starts with strategy
% 94.31/12.58  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 94.31/12.59  
% 94.31/12.59  
% 94.31/12.59  fork 3: search terminated without proof.
% 95.39/12.61  
% 95.39/12.61  **** run 180 fork 3 starts with strategy
% 95.39/12.61  
% 95.39/12.61  **** run 171 fork 2 starts with strategy
% 95.39/12.61  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 95.39/12.61  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 99.75/13.23  
% 99.75/13.23  
% 99.75/13.23  fork 0: search terminated without proof.
% 99.75/13.25  
% 99.75/13.25  **** run 185 fork 0 starts with strategy
% 99.75/13.25  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 99.75/13.28  
% 99.75/13.28  fork 6: search finished without proof.
% 99.75/13.31  
% 99.75/13.31  **** run 183 fork 6 starts with strategy
% 99.75/13.31  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 103.17/13.60  
% 103.17/13.60  
% 103.17/13.60  fork 7: search terminated without proof.
% 103.17/13.60  
% 103.17/13.60  
% 103.17/13.60  fork 1: search terminated without proof.
% 103.17/13.62  
% 103.17/13.62  **** run 184 fork 7 starts with strategy
% 103.17/13.62  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 103.17/13.63  
% 103.17/13.63  
% 103.17/13.63  fork 2: search terminated without proof.
% 103.17/13.63  
% 103.17/13.63  **** run 178 fork 1 starts with strategy
% 103.17/13.63  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 103.17/13.66  
% 103.17/13.66  **** run 179 fork 2 starts with strategy
% 103.17/13.66  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 111.13/14.62  
% 111.13/14.62  fork 1: search finished without proof.
% 111.31/14.64  
% 111.31/14.64  **** run 186 fork 1 starts with strategy
% 111.31/14.64  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 116.76/15.39  
% 116.76/15.39  
% 116.76/15.39  fork 4: search terminated without proof.
% 117.51/15.43  
% 117.51/15.43  **** run 189 fork 4 starts with strategy
% 117.51/15.43  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 133.90/17.57  
% 133.90/17.57  
% 133.90/17.57  fork 5: search terminated without proof.
% 133.90/17.62  
% 133.90/17.62  **** run 190 fork 5 starts with strategy
% 133.90/17.62  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 136.74/17.89  
% 136.74/17.89  
% 136.74/17.89  fork 3: search terminated without proof.
% 137.10/17.93  
% 137.10/17.93  **** run 188 fork 3 starts with strategy
% 137.10/17.93  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 139.78/18.32  
% 139.78/18.32  
% 139.78/18.32  fork 0: search terminated without proof.
% 140.39/18.36  
% 140.39/18.36  **** run 193 fork 0 starts with strategy
% 140.39/18.36  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 142.62/18.64  
% 142.62/18.64  
% 142.62/18.64  fork 7: search terminated without proof.
% 142.62/18.67  
% 142.62/18.67  **** run 192 fork 7 starts with strategy
% 142.62/18.67  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 142.62/18.69  
% 142.62/18.69  
% 142.62/18.69  fork 6: search terminated without proof.
% 142.62/18.72  
% 142.62/18.72  **** run 191 fork 6 starts with strategy
% 142.62/18.72  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 144.41/18.90  
% 144.41/18.90  
% 144.41/18.90  fork 2: search terminated without proof.
% 144.78/18.93  
% 144.78/18.93  **** run 187 fork 2 starts with strategy
% 144.78/18.93  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 150.65/19.70  
% 150.65/19.70  
% 150.65/19.70  fork 1: search terminated without proof.
% 150.90/19.72  
% 150.90/19.72  **** run 194 fork 1 starts with strategy
% 150.90/19.72  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 156.39/20.47  
% 156.39/20.47  
% 156.39/20.47  fork 4: search terminated without proof.
% 157.17/20.51  
% 157.17/20.51  **** run 197 fork 4 starts with strategy
% 157.17/20.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 169.39/22.14  
% 169.39/22.14  
% 169.39/22.14  result: proof found
% 169.39/22.14  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 169.39/22.14  by run 197 fork 4 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 169.39/22.14  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 169.39/22.14  
% 169.39/22.14  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 169.39/22.14  
% 169.39/22.14  run 197 fork 4 statistics:
% 169.39/22.14  ----------------------------------
% 169.39/22.14  this run seconds: 1.311361
% 169.39/22.14  total seconds: 21.428900
% 169.39/22.14  stat_given_used: 3340
% 169.39/22.14  stat_given_used_at_endgame: 0
% 169.39/22.14  stat_given_candidates:   16071
% 169.39/22.14  stat_given_candidates_at_endgame: 0
% 169.39/22.14  stat_given_candidates_h: 0
% 169.39/22.14  stat_binres_derived_cl:   248723
% 169.39/22.14  stat_binres_derived_cl_h: 0
% 169.39/22.14  stat_factor_derived_cl: 419
% 169.39/22.14  stat_para_derived_cl: 33203
% 169.39/22.14  stat_tautologies_discarded: 6974
% 169.39/22.14  stat_forward_subsumed: 75287
% 169.39/22.14  stat_derived_cut: 1952
% 169.39/22.14  stat_derived_rewritten: 134
% 169.39/22.14  stat_weight_discarded_building: 0
% 169.39/22.14  stat_weight_discarded_cl: 0
% 169.39/22.14  stat_internlimit_discarded_cl: 0
% 169.39/22.14  stat_simplified:  179 simplified 0 derived 0 given
% 169.39/22.14  stat_kept_cl: 199495
% 169.39/22.14  stat_built_cl: 206354
% 169.39/22.14  stat_hyperres_partial_cl: 0
% 169.39/22.14  stat_made_rewriters: 39
% 169.39/22.14  stat_backward_subsumed: 0
% 169.39/22.14  stat_propagated_subsumed: 0
% 169.39/22.14  stat_clsubs_attempted:                    467973
% 169.39/22.14  stat_clsubs_fact_groundunit_found:            14
% 169.39/22.14  stat_clsubs_rule_groundunit_found:            13
% 169.39/22.14  stat_clsubs_top_meta_attempted:           16505830
% 169.39/22.14  stat_clsubs_top_meta_failed:              16037857
% 169.39/22.14  stat_clsubs_top_meta_nonpref_attempted:            16505830
% 169.39/22.14  stat_clsubs_top_meta_nonpref_succeeded:             3016452
% 169.39/22.14  stat_clsubs_top_meta_pref_attempted:                3016452
% 169.39/22.14  stat_clsubs_top_meta_pref1_succeeded:               1060277
% 169.39/22.14  stat_clsubs_top_meta_pref2_succeeded:                501448
% 169.39/22.14  stat_clsubs_top_meta_pref3_succeeded:                467973
% 169.39/22.14  stat_clsubs_top_meta_pref_succeeded:                 467973
% 169.39/22.14  stat_clsubs_meta_attempted:              1010562
% 169.39/22.14  stat_clsubs_meta_failed:                  271354
% 169.39/22.14  stat_clsubs_predsymbs_attempted:               0
% 169.39/22.14  stat_clsubs_unit_attempted:                52436
% 169.39/22.14  stat_clsubs_full_attempted:               415537
% 169.39/22.14  stat_forwardsubs_attempted:               274783
% 169.39/22.14  stat_lit_hash_added:                 184215
% 169.39/22.14  stat_lit_hash_computed:             1298244
% 169.39/22.14  stat_lit_hash_match_found:            81590
% 169.39/22.14  stat_lit_hash_match_miss:           1405347
% 169.39/22.14  stat_lit_hash_cut_ok:                  5981
% 169.39/22.14  stat_lit_strong_cut_ok:                   0
% 169.39/22.14  stat_lit_hash_subsume_ok:             75287
% 169.39/22.14  clqueue els 10000000 used 1
% 169.39/22.14  clactive els 10000000 used 3341
% 169.39/22.14  clactivesubsume els 10000000 used 16099
% 169.39/22.14  queue_termbuf els 200000000 used 8653540
% 169.39/22.14  hyper_termbuf els 100000000 used 1
% 169.39/22.14  active_termbuf els 100000000 used 87200
% 169.39/22.14  varstack els 5000 last used 1
% 169.39/22.14  given_termbuf els 10000000 last used 1
% 169.39/22.14  simplified_termbuf els 10000000 last used 1
% 169.39/22.14  derived_termbuf els 10000000 last used 23
% 169.39/22.14  wr_mallocs: 35296
% 169.39/22.14  wr_callocs: 19
% 169.39/22.14  wr_reallocs: 17398
% 169.39/22.14  wr_frees: 2
% 169.39/22.14  wr_malloc_bytes: 4163922100
% 169.39/22.14  wr_calloc_bytes: 96065504
% 169.39/22.14  wr_realloc_bytes: 13042032
% 169.39/22.14  wr_realloc_freebytes: 0
% 169.39/22.14  ----------------------------------
%------------------------------------------------------------------------------