Trace number 2667109

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-38 1800.53 1801.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
MD5SUM1925793f412227c60146f261684ef7c1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1792.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94127
Number of constraints which are clauses94127
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 constraint2
Number of terms in the objective function 1272
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 1272
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 1272
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: SoPlex 1.4.2] [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-2667109-1276501994.opb>
1.49/1.51	c original problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94127 constraints
1.49/1.51	c problem read
1.49/1.51	c presolving settings loaded
1.69/1.76	o 0
1.69/1.76	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.69/1.76	c presolving:
2.99/3.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94127 upgd conss, 188254 impls, 0 clqs
5.19/5.26	c    (3.4s) probing: 101/1272 (7.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.19/5.26	c    (3.4s) probing aborted: 100/100 successive totally useless probings
5.19/5.26	c presolving (2 rounds):
5.19/5.26	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.19/5.26	c  188254 implications, 0 cliques
5.19/5.26	c presolved problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94127 constraints
5.19/5.26	c   94127 constraints of type <logicor>
5.19/5.26	c transformed objective value is always integral (scale: 1)
5.19/5.26	c Presolving Time: 3.25
5.19/5.26	c - non default parameters ----------------------------------------------------------------------
5.19/5.26	c # SCIP version 1.2.1.2
5.19/5.26	c 
5.19/5.26	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
5.19/5.26	c # [type: int, range: [-1,2147483647], default: -1]
5.19/5.26	c conflict/interconss = 0
5.19/5.26	c 
5.19/5.26	c # should binary conflicts be preferred?
5.19/5.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.26	c conflict/preferbinary = TRUE
5.19/5.26	c 
5.19/5.26	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
5.19/5.26	c # [type: int, range: [-1,2147483647], default: 0]
5.19/5.26	c constraints/agelimit = 1
5.19/5.26	c 
5.19/5.26	c # should enforcement of pseudo solution be disabled?
5.19/5.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.26	c constraints/disableenfops = TRUE
5.19/5.26	c 
5.19/5.26	c # frequency for displaying node information lines
5.19/5.26	c # [type: int, range: [-1,2147483647], default: 100]
5.19/5.26	c display/freq = 10000
5.19/5.26	c 
5.19/5.26	c # maximal time in seconds to run
5.19/5.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.19/5.26	c limits/time = 1798.5
5.19/5.26	c 
5.19/5.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.19/5.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.19/5.26	c limits/memory = 1620
5.19/5.26	c 
5.19/5.26	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.19/5.26	c # [type: int, range: [-1,2147483647], default: 1]
5.19/5.26	c lp/solvefreq = 0
5.19/5.26	c 
5.19/5.26	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)
5.19/5.26	c # [type: char, range: {lafpsqd}, default: l]
5.19/5.26	c lp/pricing = a
5.19/5.26	c 
5.19/5.26	c # should presolving try to simplify inequalities
5.19/5.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.26	c constraints/linear/simplifyinequalities = TRUE
5.19/5.26	c 
5.19/5.26	c # should presolving try to simplify knapsacks
5.19/5.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.26	c constraints/knapsack/simplifyinequalities = TRUE
5.19/5.26	c 
5.19/5.26	c # priority of node selection rule <dfs> in standard mode
5.19/5.26	c # [type: int, range: [-536870912,536870911], default: 0]
5.19/5.26	c nodeselection/dfs/stdpriority = 1000000
5.19/5.26	c 
5.19/5.26	c -----------------------------------------------------------------------------------------------
5.19/5.26	c start solving
5.19/5.27	c 
20.39/20.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.39/20.46	c t18.4s|     1 |     0 |  2162 |     - | 104M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 | 0.000000e+00 | 100.00%
20.59/20.65	o -1
20.59/20.65	c R18.6s|     1 |     0 |  2162 |     - | 104M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-1.000000e+00 |  99.84%
20.80/20.88	o -2
20.80/20.88	c s18.8s|     1 |     0 |  2162 |     - | 104M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-2.000000e+00 |  99.69%
29.89/29.96	c  27.1s|     1 |     0 |  2561 |     - | 105M|   0 |1198 |1272 |  94k|1272 |  94k|  14 |   0 |   0 |-5.990000e+02 |-2.000000e+00 |  99.67%
29.99/30.05	o -36
29.99/30.05	c b27.2s|     1 |     0 |  2561 |     - | 105M|   0 |1198 |1272 |  94k|1272 |  94k|  14 |   0 |   0 |-5.990000e+02 |-3.600000e+01 |  93.99%
41.37/41.49	c  37.9s|     1 |     0 |  2893 |     - | 105M|   0 |1152 |1272 |  94k|1272 |  94k|  21 |   0 |   0 |-5.760000e+02 |-3.600000e+01 |  93.75%
54.87/54.91	c  50.6s|     1 |     0 |  3295 |     - | 105M|   0 |1099 |1272 |  94k|1272 |  94k|  37 |   0 |   0 |-5.495000e+02 |-3.600000e+01 |  93.45%
68.87/68.98	c  63.9s|     1 |     0 |  3636 |     - | 105M|   0 |1058 |1272 |  94k|1272 |  94k|  43 |   0 |   0 |-5.278333e+02 |-3.600000e+01 |  93.18%
84.96/85.00	c  79.2s|     1 |     0 |  4089 |     - | 105M|   0 |1009 |1272 |  94k|1272 |  94k|  53 |   0 |   0 |-5.033333e+02 |-3.600000e+01 |  92.85%
99.55/99.66	c  93.2s|     1 |     0 |  4391 |     - | 105M|   0 | 963 |1272 |  94k|1272 |  94k|  59 |   0 |   0 |-4.807500e+02 |-3.600000e+01 |  92.51%
115.15/115.26	c   108s|     1 |     0 |  4725 |     - | 105M|   0 | 914 |1272 |  94k|1272 |  94k|  68 |   0 |   0 |-4.562500e+02 |-3.600000e+01 |  92.11%
131.15/131.21	c   123s|     1 |     0 |  5074 |     - | 105M|   0 | 872 |1272 |  94k|1272 |  94k|  72 |   0 |   0 |-4.352500e+02 |-3.600000e+01 |  91.73%
148.54/148.62	c   140s|     1 |     0 |  5522 |     - | 105M|   0 | 828 |1272 |  94k|1272 |  94k|  80 |   0 |   0 |-4.132500e+02 |-3.600000e+01 |  91.29%
166.44/166.53	c   157s|     1 |     0 |  5916 |     - | 105M|   0 | 786 |1272 |  94k|1272 |  94k|  85 |   0 |   0 |-3.922500e+02 |-3.600000e+01 |  90.82%
174.84/174.98	c   165s|     1 |     0 |  6358 |     - | 105M|   0 | 745 |1272 |  94k|1272 |  94k|  94 |   0 |   0 |-3.712500e+02 |-3.600000e+01 |  90.30%
182.43/182.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.43/182.50	c   172s|     1 |     0 |  6670 |     - | 105M|   0 | 720 |1272 |  94k|1272 |  94k| 100 |   0 |   0 |-3.587500e+02 |-3.600000e+01 |  89.97%
191.53/191.70	c   180s|     1 |     0 |  7206 |     - | 105M|   0 | 675 |1272 |  94k|1272 |  94k| 111 |   0 |   0 |-3.367500e+02 |-3.600000e+01 |  89.31%
199.23/199.31	c   187s|     1 |     0 |  7583 |     - | 105M|   0 | 653 |1272 |  94k|1272 |  94k| 116 |   0 |   0 |-3.252500e+02 |-3.600000e+01 |  88.93%
209.72/209.82	c   197s|     1 |     0 |  8266 |     - | 105M|   0 | 606 |1272 |  94k|1272 |  94k| 128 |   0 |   0 |-3.022500e+02 |-3.600000e+01 |  88.09%
216.72/216.83	c   203s|     1 |     0 |  8573 |     - | 105M|   0 | 587 |1272 |  94k|1272 |  94k| 134 |   0 |   0 |-2.917500e+02 |-3.600000e+01 |  87.66%
226.22/226.30	c   212s|     1 |     0 |  9126 |     - | 105M|   0 | 542 |1272 |  94k|1272 |  94k| 144 |   0 |   0 |-2.692500e+02 |-3.600000e+01 |  86.63%
237.92/238.00	c   223s|     1 |     0 |  9998 |     - | 105M|   0 | 476 |1272 |  94k|1272 |  94k| 153 |   0 |   0 |-2.380000e+02 |-3.600000e+01 |  84.87%
245.92/246.01	c   230s|     1 |     0 | 10490 |     - | 105M|   0 | 433 |1272 |  94k|1272 |  94k| 159 |   0 |   0 |-2.165000e+02 |-3.600000e+01 |  83.37%
252.82/252.96	c   236s|     1 |     0 | 10876 |     - | 105M|   0 | 388 |1272 |  94k|1272 |  94k| 166 |   0 |   0 |-1.940000e+02 |-3.600000e+01 |  81.44%
258.51/258.61	c   241s|     1 |     0 | 11281 |     - | 105M|   0 | 341 |1272 |  94k|1272 |  94k| 173 |   0 |   0 |-1.705000e+02 |-3.600000e+01 |  78.89%
268.01/268.18	c   251s|     1 |     0 | 12249 |     - | 105M|   0 | 299 |1272 |  94k|1272 |  94k| 181 |   0 |   0 |-1.495000e+02 |-3.600000e+01 |  75.92%
281.31/281.43	c   263s|     1 |     0 | 13615 |     - | 105M|   0 | 257 |1272 |  94k|1272 |  94k| 188 |   0 |   0 |-1.285000e+02 |-3.600000e+01 |  71.98%
286.70/286.85	c   269s|     1 |     0 | 14053 |     - | 105M|   0 | 235 |1272 |  94k|1272 |  94k| 194 |   0 |   0 |-1.175000e+02 |-3.600000e+01 |  69.36%
290.21/290.34	c   272s|     1 |     0 | 14286 |     - | 105M|   0 | 195 |1272 |  94k|1272 |  94k| 198 |   0 |   0 |-9.750000e+01 |-3.600000e+01 |  63.08%
294.91/295.06	c   276s|     1 |     0 | 14623 |     - | 105M|   0 | 157 |1272 |  94k|1272 |  94k| 206 |   0 |   0 |-7.850000e+01 |-3.600000e+01 |  54.14%
299.20/299.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.20/299.30	c   280s|     1 |     0 | 14932 |     - | 105M|   0 | 137 |1272 |  94k|1272 |  94k| 215 |   0 |   0 |-6.875000e+01 |-3.600000e+01 |  47.64%
303.10/303.29	c   283s|     1 |     0 | 15219 |     - | 105M|   0 | 157 |1272 |  94k|1272 |  94k| 225 |   0 |   0 |-6.000000e+01 |-3.600000e+01 |  40.00%
306.00/306.17	c   286s|     1 |     0 | 15335 |     - | 105M|   0 | 139 |1272 |  94k|1272 |  94k| 230 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
310.11/310.22	c   289s|     1 |     0 | 15469 |     - | 105M|   0 | 141 |1272 |  94k|1272 |  94k| 241 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
314.10/314.20	c   293s|     1 |     0 | 15616 |     - | 105M|   0 | 157 |1272 |  94k|1272 |  94k| 255 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
317.89/318.07	c   296s|     1 |     0 | 15787 |     - | 105M|   0 | 139 |1272 |  94k|1272 |  94k| 268 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
322.89/323.02	c   301s|     1 |     0 | 16048 |     - | 105M|   0 | 142 |1272 |  94k|1272 |  94k| 280 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
329.49/329.64	c   307s|     1 |     0 | 16349 |     - | 105M|   0 | 138 |1272 |  94k|1272 |  94k| 290 |   0 |   0 |-5.300000e+01 |-3.600000e+01 |  32.08%
550.72/550.91	c   527s|     1 |     2 | 16349 |     - | 105M|   0 | 138 |1272 |  94k|1272 |  94k| 290 |   0 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
558.12/558.38	c   534s| 10000 |    29 | 16349 |   0.0 | 106M|  44 |   - |1272 |  94k|   0 |   0 | 290 |  37 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
565.22/565.44	c   541s| 20000 |    29 | 16349 |   0.0 | 106M|  46 |   - |1272 |  94k|   0 |   0 | 290 |  80 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
572.02/572.29	c   548s| 30000 |    26 | 16349 |   0.0 | 106M|  49 |   - |1272 |  94k|   0 |   0 | 290 | 137 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
578.91/579.10	c   554s| 40000 |    27 | 16349 |   0.0 | 106M|  49 |   - |1272 |  94k|   0 |   0 | 290 | 190 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
585.81/586.06	c   561s| 50000 |    28 | 16349 |   0.0 | 106M|  50 |   - |1272 |  94k|   0 |   0 | 290 | 239 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
592.71/592.92	c   568s| 60000 |    28 | 16349 |   0.0 | 106M|  51 |   - |1272 |  94k|   0 |   0 | 290 | 289 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
599.61/599.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.61/599.89	c   575s| 70000 |    29 | 16349 |   0.0 | 106M|  52 |   - |1272 |  94k|   0 |   0 | 290 | 347 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
606.40/606.68	c   581s| 80000 |    25 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 396 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
613.20/613.40	c   588s| 90000 |    26 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 427 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
620.11/620.34	c   595s|100000 |    29 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 461 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
626.90/627.19	c   601s|110000 |    27 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 493 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
634.10/634.32	c   608s|120000 |    27 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 537 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
640.79/641.08	c   615s|130000 |    26 | 16349 |   0.0 | 106M|  53 |   - |1272 |  94k|   0 |   0 | 290 | 571 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
647.49/647.75	c   622s|140000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 607 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
654.30/654.53	c   628s|150000 |    28 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 652 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
660.99/661.28	c   635s|160000 |    29 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 696 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
668.09/668.38	c   642s|170000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 731 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
674.99/675.26	c   648s|180000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 777 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
681.69/681.98	c   655s|190000 |    28 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 819 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
688.68/688.93	c   662s|200000 |    24 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 861 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
695.68/695.98	c   669s|210000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 900 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
702.78/703.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.78/703.04	c   676s|220000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 944 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
709.78/710.08	c   683s|230000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 | 989 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
716.57/716.86	c   689s|240000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1043 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
723.27/723.57	c   696s|250000 |    28 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1083 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
730.08/730.36	c   702s|260000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1125 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
736.68/736.96	c   709s|270000 |    24 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1169 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
743.67/743.95	c   716s|280000 |    24 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1201 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
750.27/750.57	c   722s|290000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1231 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
756.97/757.30	c   729s|300000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1259 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
764.17/764.43	c   736s|310000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1313 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
771.36/771.61	c   743s|320000 |    29 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1349 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
778.47/778.79	c   750s|330000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1398 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
785.56/785.84	c   757s|340000 |    24 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1451 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
792.76/793.05	c   764s|350000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1504 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
799.56/799.81	c   771s|360000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1547 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
806.65/806.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
806.65/806.91	c   778s|370000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1597 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
813.75/814.04	c   785s|380000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1637 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
821.04/821.33	c   792s|390000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1679 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
828.25/828.53	c   799s|400000 |    28 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1722 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
835.55/835.85	c   806s|410000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1746 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
842.54/842.84	c   813s|420000 |    29 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1794 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
849.44/849.79	c   820s|430000 |    28 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1822 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
856.44/856.72	c   826s|440000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1862 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
863.43/863.76	c   833s|450000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1891 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
870.53/870.88	c   840s|460000 |    27 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1910 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
877.54/877.86	c   847s|470000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |1952 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
884.63/884.92	c   854s|480000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |2008 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
891.63/891.94	c   861s|490000 |    25 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |2051 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
898.73/899.04	c   868s|500000 |    26 | 16349 |   0.0 | 106M|  59 |   - |1272 |  94k|   0 |   0 | 290 |2091 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
905.93/906.24	c   875s|510000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2140 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
913.02/913.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
913.02/913.39	c   882s|520000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2175 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
920.33/920.69	c   889s|530000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2220 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
927.62/927.91	c   896s|540000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2271 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
934.72/935.04	c   903s|550000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2312 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
941.71/942.06	c   910s|560000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2368 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
948.51/948.86	c   917s|570000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2417 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
955.41/955.80	c   924s|580000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2461 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
962.41/962.79	c   931s|590000 |    27 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2519 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
969.61/969.93	c   938s|600000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2570 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
976.41/976.78	c   944s|610000 |    27 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2615 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
983.40/983.70	c   951s|620000 |    29 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2653 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
990.60/990.98	c   958s|630000 |    27 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2709 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
997.90/998.21	c   965s|640000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2764 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1005.11/1005.41	c   972s|650000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2808 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1012.30/1012.61	c   980s|660000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2847 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1019.49/1019.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.49/1019.86	c   987s|670000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2895 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1026.59/1026.95	c   994s|680000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |2958 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1033.69/1034.03	c  1001s|690000 |    27 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3001 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1040.78/1041.11	c  1007s|700000 |    25 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3054 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1047.79/1048.13	c  1014s|710000 |    25 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3106 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1054.68/1055.06	c  1021s|720000 |    26 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3129 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1061.78/1062.13	c  1028s|730000 |    28 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3190 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1068.68/1069.03	c  1035s|740000 |    25 | 16349 |   0.0 | 106M|  60 |   - |1272 |  94k|   0 |   0 | 290 |3241 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1075.78/1076.17	c  1042s|750000 |    27 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3296 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1083.19/1083.51	c  1049s|760000 |    27 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3351 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1090.37/1090.74	c  1056s|770000 |    28 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3402 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1097.97/1098.35	c  1064s|780000 |    27 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3481 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1105.37/1105.72	c  1071s|790000 |    26 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3550 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1112.37/1112.72	c  1078s|800000 |    25 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3604 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1119.26/1119.68	c  1085s|810000 |    28 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3647 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1126.46/1126.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1126.46/1126.84	c  1092s|820000 |    26 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3691 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1133.26/1133.68	c  1098s|830000 |    27 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3751 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1140.16/1140.55	c  1105s|840000 |    25 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3790 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1147.06/1147.49	c  1112s|850000 |    27 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3847 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1154.46/1154.82	c  1119s|860000 |    25 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3907 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1161.16/1161.60	c  1126s|870000 |    26 | 16349 |   0.0 | 106M|  62 |   - |1272 |  94k|   0 |   0 | 290 |3966 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1168.05/1168.45	c  1132s|880000 |    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4023 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1174.75/1175.19	c  1139s|890000 |    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4069 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1181.55/1181.96	c  1146s|900000 |    29 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4119 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1188.75/1189.17	c  1153s|910000 |    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4168 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1196.05/1196.44	c  1160s|920000 |    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4217 |  35 |-5.300000e+01 |-3.600000e+01 |  32.08%
1201.24/1201.63	o -37
1201.24/1201.63	c *1165s|927056 |    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4260 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1203.44/1203.85	c  1167s|930000 |    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4272 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1210.85/1211.22	c  1174s|940000 |    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4313 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1218.04/1218.49	c  1182s|950000 |    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4353 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1225.54/1225.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.54/1225.94	c  1189s|960000 |    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4392 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1232.64/1233.10	c  1196s|970000 |    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4418 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1240.23/1240.61	c  1203s|980000 |    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4472 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1248.03/1248.40	c  1211s|990000 |    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4518 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1255.33/1255.72	c  1218s|  1000k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4579 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1263.03/1263.45	c  1226s|  1010k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4659 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1270.52/1270.96	c  1233s|  1020k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4707 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1277.83/1278.25	c  1240s|  1030k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4747 |  35 |-5.300000e+01 |-3.700000e+01 |  30.19%
1285.02/1285.43	o -38
1285.02/1285.43	c *1247s|  1039k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4791 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1285.62/1286.02	c  1248s|  1040k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4795 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1293.12/1293.50	c  1255s|  1050k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4862 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1300.61/1301.02	c  1263s|  1060k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |4915 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1308.11/1308.55	c  1270s|  1070k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5006 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1315.71/1316.16	c  1278s|  1080k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5067 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1323.01/1323.46	c  1285s|  1090k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5126 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1330.31/1330.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1330.31/1330.76	c  1292s|  1100k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5143 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1337.91/1338.30	c  1299s|  1110k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5169 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1345.01/1345.48	c  1306s|  1120k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5216 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1352.51/1352.93	c  1314s|  1130k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5264 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1360.00/1360.46	c  1321s|  1140k|    23 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5318 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1367.30/1367.71	c  1328s|  1150k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5342 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1374.50/1374.95	c  1335s|  1160k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5387 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1381.79/1382.20	c  1342s|  1170k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5430 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1388.59/1389.09	c  1349s|  1180k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5478 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1395.99/1396.41	c  1356s|  1190k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5505 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1402.89/1403.39	c  1363s|  1200k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5540 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1409.99/1410.49	c  1370s|  1210k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5585 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1417.09/1417.55	c  1377s|  1220k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5643 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1424.79/1425.23	c  1385s|  1230k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5674 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1432.08/1432.50	c  1392s|  1240k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5709 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1439.48/1439.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.48/1439.96	c  1399s|  1250k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5745 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1446.78/1447.23	c  1406s|  1260k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5792 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1453.98/1454.41	c  1413s|  1270k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5823 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1461.07/1461.56	c  1420s|  1280k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5874 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1468.47/1468.96	c  1428s|  1290k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5919 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1475.78/1476.27	c  1435s|  1300k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |5973 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1483.07/1483.50	c  1442s|  1310k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6023 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1490.16/1490.61	c  1449s|  1320k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6051 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1497.67/1498.13	c  1456s|  1330k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6092 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1505.06/1505.58	c  1464s|  1340k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6112 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1512.16/1512.65	c  1471s|  1350k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6152 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1519.85/1520.31	c  1478s|  1360k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6203 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1527.06/1527.60	c  1485s|  1370k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6233 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1534.45/1534.98	c  1492s|  1380k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6270 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1541.66/1542.10	c  1499s|  1390k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6315 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1548.75/1549.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.75/1549.29	c  1506s|  1400k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6343 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1555.96/1556.47	c  1513s|  1410k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6371 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1563.15/1563.65	c  1521s|  1420k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6407 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1570.35/1570.86	c  1528s|  1430k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6439 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1577.54/1578.01	c  1535s|  1440k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6468 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1584.94/1585.41	c  1542s|  1450k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6520 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1592.13/1592.69	c  1549s|  1460k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6548 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1599.54/1600.00	c  1556s|  1470k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6598 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1606.74/1607.24	c  1563s|  1480k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6627 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1613.84/1614.32	c  1570s|  1490k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6689 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1620.94/1621.47	c  1577s|  1500k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6713 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1628.23/1628.73	c  1584s|  1510k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6763 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1635.82/1636.31	c  1592s|  1520k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6805 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1643.32/1643.87	c  1599s|  1530k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6824 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1650.72/1651.22	c  1607s|  1540k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6859 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1657.92/1658.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1657.92/1658.43	c  1614s|  1550k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6897 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1665.22/1665.79	c  1621s|  1560k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6957 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1672.53/1673.09	c  1628s|  1570k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |6987 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1680.22/1680.73	c  1636s|  1580k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7012 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1687.81/1688.35	c  1643s|  1590k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7072 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1694.91/1695.49	c  1650s|  1600k|    24 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7114 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1702.41/1702.91	c  1657s|  1610k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7151 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1709.81/1710.30	c  1665s|  1620k|    28 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7208 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1717.31/1717.87	c  1672s|  1630k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7253 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1724.90/1725.50	c  1679s|  1640k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7308 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1732.50/1733.03	c  1687s|  1650k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7327 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1740.10/1740.65	c  1694s|  1660k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7358 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1747.59/1748.19	c  1702s|  1670k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7398 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1755.10/1755.67	c  1709s|  1680k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7432 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1762.80/1763.31	c  1717s|  1690k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7473 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1770.09/1770.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1770.09/1770.64	c  1724s|  1700k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7519 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1777.39/1777.93	c  1731s|  1710k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7574 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1784.69/1785.26	c  1738s|  1720k|    26 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7625 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1791.88/1792.48	c  1745s|  1730k|    25 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7678 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1799.18/1799.76	c  1752s|  1740k|    27 | 16349 |   0.0 | 106M|  66 |   - |1272 |  94k|   0 |   0 | 290 |7719 |  35 |-5.300000e+01 |-3.800000e+01 |  28.30%
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.61	c 
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time (sec) : 1753.24
1800.09/1800.61	c Solving Nodes      : 1741118
1800.09/1800.61	c Primal Bound       : -3.80000000000000e+01 (13 solutions)
1800.09/1800.61	c Dual Bound         : -5.30000000000000e+01
1800.09/1800.61	c Gap                : 28.30 %
1800.09/1800.66	s SATISFIABLE
1800.09/1800.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.09/1800.66	v -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.09/1800.66	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1800.09/1800.66	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.09/1800.66	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.09/1800.66	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.09/1800.66	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
1800.09/1800.66	v -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1800.09/1800.67	v -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.09/1800.67	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 
1800.09/1800.67	v -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.09/1800.67	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.09/1800.67	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1800.09/1800.67	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.09/1800.67	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
1800.09/1800.67	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 
1800.09/1800.67	v -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 
1800.09/1800.67	v -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 
1800.09/1800.67	v -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 
1800.09/1800.67	v -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 
1800.09/1800.67	v -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 
1800.09/1800.67	v -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.09/1800.67	v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.09/1800.67	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 
1800.09/1800.67	v -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1800.09/1800.67	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.09/1800.67	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1800.09/1800.67	v -x585 -x586 x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1800.09/1800.67	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 
1800.09/1800.67	v -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 
1800.09/1800.67	v -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 
1800.09/1800.67	v -x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 
1800.09/1800.67	v -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 
1800.09/1800.67	v -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 
1800.09/1800.67	v -x731 -x732 -x733 -x734 x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 
1800.09/1800.67	v -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 
1800.09/1800.67	v -x773 -x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 
1800.09/1800.67	v x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 
1800.09/1800.67	v -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 
1800.09/1800.67	v x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 x856 
1800.09/1800.67	v -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 
1800.09/1800.67	v -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 x895 -x896 -x897 -x898 
1800.09/1800.67	v -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 
1800.09/1800.67	v -x920 -x921 -x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 
1800.09/1800.67	v -x941 x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 
1800.09/1800.67	v -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 x982 
1800.09/1800.67	v -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 
1800.09/1800.67	v -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 
1800.09/1800.67	v -x1021 -x1022 -x1023 -x1024 x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.09/1800.67	v -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 x1053 -x1054 -x1055 -x1056 
1800.09/1800.67	v -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 
1800.09/1800.67	v -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 x1087 -x1088 -x1089 -x1090 -x1091 -x1092 
1800.09/1800.67	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 
1800.09/1800.67	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 
1800.09/1800.67	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 
1800.09/1800.67	v -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 
1800.09/1800.67	v -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 
1800.09/1800.67	v -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 
1800.09/1800.67	v -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 
1800.09/1800.67	v -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 
1800.09/1800.67	v -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 
1800.09/1800.67	v -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 
1800.09/1800.67	v -x1272 
1800.09/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.67	c Solving Time       :    1753.24
1800.09/1800.67	c Original Problem   :
1800.09/1800.67	c   Problem name     : HOME/instance-2667109-1276501994.opb
1800.09/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.67	c   Constraints      : 94127 initial, 94127 maximal
1800.09/1800.67	c Presolved Problem  :
1800.09/1800.67	c   Problem name     : t_HOME/instance-2667109-1276501994.opb
1800.09/1800.67	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.67	c   Constraints      : 94127 initial, 94136 maximal
1800.09/1800.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.67	c   probing          :       2.06          0          0          0          0          0          0          0          0
1800.09/1800.67	c   logicor          :       0.29          0          0          0          0          0          0          0          0
1800.09/1800.67	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.67	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.67	c   logicor          :      94127+        34    1649785          0          2      96598    2507550          0          0          0
1800.09/1800.67	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1800.09/1800.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.67	c   integral         :     217.98       0.00       0.00     217.98       0.00
1800.09/1800.67	c   logicor          :     305.55       0.47     305.04       0.00       0.04
1800.09/1800.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.67	c   vbounds          :       1.48          2          0          0
1800.09/1800.67	c   rootredcost      :       1.19          2          0          0
1800.09/1800.67	c   pseudoobj        :     311.44    2617885     595591     652798
1800.09/1800.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.67	c   propagation      :     177.96      96598       7722       7722       44.7          0        0.0          -
1800.09/1800.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.67	c   pseudo solution  :     430.33     175972          0          0        0.0          0        0.0          -
1800.09/1800.67	c   applied globally :          -          -          -       7722       44.7          -          -          -
1800.09/1800.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.67	c   cut pool         :       0.00         33          -          -         88          -    (maximal pool size: 600)
1800.09/1800.67	c   redcost          :       0.03         34          0          0          0          0
1800.09/1800.67	c   impliedbounds    :       0.15         34          0          0          0          0
1800.09/1800.67	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.67	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.67	c   gomory           :      43.98         34          0          0      17000          0
1800.09/1800.67	c   strongcg         :      24.27         20          0          0      10000          0
1800.09/1800.67	c   cmir             :      30.92         10          0          0          0          0
1800.09/1800.67	c   flowcover        :      32.82         10          0          0          0          0
1800.09/1800.67	c   clique           :       3.12         34          0          0        306          0
1800.09/1800.67	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.67	c   mcf              :       0.17          1          0          0          0          0
1800.09/1800.67	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.67	c Pricers            :       Time      Calls       Vars
1800.09/1800.67	c   problem variables:       0.00          0          0
1800.09/1800.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.67	c   relpscost        :     217.98          1          0          0          0          0          2
1800.09/1800.67	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.67	c   inference        :       9.20     878876          0          0          0          0    1757752
1800.09/1800.67	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.67	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.67	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.67	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.67	c   LP solutions     :       0.00          -          0
1800.09/1800.67	c   pseudo solutions :       0.00          -          2
1800.09/1800.67	c   crossover        :       0.00          0          0
1800.09/1800.67	c   oneopt           :       1.30          2          1
1800.09/1800.67	c   trivial          :       0.05          2          3
1800.09/1800.67	c   simplerounding   :       0.03         35          3
1800.09/1800.67	c   zirounding       :       0.03          1          1
1800.09/1800.67	c   rounding         :       2.15         35          1
1800.09/1800.67	c   shifting         :       2.81         35          1
1800.09/1800.67	c   intshifting      :       0.00          0          0
1800.09/1800.67	c   twoopt           :       0.00          0          0
1800.09/1800.67	c   fixandinfer      :       0.00          0          0
1800.09/1800.67	c   feaspump         :       0.00          0          0
1800.09/1800.67	c   coefdiving       :       0.00          0          0
1800.09/1800.67	c   pscostdiving     :       0.00          0          0
1800.09/1800.67	c   fracdiving       :       0.00          0          0
1800.09/1800.67	c   veclendiving     :       0.00          0          0
1800.09/1800.67	c   intdiving        :       0.00          0          0
1800.09/1800.67	c   actconsdiving    :       0.00          0          0
1800.09/1800.67	c   objpscostdiving  :       0.00          0          0
1800.09/1800.67	c   rootsoldiving    :       0.00          0          0
1800.09/1800.67	c   linesearchdiving :       0.00          0          0
1800.09/1800.67	c   guideddiving     :       0.00          0          0
1800.09/1800.67	c   octane           :       0.00          0          0
1800.09/1800.67	c   rens             :       1.82          1          1
1800.09/1800.67	c   rins             :       0.00          0          0
1800.09/1800.67	c   localbranching   :       0.00          0          0
1800.09/1800.67	c   mutation         :       0.00          0          0
1800.09/1800.67	c   dins             :       0.00          0          0
1800.09/1800.67	c   undercover       :       0.00          0          0
1800.09/1800.67	c   nlp              :       0.94          0          0
1800.09/1800.67	c   trysol           :       0.71          0          0
1800.09/1800.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.67	c   primal LP        :       0.30          0          0       0.00       0.00
1800.09/1800.67	c   dual LP          :     160.52         35      16349     467.11     101.85
1800.09/1800.67	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.67	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.67	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.67	c   strong branching :     217.98         35      22347     638.49     102.52
1800.09/1800.67	c     (at root node) :          -         35      22347     638.49          -
1800.09/1800.67	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.67	c B&B Tree           :
1800.09/1800.67	c   number of runs   :          1
1800.09/1800.67	c   nodes            :    1741118
1800.09/1800.67	c   nodes (total)    :    1741118
1800.09/1800.67	c   nodes left       :         28
1800.09/1800.67	c   max depth        :         66
1800.09/1800.67	c   max depth (total):         66
1800.09/1800.67	c   backtracks       :     325327 (18.7%)
1800.09/1800.67	c   delayed cutoffs  :       6238
1800.09/1800.67	c   repropagations   :       6967 (19227 domain reductions, 5922 cutoffs)
1800.09/1800.67	c   avg switch length:       2.00
1800.09/1800.67	c   switching time   :      85.61
1800.09/1800.67	c Solution           :
1800.09/1800.67	c   Solutions found  :         13 (6 improvements)
1800.09/1800.67	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.16 seconds, depth 0, found by <trivial>)
1800.09/1800.67	c   Primal Bound     : -3.80000000000000e+01   (in run 1, after 1039215 nodes, 1247.37 seconds, depth 45, found by <relaxation>)
1800.09/1800.67	c   Dual Bound       : -5.30000000000000e+01
1800.09/1800.67	c   Gap              :      28.30 %
1800.09/1800.67	c   Root Dual Bound  : -5.30000000000000e+01
1800.09/1800.67	c   Root Iterations  :      16349
1800.48/1801.03	c Time complete: 1800.52.

