Trace number 2664155

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
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)728 1800.07 1800.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8b3.opb
MD5SUM192e079d91d386374bed5b6f1f3b1921
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark507
Best CPU time to get the best result obtained on this benchmark21.6037
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 507
Optimality of the best value was proved NO
Number of variables1632
Total number of constraints6924
Number of constraints which are clauses6924
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 1632
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 1632
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1632
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2664155-1276427452.opb>
0.09/0.12	c original problem has 1632 variables (1632 bin, 0 int, 0 impl, 0 cont) and 6924 constraints
0.09/0.12	c problem read
0.09/0.12	c presolving settings loaded
0.09/0.13	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.16	c presolving:
0.19/0.21	c (round 1) 12 del vars, 12 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 44112 impls, 0 clqs
0.19/0.28	c (round 2) 12 del vars, 42 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6162 upgd conss, 44112 impls, 0 clqs
0.29/0.32	c (round 3) 12 del vars, 42 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6882 upgd conss, 44112 impls, 0 clqs
0.39/0.43	c    (0.3s) probing: 101/1620 (6.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.43	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.43	c presolving (4 rounds):
0.39/0.43	c  12 deleted vars, 42 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.43	c  44112 implications, 0 cliques
0.39/0.43	c presolved problem has 1620 variables (1620 bin, 0 int, 0 impl, 0 cont) and 6882 constraints
0.39/0.43	c    6882 constraints of type <logicor>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.25
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 1.2.1.2
0.39/0.43	c 
0.39/0.43	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c conflict/interconss = 0
0.39/0.43	c 
0.39/0.43	c # should binary conflicts be preferred?
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c conflict/preferbinary = TRUE
0.39/0.43	c 
0.39/0.43	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c constraints/agelimit = 1
0.39/0.43	c 
0.39/0.43	c # should enforcement of pseudo solution be disabled?
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/disableenfops = TRUE
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1799.88
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 1620
0.39/0.43	c 
0.39/0.43	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c lp/solvefreq = -1
0.39/0.43	c 
0.39/0.43	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.39/0.43	c # [type: char, range: {lafpsqd}, default: l]
0.39/0.43	c lp/pricing = a
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # priority of node selection rule <dfs> in standard mode
0.39/0.43	c # [type: int, range: [-536870912,536870911], default: 0]
0.39/0.43	c nodeselection/dfs/stdpriority = 1000000
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.43	c 
0.39/0.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.44	c   0.3s|     1 |     2 |     0 |     - |9816k|   0 |   - |1620 |6882 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.62	o 736
0.59/0.62	c * 0.4s|   298 |   155 |     0 |   0.0 |  10M| 222 |   - |1620 |6890 |   0 |   0 |   0 |  38 |   0 | 1.000000e+00 | 7.360000e+02 |  Large 
0.59/0.63	o 735
0.59/0.63	c * 0.5s|   312 |   154 |     0 |   0.0 |  10M| 222 |   - |1620 |6890 |   0 |   0 |   0 |  38 |   0 | 1.000000e+00 | 7.350000e+02 |  Large 
0.59/0.66	o 733
0.59/0.66	c * 0.5s|   418 |   153 |     0 |   0.0 |  10M| 228 |   - |1620 |6890 |   0 |   0 |   0 |  38 |   0 | 1.000000e+00 | 7.330000e+02 |  Large 
0.69/0.70	o 731
0.69/0.70	c * 0.5s|   569 |   153 |     0 |   0.0 |  10M| 231 |   - |1620 |6890 |   0 |   0 |   0 |  38 |   0 | 1.000000e+00 | 7.310000e+02 |  Large 
0.69/0.75	o 730
0.69/0.75	c * 0.6s|   682 |   153 |     0 |   0.0 |  10M| 231 |   - |1620 |6890 |   0 |   0 |   0 |  39 |   0 | 1.000000e+00 | 7.300000e+02 |  Large 
0.79/0.83	o 728
0.79/0.83	c * 0.7s|   920 |   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 |  40 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
4.79/4.88	c   4.6s| 10000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 273 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
9.49/9.59	c   9.1s| 20000 |   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 550 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
13.99/14.04	c  13.3s| 30000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 717 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
18.59/18.67	c  17.8s| 40000 |   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |1017 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
23.39/23.45	c  22.4s| 50000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |1385 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
28.18/28.23	c  27.0s| 60000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |1769 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
32.89/32.91	c  31.6s| 70000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |2106 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
38.68/38.70	c  37.2s| 80000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |3052 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
43.38/43.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.38/43.42	c  41.7s| 90000 |   152 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |3538 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
48.38/48.44	c  46.6s|100000 |   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |4082 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
52.88/52.96	c  50.9s|110000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |4423 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
57.97/58.09	c  55.8s|120000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |4907 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
62.97/63.08	c  60.6s|130000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |5358 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
67.57/67.66	c  65.1s|140000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |5655 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
71.97/72.03	c  69.3s|150000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 |5839 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
76.98/77.06	c  74.1s|160000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |6384 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
82.07/82.18	c  79.0s|170000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |7056 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
87.27/87.38	c  84.1s|180000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |7808 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
92.56/92.63	c  89.2s|190000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |8595 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
98.07/98.16	c  94.5s|200000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |9394 |   0 | 1.000000e+00 | 7.280000e+02 |  Large 
103.96/104.04	c   100s|210000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
110.26/110.33	c   106s|220000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
115.37/115.47	c   111s|230000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
120.46/120.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.46/120.58	c   116s|240000 |   152 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
125.37/125.49	c   121s|250000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
130.56/130.67	c   126s|260000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
135.66/135.76	c   131s|270000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
141.35/141.48	c   136s|280000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
145.85/145.96	c   141s|290000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
150.95/151.08	c   146s|300000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
155.75/155.81	c   150s|310000 |   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
160.95/161.02	c   155s|320000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
166.45/166.59	c   161s|330000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
171.55/171.66	c   166s|340000 |   151 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
176.65/176.72	c   170s|350000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
181.95/182.06	c   176s|360000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
186.95/187.02	c   180s|370000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
192.24/192.36	c   186s|380000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
197.64/197.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.64/197.79	c   191s|390000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
202.54/202.67	c   196s|400000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
208.24/208.30	c   201s|410000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
213.73/213.89	c   206s|420000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
219.63/219.73	c   212s|430000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
224.93/225.02	c   217s|440000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
229.73/229.90	c   222s|450000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
234.32/234.47	c   226s|460000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
239.23/239.38	c   231s|470000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
243.73/243.89	c   235s|480000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
248.13/248.25	c   240s|490000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
253.12/253.29	c   244s|500000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6913 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
257.82/257.96	c   249s|510000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
262.42/262.56	c   253s|520000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
266.92/267.08	c   258s|530000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
271.62/271.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.62/271.77	c   262s|540000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
277.02/277.18	c   267s|550000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6913 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
282.12/282.24	c   272s|560000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
287.51/287.64	c   278s|570000 |   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
292.31/292.40	c   282s|580000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
297.21/297.30	c   287s|590000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
301.81/301.90	c   291s|600000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
306.82/306.91	c   296s|610000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
311.91/312.06	c   301s|620000 |   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
316.71/316.84	c   306s|630000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
321.70/321.82	c   311s|640000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
326.61/326.73	c   315s|650000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
331.10/331.24	c   320s|660000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
335.91/336.05	c   324s|670000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
341.50/341.66	c   330s|680000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
347.51/347.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.51/347.67	c   336s|690000 |   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
353.10/353.22	c   341s|700000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
358.60/358.76	c   346s|710000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
364.79/364.97	c   352s|720000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
370.60/370.72	c   358s|730000 |   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
376.39/376.59	c   363s|740000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
382.49/382.64	c   369s|750000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
388.79/388.90	c   375s|760000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
393.89/394.06	c   380s|770000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
398.98/399.15	c   385s|780000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
404.28/404.45	c   390s|790000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
409.48/409.66	c   395s|800000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
415.18/415.34	c   401s|810000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
420.47/420.67	c   406s|820000 |   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6911 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
426.38/426.52	c   412s|830000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
432.18/432.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.18/432.31	c   417s|840000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
437.47/437.63	c   422s|850000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
441.98/442.11	c   427s|860000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
446.48/446.69	c   431s|870000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
450.87/451.04	c   435s|880000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
455.37/455.58	c   440s|890000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
459.97/460.16	c   444s|900000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
465.57/465.72	c   449s|910000 |   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
470.76/470.96	c   455s|920000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
475.57/475.78	c   459s|930000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
481.46/481.60	c   465s|940000 |   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
486.56/486.71	c   470s|950000 |   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
491.76/491.98	c   475s|960000 |   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
496.76/496.96	c   480s|970000 |   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
501.36/501.52	c   484s|980000 |   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
505.87/506.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.87/506.09	c   488s|990000 |   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
511.65/511.84	c   494s|  1000k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6911 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
516.76/516.97	c   499s|  1010k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
521.66/521.85	c   504s|  1020k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
526.85/527.02	c   509s|  1030k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
531.55/531.72	c   513s|  1040k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
536.55/536.75	c   518s|  1050k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
541.55/541.71	c   523s|  1060k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
546.55/546.74	c   528s|  1070k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
551.75/551.96	c   533s|  1080k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
556.74/556.93	c   537s|  1090k|   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
561.74/561.96	c   542s|  1100k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
566.94/567.17	c   547s|  1110k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
572.74/572.93	c   553s|  1120k|   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
577.64/577.86	c   558s|  1130k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
582.74/582.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.74/582.99	c   563s|  1140k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
588.13/588.37	c   568s|  1150k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
592.93/593.16	c   573s|  1160k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
597.73/597.90	c   577s|  1170k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
602.73/602.96	c   582s|  1180k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
607.43/607.68	c   587s|  1190k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
612.44/612.66	c   591s|  1200k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
617.02/617.26	c   596s|  1210k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6911 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
621.42/621.64	c   600s|  1220k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
626.23/626.46	c   605s|  1230k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
631.92/632.18	c   610s|  1240k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
636.73/636.99	c   615s|  1250k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
641.42/641.63	c   619s|  1260k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
646.42/646.65	c   624s|  1270k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
651.62/651.80	c   629s|  1280k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
656.61/656.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.61/656.87	c   634s|  1290k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
661.81/662.05	c   639s|  1300k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
666.82/667.09	c   644s|  1310k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
672.31/672.50	c   649s|  1320k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  73k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
677.42/677.69	c   654s|  1330k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
682.81/683.10	c   659s|  1340k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
688.81/689.00	c   665s|  1350k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6913 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
694.01/694.21	c   670s|  1360k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
698.91/699.17	c   675s|  1370k|   152 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
703.71/703.97	c   680s|  1380k|   151 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
708.41/708.62	c   684s|  1390k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
713.80/714.07	c   689s|  1400k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
719.70/719.99	c   695s|  1410k|   152 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |  79k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
724.71/724.99	c   700s|  1420k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  79k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
729.70/729.97	c   705s|  1430k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  79k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
734.60/734.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.60/734.89	c   709s|  1440k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
739.80/740.04	c   714s|  1450k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
745.09/745.34	c   719s|  1460k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
750.40/750.69	c   725s|  1470k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
755.79/756.04	c   730s|  1480k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  82k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
760.79/761.09	c   735s|  1490k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  82k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
765.78/766.09	c   739s|  1500k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 |  83k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
771.29/771.54	c   745s|  1510k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |  83k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
776.68/776.96	c   750s|  1520k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
781.98/782.24	c   755s|  1530k|   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
787.48/787.78	c   760s|  1540k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  85k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
792.79/793.05	c   766s|  1550k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
797.68/797.90	c   770s|  1560k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
802.68/802.96	c   775s|  1570k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
808.38/808.66	c   781s|  1580k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
814.27/814.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.27/814.51	c   786s|  1590k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
820.67/820.96	c   792s|  1600k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
826.47/826.73	c   798s|  1610k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 |  90k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
832.27/832.55	c   804s|  1620k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
838.37/838.68	c   810s|  1630k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 |  92k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
844.86/845.17	c   816s|  1640k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 |  93k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
850.56/850.84	c   821s|  1650k|   151 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
855.87/856.18	c   827s|  1660k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
861.46/861.73	c   832s|  1670k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
867.06/867.33	c   837s|  1680k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
873.36/873.63	c   844s|  1690k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
880.16/880.41	c   850s|  1700k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
886.36/886.68	c   856s|  1710k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 100k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
892.15/892.42	c   862s|  1720k|   151 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
897.65/897.92	c   867s|  1730k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 102k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
903.25/903.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.25/903.58	c   873s|  1740k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 | 102k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
908.95/909.26	c   878s|  1750k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
915.65/915.94	c   885s|  1760k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
921.15/921.47	c   890s|  1770k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 105k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
926.64/926.97	c   895s|  1780k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 106k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
932.65/932.99	c   901s|  1790k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
938.64/938.91	c   907s|  1800k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 108k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
943.94/944.25	c   912s|  1810k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
949.24/949.54	c   917s|  1820k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
954.64/954.94	c   922s|  1830k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
960.05/960.35	c   928s|  1840k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
964.94/965.27	c   932s|  1850k|   151 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
970.34/970.66	c   938s|  1860k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
976.33/976.66	c   943s|  1870k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 114k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
982.33/982.62	c   949s|  1880k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
987.23/987.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.23/987.56	c   954s|  1890k|   149 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
991.94/992.21	c   958s|  1900k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
996.73/997.01	c   963s|  1910k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1002.22/1002.57	c   968s|  1920k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1007.73/1008.00	c   974s|  1930k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1013.63/1013.92	c   979s|  1940k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1019.22/1019.57	c   985s|  1950k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1024.32/1024.60	c   990s|  1960k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1028.92/1029.29	c   994s|  1970k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 121k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1034.11/1034.45	c   999s|  1980k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 121k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1039.32/1039.69	c  1004s|  1990k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1044.62/1044.97	c  1009s|  2000k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 123k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1050.22/1050.55	c  1015s|  2010k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1055.62/1055.99	c  1020s|  2020k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1060.92/1061.28	c  1025s|  2030k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1066.21/1066.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1066.21/1066.51	c  1030s|  2040k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1070.81/1071.19	c  1035s|  2050k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1075.91/1076.24	c  1040s|  2060k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1080.61/1080.93	c  1044s|  2070k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1085.50/1085.83	c  1049s|  2080k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1090.40/1090.76	c  1054s|  2090k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1095.21/1095.57	c  1058s|  2100k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1100.40/1100.72	c  1063s|  2110k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1105.30/1105.67	c  1068s|  2120k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 128k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1111.00/1111.30	c  1073s|  2130k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1116.20/1116.58	c  1078s|  2140k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1122.20/1122.58	c  1084s|  2150k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1127.10/1127.47	c  1089s|  2160k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1132.20/1132.58	c  1094s|  2170k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1137.59/1137.93	c  1099s|  2180k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1142.79/1143.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1142.79/1143.16	c  1104s|  2190k|   150 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1147.79/1148.15	c  1109s|  2200k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1152.79/1153.13	c  1114s|  2210k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1158.48/1158.83	c  1119s|  2220k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6899 |   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1164.18/1164.50	c  1125s|  2230k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1169.19/1169.58	c  1130s|  2240k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1175.38/1175.70	c  1136s|  2250k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1180.28/1180.67	c  1140s|  2260k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1185.27/1185.67	c  1145s|  2270k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 137k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1192.17/1192.54	c  1152s|  2280k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1198.27/1198.67	c  1158s|  2290k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1204.67/1205.00	c  1164s|  2300k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 141k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1211.57/1211.94	c  1171s|  2310k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1218.07/1218.41	c  1177s|  2320k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6907 |   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1223.88/1224.24	c  1183s|  2330k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 | 144k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1229.27/1229.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.27/1229.66	c  1188s|  2340k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1235.16/1235.53	c  1194s|  2350k|   138 |     0 |   0.0 |  10M| 236 |   - |1620 |6914 |   0 |   0 |   0 | 146k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1240.66/1241.02	c  1199s|  2360k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1246.46/1246.81	c  1205s|  2370k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6913 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1251.76/1252.11	c  1210s|  2380k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6919 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1257.76/1258.18	c  1216s|  2390k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6916 |   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1263.66/1264.02	c  1221s|  2400k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6914 |   0 |   0 |   0 | 150k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1269.06/1269.49	c  1226s|  2410k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6915 |   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1273.96/1274.32	c  1231s|  2420k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6914 |   0 |   0 |   0 | 152k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1278.86/1279.27	c  1236s|  2430k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6916 |   0 |   0 |   0 | 152k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1285.46/1285.80	c  1242s|  2440k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6922 |   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1291.45/1291.85	c  1248s|  2450k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6919 |   0 |   0 |   0 | 154k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1297.04/1297.45	c  1254s|  2460k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1302.95/1303.39	c  1259s|  2470k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6902 |   0 |   0 |   0 | 156k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1308.75/1309.16	c  1265s|  2480k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 157k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1314.16/1314.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1314.16/1314.58	c  1270s|  2490k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6913 |   0 |   0 |   0 | 157k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1319.94/1320.36	c  1276s|  2500k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1325.15/1325.59	c  1281s|  2510k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 | 159k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1330.14/1330.56	c  1286s|  2520k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 | 159k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1335.33/1335.73	c  1291s|  2530k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 | 160k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1341.34/1341.70	c  1296s|  2540k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6911 |   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1346.05/1346.49	c  1301s|  2550k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1351.44/1351.83	c  1306s|  2560k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1357.23/1357.68	c  1312s|  2570k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 | 163k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1363.03/1363.47	c  1317s|  2580k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6908 |   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1368.63/1369.06	c  1323s|  2590k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 | 165k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1373.93/1374.39	c  1328s|  2600k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6909 |   0 |   0 |   0 | 165k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1380.53/1380.96	c  1334s|  2610k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6914 |   0 |   0 |   0 | 167k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1387.23/1387.68	c  1341s|  2620k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6916 |   0 |   0 |   0 | 168k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1393.42/1393.84	c  1347s|  2630k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6914 |   0 |   0 |   0 | 169k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1399.22/1399.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.22/1399.66	c  1353s|  2640k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 | 170k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1405.12/1405.59	c  1358s|  2650k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6915 |   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1410.62/1411.09	c  1364s|  2660k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6915 |   0 |   0 |   0 | 172k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1416.42/1416.89	c  1369s|  2670k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6911 |   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1422.01/1422.48	c  1375s|  2680k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6912 |   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1429.81/1430.26	c  1382s|  2690k|   138 |     0 |   0.0 |  10M| 236 |   - |1620 |6910 |   0 |   0 |   0 | 176k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1435.02/1435.43	c  1387s|  2700k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 177k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1440.81/1441.21	c  1393s|  2710k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1446.51/1446.94	c  1398s|  2720k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1452.91/1453.31	c  1405s|  2730k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1458.51/1458.96	c  1410s|  2740k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 180k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1466.31/1466.75	c  1418s|  2750k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 182k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1471.70/1472.16	c  1423s|  2760k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 182k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1477.20/1477.66	c  1428s|  2770k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 183k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1482.70/1483.11	c  1433s|  2780k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 184k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1488.30/1488.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1488.30/1488.71	c  1439s|  2790k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 185k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1493.40/1493.89	c  1444s|  2800k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 185k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1499.29/1499.72	c  1449s|  2810k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1504.89/1505.34	c  1455s|  2820k|   148 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 187k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1509.59/1510.03	c  1459s|  2830k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1514.30/1514.75	c  1464s|  2840k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1519.28/1519.73	c  1469s|  2850k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1524.10/1524.59	c  1473s|  2860k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1529.29/1529.71	c  1478s|  2870k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1534.99/1535.41	c  1484s|  2880k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6905 |   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1539.69/1540.19	c  1488s|  2890k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6904 |   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1544.88/1545.37	c  1493s|  2900k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1550.28/1550.77	c  1499s|  2910k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1555.28/1555.73	c  1503s|  2920k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1559.68/1560.13	c  1508s|  2930k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1564.68/1565.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1564.68/1565.19	c  1512s|  2940k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1570.39/1570.86	c  1518s|  2950k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 194k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1576.38/1576.86	c  1524s|  2960k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 195k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1581.97/1582.43	c  1529s|  2970k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1586.48/1586.99	c  1534s|  2980k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1592.08/1592.52	c  1539s|  2990k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 197k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1598.26/1598.75	c  1545s|  3000k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 198k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1606.86/1607.33	c  1553s|  3010k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1612.97/1613.41	c  1559s|  3020k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 201k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1618.36/1618.85	c  1564s|  3030k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 201k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1623.47/1623.95	c  1569s|  3040k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1628.26/1628.70	c  1574s|  3050k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1633.07/1633.59	c  1579s|  3060k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1638.46/1638.96	c  1584s|  3070k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6906 |   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1643.86/1644.32	c  1589s|  3080k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6896 |   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1649.46/1650.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.46/1650.00	c  1594s|  3090k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6900 |   0 |   0 |   0 | 205k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1655.06/1655.51	c  1600s|  3100k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 206k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1660.56/1661.04	c  1605s|  3110k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 | 206k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1665.75/1666.20	c  1610s|  3120k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 207k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1671.25/1671.78	c  1616s|  3130k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 | 207k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1676.15/1676.62	c  1620s|  3140k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 208k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1680.85/1681.38	c  1625s|  3150k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 | 208k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1685.34/1685.86	c  1629s|  3160k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 208k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1690.05/1690.59	c  1634s|  3170k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 208k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1696.34/1696.88	c  1640s|  3180k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 209k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1701.75/1702.28	c  1645s|  3190k|   146 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 | 210k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1706.65/1707.13	c  1650s|  3200k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 210k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1711.74/1712.22	c  1655s|  3210k|   147 |     0 |   0.0 |  10M| 236 |   - |1620 |6890 |   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1716.84/1717.38	c  1660s|  3220k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1721.74/1722.29	c  1664s|  3230k|   143 |     0 |   0.0 |  10M| 236 |   - |1620 |6891 |   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1727.04/1727.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1727.04/1727.57	c  1669s|  3240k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6892 |   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1733.63/1734.19	c  1676s|  3250k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6895 |   0 |   0 |   0 | 213k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1739.23/1739.76	c  1681s|  3260k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 214k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1744.44/1744.98	c  1686s|  3270k|   142 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 214k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1749.83/1750.30	c  1691s|  3280k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 215k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1755.03/1755.57	c  1696s|  3290k|   138 |     0 |   0.0 |  10M| 236 |   - |1620 |6894 |   0 |   0 |   0 | 215k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1760.03/1760.56	c  1701s|  3300k|   140 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 216k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1765.42/1765.93	c  1706s|  3310k|   138 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 217k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1771.33/1771.85	c  1712s|  3320k|   145 |     0 |   0.0 |  10M| 236 |   - |1620 |6893 |   0 |   0 |   0 | 218k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1777.32/1777.89	c  1718s|  3330k|   144 |     0 |   0.0 |  10M| 236 |   - |1620 |6903 |   0 |   0 |   0 | 219k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1783.32/1783.85	c  1724s|  3340k|   141 |     0 |   0.0 |  10M| 236 |   - |1620 |6897 |   0 |   0 |   0 | 220k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1789.22/1789.72	c  1729s|  3350k|   139 |     0 |   0.0 |  10M| 236 |   - |1620 |6901 |   0 |   0 |   0 | 221k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1796.32/1796.87	c  1736s|  3360k|   137 |     0 |   0.0 |  10M| 236 |   - |1620 |6898 |   0 |   0 |   0 | 222k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1739.89
1800.02/1800.50	c Solving Nodes      : 3366647
1800.02/1800.50	c Primal Bound       : +7.28000000000000e+02 (6 solutions)
1800.02/1800.50	c Dual Bound         : +1.00000000000000e+00
1800.02/1800.50	c Gap                : 72700.00 %
1800.02/1800.51	s SATISFIABLE
1800.02/1800.51	v -x1632 x1631 -x1630 -x1629 -x1628 -x1627 x1626 -x1625 -x1624 -x1623 -x1622 -x1621 x1620 -x1619 x1618 -x1617 x1616 -x1615 x1614 
1800.02/1800.51	v -x1613 -x1612 x1611 x1610 -x1609 -x1608 -x1607 x1606 -x1605 x1604 -x1603 x1602 -x1601 -x1600 x1599 x1598 -x1597 -x1596 x1595 
1800.02/1800.51	v x1594 -x1593 x1592 -x1591 x1590 -x1589 -x1588 -x1587 x1586 -x1585 -x1584 -x1583 -x1582 x1581 -x1580 -x1579 x1578 -x1577 -x1576 
1800.02/1800.51	v -x1575 -x1574 -x1573 -x1572 x1571 x1570 -x1569 x1568 -x1567 x1566 -x1565 x1564 -x1563 x1562 -x1561 x1560 -x1559 x1558 -x1557 
1800.02/1800.51	v x1556 -x1555 x1554 -x1553 -x1552 x1551 x1550 -x1549 x1548 -x1547 x1546 -x1545 x1544 -x1543 x1542 -x1541 -x1540 x1539 x1538 
1800.02/1800.51	v -x1537 -x1536 x1535 x1534 -x1533 x1532 -x1531 x1530 -x1529 x1528 -x1527 x1526 -x1525 -x1524 -x1523 x1522 -x1521 x1520 -x1519 
1800.02/1800.51	v x1518 -x1517 -x1516 x1515 x1514 -x1513 -x1512 -x1511 -x1510 -x1509 -x1508 -x1507 x1506 -x1505 -x1504 x1503 -x1502 -x1501 x1500 
1800.02/1800.51	v -x1499 x1498 -x1497 x1496 -x1495 x1494 -x1493 -x1492 x1491 x1490 -x1489 -x1488 x1487 x1486 -x1485 x1484 -x1483 x1482 -x1481 
1800.02/1800.51	v x1480 -x1479 x1478 -x1477 -x1476 -x1475 x1474 -x1473 x1472 -x1471 x1470 -x1469 -x1468 x1467 x1466 -x1465 -x1464 x1463 x1462 
1800.02/1800.51	v -x1461 x1460 -x1459 x1458 -x1457 -x1456 -x1455 x1454 -x1453 -x1452 -x1451 x1450 -x1449 x1448 -x1447 x1446 -x1445 -x1444 x1443 
1800.02/1800.51	v x1442 -x1441 -x1440 -x1439 x1438 -x1437 x1436 -x1435 x1434 -x1433 -x1432 x1431 x1430 -x1429 -x1428 x1427 x1426 -x1425 x1424 
1800.02/1800.51	v -x1423 x1422 -x1421 -x1420 -x1419 x1418 -x1417 x1416 -x1415 x1414 -x1413 x1412 -x1411 x1410 -x1409 -x1408 x1407 x1406 -x1405 
1800.02/1800.51	v -x1404 -x1403 x1402 -x1401 x1400 -x1399 x1398 -x1397 -x1396 x1395 x1394 -x1393 -x1392 x1391 x1390 -x1389 x1388 -x1387 x1386 -x1385 
1800.02/1800.51	v x1384 -x1383 x1382 -x1381 x1380 -x1379 x1378 -x1377 x1376 -x1375 x1374 -x1373 -x1372 x1371 x1370 -x1369 -x1368 x1367 x1366 
1800.02/1800.51	v -x1365 x1364 -x1363 x1362 -x1361 x1360 -x1359 x1358 -x1357 -x1356 x1355 x1354 -x1353 x1352 -x1351 x1350 -x1349 x1348 -x1347 
1800.02/1800.51	v x1346 -x1345 -x1344 -x1343 -x1342 -x1341 -x1340 -x1339 x1338 -x1337 -x1336 x1335 -x1334 -x1333 -x1332 x1331 x1330 -x1329 x1328 
1800.02/1800.51	v -x1327 x1326 -x1325 x1324 -x1323 x1322 -x1321 -x1320 x1319 x1318 -x1317 x1316 -x1315 x1314 -x1313 x1312 -x1311 x1310 -x1309 
1800.02/1800.51	v x1308 -x1307 x1306 -x1305 x1304 -x1303 x1302 -x1301 -x1300 x1299 x1298 -x1297 -x1296 x1295 x1294 -x1293 x1292 -x1291 x1290 
1800.02/1800.51	v -x1289 x1288 -x1287 x1286 -x1285 -x1284 x1283 x1282 -x1281 x1280 -x1279 x1278 -x1277 -x1276 -x1275 x1274 -x1273 -x1272 x1271 
1800.02/1800.51	v x1270 -x1269 x1268 -x1267 x1266 -x1265 -x1264 -x1263 x1262 -x1261 -x1260 x1259 x1258 -x1257 x1256 -x1255 x1254 -x1253 -x1252 
1800.02/1800.51	v -x1251 x1250 -x1249 -x1248 -x1247 x1246 -x1245 x1244 -x1243 x1242 -x1241 -x1240 x1239 x1238 -x1237 x1236 -x1235 x1234 -x1233 
1800.02/1800.51	v x1232 -x1231 x1230 -x1229 -x1228 x1227 x1226 -x1225 x1224 -x1223 x1222 -x1221 x1220 -x1219 x1218 -x1217 -x1216 x1215 x1214 
1800.02/1800.51	v -x1213 -x1212 x1211 x1210 -x1209 x1208 -x1207 x1206 -x1205 x1204 -x1203 x1202 -x1201 x1200 -x1199 x1198 -x1197 x1196 -x1195 x1194 
1800.02/1800.51	v -x1193 -x1192 x1191 x1190 -x1189 -x1188 -x1187 x1186 -x1185 x1184 -x1183 x1182 -x1181 -x1180 x1179 x1178 -x1177 -x1176 -x1175 
1800.02/1800.51	v -x1174 -x1173 -x1172 x1171 x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 x1162 -x1161 x1160 -x1159 -x1158 x1157 
1800.02/1800.51	v x1156 -x1155 x1154 -x1153 x1152 -x1151 x1150 -x1149 x1148 -x1147 x1146 -x1145 -x1144 x1143 x1142 -x1141 -x1140 x1139 x1138 
1800.02/1800.51	v -x1137 x1136 -x1135 x1134 -x1133 x1132 -x1131 x1130 -x1129 x1128 -x1127 x1126 -x1125 x1124 -x1123 -x1122 x1121 -x1120 -x1119 
1800.02/1800.51	v x1118 -x1117 -x1116 x1115 x1114 -x1113 x1112 -x1111 x1110 -x1109 x1108 -x1107 x1106 -x1105 -x1104 -x1103 x1102 -x1101 x1100 -x1099 
1800.02/1800.51	v x1098 -x1097 -x1096 x1095 x1094 -x1093 x1092 -x1091 x1090 -x1089 x1088 -x1087 x1086 -x1085 -x1084 x1083 x1082 -x1081 x1080 
1800.02/1800.51	v -x1079 x1078 -x1077 x1076 -x1075 x1074 -x1073 -x1072 x1071 x1070 -x1069 -x1068 x1067 x1066 -x1065 x1064 -x1063 x1062 -x1061 
1800.02/1800.51	v x1060 -x1059 x1058 -x1057 -x1056 x1055 x1054 -x1053 x1052 -x1051 x1050 -x1049 x1048 -x1047 x1046 -x1045 -x1044 x1043 x1042 
1800.02/1800.51	v -x1041 x1040 -x1039 x1038 -x1037 x1036 -x1035 x1034 -x1033 -x1032 x1031 x1030 -x1029 x1028 -x1027 x1026 -x1025 x1024 -x1023 
1800.02/1800.51	v x1022 -x1021 -x1020 x1019 x1018 -x1017 x1016 -x1015 x1014 -x1013 x1012 -x1011 x1010 -x1009 x1008 -x1007 x1006 -x1005 x1004 -x1003 
1800.02/1800.51	v x1002 -x1001 -x1000 x999 x998 -x997 -x996 x995 x994 -x993 x992 -x991 x990 -x989 -x988 -x987 x986 -x985 x984 -x983 x982 -x981 
1800.02/1800.51	v x980 -x979 x978 -x977 -x976 x975 x974 -x973 x972 -x971 x970 -x969 x968 -x967 x966 -x965 -x964 x963 x962 -x961 -x960 -x959 
1800.02/1800.51	v -x958 -x957 -x956 -x955 x954 -x953 -x952 -x951 -x950 x949 -x948 -x947 x946 -x945 x944 -x943 x942 -x941 -x940 x939 x938 -x937 
1800.02/1800.51	v -x936 x935 -x934 -x933 -x932 -x931 x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 x922 -x921 x920 -x919 x918 -x917 -x916 x915 
1800.02/1800.51	v x914 -x913 x912 -x911 x910 -x909 x908 -x907 x906 -x905 -x904 x903 x902 -x901 -x900 x899 x898 -x897 x896 -x895 x894 -x893 -x892 
1800.02/1800.51	v -x891 x890 -x889 -x888 -x887 x886 -x885 x884 -x883 -x882 x881 x880 -x879 x878 -x877 -x876 x875 x874 -x873 x872 -x871 -x870 
1800.02/1800.51	v -x869 x868 -x867 x866 -x865 -x864 x863 x862 -x861 x860 -x859 x858 -x857 x856 -x855 x854 -x853 x852 -x851 x850 -x849 x848 -x847 
1800.02/1800.51	v x846 -x845 -x844 x843 x842 -x841 x840 -x839 x838 -x837 x836 -x835 x834 -x833 -x832 x831 x830 -x829 x828 -x827 x826 -x825 
1800.02/1800.51	v x824 -x823 -x822 -x821 -x820 x819 x818 -x817 x816 -x815 x814 -x813 x812 -x811 x810 -x809 -x808 x807 x806 -x805 x804 -x803 x802 
1800.02/1800.51	v -x801 x800 -x799 x798 -x797 -x796 x795 x794 -x793 -x792 -x791 x790 -x789 x788 -x787 x786 -x785 -x784 x783 x782 -x781 -x780 
1800.02/1800.51	v x779 x778 -x777 x776 -x775 x774 -x773 x772 -x771 x770 -x769 -x768 x767 x766 -x765 x764 -x763 x762 -x761 x760 -x759 x758 -x757 
1800.02/1800.51	v x756 -x755 x754 -x753 x752 -x751 -x750 x749 x748 -x747 x746 -x745 -x744 x743 x742 -x741 x740 -x739 x738 -x737 x736 -x735 x734 
1800.02/1800.51	v -x733 x732 -x731 x730 -x729 x728 -x727 x726 -x725 -x724 x723 x722 -x721 x720 -x719 x718 -x717 x716 -x715 x714 -x713 -x712 
1800.02/1800.51	v x711 x710 -x709 x708 -x707 x706 -x705 x704 -x703 x702 -x701 -x700 x699 x698 -x697 x696 -x695 x694 -x693 x692 -x691 x690 -x689 
1800.02/1800.51	v -x688 x687 x686 -x685 -x684 x683 x682 -x681 x680 -x679 x678 -x677 x676 -x675 x674 -x673 -x672 -x671 x670 -x669 x668 -x667 x666 
1800.02/1800.51	v -x665 -x664 x663 x662 -x661 x660 -x659 x658 -x657 x656 -x655 x654 -x653 -x652 x651 x650 -x649 -x648 x647 x646 -x645 x644 -x643 
1800.02/1800.51	v x642 -x641 x640 -x639 x638 -x637 -x636 x635 x634 -x633 x632 -x631 x630 -x629 x628 -x627 x626 -x625 x624 -x623 x622 -x621 
1800.02/1800.51	v x620 -x619 x618 -x617 -x616 x615 x614 -x613 -x612 x611 x610 -x609 x608 -x607 x606 -x605 x604 -x603 x602 -x601 -x600 x599 x598 
1800.02/1800.51	v -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 x584 -x583 x582 -x581 -x580 x579 x578 -x577 -x576 x575 
1800.02/1800.51	v x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 -x564 x563 x562 -x561 x560 -x559 x558 -x557 x556 -x555 x554 -x553 
1800.02/1800.51	v x552 -x551 x550 -x549 x548 -x547 -x546 -x545 -x544 x543 x542 -x541 -x540 -x539 x538 -x537 x536 -x535 x534 -x533 -x532 x531 x530 
1800.02/1800.51	v -x529 -x528 x527 x526 -x525 x524 -x523 x522 -x521 x520 -x519 x518 -x517 -x516 x515 x514 -x513 x512 -x511 x510 -x509 x508 -x507 
1800.02/1800.51	v x506 -x505 -x504 -x503 x502 -x501 x500 -x499 -x498 x497 -x496 -x495 x494 -x493 -x492 x491 x490 -x489 x488 -x487 x486 -x485 
1800.02/1800.51	v x484 -x483 x482 -x481 -x480 -x479 x478 -x477 x476 -x475 -x474 x473 -x472 -x471 x470 -x469 -x468 -x467 x466 -x465 x464 -x463 
1800.02/1800.51	v -x462 x461 x460 -x459 x458 -x457 -x456 x455 x454 -x453 x452 -x451 x450 -x449 -x448 -x447 x446 -x445 x444 -x443 x442 -x441 x440 
1800.02/1800.51	v -x439 x438 -x437 -x436 x435 x434 -x433 -x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 -x420 -x419 x418 
1800.02/1800.51	v -x417 x416 -x415 -x414 -x413 -x412 x411 x410 -x409 -x408 x407 x406 -x405 x404 -x403 x402 -x401 x400 -x399 x398 -x397 -x396 
1800.02/1800.51	v -x395 x394 -x393 x392 -x391 x390 -x389 -x388 x387 x386 -x385 x384 -x383 x382 -x381 x380 -x379 x378 -x377 -x376 x375 x374 -x373 
1800.02/1800.51	v -x372 x371 x370 -x369 x368 -x367 x366 -x365 -x364 -x363 x362 -x361 -x360 -x359 -x358 x357 -x356 -x355 x354 -x353 -x352 -x351 
1800.02/1800.51	v -x350 -x349 -x348 -x347 x346 -x345 x344 -x343 x342 -x341 -x340 x339 x338 -x337 x336 -x335 x334 -x333 x332 -x331 x330 -x329 
1800.02/1800.51	v -x328 x327 x326 -x325 -x324 x323 x322 -x321 x320 -x319 x318 -x317 -x316 -x315 x314 -x313 -x312 -x311 x310 -x309 x308 -x307 -x306 
1800.02/1800.51	v -x305 -x304 x303 x302 -x301 -x300 x299 x298 -x297 x296 -x295 x294 -x293 x292 -x291 x290 -x289 -x288 x287 x286 -x285 x284 
1800.02/1800.51	v -x283 x282 -x281 -x280 -x279 x278 -x277 -x276 x275 x274 -x273 x272 -x271 x270 -x269 x268 -x267 x266 -x265 -x264 -x263 x262 -x261 
1800.02/1800.51	v x260 -x259 x258 -x257 -x256 x255 x254 -x253 -x252 x251 x250 -x249 x248 -x247 x246 -x245 x244 -x243 x242 -x241 -x240 x239 
1800.02/1800.51	v x238 -x237 x236 -x235 x234 -x233 -x232 -x231 x230 -x229 -x228 -x227 x226 -x225 x224 -x223 x222 -x221 -x220 x219 x218 -x217 -x216 
1800.02/1800.51	v x215 x214 -x213 x212 -x211 x210 -x209 x208 -x207 x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 -x196 x195 x194 -x193 
1800.02/1800.51	v -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 
1800.02/1800.51	v -x170 x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 -x160 x159 -x158 -x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 
1800.02/1800.51	v x147 -x146 x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 x135 x134 -x133 -x132 x131 -x130 x129 -x128 x127 -x126 
1800.02/1800.51	v -x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.02/1800.51	v x103 x102 -x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 -x90 x89 -x88 x87 x86 -x85 x84 -x83 -x82 x81 -x80 x79 -x78 x77 
1800.02/1800.51	v -x76 x75 x74 -x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 x62 -x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 
1800.02/1800.51	v -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 -x29 -x28 x27 -x26 x25 -x24 x23 -x22 
1800.02/1800.51	v x21 -x20 x19 -x18 x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1739.89
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2664155-1276427452.opb
1800.02/1800.51	c   Variables        : 1632 (1632 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 6924 initial, 6924 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2664155-1276427452.opb
1800.02/1800.51	c   Variables        : 1620 (1620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 6882 initial, 6928 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00         12          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.09          0          0          0          0          0          0          0          0
1800.02/1800.51	c   linear           :       0.10          0          0          0          0          0         42          0          0
1800.02/1800.51	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c   logicor          :       6882+         0    4743439          0          6     223326    6782700          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0          6          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c   logicor          :     455.07       0.00     455.07       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       4.58          2          0          0
1800.02/1800.51	c   rootredcost      :       4.21          0          0          0
1800.02/1800.51	c   pseudoobj        :     899.20    8666818    1406342   16492758
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :     373.45     223326     223326     223326      100.0          6       71.2          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :      93.01      87482          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -     223332      100.0          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :      48.81    1730421          0          0          0          0    3460842
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.00          -          0
1800.02/1800.51	c   pseudo solutions :       0.00          -          6
1800.02/1800.51	c   oneopt           :       2.51          0          0
1800.02/1800.51	c   trivial          :       0.02          2          0
1800.02/1800.51	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   zirounding       :       0.00          0          0
1800.02/1800.51	c   rounding         :       0.00          0          0
1800.02/1800.51	c   shifting         :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.00          0          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.00          0          0
1800.02/1800.51	c   nlp              :       1.70          0          0
1800.02/1800.51	c   trysol           :       1.77          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :    3366647
1800.02/1800.51	c   nodes (total)    :    3366647
1800.02/1800.51	c   nodes left       :        146
1800.02/1800.51	c   max depth        :        236
1800.02/1800.51	c   max depth (total):        236
1800.02/1800.51	c   backtracks       :     927017 (27.5%)
1800.02/1800.51	c   delayed cutoffs  :      93704
1800.02/1800.51	c   repropagations   :     133008 (1286496 domain reductions, 80930 cutoffs)
1800.02/1800.51	c   avg switch length:       2.01
1800.02/1800.51	c   switching time   :      95.70
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          6 (6 improvements)
1800.02/1800.51	c   First Solution   : +7.36000000000000e+02   (in run 1, after 298 nodes, 0.44 seconds, depth 222, found by <relaxation>)
1800.02/1800.51	c   Primal Bound     : +7.28000000000000e+02   (in run 1, after 920 nodes, 0.65 seconds, depth 236, found by <relaxation>)
1800.02/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.02/1800.51	c   Gap              :   72700.00 %
1800.02/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.51	c   Root Iterations  :          0
1800.02/1800.54	c Time complete: 1800.06.

Verifier Data

OK	728

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664155-1276427452/watcher-2664155-1276427452 -o /tmp/evaluation-result-2664155-1276427452/solver-2664155-1276427452 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664155-1276427452.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.77 1.91 1.61 2/106 22358
/proc/meminfo: memFree=1694888/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=6584 CPUtime=0
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 928 0 0 0 0 0 0 0 17 0 1 0 18348896 6742016 851 1992294400 4194304 7136930 140734654501824 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22358/statm: 1646 859 254 719 0 925 0

[startup+0.088394 s]
/proc/loadavg: 1.77 1.91 1.61 2/106 22358
/proc/meminfo: memFree=1694888/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=11004 CPUtime=0.08
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 2231 0 0 0 8 0 0 0 17 0 1 0 18348896 11268096 2154 1992294400 4194304 7136930 140734654501824 18446744073709551615 6177247 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22358/statm: 2751 2154 271 719 0 2030 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11004

[startup+0.101394 s]
/proc/loadavg: 1.77 1.91 1.61 2/106 22358
/proc/meminfo: memFree=1694888/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=12440 CPUtime=0.09
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 2591 0 0 0 9 0 0 0 17 0 1 0 18348896 12738560 2514 1992294400 4194304 7136930 140734654501824 18446744073709551615 5647827 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22358/statm: 3110 2514 271 719 0 2389 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12440

[startup+0.301417 s]
/proc/loadavg: 1.77 1.91 1.61 2/106 22358
/proc/meminfo: memFree=1694888/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=25436 CPUtime=0.29
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 7199 0 0 0 26 3 0 0 17 0 1 0 18348896 26046464 5558 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 6359 5558 348 719 0 5638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25436

[startup+0.701461 s]
/proc/loadavg: 1.77 1.91 1.61 2/106 22358
/proc/meminfo: memFree=1694888/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28388 CPUtime=0.69
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8510 0 0 0 63 6 0 0 17 0 1 0 18348896 29069312 6352 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7097 6352 386 719 0 6376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28388

[startup+1.50155 s]
/proc/loadavg: 1.77 1.91 1.61 2/107 22359
/proc/meminfo: memFree=1670824/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28388 CPUtime=1.49
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8533 0 0 0 141 8 0 0 18 0 1 0 18348896 29069312 6375 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7097 6375 386 719 0 6376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28388

[startup+3.10173 s]
/proc/loadavg: 1.77 1.91 1.61 2/107 22359
/proc/meminfo: memFree=1670452/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28388 CPUtime=3.09
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8539 0 0 0 295 14 0 0 21 0 1 0 18348896 29069312 6381 1992294400 4194304 7136930 140734654501824 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7097 6381 386 719 0 6376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28388

[startup+6.30108 s]
/proc/loadavg: 1.71 1.90 1.61 2/107 22359
/proc/meminfo: memFree=1670328/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28520 CPUtime=6.29
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8546 0 0 0 604 25 0 0 25 0 1 0 18348896 29204480 6388 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7130 6388 386 719 0 6409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28520

[startup+12.7018 s]
/proc/loadavg: 1.65 1.88 1.61 2/107 22359
/proc/meminfo: memFree=1670212/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28520 CPUtime=12.69
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8553 0 0 0 1218 51 0 0 25 0 1 0 18348896 29204480 6395 1992294400 4194304 7136930 140734654501824 18446744073709551615 4648619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7130 6395 386 719 0 6409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28520

[startup+25.5012 s]
/proc/loadavg: 1.51 1.84 1.60 2/107 22359
/proc/meminfo: memFree=1670212/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28520 CPUtime=25.49
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8559 0 0 0 2450 99 0 0 25 0 1 0 18348896 29204480 6401 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507737 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7130 6401 386 719 0 6409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28520

[startup+51.1011 s]
/proc/loadavg: 1.33 1.77 1.58 2/107 22359
/proc/meminfo: memFree=1670212/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28520 CPUtime=51.08
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8568 0 0 0 4923 185 0 0 25 0 1 0 18348896 29204480 6410 1992294400 4194304 7136930 140734654501824 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7130 6410 386 719 0 6409 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28520

[startup+102.309 s]
/proc/loadavg: 1.14 1.65 1.54 2/107 22361
/proc/meminfo: memFree=1669964/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=102.28
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8574 0 0 0 9867 361 0 0 25 0 1 0 18348896 29343744 6416 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6416 386 719 0 6443 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28656

[startup+162.301 s]
/proc/loadavg: 1.05 1.53 1.51 2/107 22363
/proc/meminfo: memFree=1669716/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=162.25
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8595 0 0 0 15664 561 0 0 25 0 1 0 18348896 29343744 6437 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6437 386 719 0 6443 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 28656

[startup+222.301 s]
/proc/loadavg: 1.02 1.43 1.47 2/107 22368
/proc/meminfo: memFree=1669220/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=222.23
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8601 0 0 0 21466 757 0 0 25 0 1 0 18348896 29343744 6443 1992294400 4194304 7136930 140734654501824 18446744073709551615 5926143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6443 386 719 0 6443 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 28656

[startup+282.301 s]
/proc/loadavg: 1.00 1.35 1.44 2/107 22370
/proc/meminfo: memFree=1669220/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=282.21
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8604 0 0 0 27252 969 0 0 25 0 1 0 18348896 29343744 6446 1992294400 4194304 7136930 140734654501824 18446744073709551615 5506180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6446 386 719 0 6443 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 28656

[startup+342.301 s]
/proc/loadavg: 1.00 1.28 1.41 2/107 22370
/proc/meminfo: memFree=1669220/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=342.2
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8604 0 0 0 33044 1176 0 0 25 0 1 0 18348896 29343744 6446 1992294400 4194304 7136930 140734654501824 18446744073709551615 5506109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6446 386 719 0 6443 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 28656

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.38 2/107 22372
/proc/meminfo: memFree=1669220/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28656 CPUtime=402.19
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8606 0 0 0 38847 1372 0 0 25 0 1 0 18348896 29343744 6448 1992294400 4194304 7136930 140734654501824 18446744073709551615 4648644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7164 6448 386 719 0 6443 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 28656

[startup+462.301 s]
/proc/loadavg: 1.00 1.18 1.36 2/107 22374
/proc/meminfo: memFree=1669096/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=462.16
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8614 0 0 0 44628 1588 0 0 25 0 1 0 18348896 29478912 6456 1992294400 4194304 7136930 140734654501824 18446744073709551615 4350019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6456 386 719 0 6476 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 28788

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.33 2/107 22376
/proc/meminfo: memFree=1668972/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=522.16
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8620 0 0 0 50418 1798 0 0 25 0 1 0 18348896 29478912 6462 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6462 386 719 0 6476 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 28788

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.31 2/107 22378
/proc/meminfo: memFree=1668848/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=582.13
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8620 0 0 0 56211 2002 0 0 25 0 1 0 18348896 29478912 6462 1992294400 4194304 7136930 140734654501824 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6462 386 719 0 6476 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 28788

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.29 2/107 22378
/proc/meminfo: memFree=1668724/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=642.13
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8621 0 0 0 62008 2205 0 0 25 0 1 0 18348896 29478912 6463 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6463 386 719 0 6476 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 28788

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.21 2/107 22386
/proc/meminfo: memFree=1668104/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=882.06
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8630 0 0 0 85208 2998 0 0 25 0 1 0 18348896 29478912 6472 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6472 386 719 0 6476 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 28788

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.19 2/107 22386
/proc/meminfo: memFree=1667980/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=942.04
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 91021 3183 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 28788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 22388
/proc/meminfo: memFree=1667856/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1002.03
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 96824 3379 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 4703869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 28788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/107 22390
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1062.01
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 102628 3573 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 28788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 22392
/proc/meminfo: memFree=1667608/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1122
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 108413 3787 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507269 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 28788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 22394
/proc/meminfo: memFree=1667484/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1181.98
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 114213 3985 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 28788

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 22394
/proc/meminfo: memFree=1667236/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1241.96
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 120034 4162 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 28788

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 22396
/proc/meminfo: memFree=1666988/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1301.95
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 125832 4363 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 28788

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 22398
/proc/meminfo: memFree=1666988/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1361.93
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8631 0 0 0 131639 4554 0 0 25 0 1 0 18348896 29478912 6473 1992294400 4194304 7136930 140734654501824 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6473 386 719 0 6476 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 28788

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 22400
/proc/meminfo: memFree=1666864/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28788 CPUtime=1421.92
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8636 0 0 0 137457 4735 0 0 25 0 1 0 18348896 29478912 6478 1992294400 4194304 7136930 140734654501824 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7197 6478 386 719 0 6476 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 28788

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 22402
/proc/meminfo: memFree=1666740/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1481.9
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8643 0 0 0 143263 4927 0 0 25 0 1 0 18348896 29614080 6485 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6485 386 719 0 6509 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 28920

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 22402
/proc/meminfo: memFree=1666616/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1541.88
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8643 0 0 0 149047 5141 0 0 25 0 1 0 18348896 29614080 6485 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6485 386 719 0 6509 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 28920

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 22404
/proc/meminfo: memFree=1666492/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1601.87
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8645 0 0 0 154846 5341 0 0 25 0 1 0 18348896 29614080 6487 1992294400 4194304 7136930 140734654501824 18446744073709551615 5909078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6487 386 719 0 6509 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 28920

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 22406
/proc/meminfo: memFree=1666244/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1661.85
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8645 0 0 0 160649 5536 0 0 25 0 1 0 18348896 29614080 6487 1992294400 4194304 7136930 140734654501824 18446744073709551615 5507212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6487 386 719 0 6509 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 28920

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 22408
/proc/meminfo: memFree=1666120/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1721.84
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8645 0 0 0 166436 5748 0 0 25 0 1 0 18348896 29614080 6487 1992294400 4194304 7136930 140734654501824 18446744073709551615 4648619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6487 386 719 0 6509 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 28920

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.06 2/107 22410
/proc/meminfo: memFree=1665872/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1781.82
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8645 0 0 0 172231 5951 0 0 25 0 1 0 18348896 29614080 6487 1992294400 4194304 7136930 140734654501824 18446744073709551615 6166282 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6487 386 719 0 6509 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 28920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.06 1.01 1.06 2/107 22410
/proc/meminfo: memFree=1665996/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1800.02
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8648 0 0 0 174001 6001 0 0 25 0 1 0 18348896 29614080 6490 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6490 386 719 0 6509 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 28920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 1.06 1.01 1.06 2/107 22410
/proc/meminfo: memFree=1665996/2059040 swapFree=4192956/4192956
[pid=22358] ppid=22356 vsize=28920 CPUtime=1800.02
/proc/22358/stat : 22358 (pbscip.linux.x8) R 22356 22358 21835 0 -1 4202496 8648 0 0 0 174001 6001 0 0 25 0 1 0 18348896 29614080 6490 1992294400 4194304 7136930 140734654501824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22358/statm: 7230 6490 386 719 0 6509 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 28920

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.07
CPU user time (s): 1740.05
CPU system time (s): 60.0199
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 28920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1740.05
system time used= 60.0199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8668
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= 1
involuntary context switches= 6089

runsolver used 2.90656 second user time and 8.59869 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-13 13:10:52
IDJOB=2664155
IDBENCH=2099
IDSOLVER=1167
FILE ID=node005/2664155-1276427452
PBS_JOBID= 11173297
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8b3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664155-1276427452/watcher-2664155-1276427452 -o /tmp/evaluation-result-2664155-1276427452/solver-2664155-1276427452 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664155-1276427452.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 192e079d91d386374bed5b6f1f3b1921
RANDOM SEED=805757659

node005.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1695292 kB
Buffers:         81992 kB
Cached:         154532 kB
SwapCached:          0 kB
Active:         158636 kB
Inactive:       137356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1695292 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3408 kB
Writeback:           4 kB
AnonPages:       59428 kB
Mapped:          15352 kB
Slab:            46028 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node005 at 2010-06-13 13:40:54