Trace number 3488592

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT-101 1797.32 1797.46

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_5.opb
MD5SUM54b0d54e7a8a81cee8fd7c7c85a68b83
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-123
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31590
Sum of products size (including duplicates)63180
Number of different products15795
Sum of products size31590

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488592-1307783957.opb>
0.00/0.08	c original problem has 16795 variables (16795 bin, 0 int, 0 impl, 0 cont) and 17795 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.29/0.31	c (round 1) 15795 del vars, 2000 del conss, 0 add conss, 15795 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63180 impls, 0 clqs
0.29/0.33	c (round 2) 15795 del vars, 2000 del conss, 0 add conss, 15795 chg bounds, 0 chg sides, 0 chg coeffs, 15795 upgd conss, 63180 impls, 0 clqs
0.39/0.40	c    (0.4s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.40	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.40	c presolving (3 rounds):
0.39/0.40	c  15795 deleted vars, 2000 deleted constraints, 0 added constraints, 15795 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.40	c  94768 implications, 0 cliques
0.39/0.40	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15795 constraints
0.39/0.40	c   15795 constraints of type <setppc>
0.39/0.40	c transformed objective value is always integral (scale: 1)
0.39/0.40	c Presolving Time: 0.27
0.39/0.40	c - non default parameters ----------------------------------------------------------------------
0.39/0.40	c # SCIP version 2.0.1.5
0.39/0.40	c 
0.39/0.40	c # frequency for displaying node information lines
0.39/0.40	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.40	c display/freq = 10000
0.39/0.40	c 
0.39/0.40	c # maximal time in seconds to run
0.39/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.40	c limits/time = 1797
0.39/0.40	c 
0.39/0.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.40	c limits/memory = 13950
0.39/0.40	c 
0.39/0.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.40	c # [type: int, range: [1,2], default: 1]
0.39/0.40	c timing/clocktype = 2
0.39/0.40	c 
0.39/0.40	c # belongs reading time to solving time?
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c timing/reading = TRUE
0.39/0.40	c 
0.39/0.40	c # should presolving try to simplify inequalities
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c constraints/linear/simplifyinequalities = TRUE
0.39/0.40	c 
0.39/0.40	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c constraints/indicator/addCouplingCons = TRUE
0.39/0.40	c 
0.39/0.40	c # should presolving try to simplify knapsacks
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.40	c 
0.39/0.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.40	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.40	c separating/rapidlearning/freq = 0
0.39/0.40	c 
0.39/0.40	c -----------------------------------------------------------------------------------------------
0.39/0.40	c start solving
0.39/0.41	c 
0.59/0.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c t 0.6s|     1 |     0 |  1045 |     - |  52M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
0.59/0.65	o -1
0.59/0.65	c R 0.7s|     1 |     0 |  1045 |     - |  52M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
0.59/0.69	o -2
0.59/0.69	c s 0.7s|     1 |     0 |  1045 |     - |  52M|   0 |1000 |1000 |  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
0.89/0.96	c   1.0s|     1 |     0 |  1185 |     - |  52M|   0 | 991 |1000 |  15k|1000 |  15k|   9 |   0 |   0 |-4.955000e+02 |-2.000000e+00 |  99.60%
0.89/0.97	o -101
0.89/0.97	c b 1.0s|     1 |     0 |  1185 |     - |  52M|   0 | 991 |1000 |  15k|1000 |  15k|   9 |   0 |   0 |-4.955000e+02 |-1.010000e+02 |  79.62%
1.19/1.26	c   1.3s|     1 |     0 |  1263 |     - |  52M|   0 | 983 |1000 |  15k|1000 |  15k|  22 |   0 |   0 |-4.915000e+02 |-1.010000e+02 |  79.45%
1.59/1.63	c   1.6s|     1 |     0 |  1575 |     - |  52M|   0 | 976 |1000 |  15k|1000 |  15k|  35 |   0 |   0 |-4.880000e+02 |-1.010000e+02 |  79.30%
1.99/2.03	c   2.0s|     1 |     0 |  1916 |     - |  52M|   0 | 969 |1000 |  15k|1000 |  15k|  50 |   0 |   0 |-4.845000e+02 |-1.010000e+02 |  79.15%
2.49/2.51	c   2.5s|     1 |     0 |  2379 |     - |  52M|   0 | 963 |1000 |  15k|1000 |  15k|  66 |   0 |   0 |-4.802500e+02 |-1.010000e+02 |  78.97%
2.99/3.04	c   3.0s|     1 |     0 |  2954 |     - |  52M|   0 | 955 |1000 |  15k|1000 |  15k|  77 |   0 |   0 |-4.770000e+02 |-1.010000e+02 |  78.83%
3.40/3.48	c   3.5s|     1 |     0 |  3422 |     - |  52M|   0 | 944 |1000 |  15k|1000 |  15k|  94 |   0 |   0 |-4.710000e+02 |-1.010000e+02 |  78.56%
3.79/3.89	c   3.9s|     1 |     0 |  3681 |     - |  53M|   0 | 936 |1000 |  15k|1000 |  15k| 109 |   0 |   0 |-4.670000e+02 |-1.010000e+02 |  78.37%
4.69/4.70	c   4.7s|     1 |     0 |  4474 |     - |  53M|   0 | 934 |1000 |  15k|1000 |  15k| 118 |   0 |   0 |-4.660000e+02 |-1.010000e+02 |  78.33%
5.60/5.68	c   5.7s|     1 |     0 |  6023 |     - |  53M|   0 | 929 |1000 |  15k|1000 |  15k| 129 |   0 |   0 |-4.645000e+02 |-1.010000e+02 |  78.26%
6.00/6.08	c   6.1s|     1 |     0 |  6317 |     - |  53M|   0 | 927 |1000 |  15k|1000 |1803 | 141 |   0 |   0 |-4.630000e+02 |-1.010000e+02 |  78.19%
6.69/6.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.71	c   6.7s|     1 |     0 | 10213 |     - |  55M|   0 | 902 |1000 |  15k|1000 |1815 | 153 |   0 |   0 |-4.620000e+02 |-1.010000e+02 |  78.14%
7.09/7.15	c   7.1s|     1 |     0 | 11373 |     - |  57M|   0 | 926 |1000 |  15k|1000 |2120 | 458 |   0 |   0 |-4.605000e+02 |-1.010000e+02 |  78.07%
7.49/7.50	c   7.5s|     1 |     0 | 12303 |     - |  58M|   0 | 927 |1000 |  15k|1000 |2399 | 737 |   0 |   0 |-4.591111e+02 |-1.010000e+02 |  78.00%
8.09/8.10	c   8.1s|     1 |     0 | 14480 |     - |  62M|   0 | 909 |1000 |  15k|1000 |2654 | 992 |   0 |   0 |-4.569444e+02 |-1.010000e+02 |  77.90%
8.49/8.59	c   8.6s|     1 |     0 | 16056 |     - |  63M|   0 | 896 |1000 |  15k|1000 |2827 |1165 |   0 |   0 |-4.550000e+02 |-1.010000e+02 |  77.80%
8.79/8.88	c   8.9s|     1 |     0 | 16900 |     - |  63M|   0 | 902 |1000 |  15k|1000 |2600 |1378 |   0 |   0 |-4.535000e+02 |-1.010000e+02 |  77.73%
9.29/9.33	c   9.3s|     1 |     0 | 19126 |     - |  64M|   0 | 902 |1000 |  15k|1000 |2682 |1460 |   0 |   0 |-4.510000e+02 |-1.010000e+02 |  77.61%
9.59/9.70	c   9.7s|     1 |     0 | 20912 |     - |  64M|   0 | 885 |1000 |  15k|1000 |2692 |1470 |   0 |   0 |-4.495000e+02 |-1.010000e+02 |  77.53%
9.99/10.01	c  10.0s|     1 |     0 | 22094 |     - |  64M|   0 | 896 |1000 |  15k|1000 |2859 |1637 |   0 |   0 |-4.480000e+02 |-1.010000e+02 |  77.46%
10.59/10.69	c  10.7s|     1 |     0 | 25881 |     - |  64M|   0 | 915 |1000 |  15k|1000 |3045 |1823 |   0 |   0 |-4.473000e+02 |-1.010000e+02 |  77.42%
10.89/10.94	c  10.9s|     1 |     0 | 26353 |     - |  64M|   0 | 893 |1000 |  15k|1000 |3563 |2341 |   0 |   0 |-4.466667e+02 |-1.010000e+02 |  77.39%
11.39/11.47	c  11.5s|     1 |     0 | 28768 |     - |  65M|   0 | 910 |1000 |  15k|1000 |3147 |2413 |   0 |   0 |-4.459091e+02 |-1.010000e+02 |  77.35%
11.99/12.02	c  12.0s|     1 |     0 | 30598 |     - |  65M|   0 | 891 |1000 |  15k|1000 |3279 |2545 |   0 |   0 |-4.452333e+02 |-1.010000e+02 |  77.32%
12.49/12.57	c  12.6s|     1 |     0 | 32480 |     - |  67M|   0 | 900 |1000 |  15k|1000 |3479 |2745 |   0 |   0 |-4.442803e+02 |-1.010000e+02 |  77.27%
13.39/13.42	c  13.4s|     1 |     0 | 36130 |     - |  68M|   0 | 880 |1000 |  15k|1000 |3612 |2878 |   0 |   0 |-4.419091e+02 |-1.010000e+02 |  77.14%
13.79/13.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.79/13.84	c  13.8s|     1 |     0 | 37482 |     - |  68M|   0 | 916 |1000 |  15k|1000 |3675 |2941 |   0 |   0 |-4.410469e+02 |-1.010000e+02 |  77.10%
14.40/14.48	c  14.5s|     1 |     0 | 39830 |     - |  70M|   0 | 883 |1000 |  15k|1000 |3773 |3039 |   0 |   0 |-4.380000e+02 |-1.010000e+02 |  76.94%
14.99/15.07	c  15.1s|     1 |     0 | 42661 |     - |  70M|   0 | 874 |1000 |  15k|1000 |2965 |3261 |   0 |   0 |-4.363000e+02 |-1.010000e+02 |  76.85%
15.29/15.33	c  15.3s|     1 |     0 | 43542 |     - |  71M|   0 | 856 |1000 |  15k|1000 |2994 |3290 |   0 |   0 |-4.348333e+02 |-1.010000e+02 |  76.77%
15.59/15.61	c  15.6s|     1 |     0 | 44649 |     - |  71M|   0 | 876 |1000 |  15k|1000 |3181 |3477 |   0 |   0 |-4.338333e+02 |-1.010000e+02 |  76.72%
15.89/15.95	c  15.9s|     1 |     0 | 45878 |     - |  71M|   0 | 851 |1000 |  15k|1000 |3410 |3706 |   0 |   0 |-4.331667e+02 |-1.010000e+02 |  76.68%
16.50/16.55	c  16.6s|     1 |     0 | 48065 |     - |  72M|   0 | 873 |1000 |  15k|1000 |3595 |3891 |   0 |   0 |-4.315000e+02 |-1.010000e+02 |  76.59%
16.89/16.97	c  17.0s|     1 |     0 | 49474 |     - |  72M|   0 | 861 |1000 |  15k|1000 |3788 |4084 |   0 |   0 |-4.295000e+02 |-1.010000e+02 |  76.48%
17.29/17.35	c  17.3s|     1 |     0 | 51176 |     - |  73M|   0 | 882 |1000 |  15k|1000 |2687 |4133 |   0 |   0 |-4.286667e+02 |-1.010000e+02 |  76.44%
17.70/17.72	c  17.7s|     1 |     0 | 52837 |     - |  73M|   0 | 860 |1000 |  15k|1000 |2866 |4312 |   0 |   0 |-4.277500e+02 |-1.010000e+02 |  76.39%
18.19/18.20	c  18.2s|     1 |     0 | 54490 |     - |  74M|   0 | 856 |1000 |  15k|1000 |2944 |4390 |   0 |   0 |-4.260000e+02 |-1.010000e+02 |  76.29%
18.80/18.84	c  18.8s|     1 |     0 | 57340 |     - |  75M|   0 | 863 |1000 |  15k|1000 |3242 |4688 |   0 |   0 |-4.250000e+02 |-1.010000e+02 |  76.24%
19.49/19.55	c  19.5s|     1 |     0 | 60709 |     - |  75M|   0 | 847 |1000 |  15k|1000 |3469 |4915 |   0 |   0 |-4.235000e+02 |-1.010000e+02 |  76.15%
20.49/20.55	c  20.6s|     1 |     0 | 66306 |     - |  77M|   0 | 907 |1000 |  15k|1000 |3571 |5017 |   0 |   0 |-4.211111e+02 |-1.010000e+02 |  76.02%
20.99/21.03	c  21.0s|     1 |     0 | 66567 |     - |  78M|   0 | 844 |1000 |  15k|1000 |4596 |7017 |   0 |   0 |-4.210000e+02 |-1.010000e+02 |  76.01%
21.49/21.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.49/21.59	c  21.6s|     1 |     0 | 68611 |     - |  80M|   0 | 818 |1000 |  15k|1000 |4654 |7075 |   0 |   0 |-4.195000e+02 |-1.010000e+02 |  75.92%
21.99/22.09	c  22.1s|     1 |     0 | 70349 |     - |  80M|   0 | 829 |1000 |  15k|1000 |4941 |7362 |   0 |   0 |-4.180000e+02 |-1.010000e+02 |  75.84%
22.39/22.40	c  22.4s|     1 |     0 | 71173 |     - |  80M|   0 | 854 |1000 |  15k|1000 |5062 |7483 |   0 |   0 |-4.165000e+02 |-1.010000e+02 |  75.75%
23.30/23.32	c  23.3s|     1 |     0 | 74730 |     - |  81M|   0 | 862 |1000 |  15k|1000 |5203 |7624 |   0 |   0 |-4.155000e+02 |-1.010000e+02 |  75.69%
23.59/23.63	c  23.6s|     1 |     0 | 75358 |     - |  82M|   0 | 859 |1000 |  15k|1000 |5277 |7698 |   0 |   0 |-4.150000e+02 |-1.010000e+02 |  75.66%
24.79/24.85	c  24.8s|     1 |     0 | 79920 |     - |  82M|   0 | 834 |1000 |  15k|1000 |4312 |7749 |   0 |   0 |-4.145000e+02 |-1.010000e+02 |  75.63%
25.09/25.14	c  25.1s|     1 |     0 | 80638 |     - |  83M|   0 | 843 |1000 |  15k|1000 |4372 |7809 |   0 |   0 |-4.140534e+02 |-1.010000e+02 |  75.61%
25.59/25.61	c  25.6s|     1 |     0 | 82470 |     - |  84M|   0 | 825 |1000 |  15k|1000 |4687 |8124 |   0 |   0 |-4.122061e+02 |-1.010000e+02 |  75.50%
25.89/25.90	c  25.9s|     1 |     0 | 83230 |     - |  84M|   0 | 842 |1000 |  15k|1000 |4801 |8238 |   0 |   0 |-4.118703e+02 |-1.010000e+02 |  75.48%
26.29/26.31	c  26.3s|     1 |     0 | 84430 |     - |  84M|   0 | 853 |1000 |  15k|1000 |4949 |8386 |   0 |   0 |-4.114359e+02 |-1.010000e+02 |  75.45%
26.59/26.66	c  26.7s|     1 |     0 | 85342 |     - |  84M|   0 | 828 |1000 |  15k|1000 |5412 |8849 |   0 |   0 |-4.103168e+02 |-1.010000e+02 |  75.38%
27.50/27.54	c  27.5s|     1 |     0 | 88750 |     - |  85M|   0 | 852 |1000 |  15k|1000 |3240 |8945 |   0 |   0 |-4.080000e+02 |-1.010000e+02 |  75.25%
27.89/27.96	c  28.0s|     1 |     0 | 89893 |     - |  85M|   0 | 819 |1000 |  15k|1000 |3461 |9166 |   0 |   0 |-4.070000e+02 |-1.010000e+02 |  75.18%
28.59/28.63	c  28.6s|     1 |     0 | 93033 |     - |  85M|   0 | 819 |1000 |  15k|1000 |3489 |9194 |   0 |   0 |-4.065000e+02 |-1.010000e+02 |  75.15%
29.49/29.51	c  29.5s|     1 |     0 | 97286 |     - |  85M|   0 | 835 |1000 |  15k|1000 |3664 |9369 |   0 |   0 |-4.045000e+02 |-1.010000e+02 |  75.03%
29.89/29.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.89/29.91	c  29.9s|     1 |     0 | 98275 |     - |  86M|   0 | 810 |1000 |  15k|1000 |3757 |9462 |   0 |   0 |-4.030000e+02 |-1.010000e+02 |  74.94%
30.39/30.47	c  30.5s|     1 |     0 |100701 |     - |  87M|   0 | 809 |1000 |  15k|1000 |3885 |9590 |   0 |   0 |-4.024744e+02 |-1.010000e+02 |  74.91%
31.10/31.10	c  31.1s|     1 |     0 |103736 |     - |  87M|   0 | 882 |1000 |  15k|1000 |3262 |9739 |   0 |   0 |-4.021300e+02 |-1.010000e+02 |  74.88%
31.79/31.84	c  31.8s|     1 |     0 |106258 |     - |  87M|   0 | 833 |1000 |  15k|1000 |3934 |  10k|   0 |   0 |-4.010909e+02 |-1.010000e+02 |  74.82%
32.39/32.42	c  32.4s|     1 |     0 |108725 |     - |  88M|   0 | 820 |1000 |  15k|1000 |4142 |  10k|   0 |   0 |-3.997500e+02 |-1.010000e+02 |  74.73%
32.79/32.81	c  32.8s|     1 |     0 |109689 |     - |  89M|   0 | 815 |1000 |  15k|1000 |4300 |  10k|   0 |   0 |-3.995000e+02 |-1.010000e+02 |  74.72%
33.29/33.37	c  33.4s|     1 |     0 |111849 |     - |  90M|   0 | 857 |1000 |  15k|1000 |4310 |  10k|   0 |   0 |-3.991129e+02 |-1.010000e+02 |  74.69%
33.99/34.01	c  34.0s|     1 |     0 |114331 |     - |  90M|   0 | 824 |1000 |  15k|1000 |4460 |  10k|   0 |   0 |-3.982500e+02 |-1.010000e+02 |  74.64%
34.79/34.80	c  34.8s|     1 |     0 |116141 |     - |  91M|   0 | 855 |1000 |  15k|1000 |3674 |  10k|   0 |   0 |-3.973333e+02 |-1.010000e+02 |  74.58%
35.40/35.45	c  35.5s|     1 |     0 |118649 |     - |  91M|   0 | 839 |1000 |  15k|1000 |3774 |  11k|   0 |   0 |-3.969135e+02 |-1.010000e+02 |  74.55%
35.89/35.97	c  36.0s|     1 |     0 |120321 |     - |  94M|   0 | 859 |1000 |  15k|1000 |3838 |  11k|   0 |   0 |-3.960345e+02 |-1.010000e+02 |  74.50%
36.59/36.61	c  36.6s|     1 |     0 |122171 |     - |  94M|   0 | 850 |1000 |  15k|1000 |3955 |  11k|   0 |   0 |-3.956262e+02 |-1.010000e+02 |  74.47%
37.50/37.57	c  37.6s|     1 |     0 |126348 |     - |  94M|   0 | 877 |1000 |  15k|1000 |4094 |  11k|   0 |   0 |-3.943020e+02 |-1.010000e+02 |  74.39%
38.79/38.80	c  38.8s|     1 |     0 |130746 |     - |  96M|   0 | 890 |1000 |  15k|1000 |4193 |  11k|   0 |   0 |-3.934231e+02 |-1.010000e+02 |  74.33%
39.70/39.70	c  39.7s|     1 |     0 |133120 |     - |  97M|   0 | 879 |1000 |  15k|1000 |3651 |  11k|   0 |   0 |-3.926910e+02 |-1.010000e+02 |  74.28%
40.49/40.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.49/40.53	c  40.5s|     1 |     0 |135376 |     - |  98M|   0 | 857 |1000 |  15k|1000 |3795 |  11k|   0 |   0 |-3.918430e+02 |-1.010000e+02 |  74.22%
41.19/41.25	c  41.3s|     1 |     0 |137679 |     - | 100M|   0 | 891 |1000 |  15k|1000 |3888 |  12k|   0 |   0 |-3.906519e+02 |-1.010000e+02 |  74.15%
41.99/42.01	c  42.0s|     1 |     0 |139439 |     - | 100M|   0 | 875 |1000 |  15k|1000 |4040 |  12k|   0 |   0 |-3.894991e+02 |-1.010000e+02 |  74.07%
42.69/42.72	c  42.7s|     1 |     0 |140930 |     - | 102M|   0 | 884 |1000 |  15k|1000 |4227 |  12k|   0 |   0 |-3.886141e+02 |-1.010000e+02 |  74.01%
43.59/43.66	c  43.7s|     1 |     0 |143118 |     - | 102M|   0 | 887 |1000 |  15k|1000 |4302 |  12k|   0 |   0 |-3.878357e+02 |-1.010000e+02 |  73.96%
44.99/45.05	c  45.1s|     1 |     0 |146640 |     - | 102M|   0 | 903 |1000 |  15k|1000 |3984 |  12k|   0 |   0 |-3.870485e+02 |-1.010000e+02 |  73.91%
45.89/45.91	c  45.9s|     1 |     0 |148390 |     - | 102M|   0 | 857 |1000 |  15k|1000 |4103 |  12k|   0 |   0 |-3.862309e+02 |-1.010000e+02 |  73.85%
46.99/47.04	c  47.0s|     1 |     0 |151466 |     - | 102M|   0 | 871 |1000 |  15k|1000 |4142 |  12k|   0 |   0 |-3.851638e+02 |-1.010000e+02 |  73.78%
47.89/47.93	c  47.9s|     1 |     0 |153435 |     - | 102M|   0 | 890 |1000 |  15k|1000 |4163 |  12k|   0 |   0 |-3.841573e+02 |-1.010000e+02 |  73.71%
49.39/49.46	c  49.5s|     1 |     0 |157437 |     - | 102M|   0 | 883 |1000 |  15k|1000 |4349 |  12k|   0 |   0 |-3.826338e+02 |-1.010000e+02 |  73.60%
50.49/50.53	c  50.5s|     1 |     0 |160193 |     - | 103M|   0 | 869 |1000 |  15k|1000 |4450 |  12k|   0 |   0 |-3.821537e+02 |-1.010000e+02 |  73.57%
51.99/52.02	c  52.0s|     1 |     0 |164535 |     - | 103M|   0 | 887 |1000 |  15k|1000 |3994 |  13k|   0 |   0 |-3.815359e+02 |-1.010000e+02 |  73.53%
53.39/53.40	c  53.4s|     1 |     0 |168757 |     - | 103M|   0 | 941 |1000 |  15k|1000 |4079 |  13k|   0 |   0 |-3.805602e+02 |-1.010000e+02 |  73.46%
54.89/54.98	c  55.0s|     1 |     0 |171155 |     - | 103M|   0 | 888 |1000 |  15k|1000 |5116 |  14k|   0 |   0 |-3.801327e+02 |-1.010000e+02 |  73.43%
55.89/55.94	c  55.9s|     1 |     0 |172501 |     - | 103M|   0 | 896 |1000 |  15k|1000 |5182 |  14k|   0 |   0 |-3.797818e+02 |-1.010000e+02 |  73.41%
57.79/57.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.79/57.83	c  57.8s|     1 |     0 |176622 |     - | 103M|   0 | 913 |1000 |  15k|1000 |5241 |  14k|   0 |   0 |-3.786718e+02 |-1.010000e+02 |  73.33%
58.99/59.05	c  59.1s|     1 |     0 |178844 |     - | 103M|   0 | 903 |1000 |  15k|1000 |5289 |  14k|   0 |   0 |-3.779319e+02 |-1.010000e+02 |  73.28%
60.19/60.22	c  60.2s|     1 |     0 |181872 |     - | 106M|   0 | 892 |1000 |  15k|1000 |4960 |  14k|   0 |   0 |-3.769582e+02 |-1.010000e+02 |  73.21%
61.09/61.14	c  61.1s|     1 |     0 |184110 |     - | 108M|   0 | 899 |1000 |  15k|1000 |4970 |  14k|   0 |   0 |-3.761250e+02 |-1.010000e+02 |  73.15%
62.09/62.14	c  62.1s|     1 |     0 |185735 |     - | 110M|   0 | 893 |1000 |  15k|1000 |4986 |  14k|   0 |   0 |-3.759167e+02 |-1.010000e+02 |  73.13%
63.19/63.24	c  63.2s|     1 |     0 |189293 |     - | 112M|   0 | 897 |1000 |  15k|1000 |5007 |  14k|   0 |   0 |-3.750748e+02 |-1.010000e+02 |  73.07%
64.79/64.89	c  64.9s|     1 |     0 |193007 |     - | 112M|   0 | 929 |1000 |  15k|1000 |5103 |  14k|   0 |   0 |-3.742131e+02 |-1.010000e+02 |  73.01%
66.39/66.48	c  66.5s|     1 |     0 |195507 |     - | 112M|   0 | 921 |1000 |  15k|1000 |5180 |  14k|   0 |   0 |-3.733434e+02 |-1.010000e+02 |  72.95%
68.79/68.83	c  68.8s|     1 |     0 |200190 |     - | 112M|   0 | 931 |1000 |  15k|1000 |4939 |  14k|   0 |   0 |-3.719470e+02 |-1.010000e+02 |  72.85%
70.89/70.96	c  71.0s|     1 |     0 |204433 |     - | 112M|   0 | 951 |1000 |  15k|1000 |4996 |  14k|   0 |   0 |-3.704598e+02 |-1.010000e+02 |  72.74%
72.70/72.73	c  72.7s|     1 |     0 |207616 |     - | 112M|   0 | 923 |1000 |  15k|1000 |5048 |  14k|   0 |   0 |-3.688408e+02 |-1.010000e+02 |  72.62%
74.59/74.68	c  74.7s|     1 |     0 |211602 |     - | 112M|   0 | 920 |1000 |  15k|1000 |5128 |  14k|   0 |   0 |-3.676732e+02 |-1.010000e+02 |  72.53%
76.40/76.48	c  76.5s|     1 |     0 |214942 |     - | 113M|   0 | 937 |1000 |  15k|1000 |5205 |  14k|   0 |   0 |-3.663141e+02 |-1.010000e+02 |  72.43%
78.20/78.28	c  78.3s|     1 |     0 |218163 |     - | 113M|   0 | 916 |1000 |  15k|1000 |5335 |  15k|   0 |   0 |-3.652227e+02 |-1.010000e+02 |  72.35%
79.79/79.88	c  79.9s|     1 |     0 |221180 |     - | 113M|   0 | 940 |1000 |  15k|1000 |5195 |  15k|   0 |   0 |-3.644836e+02 |-1.010000e+02 |  72.29%
81.59/81.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.59/81.63	c  81.6s|     1 |     0 |224806 |     - | 113M|   0 | 947 |1000 |  15k|1000 |5280 |  15k|   0 |   0 |-3.637629e+02 |-1.010000e+02 |  72.23%
83.39/83.48	c  83.5s|     1 |     0 |227694 |     - | 113M|   0 | 936 |1000 |  15k|1000 |5387 |  15k|   0 |   0 |-3.630571e+02 |-1.010000e+02 |  72.18%
85.39/85.45	c  85.5s|     1 |     0 |231708 |     - | 113M|   0 | 939 |1000 |  15k|1000 |5401 |  15k|   0 |   0 |-3.621638e+02 |-1.010000e+02 |  72.11%
87.59/87.67	c  87.7s|     1 |     0 |236180 |     - | 113M|   0 | 950 |1000 |  15k|1000 |5532 |  15k|   0 |   0 |-3.608897e+02 |-1.010000e+02 |  72.01%
90.20/90.21	c  90.2s|     1 |     0 |240771 |     - | 113M|   0 | 951 |1000 |  15k|1000 |5592 |  15k|   0 |   0 |-3.598928e+02 |-1.010000e+02 |  71.94%
92.30/92.34	c  92.3s|     1 |     0 |244013 |     - | 113M|   0 | 933 |1000 |  15k|1000 |5375 |  15k|   0 |   0 |-3.591361e+02 |-1.010000e+02 |  71.88%
94.70/94.73	c  94.7s|     1 |     0 |249039 |     - | 113M|   0 | 957 |1000 |  15k|1000 |5405 |  15k|   0 |   0 |-3.581343e+02 |-1.010000e+02 |  71.80%
96.70/96.73	c  96.7s|     1 |     0 |251725 |     - | 113M|   0 | 954 |1000 |  15k|1000 |5532 |  15k|   0 |   0 |-3.576140e+02 |-1.010000e+02 |  71.76%
99.20/99.25	c  99.3s|     1 |     0 |256985 |     - | 112M|   0 | 955 |1000 |  15k|1000 |5606 |  15k|   0 |   0 |-3.566630e+02 |-1.010000e+02 |  71.68%
101.60/101.64	c   102s|     1 |     0 |260942 |     - | 112M|   0 | 954 |1000 |  15k|1000 |5656 |  15k|   0 |   0 |-3.554847e+02 |-1.010000e+02 |  71.59%
103.39/103.43	c   103s|     1 |     0 |262795 |     - | 112M|   0 | 951 |1000 |  15k|1000 |5757 |  15k|   0 |   0 |-3.550840e+02 |-1.010000e+02 |  71.56%
105.29/105.39	c   105s|     1 |     0 |265339 |     - | 111M|   0 | 961 |1000 |  15k|1000 |5516 |  16k|   0 |   0 |-3.543892e+02 |-1.010000e+02 |  71.50%
107.70/107.72	c   108s|     1 |     0 |269251 |     - | 108M|   0 | 972 |1000 |  15k|1000 |5576 |  16k|   0 |   0 |-3.531707e+02 |-1.010000e+02 |  71.40%
110.39/110.42	c   110s|     1 |     0 |274781 |     - | 107M|   0 | 971 |1000 |  15k|1000 |5631 |  16k|   0 |   0 |-3.520874e+02 |-1.010000e+02 |  71.31%
112.30/112.38	c   112s|     1 |     0 |277379 |     - | 104M|   0 | 972 |1000 |  15k|1000 |5686 |  16k|   0 |   0 |-3.512964e+02 |-1.010000e+02 |  71.25%
114.80/114.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.80/114.89	c   115s|     1 |     0 |282073 |     - | 103M|   0 | 972 |1000 |  15k|1000 |5739 |  16k|   0 |   0 |-3.504232e+02 |-1.010000e+02 |  71.18%
117.50/117.52	c   118s|     1 |     0 |286438 |     - | 103M|   0 | 975 |1000 |  15k|1000 |5767 |  16k|   0 |   0 |-3.489826e+02 |-1.010000e+02 |  71.06%
119.79/119.89	c   120s|     1 |     0 |289997 |     - | 103M|   0 | 968 |1000 |  15k|1000 |5697 |  16k|   0 |   0 |-3.478872e+02 |-1.010000e+02 |  70.97%
121.89/121.96	c   122s|     1 |     0 |292325 |     - | 103M|   0 | 973 |1000 |  15k|1000 |5716 |  16k|   0 |   0 |-3.473175e+02 |-1.010000e+02 |  70.92%
124.49/124.50	c   125s|     1 |     0 |296296 |     - | 103M|   0 | 969 |1000 |  15k|1000 |5754 |  16k|   0 |   0 |-3.465731e+02 |-1.010000e+02 |  70.86%
126.30/126.39	c   126s|     1 |     0 |298245 |     - | 103M|   0 | 971 |1000 |  15k|1000 |5785 |  16k|   0 |   0 |-3.462233e+02 |-1.010000e+02 |  70.83%
128.60/128.63	c   129s|     1 |     0 |301265 |     - | 103M|   0 | 980 |1000 |  15k|1000 |5808 |  16k|   0 |   0 |-3.456332e+02 |-1.010000e+02 |  70.78%
131.80/131.82	c   132s|     1 |     0 |307816 |     - | 102M|   0 | 981 |1000 |  15k|1000 |5863 |  16k|   0 |   0 |-3.447394e+02 |-1.010000e+02 |  70.70%
134.69/134.71	c   135s|     1 |     0 |312586 |     - | 102M|   0 | 986 |1000 |  15k|1000 |5809 |  16k|   0 |   0 |-3.433403e+02 |-1.010000e+02 |  70.58%
136.80/136.87	c   137s|     1 |     0 |314558 |     - | 101M|   0 | 986 |1000 |  15k|1000 |5881 |  16k|   0 |   0 |-3.429900e+02 |-1.010000e+02 |  70.55%
138.99/139.06	c   139s|     1 |     0 |316597 |     - |  99M|   0 | 987 |1000 |  15k|1000 |5905 |  16k|   0 |   0 |-3.426017e+02 |-1.010000e+02 |  70.52%
141.50/141.55	c   142s|     1 |     0 |319695 |     - |  99M|   0 | 990 |1000 |  15k|1000 |5943 |  16k|   0 |   0 |-3.420256e+02 |-1.010000e+02 |  70.47%
143.89/143.95	c   144s|     1 |     0 |322101 |     - |  98M|   0 | 990 |1000 |  15k|1000 |6017 |  16k|   0 |   0 |-3.416129e+02 |-1.010000e+02 |  70.43%
146.10/146.10	c   146s|     1 |     0 |323336 |     - |  97M|   0 | 992 |1000 |  15k|1000 |6038 |  16k|   0 |   0 |-3.414881e+02 |-1.010000e+02 |  70.42%
149.19/149.28	c   149s|     1 |     0 |328056 |     - |  97M|   0 | 991 |1000 |  15k|1000 |5937 |  16k|   0 |   0 |-3.410514e+02 |-1.010000e+02 |  70.39%
152.50/152.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.50/152.52	c   153s|     1 |     0 |332492 |     - |  97M|   0 | 992 |1000 |  15k|1000 |5967 |  16k|   0 |   0 |-3.402119e+02 |-1.010000e+02 |  70.31%
155.10/155.20	c   155s|     1 |     0 |335114 |     - |  96M|   0 | 992 |1000 |  15k|1000 |6021 |  16k|   0 |   0 |-3.396892e+02 |-1.010000e+02 |  70.27%
158.00/158.03	c   158s|     1 |     0 |338519 |     - |  96M|   0 | 993 |1000 |  15k|1000 |6058 |  17k|   0 |   0 |-3.391316e+02 |-1.010000e+02 |  70.22%
160.60/160.67	c   161s|     1 |     0 |341073 |     - |  96M|   0 | 993 |1000 |  15k|1000 |6089 |  17k|   0 |   0 |-3.386491e+02 |-1.010000e+02 |  70.18%
163.40/163.41	c   163s|     1 |     0 |343633 |     - |  95M|   0 | 992 |1000 |  15k|1000 |6113 |  17k|   0 |   0 |-3.381119e+02 |-1.010000e+02 |  70.13%
166.00/166.05	c   166s|     1 |     0 |346014 |     - |  95M|   0 | 995 |1000 |  15k|1000 |6019 |  17k|   0 |   0 |-3.377528e+02 |-1.010000e+02 |  70.10%
168.80/168.86	c   169s|     1 |     0 |348771 |     - |  94M|   0 | 995 |1000 |  15k|1000 |6047 |  17k|   0 |   0 |-3.370781e+02 |-1.010000e+02 |  70.04%
171.80/171.88	c   172s|     1 |     0 |352014 |     - |  94M|   0 | 993 |1000 |  15k|1000 |6089 |  17k|   0 |   0 |-3.365095e+02 |-1.010000e+02 |  69.99%
174.39/174.48	c   174s|     1 |     0 |354243 |     - |  93M|   0 | 990 |1000 |  15k|1000 |6131 |  17k|   0 |   0 |-3.360675e+02 |-1.010000e+02 |  69.95%
177.20/177.28	c   177s|     1 |     0 |357109 |     - |  92M|   0 | 989 |1000 |  15k|1000 |6153 |  17k|   0 |   0 |-3.355949e+02 |-1.010000e+02 |  69.90%
179.90/179.99	c   180s|     1 |     0 |359679 |     - |  92M|   0 | 993 |1000 |  15k|1000 |6184 |  17k|   0 |   0 |-3.351906e+02 |-1.010000e+02 |  69.87%
183.30/183.39	c   183s|     1 |     0 |364239 |     - |  89M|   0 | 995 |1000 |  15k|1000 |6152 |  17k|   0 |   0 |-3.344638e+02 |-1.010000e+02 |  69.80%
185.69/185.79	c   186s|     1 |     0 |365511 |     - |  89M|   0 | 995 |1000 |  15k|1000 |6182 |  17k|   0 |   0 |-3.342689e+02 |-1.010000e+02 |  69.78%
188.20/188.23	c   188s|     1 |     0 |366958 |     - |  89M|   0 | 994 |1000 |  15k|1000 |6207 |  17k|   0 |   0 |-3.340023e+02 |-1.010000e+02 |  69.76%
191.79/191.83	c   192s|     1 |     0 |371937 |     - |  88M|   0 | 995 |1000 |  15k|1000 |6229 |  17k|   0 |   0 |-3.334023e+02 |-1.010000e+02 |  69.71%
195.40/195.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.40/195.40	c   195s|     1 |     0 |377133 |     - |  88M|   0 | 997 |1000 |  15k|1000 |6272 |  17k|   0 |   0 |-3.326973e+02 |-1.010000e+02 |  69.64%
198.11/198.17	c   198s|     1 |     0 |379208 |     - |  87M|   0 | 998 |1000 |  15k|1000 |6313 |  17k|   0 |   0 |-3.322063e+02 |-1.010000e+02 |  69.60%
200.90/200.92	c   201s|     1 |     0 |381267 |     - |  86M|   0 | 998 |1000 |  15k|1000 |6287 |  17k|   0 |   0 |-3.318605e+02 |-1.010000e+02 |  69.57%
203.70/203.78	c   204s|     1 |     0 |384004 |     - |  86M|   0 | 997 |1000 |  15k|1000 |6314 |  17k|   0 |   0 |-3.313093e+02 |-1.010000e+02 |  69.51%
206.29/206.31	c   206s|     1 |     0 |385564 |     - |  86M|   0 | 997 |1000 |  15k|1000 |6345 |  17k|   0 |   0 |-3.309452e+02 |-1.010000e+02 |  69.48%
209.00/209.10	c   209s|     1 |     0 |387987 |     - |  86M|   0 | 997 |1000 |  15k|1000 |6384 |  17k|   0 |   0 |-3.305079e+02 |-1.010000e+02 |  69.44%
211.60/211.67	c   212s|     1 |     0 |389417 |     - |  86M|   0 | 997 |1000 |  15k|1000 |6413 |  17k|   0 |   0 |-3.302406e+02 |-1.010000e+02 |  69.42%
214.39/214.40	c   214s|     1 |     0 |391376 |     - |  85M|   0 | 995 |1000 |  15k|1000 |6434 |  17k|   0 |   0 |-3.297864e+02 |-1.010000e+02 |  69.37%
216.71/216.80	c   217s|     1 |     0 |392439 |     - |  84M|   0 | 996 |1000 |  15k|1000 |6382 |  17k|   0 |   0 |-3.295375e+02 |-1.010000e+02 |  69.35%
219.49/219.52	c   220s|     1 |     0 |394472 |     - |  84M|   0 | 995 |1000 |  15k|1000 |6406 |  17k|   0 |   0 |-3.292286e+02 |-1.010000e+02 |  69.32%
222.40/222.44	c   222s|     1 |     0 |397092 |     - |  84M|   0 | 996 |1000 |  15k|1000 |6428 |  17k|   0 |   0 |-3.286968e+02 |-1.010000e+02 |  69.27%
225.20/225.20	c   225s|     1 |     0 |399286 |     - |  84M|   0 | 995 |1000 |  15k|1000 |6456 |  17k|   0 |   0 |-3.283855e+02 |-1.010000e+02 |  69.24%
228.30/228.34	c   228s|     1 |     0 |402284 |     - |  83M|   0 | 996 |1000 |  15k|1000 |6486 |  17k|   0 |   0 |-3.276764e+02 |-1.010000e+02 |  69.18%
230.90/230.92	c   231s|     1 |     0 |403484 |     - |  83M|   0 | 996 |1000 |  15k|1000 |6505 |  17k|   0 |   0 |-3.274657e+02 |-1.010000e+02 |  69.16%
233.40/233.46	c   233s|     1 |     0 |404660 |     - |  83M|   0 | 996 |1000 |  15k|1000 |6439 |  17k|   0 |   0 |-3.272690e+02 |-1.010000e+02 |  69.14%
235.70/235.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.70/235.79	c   236s|     1 |     0 |405474 |     - |  82M|   0 | 996 |1000 |  15k|1000 |6452 |  17k|   0 |   0 |-3.271613e+02 |-1.010000e+02 |  69.13%
238.39/238.44	c   238s|     1 |     0 |407066 |     - |  82M|   0 | 998 |1000 |  15k|1000 |6464 |  17k|   0 |   0 |-3.267892e+02 |-1.010000e+02 |  69.09%
240.80/240.85	c   241s|     1 |     0 |408092 |     - |  81M|   0 | 996 |1000 |  15k|1000 |6485 |  17k|   0 |   0 |-3.266077e+02 |-1.010000e+02 |  69.08%
243.40/243.40	c   243s|     1 |     0 |409642 |     - |  80M|   0 | 998 |1000 |  15k|1000 |6504 |  17k|   0 |   0 |-3.264173e+02 |-1.010000e+02 |  69.06%
245.90/245.94	c   246s|     1 |     0 |410943 |     - |  79M|   0 | 998 |1000 |  15k|1000 |6522 |  17k|   0 |   0 |-3.262491e+02 |-1.010000e+02 |  69.04%
248.30/248.38	c   248s|     1 |     0 |411914 |     - |  79M|   0 | 998 |1000 |  15k|1000 |6467 |  17k|   0 |   0 |-3.260181e+02 |-1.010000e+02 |  69.02%
250.91/250.91	c   251s|     1 |     0 |413112 |     - |  79M|   0 | 999 |1000 |  15k|1000 |6483 |  17k|   0 |   0 |-3.258571e+02 |-1.010000e+02 |  69.00%
253.30/253.36	c   253s|     1 |     0 |414158 |     - |  77M|   0 | 999 |1000 |  15k|1000 |6497 |  17k|   0 |   0 |-3.256717e+02 |-1.010000e+02 |  68.99%
255.60/255.67	c   256s|     1 |     0 |414786 |     - |  77M|   0 | 998 |1000 |  15k|1000 |6511 |  17k|   0 |   0 |-3.255621e+02 |-1.010000e+02 |  68.98%
258.40/258.48	c   258s|     1 |     0 |416695 |     - |  76M|   0 | 998 |1000 |  15k|1000 |6527 |  17k|   0 |   0 |-3.252795e+02 |-1.010000e+02 |  68.95%
261.00/261.02	c   261s|     1 |     0 |417957 |     - |  74M|   0 | 998 |1000 |  15k|1000 |6543 |  17k|   0 |   0 |-3.250870e+02 |-1.010000e+02 |  68.93%
263.40/263.48	c   263s|     1 |     0 |418828 |     - |  73M|   0 | 998 |1000 |  15k|1000 |6506 |  17k|   0 |   0 |-3.249541e+02 |-1.010000e+02 |  68.92%
265.90/265.93	c   266s|     1 |     0 |419893 |     - |  72M|   0 | 997 |1000 |  15k|1000 |6522 |  17k|   0 |   0 |-3.248348e+02 |-1.010000e+02 |  68.91%
268.30/268.33	c   268s|     1 |     0 |420736 |     - |  70M|   0 | 997 |1000 |  15k|1000 |6539 |  18k|   0 |   0 |-3.246853e+02 |-1.010000e+02 |  68.89%
270.70/270.79	c   271s|     1 |     0 |421680 |     - |  70M|   0 | 997 |1000 |  15k|1000 |6549 |  18k|   0 |   0 |-3.244609e+02 |-1.010000e+02 |  68.87%
273.40/273.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.40/273.43	c   273s|     1 |     0 |423347 |     - |  69M|   0 | 998 |1000 |  15k|1000 |6566 |  18k|   0 |   0 |-3.242868e+02 |-1.010000e+02 |  68.85%
275.80/275.84	c   276s|     1 |     0 |424463 |     - |  68M|   0 | 998 |1000 |  15k|1000 |6579 |  18k|   0 |   0 |-3.241253e+02 |-1.010000e+02 |  68.84%
278.30/278.39	c   278s|     1 |     0 |425791 |     - |  68M|   0 |1000 |1000 |  15k|1000 |6543 |  18k|   0 |   0 |-3.239607e+02 |-1.010000e+02 |  68.82%
280.90/280.94	c   281s|     1 |     0 |427256 |     - |  68M|   0 | 999 |1000 |  15k|1000 |6558 |  18k|   0 |   0 |-3.238198e+02 |-1.010000e+02 |  68.81%
283.30/283.34	c   283s|     1 |     0 |428423 |     - |  68M|   0 | 998 |1000 |  15k|1000 |6581 |  18k|   0 |   0 |-3.237057e+02 |-1.010000e+02 |  68.80%
285.70/285.70	c   286s|     1 |     0 |429342 |     - |  68M|   0 | 999 |1000 |  15k|1000 |6596 |  18k|   0 |   0 |-3.235715e+02 |-1.010000e+02 |  68.79%
288.00/288.02	c   288s|     1 |     0 |430125 |     - |  68M|   0 | 999 |1000 |  15k|1000 |6606 |  18k|   0 |   0 |-3.234691e+02 |-1.010000e+02 |  68.78%
290.31/290.39	c   290s|     1 |     0 |430935 |     - |  68M|   0 | 999 |1000 |  15k|1000 |6620 |  18k|   0 |   0 |-3.234118e+02 |-1.010000e+02 |  68.77%
292.50/292.58	c   293s|     1 |     0 |431443 |     - |  67M|   0 | 999 |1000 |  15k|1000 |6580 |  18k|   0 |   0 |-3.233660e+02 |-1.010000e+02 |  68.77%
294.91/294.98	c   295s|     1 |     0 |432648 |     - |  67M|   0 | 999 |1000 |  15k|1000 |6590 |  18k|   0 |   0 |-3.232715e+02 |-1.010000e+02 |  68.76%
297.30/297.33	c   297s|     1 |     0 |433636 |     - |  67M|   0 | 997 |1000 |  15k|1000 |6603 |  18k|   0 |   0 |-3.231783e+02 |-1.010000e+02 |  68.75%
299.60/299.65	c   300s|     1 |     0 |434593 |     - |  67M|   0 | 999 |1000 |  15k|1000 |6615 |  18k|   0 |   0 |-3.230745e+02 |-1.010000e+02 |  68.74%
301.80/301.87	c   302s|     1 |     0 |435320 |     - |  67M|   0 | 997 |1000 |  15k|1000 |6624 |  18k|   0 |   0 |-3.230248e+02 |-1.010000e+02 |  68.73%
304.00/304.02	c   304s|     1 |     0 |435819 |     - |  67M|   0 | 969 |1000 |  15k|1000 |6639 |  18k|   0 |   0 |-3.230000e+02 |-1.010000e+02 |  68.73%
305.91/305.95	c   306s|     1 |     0 |435820 |     - |  64M|   0 | 968 |1000 |  15k|1000 |6591 |  18k|   0 |   0 |-3.230000e+02 |-1.010000e+02 |  68.73%
314.61/314.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.61/314.61	c   315s|     1 |     2 |435820 |     - |  62M|   0 | 968 |1000 |  15k|1000 |6591 |  18k|   0 |  21 |-3.230000e+02 |-1.010000e+02 |  68.73%
932.23/932.21	c   932s| 10000 | 10001 |  4694k| 425.9 | 109M|  75 | 364 |1000 |  15k|1000 |1700 |1001k|   0 |4054 |-3.192139e+02 |-1.010000e+02 |  68.36%
1324.94/1324.93	c  1325s| 20000 | 20001 |  8041k| 380.3 | 154M|  75 | 356 |1000 |  15k|1000 |1141 |2001k|   0 |6029 |-3.185413e+02 |-1.010000e+02 |  68.29%
1705.45/1705.48	c  1705s| 30000 | 30001 | 11404k| 365.6 | 199M|  78 | 131 |1000 |  15k|1000 |1136 |3000k|   0 |7560 |-3.180649e+02 |-1.010000e+02 |  68.25%
1797.06/1797.00	c 
1797.06/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.06/1797.00	c Solving Time (sec) : 1797.00
1797.06/1797.00	c Solving Nodes      : 32574
1797.06/1797.00	c Primal Bound       : -1.01000000000000e+02 (475 solutions)
1797.06/1797.00	c Dual Bound         : -3.17998146722640e+02
1797.06/1797.00	c Gap                : 68.24 %
1797.06/1797.02	s SATISFIABLE
1797.06/1797.02	v x1000 x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1797.06/1797.02	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1797.06/1797.02	v -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 
1797.06/1797.02	v -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 x929 -x928 -x927 -x926 -x925 -x924 -x923 x922 -x921 -x920 -x919 -x918 -x917 -x916 
1797.06/1797.02	v -x915 -x914 -x913 -x912 -x911 x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 x898 -x897 -x896 -x895 
1797.06/1797.02	v -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 
1797.06/1797.02	v -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 x862 -x861 x860 -x859 -x858 -x857 -x856 -x855 -x854 x853 
1797.06/1797.02	v -x852 -x851 -x850 -x849 -x848 x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1797.06/1797.02	v x831 -x830 -x829 -x828 x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 
1797.06/1797.02	v x810 -x809 -x808 -x807 -x806 -x805 -x804 x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 
1797.06/1797.02	v -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 x778 -x777 x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 x768 
1797.06/1797.02	v -x767 -x766 -x765 -x764 -x763 -x762 -x761 x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 x752 -x751 -x750 -x749 -x748 -x747 
1797.06/1797.02	v -x746 -x745 -x744 -x743 -x742 x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 
1797.06/1797.02	v -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 
1797.06/1797.02	v -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 
1797.06/1797.02	v -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 
1797.06/1797.02	v -x663 -x662 -x661 -x660 x659 -x658 -x657 -x656 -x655 x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 
1797.06/1797.02	v -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 x628 -x627 -x626 -x625 -x624 x623 -x622 -x621 
1797.06/1797.02	v -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 
1797.06/1797.02	v -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 x582 -x581 -x580 -x579 
1797.06/1797.02	v -x578 -x577 -x576 -x575 -x574 x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 x565 -x564 -x563 -x562 -x561 x560 -x559 -x558 
1797.06/1797.02	v -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 x548 -x547 -x546 -x545 -x544 -x543 x542 -x541 -x540 -x539 -x538 -x537 
1797.06/1797.02	v -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 
1797.06/1797.02	v -x515 -x514 -x513 x512 -x511 -x510 -x509 -x508 x507 -x506 x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 
1797.06/1797.02	v -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 
1797.06/1797.02	v -x473 -x472 x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 
1797.06/1797.02	v -x452 -x451 x450 -x449 -x448 x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 
1797.06/1797.02	v -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 
1797.06/1797.02	v -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 -x394 -x393 -x392 -x391 -x390 -x389 
1797.06/1797.02	v -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 -x369 -x368 
1797.06/1797.02	v -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 
1797.06/1797.02	v -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 
1797.06/1797.02	v -x326 -x325 -x324 -x323 x322 -x321 -x320 x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 x311 -x310 -x309 x308 -x307 -x306 -x305 
1797.06/1797.02	v -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 x284 
1797.06/1797.02	v -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 
1797.06/1797.02	v -x262 -x261 x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 
1797.06/1797.02	v x241 -x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 
1797.06/1797.02	v -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 
1797.06/1797.02	v -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 x191 x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 
1797.06/1797.02	v -x177 -x176 -x175 -x174 x173 -x172 x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 
1797.06/1797.02	v -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 
1797.06/1797.02	v x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 
1797.06/1797.02	v -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 x106 x105 -x104 x103 x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 
1797.06/1797.02	v -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 x81 -x80 -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1797.06/1797.02	v -x65 -x64 x63 x62 -x61 -x60 -x59 x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 
1797.06/1797.02	v -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 -x27 x26 x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 x17 -x16 x15 x14 x13 x12 
1797.06/1797.02	v -x11 -x10 x9 x8 x7 -x6 -x5 x4 x3 x2 x1 
1797.06/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1797.06/1797.02	c Total Time         :    1797.00
1797.06/1797.02	c   solving          :    1797.00
1797.06/1797.02	c   presolving       :       0.27 (included in solving)
1797.06/1797.02	c   reading          :       0.08 (included in solving)
1797.06/1797.02	c Original Problem   :
1797.06/1797.02	c   Problem name     : HOME/instance-3488592-1307783957.opb
1797.06/1797.02	c   Variables        : 16795 (16795 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.06/1797.02	c   Constraints      : 17795 initial, 17795 maximal
1797.06/1797.02	c Presolved Problem  :
1797.06/1797.02	c   Problem name     : t_HOME/instance-3488592-1307783957.opb
1797.06/1797.02	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.06/1797.02	c   Constraints      : 15795 initial, 15795 maximal
1797.06/1797.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.06/1797.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   and              :       0.11          0          0          0          0          0          0          0          0          0
1797.06/1797.02	c   linear           :       0.04      15795          0          0      15795          0       1000          0          0          0
1797.06/1797.02	c   pseudoboolean    :       0.01          0          0          0          0          0       1000          0          0          0
1797.06/1797.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.06/1797.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.06/1797.02	c   integral         :          0          0          0      37965          0      79628          0          0          0          0          0      65144
1797.06/1797.02	c   setppc           :      15795        192     118763       5393          2      79624          0          0     580871    3264501          0          0
1797.06/1797.02	c   countsols        :          0          0          0          0          2        477          0          0          0          0          0          0
1797.06/1797.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.06/1797.02	c   integral         :     266.99       0.00       0.00     266.94       0.00       0.05       0.00
1797.06/1797.02	c   setppc           :      23.62       0.72      10.31       4.04       0.00       8.56       0.00
1797.06/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.06/1797.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.06/1797.02	c   vbounds          :          0          0          0          0
1797.06/1797.02	c   rootredcost      :          0          0          0          0
1797.06/1797.02	c   pseudoobj        :     119150          0          0          0
1797.06/1797.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.06/1797.02	c   vbounds          :       0.02       0.02       0.00
1797.06/1797.02	c   rootredcost      :       0.02       0.02       0.00
1797.06/1797.02	c   pseudoobj        :       1.89       1.89       0.00
1797.06/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.06/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.06/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.06/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.06/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.06/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.06/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.06/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.06/1797.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.06/1797.02	c   cut pool         :       1.15        191          -          -       4307          -    (maximal pool size: 16058)
1797.06/1797.02	c   redcost          :       0.81      38156          0          0          0          0
1797.06/1797.02	c   impliedbounds    :       0.15        192          0          0      24248          0
1797.06/1797.02	c   intobj           :       0.00          0          0          0          0          0
1797.06/1797.02	c   gomory           :     175.58        191          0          0      60918          0
1797.06/1797.02	c   cgmip            :       0.00          0          0          0          0          0
1797.06/1797.02	c   closecuts        :       0.00          0          0          0          0          0
1797.06/1797.02	c   strongcg         :       1.17         20          0          0      10000          0
1797.06/1797.02	c   cmir             :       0.47         10          0          0          0          0
1797.06/1797.02	c   flowcover        :       0.40         10          0          0          0          0
1797.06/1797.02	c   clique           :       4.89        191          0          0       1641          0
1797.06/1797.02	c   zerohalf         :       0.00          0          0          0          0          0
1797.06/1797.02	c   mcf              :       0.01          1          0          0          0          0
1797.06/1797.02	c   oddcycle         :       0.00          0          0          0          0          0
1797.06/1797.02	c   rapidlearning    :       0.00          0          0          0          0          0
1797.06/1797.02	c Pricers            :       Time      Calls       Vars
1797.06/1797.02	c   problem variables:       0.00          0          0
1797.06/1797.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.06/1797.02	c   relpscost        :     266.92      32572          0          0          0          0      65144
1797.06/1797.02	c   pscost           :       0.00          0          0          0          0          0          0
1797.06/1797.02	c   inference        :       0.00          2          0          0          0          0          4
1797.06/1797.02	c   mostinf          :       0.00          0          0          0          0          0          0
1797.06/1797.02	c   leastinf         :       0.00          0          0          0          0          0          0
1797.06/1797.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.06/1797.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.06/1797.02	c   random           :       0.00          0          0          0          0          0          0
1797.06/1797.02	c Primal Heuristics  :       Time      Calls      Found
1797.06/1797.02	c   LP solutions     :       0.00          -          0
1797.06/1797.02	c   pseudo solutions :       0.00          -          0
1797.06/1797.02	c   oneopt           :       0.02          2          1
1797.06/1797.02	c   crossover        :       0.84         12          3
1797.06/1797.02	c   guideddiving     :      23.16        648         19
1797.06/1797.02	c   fracdiving       :      24.32        648         16
1797.06/1797.02	c   veclendiving     :      27.91        648         53
1797.06/1797.02	c   coefdiving       :      27.22        648         36
1797.06/1797.02	c   pscostdiving     :      27.92        648         36
1797.06/1797.02	c   trivial          :       0.02          2          1
1797.06/1797.02	c   shiftandpropagate:       0.00          0          0
1797.06/1797.02	c   simplerounding   :       4.99      32763        290
1797.06/1797.02	c   zirounding       :       0.26       1000          0
1797.06/1797.02	c   rounding         :      29.17       8282          1
1797.06/1797.02	c   shifting         :      11.25       2295          1
1797.06/1797.02	c   intshifting      :       0.00          0          0
1797.06/1797.02	c   twoopt           :       0.00          0          0
1797.06/1797.02	c   fixandinfer      :       0.00          0          0
1797.06/1797.02	c   feaspump         :       0.00          0          0
1797.06/1797.02	c   clique           :       0.00          0          0
1797.06/1797.02	c   intdiving        :       0.00          0          0
1797.06/1797.02	c   actconsdiving    :       0.00          0          0
1797.06/1797.02	c   objpscostdiving  :      15.58         16          0
1797.06/1797.02	c   rootsoldiving    :      10.98        208          1
1797.06/1797.02	c   linesearchdiving :      22.21        649         17
1797.06/1797.02	c   octane           :       0.00          0          0
1797.06/1797.02	c   rens             :       0.03          0          0
1797.06/1797.02	c   rins             :       0.00          0          0
1797.06/1797.02	c   localbranching   :       0.00          0          0
1797.06/1797.02	c   mutation         :       0.00          0          0
1797.06/1797.02	c   dins             :       0.00          0          0
1797.06/1797.02	c   vbounds          :       0.00          0          0
1797.06/1797.02	c   undercover       :       0.02          1          0
1797.06/1797.02	c   subnlp           :       0.01          0          0
1797.06/1797.02	c   trysol           :       0.01          0          0
1797.06/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.06/1797.02	c   primal LP        :       2.86          0          0       0.00       0.00
1797.06/1797.02	c   dual LP          :    1084.19      38158   10497894     275.12    9682.70
1797.06/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1797.06/1797.02	c   barrier LP       :       0.00          0          0       0.00          -
1797.06/1797.02	c   diving/probing LP:     157.21      39588    1700162      42.95   10814.50
1797.06/1797.02	c   strong branching :     265.00       8005    2003416     250.27    7560.11
1797.06/1797.02	c     (at root node) :          -         21      18508     881.33          -
1797.06/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1797.06/1797.02	c B&B Tree           :
1797.06/1797.02	c   number of runs   :          1
1797.06/1797.02	c   nodes            :      32574
1797.06/1797.02	c   nodes (total)    :      32574
1797.06/1797.02	c   nodes left       :      32575
1797.06/1797.02	c   max depth        :         78
1797.06/1797.02	c   max depth (total):         78
1797.06/1797.02	c   backtracks       :       4114 (12.6%)
1797.06/1797.02	c   delayed cutoffs  :          0
1797.06/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.06/1797.02	c   avg switch length:       4.00
1797.06/1797.02	c   switching time   :       8.50
1797.06/1797.02	c Solution           :
1797.06/1797.02	c   Solutions found  :        475 (4 improvements)
1797.06/1797.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.15 seconds, depth 0, found by <trivial>)
1797.06/1797.02	c   Primal Bound     : -1.01000000000000e+02   (in run 1, after 1 nodes, 0.96 seconds, depth 0, found by <oneopt>)
1797.06/1797.02	c   Dual Bound       : -3.17998146722640e+02
1797.06/1797.02	c   Gap              :      68.24 %
1797.06/1797.02	c   Root Dual Bound  : -3.23000000000000e+02
1797.06/1797.02	c   Root Iterations  :     435820
1797.26/1797.25	c Time complete: 1797.31.

Verifier Data

OK	-101

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488592-1307783957/watcher-3488592-1307783957 -o /tmp/evaluation-result-3488592-1307783957/solver-3488592-1307783957 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488592-1307783957.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.93 4/176 9138
/proc/meminfo: memFree=31496232/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=13304 CPUtime=0 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 2298 0 0 0 0 0 0 0 18 0 1 0 968626397 13623296 2253 33554432000 4194304 9016284 140733945415264 18446744073709551615 6181764 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9138/statm: 3326 2253 353 1178 0 2144 0

[startup+0.107167 s]
/proc/loadavg: 2.02 2.01 1.93 4/176 9138
/proc/meminfo: memFree=31496232/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=52884 CPUtime=0.09 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 12198 0 0 0 9 0 0 0 18 0 1 0 968626397 54153216 12153 33554432000 4194304 9016284 140733945415264 18446744073709551615 4622064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 13221 12153 426 1178 0 12039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52884

[startup+0.201153 s]
/proc/loadavg: 2.02 2.01 1.93 4/176 9138
/proc/meminfo: memFree=31496232/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=68436 CPUtime=0.19 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 15606 0 0 0 18 1 0 0 18 0 1 0 968626397 70078464 15561 33554432000 4194304 9016284 140733945415264 18446744073709551615 7875407 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 17109 15561 480 1178 0 15927 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 68436

[startup+0.301149 s]
/proc/loadavg: 2.02 2.01 1.93 4/176 9138
/proc/meminfo: memFree=31496232/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=72192 CPUtime=0.29 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 17082 0 0 0 28 1 0 0 18 0 1 0 968626397 73924608 16486 33554432000 4194304 9016284 140733945415264 18446744073709551615 5399120 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 18048 16486 501 1178 0 16866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72192

[startup+0.701059 s]
/proc/loadavg: 2.02 2.01 1.93 4/176 9138
/proc/meminfo: memFree=31496232/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=109048 CPUtime=0.69 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 27546 0 0 0 67 2 0 0 18 0 1 0 968626397 111665152 25743 33554432000 4194304 9016284 140733945415264 18446744073709551615 4786469 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 27521 25746 659 1178 0 26339 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109048

[startup+1.50091 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9178
/proc/meminfo: memFree=31365940/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=103404 CPUtime=1.49 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 28226 0 0 0 147 2 0 0 20 0 1 0 968626397 105885696 24149 33554432000 4194304 9016284 140733945415264 18446744073709551615 6235114 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 25851 24149 706 1178 0 24669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103404

[startup+3.1006 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9178
/proc/meminfo: memFree=31350144/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=107308 CPUtime=3.09 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 29510 0 0 0 306 3 0 0 25 0 1 0 968626397 109883392 25393 33554432000 4194304 9016284 140733945415264 18446744073709551615 5514916 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 26827 25393 784 1178 0 25645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107308

[startup+6.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9178
/proc/meminfo: memFree=31340948/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=115944 CPUtime=6.29 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 32092 0 0 0 625 4 0 0 25 0 1 0 968626397 118726656 27670 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 28986 27670 701 1178 0 27804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115944

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9178
/proc/meminfo: memFree=31306472/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=150944 CPUtime=12.69 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 40946 0 0 0 1261 8 0 0 25 0 1 0 968626397 154566656 36367 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 37736 36367 720 1178 0 36554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150944

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9179
/proc/meminfo: memFree=31260824/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=166176 CPUtime=25.5 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 44264 0 0 0 2535 15 0 0 25 0 1 0 968626397 170164224 39640 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 41544 39640 693 1178 0 40362 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 166176

[startup+51.1005 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9179
/proc/meminfo: memFree=31232628/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=186472 CPUtime=51.09 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 49354 0 0 0 5081 28 0 0 25 0 1 0 968626397 190947328 44671 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 46618 44671 682 1178 0 45436 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186472

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9181
/proc/meminfo: memFree=31173052/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=201336 CPUtime=102.3 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 53055 0 0 0 10181 49 0 0 25 0 1 0 968626397 206168064 48324 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50334 48324 726 1178 0 49152 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201336

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9182
/proc/meminfo: memFree=31120992/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=201336 CPUtime=162.29 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 53071 0 0 0 16159 70 0 0 25 0 1 0 968626397 206168064 48340 33554432000 4194304 9016284 140733945415264 18446744073709551615 7260891 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50334 48340 726 1178 0 49152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 201336

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9184
/proc/meminfo: memFree=31082964/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=201336 CPUtime=222.3 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 53080 0 0 0 22139 91 0 0 25 0 1 0 968626397 206168064 48349 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50334 48349 726 1178 0 49152 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 201336

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9185
/proc/meminfo: memFree=31046572/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=201336 CPUtime=282.3 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 53086 0 0 0 28123 107 0 0 25 0 1 0 968626397 206168064 48355 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50334 48355 726 1178 0 49152 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 201336

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 9187
/proc/meminfo: memFree=31025808/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=200744 CPUtime=342.3 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 54064 0 0 0 34094 136 0 0 25 0 1 0 968626397 205561856 48297 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50186 48297 698 1178 0 49004 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 200744

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9189
/proc/meminfo: memFree=31012592/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=200744 CPUtime=402.31 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 54074 0 0 0 40045 186 0 0 25 0 1 0 968626397 205561856 48307 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 50186 48307 700 1178 0 49004 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 200744

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9190
/proc/meminfo: memFree=30991444/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=197928 CPUtime=462.3 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 57081 0 0 0 45993 237 0 0 25 0 1 0 968626397 202678272 47636 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 49482 47636 707 1178 0 48300 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 197928

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9192
/proc/meminfo: memFree=30965460/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=197928 CPUtime=522.31 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 57086 0 0 0 51941 290 0 0 25 0 1 0 968626397 202678272 47641 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 49482 47641 707 1178 0 48300 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 197928

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9193
/proc/meminfo: memFree=30947660/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=197928 CPUtime=582.31 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 70566 0 0 0 57890 341 0 0 25 0 1 0 968626397 202678272 47645 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 49482 47645 707 1178 0 48300 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 197928

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=30789456/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=228528 CPUtime=1062.33 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 115232 0 0 0 105430 803 0 0 25 0 1 0 968626397 234012672 54887 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 57132 54887 707 1178 0 55950 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 228528

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9208
/proc/meminfo: memFree=30775536/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=234640 CPUtime=1122.33 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 116860 0 0 0 111371 862 0 0 25 0 1 0 968626397 240271360 56514 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 58660 56514 707 1178 0 57478 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 234640

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9211
/proc/meminfo: memFree=30758256/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=241396 CPUtime=1182.33 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 118623 0 0 0 117314 919 0 0 25 0 1 0 968626397 247189504 58268 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 60349 58268 707 1178 0 59167 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 241396

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 9214
/proc/meminfo: memFree=30747328/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=248104 CPUtime=1242.34 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 126483 0 0 0 123254 980 0 0 25 0 1 0 968626397 254058496 59742 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 62026 59742 707 1178 0 60844 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 248104

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/178 9216
/proc/meminfo: memFree=30729060/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=256856 CPUtime=1302.34 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 128795 0 0 0 129197 1037 0 0 25 0 1 0 968626397 263020544 62014 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 64214 62014 707 1178 0 63032 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 256856

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 9217
/proc/meminfo: memFree=30716720/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=264028 CPUtime=1362.34 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 130659 0 0 0 135140 1094 0 0 25 0 1 0 968626397 270364672 63878 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 66007 63878 707 1178 0 64825 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 264028

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 9219
/proc/meminfo: memFree=30698196/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=273820 CPUtime=1422.35 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 133063 0 0 0 141085 1150 0 0 25 0 1 0 968626397 280391680 66244 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 68455 66244 707 1178 0 67273 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 273820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9220
/proc/meminfo: memFree=30690696/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=276612 CPUtime=1482.34 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 133739 0 0 0 147026 1208 0 0 25 0 1 0 968626397 283250688 66920 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 69153 66920 707 1178 0 67971 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 276612

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9222
/proc/meminfo: memFree=30680480/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=282116 CPUtime=1542.35 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 135239 0 0 0 152965 1270 0 0 25 0 1 0 968626397 288886784 68391 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 70529 68391 707 1178 0 69347 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 282116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9224
/proc/meminfo: memFree=30668536/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=289456 CPUtime=1602.35 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 137099 0 0 0 158908 1327 0 0 25 0 1 0 968626397 296402944 70201 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 72364 70201 707 1178 0 71182 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 289456

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9225
/proc/meminfo: memFree=30659444/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=296332 CPUtime=1662.35 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 138830 0 0 0 164849 1386 0 0 25 0 1 0 968626397 303443968 71925 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 74083 71925 707 1178 0 72901 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 296332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9227
/proc/meminfo: memFree=30645772/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=301924 CPUtime=1722.35 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 140210 0 0 0 170792 1443 0 0 25 0 1 0 968626397 309170176 73305 33554432000 4194304 9016284 140733945415264 18446744073709551615 7214130 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 75481 73305 707 1178 0 74299 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 301924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9228
/proc/meminfo: memFree=30637408/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=308488 CPUtime=1782.36 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 148260 0 0 0 176730 1506 0 0 25 0 1 0 968626397 315891712 74875 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 77122 74875 707 1178 0 75940 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 308488

Solver just ended. Dumping a history of the last processes samples

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9228
/proc/meminfo: memFree=30636664/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=308488 CPUtime=1785.65 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 148266 0 0 0 177056 1509 0 0 25 0 1 0 968626397 315891712 74881 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 77122 74881 707 1178 0 75940 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 308488

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9229
/proc/meminfo: memFree=30635168/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=309720 CPUtime=1792.06 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 148546 0 0 0 177691 1515 0 0 25 0 1 0 968626397 317153280 75161 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 77430 75161 707 1178 0 76248 0
Current children cumulated CPU time (s) 1792.06
Current children cumulated vsize (KiB) 309720

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9229
/proc/meminfo: memFree=30633804/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=311036 CPUtime=1795.26 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 148916 0 0 0 178008 1518 0 0 25 0 1 0 968626397 318500864 75509 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 77759 75509 707 1178 0 76577 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 311036

[startup+1796.8 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 9229
/proc/meminfo: memFree=30631820/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=313064 CPUtime=1796.86 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 149391 0 0 0 178166 1520 0 0 25 0 1 0 968626397 320577536 75975 33554432000 4194304 9016284 140733945415264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9138/statm: 78266 75975 707 1178 0 77084 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 313064

[startup+1797.2 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 9229
/proc/meminfo: memFree=30631820/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=313316 CPUtime=1797.26 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) R 9134 9138 9093 0 -1 4202496 149623 0 0 0 178206 1520 0 0 18 0 1 0 968626397 320835584 76001 33554432000 4194304 9016284 140733945415264 18446744073709551615 4652540 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9138/statm: 78329 76001 714 1178 0 77147 0
Current children cumulated CPU time (s) 1797.26
Current children cumulated vsize (KiB) 313316

[startup+1797.4 s]
/proc/loadavg: 2.08 2.02 1.96 3/177 9229
/proc/meminfo: memFree=30932896/32950928 swapFree=67056212/67111528
[pid=9138] ppid=9134 vsize=0 CPUtime=1797.31 cores=0,2,4,6
/proc/9138/stat : 9138 (scip-2.0.1.4b_2) S 9134 9138 9093 0 -1 4202500 149628 0 0 0 178210 1521 0 0 18 0 1 0 968626397 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9138/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1797.46
CPU time (s): 1797.32
CPU user time (s): 1782.1
CPU system time (s): 15.2197
CPU usage (%): 99.9922
Max. virtual memory (cumulated for all children) (KiB): 321720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.1
system time used= 15.2197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2312

runsolver used 2.77158 second user time and 5.57315 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-11 11:19:17
IDJOB=3488592
IDBENCH=48196
IDSOLVER=1979
FILE ID=node115/3488592-1307783957
RUNJOBID= node115-1307783957-9111
PBS_JOBID= 13550896
Free space on /tmp= 74128 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_5.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488592-1307783957/watcher-3488592-1307783957 -o /tmp/evaluation-result-3488592-1307783957/solver-3488592-1307783957 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488592-1307783957.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 54b0d54e7a8a81cee8fd7c7c85a68b83
RANDOM SEED=1670952162

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31497220 kB
Buffers:        273376 kB
Cached:         967360 kB
SwapCached:       9476 kB
Active:         462496 kB
Inactive:       797376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31497220 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           33796 kB
Writeback:           0 kB
AnonPages:       16900 kB
Mapped:          12040 kB
Slab:           127188 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74096 MiB
End job on node115 at 2011-06-11 11:49:15