Verifier Data

OK	-38

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667109-1276501994/watcher-2667109-1276501994 -o /tmp/evaluation-result-2667109-1276501994/solver-2667109-1276501994 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667109-1276501994.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.88 1.96 1.63 3/106 29524
/proc/meminfo: memFree=1802696/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=6696 CPUtime=0
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 1000 0 0 0 0 0 0 0 18 0 1 0 25803080 6856704 919 1992294400 4194304 8223781 140734852525344 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 1931 926 348 984 0 944 0

[startup+0.083294 s]
/proc/loadavg: 1.88 1.96 1.63 3/106 29524
/proc/meminfo: memFree=1802696/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=12148 CPUtime=0.07
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 2331 0 0 0 7 0 0 0 20 0 1 0 25803080 12439552 2250 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 3037 2250 365 984 0 2050 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12148

[startup+0.101295 s]
/proc/loadavg: 1.88 1.96 1.63 3/106 29524
/proc/meminfo: memFree=1802696/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=13584 CPUtime=0.09
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 2692 0 0 0 9 0 0 0 20 0 1 0 25803080 13910016 2611 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 3396 2611 365 984 0 2409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13584

[startup+0.301318 s]
/proc/loadavg: 1.88 1.96 1.63 3/106 29524
/proc/meminfo: memFree=1802696/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=17944 CPUtime=0.29
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 3794 0 0 0 28 1 0 0 20 0 1 0 25803080 18374656 3713 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 4486 3713 365 984 0 3499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17944

[startup+0.701365 s]
/proc/loadavg: 1.88 1.96 1.63 3/106 29524
/proc/meminfo: memFree=1802696/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=25692 CPUtime=0.69
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5743 0 0 0 68 1 0 0 21 0 1 0 25803080 26308608 5662 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 6423 5662 365 984 0 5436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25692

[startup+1.50146 s]
/proc/loadavg: 1.88 1.96 1.63 2/107 29525
/proc/meminfo: memFree=1774664/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=43316 CPUtime=1.49
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 10153 0 0 0 146 3 0 0 23 0 1 0 25803080 44355584 10072 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 10829 10072 365 984 0 9842 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43316

[startup+3.10164 s]
/proc/loadavg: 1.88 1.96 1.63 2/107 29525
/proc/meminfo: memFree=1707208/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=107608 CPUtime=3.1
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 38527 0 0 0 274 36 0 0 25 0 1 0 25803080 110190592 25280 1992294400 4194304 8223781 140734852525344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 26902 25280 449 984 0 25915 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 107608

[startup+6.30101 s]
/proc/loadavg: 1.81 1.95 1.63 2/107 29525
/proc/meminfo: memFree=1673356/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=208876 CPUtime=6.29
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 68624 0 0 0 581 48 0 0 25 0 1 0 25803080 213889024 48113 1992294400 4194304 8223781 140734852525344 18446744073709551615 6357916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 52219 48113 522 984 0 51232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208876

[startup+12.7018 s]
/proc/loadavg: 1.75 1.93 1.62 2/107 29527
/proc/meminfo: memFree=1603420/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=231388 CPUtime=12.69
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 73642 0 0 0 1217 52 0 0 25 0 1 0 25803080 236941312 50137 1992294400 4194304 8223781 140734852525344 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57847 50137 526 984 0 56860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 231388

[startup+25.5012 s]
/proc/loadavg: 1.58 1.88 1.61 2/107 29527
/proc/meminfo: memFree=1602800/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=239080 CPUtime=25.49
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 262922 0 0 0 2413 136 0 0 25 0 1 0 25803080 244817920 50708 1992294400 4194304 8223781 140734852525344 18446744073709551615 5770363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 59770 50708 554 984 0 58783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 239080

[startup+51.1012 s]
/proc/loadavg: 1.38 1.81 1.60 2/107 29527
/proc/meminfo: memFree=1601436/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=240052 CPUtime=51.06
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 642532 0 0 0 4822 284 0 0 25 0 1 0 25803080 245813248 50546 1992294400 4194304 8223781 140734852525344 18446744073709551615 6569642 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 60013 50546 562 984 0 59026 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 240052

[startup+102.308 s]
/proc/loadavg: 1.16 1.68 1.56 2/107 29529
/proc/meminfo: memFree=1600196/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=239128 CPUtime=102.26
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 1348467 0 0 0 9673 553 0 0 25 0 1 0 25803080 244867072 50828 1992294400 4194304 8223781 140734852525344 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 59782 50828 563 984 0 58795 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 239128

[startup+162.301 s]
/proc/loadavg: 1.06 1.56 1.52 2/107 29531
/proc/meminfo: memFree=1599700/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=236248 CPUtime=162.24
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 1961272 0 0 0 15436 788 0 0 25 0 1 0 25803080 241917952 50820 1992294400 4194304 8223781 140734852525344 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 59062 50820 563 984 0 58075 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 236248

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.49 2/107 29531
/proc/meminfo: memFree=1597840/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=234980 CPUtime=222.22
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 3286180 0 0 0 20927 1295 0 0 25 0 1 0 25803080 240619520 51463 1992294400 4194304 8223781 140734852525344 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 58745 51463 563 984 0 57758 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 234980

[startup+282.301 s]
/proc/loadavg: 1.01 1.37 1.45 2/107 29533
/proc/meminfo: memFree=1599452/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=227752 CPUtime=282.2
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 4196267 0 0 0 26562 1658 0 0 25 0 1 0 25803080 233218048 50914 1992294400 4194304 8223781 140734852525344 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 56938 50914 563 984 0 55951 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 227752

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.42 2/107 29535
/proc/meminfo: memFree=1597964/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229640 CPUtime=342.19
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5460604 0 0 0 32048 2171 0 0 25 0 1 0 25803080 235151360 51427 1992294400 4194304 8223781 140734852525344 18446744073709551615 6502720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57410 51427 587 984 0 56423 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 229640

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.39 2/107 29537
/proc/meminfo: memFree=1597592/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=230096 CPUtime=402.17
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5497232 0 0 0 38019 2198 0 0 25 0 1 0 25803080 235618304 51537 1992294400 4194304 8223781 140734852525344 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57524 51537 587 984 0 56537 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 230096

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.37 2/107 29539
/proc/meminfo: memFree=1596724/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=230740 CPUtime=462.16
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5531736 0 0 0 43989 2227 0 0 25 0 1 0 25803080 236277760 51681 1992294400 4194304 8223781 140734852525344 18446744073709551615 6569569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57685 51681 587 984 0 56698 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 230740

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.34 2/107 29548
/proc/meminfo: memFree=1596848/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=228380 CPUtime=522.12
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5568271 0 0 0 49955 2257 0 0 25 0 1 0 25803080 233861120 51191 1992294400 4194304 8223781 140734852525344 18446744073709551615 6601565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57095 51201 587 984 0 56108 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 228380

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.32 2/107 29550
/proc/meminfo: memFree=1597096/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=582.11
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5586998 0 0 0 55881 2330 0 0 25 0 1 0 25803080 234729472 51473 1992294400 4194304 8223781 140734852525344 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51473 591 984 0 56320 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 229228

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.29 2/107 29552
/proc/meminfo: memFree=1597096/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=642.1
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587000 0 0 0 61762 2448 0 0 25 0 1 0 25803080 234729472 51475 1992294400 4194304 8223781 140734852525344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51475 591 984 0 56320 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 229228

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.04 1.05 1.22 2/107 29558
/proc/meminfo: memFree=1596972/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=882.03
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587005 0 0 0 85306 2897 0 0 25 0 1 0 25803080 234729472 51480 1992294400 4194304 8223781 140734852525344 18446744073709551615 4998670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51480 591 984 0 56320 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 229228

[startup+942.301 s]
/proc/loadavg: 1.01 1.04 1.21 2/107 29560
/proc/meminfo: memFree=1596972/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=942.01
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587006 0 0 0 91199 3002 0 0 25 0 1 0 25803080 234729472 51481 1992294400 4194304 8223781 140734852525344 18446744073709551615 4648619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51481 591 984 0 56320 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 229228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.19 2/107 29562
/proc/meminfo: memFree=1596972/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1002
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587006 0 0 0 97084 3116 0 0 25 0 1 0 25803080 234729472 51481 1992294400 4194304 8223781 140734852525344 18446744073709551615 4209815 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51481 591 984 0 56320 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 229228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 29564
/proc/meminfo: memFree=1596848/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1061.98
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587006 0 0 0 102975 3223 0 0 25 0 1 0 25803080 234729472 51481 1992294400 4194304 8223781 140734852525344 18446744073709551615 5907519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51481 591 984 0 56320 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 229228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/107 29564
/proc/meminfo: memFree=1596724/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1121.97
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587007 0 0 0 108869 3328 0 0 25 0 1 0 25803080 234729472 51482 1992294400 4194304 8223781 140734852525344 18446744073709551615 5924475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51482 591 984 0 56320 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 229228

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 29566
/proc/meminfo: memFree=1596600/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1181.95
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 114747 3448 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 4998670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 229228

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 29571
/proc/meminfo: memFree=1595856/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1241.93
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 120643 3550 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 229228

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 29573
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1301.93
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 126546 3647 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 229228

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 29575
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1361.9
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 132445 3745 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 229228

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 29575
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1421.89
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 138333 3856 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 229228

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 29577
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1481.87
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 144223 3964 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 229228

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 29579
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1541.85
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587008 0 0 0 150103 4082 0 0 25 0 1 0 25803080 234729472 51483 1992294400 4194304 8223781 140734852525344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51483 591 984 0 56320 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 229228

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 29581
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1601.84
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587009 0 0 0 155992 4192 0 0 25 0 1 0 25803080 234729472 51484 1992294400 4194304 8223781 140734852525344 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51484 591 984 0 56320 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 229228

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 29583
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1661.82
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587009 0 0 0 161890 4292 0 0 25 0 1 0 25803080 234729472 51484 1992294400 4194304 8223781 140734852525344 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51484 591 984 0 56320 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 229228

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 29583
/proc/meminfo: memFree=1595732/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1721.8
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587009 0 0 0 167779 4401 0 0 25 0 1 0 25803080 234729472 51484 1992294400 4194304 8223781 140734852525344 18446744073709551615 4648306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51484 591 984 0 56320 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 229228

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 29585
/proc/meminfo: memFree=1595608/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1781.79
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587009 0 0 0 173673 4506 0 0 25 0 1 0 25803080 234729472 51484 1992294400 4194304 8223781 140734852525344 18446744073709551615 5508152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51484 591 984 0 56320 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 229228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 29585
/proc/meminfo: memFree=1595608/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=229228 CPUtime=1800.09
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587009 0 0 0 175470 4539 0 0 25 0 1 0 25803080 234729472 51484 1992294400 4194304 8223781 140734852525344 18446744073709551615 4240415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29524/statm: 57307 51484 591 984 0 56320 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229228

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 29585
/proc/meminfo: memFree=1595608/2059040 swapFree=4140108/4192956
[pid=29524] ppid=29522 vsize=61928 CPUtime=1800.48
/proc/29524/stat : 29524 (pbscip.linux.x8) R 29522 29524 28961 0 -1 4202496 5587203 0 0 0 175507 4541 0 0 25 0 1 0 25803080 63414272 13935 1992294400 4194304 8223781 140734852525344 18446744073709551615 6207260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29524/statm: 15482 13935 593 984 0 14495 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 61928

Child status: 0
Real time (s): 1801.04
CPU time (s): 1800.53
CPU user time (s): 1755.1
CPU system time (s): 45.4231
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 325692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.1
system time used= 45.4231
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5587207
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= 5239

runsolver used 3.11053 second user time and 8.40072 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 09:53:14
IDJOB=2667109
IDBENCH=2255
IDSOLVER=1169
FILE ID=node006/2667109-1276501994
PBS_JOBID= 11173402
Free space on /tmp= 62472 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667109-1276501994/watcher-2667109-1276501994 -o /tmp/evaluation-result-2667109-1276501994/solver-2667109-1276501994 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667109-1276501994.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1925793f412227c60146f261684ef7c1
RANDOM SEED=1861942208

node006.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.204
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.40
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.204
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:       1803224 kB
Buffers:         70200 kB
Cached:         104996 kB
SwapCached:       6484 kB
Active:         101624 kB
Inactive:        87332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803224 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            6748 kB
Writeback:           0 kB
AnonPages:       12012 kB
Mapped:          13012 kB
Slab:            45068 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181628 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= 62468 MiB
End job on node006 at 2010-06-14 10:23:17