Trace number 2705763

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1792.98 1792.94

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh310_wcsp.wbo
MD5SUM9767c89dfda19e08df7810305b3128ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark463
Best CPU time to get the best result obtained on this benchmark3.79942
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705763-1278580141.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 900 impl, 0 cont) and 1901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.03/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.06	c presolving (3 rounds):
0.03/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  2000 implications, 0 cliques
0.03/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.03/0.06	c     900 constraints of type <linear>
0.03/0.06	c     900 constraints of type <indicator>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.04
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 1.2.1.3
0.03/0.06	c 
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = 10000
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1789.99
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 3420
0.03/0.06	c 
0.03/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.06	c # [type: int, range: [1,2], default: 1]
0.03/0.06	c timing/clocktype = 2
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/indicator/addCouplingCons = TRUE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/0.06	o 444854
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c t 0.0s|     1 |     0 |     0 |     - |6618k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |     0 |     - |7040k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    36 |     - |7104k|   0 |   0 |1900 |1800 |1900 |  70 |  70 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   119 |     - |7131k|   0 |  60 |1900 |1800 |1900 | 118 | 118 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   216 |     - |7555k|   0 |  52 |1900 |1800 |1900 | 171 | 171 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   282 |     - |7609k|   0 |  60 |1900 |1800 |1900 | 196 | 196 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   332 |     - |7688k|   0 |  58 |1900 |1800 |1900 | 201 | 201 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   428 |     - |7774k|   0 |  57 |1900 |1800 |1900 | 208 | 208 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.50	c   0.5s|     1 |     2 |   428 |     - |7799k|   0 |  57 |1900 |1800 |1900 | 208 | 208 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
9.99/10.04	c  10.0s| 10000 |  9995 | 18703 |   1.8 |  20M| 775 |   0 |1900 |1804 |1900 | 299 |1838 |   4 | 759 | 0.000000e+00 | 4.448540e+05 |    Inf 
17.29/17.38	c  17.4s| 20000 | 19975 | 30423 |   1.5 |  30M| 775 |   0 |1900 |1815 |1900 | 259 |3282 |  15 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
24.29/24.33	c  24.3s| 30000 | 29969 | 37185 |   1.2 |  40M| 775 |   0 |1900 |1819 |1900 | 270 |4267 |  19 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
30.99/31.06	c  31.1s| 40000 | 39967 | 42395 |   1.0 |  50M| 775 |   0 |1900 |1819 |1900 | 242 |5003 |  19 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
37.79/37.81	c  37.8s| 50000 | 49965 | 47604 |   0.9 |  60M| 775 |   0 |1900 |1819 |1900 | 262 |5805 |  19 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
44.50/44.52	c  44.5s| 60000 | 59963 | 52284 |   0.9 |  70M| 775 |   0 |1900 |1820 |1900 | 252 |6483 |  20 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
51.20/51.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.20/51.21	c  51.2s| 70000 | 69963 | 56699 |   0.8 |  80M| 775 |   0 |1900 |1820 |1900 | 234 |7105 |  20 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
57.89/57.91	c  57.9s| 80000 | 79963 | 61260 |   0.8 |  90M| 775 |   0 |1900 |1820 |1900 | 258 |7733 |  20 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
64.49/64.58	c  64.6s| 90000 | 89963 | 65610 |   0.7 | 100M| 775 |   0 |1900 |1820 |1900 | 237 |8337 |  20 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
71.19/71.21	c  71.2s|100000 | 99961 | 69940 |   0.7 | 110M| 775 |   0 |1900 |1821 |1900 | 256 |8944 |  21 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
77.89/77.94	c  77.9s|110000 |109959 | 74902 |   0.7 | 120M| 775 |   0 |1900 |1822 |1900 | 251 |9652 |  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
84.59/84.67	c  84.7s|120000 |119959 | 79867 |   0.7 | 130M| 775 |   0 |1900 |1822 |1900 | 266 |  10k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
91.30/91.38	c  91.4s|130000 |129959 | 84308 |   0.6 | 140M| 775 |   0 |1900 |1822 |1900 | 259 |  11k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
97.99/98.04	c  98.0s|140000 |139959 | 88558 |   0.6 | 150M| 775 |   0 |1900 |1822 |1900 | 258 |  11k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
104.69/104.74	c   105s|150000 |149959 | 92943 |   0.6 | 160M| 775 |   0 |1900 |1822 |1900 | 260 |  12k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
111.39/111.40	c   111s|160000 |159959 | 97082 |   0.6 | 170M| 775 |   0 |1900 |1822 |1900 | 225 |  13k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
117.99/118.04	c   118s|170000 |169959 |101297 |   0.6 | 180M| 775 |   0 |1900 |1822 |1900 | 270 |  13k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
124.69/124.70	c   125s|180000 |179959 |105306 |   0.6 | 189M| 775 |   0 |1900 |1822 |1900 | 238 |  14k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
131.29/131.37	c   131s|190000 |189959 |109622 |   0.6 | 199M| 775 |   0 |1900 |1821 |1900 | 253 |  14k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
138.00/138.09	c   138s|200000 |199959 |114413 |   0.6 | 209M| 775 |   0 |1900 |1820 |1900 | 251 |  15k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
144.80/144.86	c   145s|210000 |209959 |119332 |   0.6 | 219M| 775 |   0 |1900 |1820 |1900 | 246 |  16k|  22 | 785 | 0.000000e+00 | 4.448540e+05 |    Inf 
151.40/151.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.40/151.47	c   151s|220000 |219959 |123332 |   0.6 | 229M| 775 |   0 |1900 |1820 |1900 | 254 |  16k|  22 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
158.10/158.13	c   158s|230000 |229953 |127700 |   0.6 | 239M| 775 |   0 |1900 |1820 |1900 | 262 |  17k|  23 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
164.89/164.94	c   165s|240000 |239951 |132763 |   0.6 | 249M| 775 |   0 |1900 |1821 |1900 | 270 |  18k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
171.60/171.69	c   172s|250000 |249951 |137832 |   0.5 | 259M| 775 |   0 |1900 |1820 |1900 | 232 |  19k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
178.29/178.34	c   178s|260000 |259951 |142660 |   0.5 | 269M| 775 |   0 |1900 |1820 |1900 | 250 |  19k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
184.90/184.96	c   185s|270000 |269951 |146891 |   0.5 | 279M| 775 |   0 |1900 |1819 |1900 | 250 |  20k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
191.60/191.67	c   192s|280000 |279951 |151449 |   0.5 | 289M| 775 |   0 |1900 |1819 |1900 | 269 |  21k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
198.20/198.29	c   198s|290000 |289951 |155515 |   0.5 | 299M| 775 |   0 |1900 |1817 |1900 | 244 |  21k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
204.79/204.87	c   205s|300000 |299951 |159424 |   0.5 | 309M| 775 |   0 |1900 |1816 |1900 | 245 |  22k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
211.40/211.48	c   211s|310000 |309951 |163671 |   0.5 | 319M| 775 |   0 |1900 |1816 |1900 | 258 |  22k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
217.89/217.96	c   218s|320000 |319951 |167414 |   0.5 | 329M| 775 |   0 |1900 |1815 |1900 | 227 |  23k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
224.40/224.43	c   224s|330000 |329951 |170901 |   0.5 | 339M| 775 |   0 |1900 |1815 |1900 | 251 |  24k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
231.00/231.05	c   231s|340000 |339951 |175158 |   0.5 | 349M| 775 |   0 |1900 |1813 |1900 | 266 |  24k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
237.61/237.63	c   238s|350000 |349951 |179216 |   0.5 | 359M| 775 |   0 |1900 |1813 |1900 | 254 |  25k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
244.21/244.27	c   244s|360000 |359951 |183697 |   0.5 | 368M| 775 |   0 |1900 |1813 |1900 | 259 |  25k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
250.90/250.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.90/250.94	c   251s|370000 |369951 |188076 |   0.5 | 378M| 775 |   0 |1900 |1813 |1900 | 236 |  26k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
257.60/257.61	c   258s|380000 |379951 |192609 |   0.5 | 388M| 775 |   0 |1900 |1813 |1900 | 254 |  27k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
264.29/264.31	c   264s|390000 |389951 |197455 |   0.5 | 398M| 775 |   0 |1900 |1813 |1900 | 247 |  27k|  24 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
270.79/270.86	c   271s|400000 |399945 |201235 |   0.5 | 408M| 775 |   0 |1900 |1817 |1900 | 253 |  28k|  28 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
277.40/277.43	c   277s|410000 |409945 |204966 |   0.5 | 418M| 775 |   0 |1900 |1817 |1900 | 250 |  28k|  28 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
283.89/283.99	c   284s|420000 |419945 |208895 |   0.5 | 428M| 775 |   0 |1900 |1817 |1900 | 243 |  29k|  28 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
290.49/290.56	c   291s|430000 |429945 |212808 |   0.5 | 438M| 775 |   0 |1900 |1817 |1900 | 268 |  29k|  28 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
297.10/297.12	c   297s|440000 |439945 |216703 |   0.5 | 448M| 775 |   0 |1900 |1817 |1900 | 256 |  30k|  28 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
303.60/303.66	c   304s|450000 |449943 |220504 |   0.5 | 458M| 775 |   0 |1900 |1817 |1900 | 268 |  30k|  29 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
310.10/310.11	c   310s|460000 |459941 |223849 |   0.5 | 468M| 775 |   0 |1900 |1818 |1900 | 247 |  31k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
316.40/316.48	c   316s|470000 |469941 |226681 |   0.5 | 478M| 775 |   0 |1900 |1818 |1900 | 257 |  31k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
322.79/322.87	c   323s|480000 |479941 |229156 |   0.5 | 488M| 775 |   0 |1900 |1817 |1900 | 241 |  32k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
329.20/329.22	c   329s|490000 |489941 |231592 |   0.5 | 497M| 775 |   0 |1900 |1816 |1900 | 243 |  32k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
335.50/335.55	c   336s|500000 |499941 |233782 |   0.5 | 507M| 775 |   0 |1900 |1816 |1900 | 244 |  32k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
341.90/341.90	c   342s|510000 |509941 |235861 |   0.5 | 517M| 775 |   0 |1900 |1816 |1900 | 250 |  33k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
348.20/348.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.20/348.27	c   348s|520000 |519941 |238389 |   0.5 | 527M| 775 |   0 |1900 |1816 |1900 | 250 |  33k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
354.70/354.70	c   355s|530000 |529941 |240916 |   0.5 | 537M| 775 |   0 |1900 |1816 |1900 | 249 |  33k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
361.10/361.16	c   361s|540000 |539941 |243317 |   0.4 | 547M| 775 |   0 |1900 |1815 |1900 | 261 |  33k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
367.50/367.57	c   368s|550000 |549941 |245488 |   0.4 | 557M| 775 |   0 |1900 |1814 |1900 | 261 |  34k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
373.90/373.92	c   374s|560000 |559941 |247684 |   0.4 | 567M| 775 |   0 |1900 |1814 |1900 | 250 |  34k|  30 | 786 | 0.000000e+00 | 4.448540e+05 |    Inf 
380.20/380.27	c   380s|570000 |569939 |249966 |   0.4 | 577M| 775 |   0 |1900 |1815 |1900 | 266 |  34k|  31 | 789 | 0.000000e+00 | 4.448540e+05 |    Inf 
386.60/386.62	c   387s|580000 |579939 |252755 |   0.4 | 587M| 775 |   0 |1900 |1815 |1900 | 253 |  35k|  31 | 799 | 0.000000e+00 | 4.448540e+05 |    Inf 
392.90/392.93	c   393s|590000 |589937 |255007 |   0.4 | 597M| 775 |   0 |1900 |1816 |1900 | 244 |  35k|  32 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
399.30/399.31	c   399s|600000 |599937 |257074 |   0.4 | 607M| 775 |   0 |1900 |1816 |1900 | 261 |  35k|  32 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
405.70/405.70	c   406s|610000 |609937 |259134 |   0.4 | 617M| 775 |   0 |1900 |1816 |1900 | 257 |  35k|  32 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
412.00/412.03	c   412s|620000 |619935 |260960 |   0.4 | 626M| 775 |   0 |1900 |1817 |1900 | 249 |  36k|  33 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
418.30/418.37	c   418s|630000 |629935 |263243 |   0.4 | 636M| 775 |   0 |1900 |1817 |1900 | 243 |  36k|  33 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
424.60/424.66	c   425s|640000 |639935 |265168 |   0.4 | 646M| 775 |   0 |1900 |1817 |1900 | 246 |  36k|  33 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
430.90/430.97	c   431s|650000 |649935 |267197 |   0.4 | 656M| 775 |   0 |1900 |1816 |1900 | 246 |  36k|  33 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
437.30/437.30	c   437s|660000 |659935 |269302 |   0.4 | 666M| 775 |   0 |1900 |1816 |1900 | 242 |  37k|  33 | 801 | 0.000000e+00 | 4.448540e+05 |    Inf 
443.61/443.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.61/443.68	c   444s|670000 |669933 |271890 |   0.4 | 676M| 775 |   0 |1900 |1815 |1900 | 251 |  37k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
450.00/450.04	c   450s|680000 |679933 |274027 |   0.4 | 686M| 775 |   0 |1900 |1814 |1900 | 248 |  37k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
456.30/456.33	c   456s|690000 |689933 |275934 |   0.4 | 696M| 775 |   0 |1900 |1814 |1900 | 245 |  38k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
462.60/462.63	c   463s|700000 |699933 |277969 |   0.4 | 706M| 775 |   0 |1900 |1814 |1900 | 240 |  38k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
468.90/468.92	c   469s|710000 |709933 |279831 |   0.4 | 716M| 775 |   0 |1900 |1814 |1900 | 245 |  38k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
475.21/475.24	c   475s|720000 |719933 |281446 |   0.4 | 726M| 775 |   0 |1900 |1814 |1900 | 235 |  38k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
481.50/481.57	c   482s|730000 |729933 |283145 |   0.4 | 735M| 775 |   0 |1900 |1814 |1900 | 249 |  38k|  33 | 807 | 0.000000e+00 | 4.448540e+05 |    Inf 
487.90/487.92	c   488s|740000 |739933 |285158 |   0.4 | 745M| 775 |   0 |1900 |1814 |1900 | 241 |  39k|  33 | 809 | 0.000000e+00 | 4.448540e+05 |    Inf 
494.20/494.26	c   494s|750000 |749933 |287596 |   0.4 | 755M| 775 |   0 |1900 |1813 |1900 | 236 |  39k|  33 | 837 | 0.000000e+00 | 4.448540e+05 |    Inf 
495.41/495.47	o 20545
495.41/495.47	c * 495s|751839 |669204 |288085 |   0.4 | 680M| 775 |   - |1900 |1812 |1900 | 274 |  39k|  33 | 855 | 0.000000e+00 | 2.054500e+04 |    Inf 
501.90/501.97	c   502s|760000 |677365 |295825 |   0.4 | 689M| 775 |   0 |1900 |1810 |1900 | 227 |  40k|  33 | 889 | 0.000000e+00 | 2.054500e+04 |    Inf 
510.10/510.15	c   510s|770000 |687358 |308233 |   0.4 | 699M| 775 |   0 |1900 |1829 |1900 | 248 |  42k|  53 | 923 | 0.000000e+00 | 2.054500e+04 |    Inf 
516.51/516.56	o 20437
516.51/516.56	c * 517s|778175 |691607 |315114 |   0.4 | 707M| 775 |   - |1900 |4046 |1900 | 240 |  43k|2569 | 930 | 0.000000e+00 | 2.043700e+04 |    Inf 
517.91/517.95	c   518s|780000 |693404 |315920 |   0.4 | 709M| 775 |   0 |1900 |4009 |1900 | 242 |  43k|2719 | 930 | 0.000000e+00 | 2.043700e+04 |    Inf 
522.61/522.65	o 20374
522.61/522.65	c * 523s|785996 |696896 |319898 |   0.4 | 714M| 775 |   - |1900 |5163 |1900 | 241 |  43k|4895 | 946 | 0.000000e+00 | 2.037400e+04 |    Inf 
525.71/525.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.71/525.73	c   526s|790000 |700811 |321986 |   0.4 | 718M| 775 |   0 |1900 |4653 |1900 | 222 |  43k|5306 | 973 | 0.000000e+00 | 2.037400e+04 |    Inf 
533.20/533.28	c   533s|800000 |710659 |327214 |   0.4 | 728M| 775 |   0 |1900 |3824 |1900 | 241 |  44k|6054 | 973 | 0.000000e+00 | 2.037400e+04 |    Inf 
540.70/540.75	c   541s|810000 |720652 |332675 |   0.4 | 738M| 775 |   0 |1900 |3616 |1900 | 241 |  45k|6094 | 978 | 0.000000e+00 | 2.037400e+04 |    Inf 
548.10/548.15	c   548s|820000 |730635 |337604 |   0.4 | 748M| 775 |   0 |1900 |3250 |1900 | 244 |  45k|6194 | 985 | 0.000000e+00 | 2.037400e+04 |    Inf 
555.41/555.47	c   555s|830000 |740617 |341294 |   0.4 | 758M| 775 |   0 |1900 |3188 |1900 | 241 |  45k|6304 | 999 | 0.000000e+00 | 2.037400e+04 |    Inf 
555.80/555.87	o 20255
555.80/555.87	c * 556s|830532 |737518 |341462 |   0.4 | 755M| 775 |   - |1900 |3213 |1900 | 244 |  45k|6334 | 999 | 0.000000e+00 | 2.025500e+04 |    Inf 
562.80/562.87	c   563s|840000 |746953 |345855 |   0.4 | 764M| 775 |   0 |1900 |3035 |1900 | 273 |  46k|6478 |1000 | 0.000000e+00 | 2.025500e+04 |    Inf 
570.00/570.04	o 19811
570.00/570.04	c * 570s|849694 |742182 |351042 |   0.4 | 762M| 775 |   - |1900 |4569 |1900 | 225 |  46k|9529 |1023 | 0.000000e+00 | 1.981100e+04 |    Inf 
570.20/570.29	c   570s|850000 |742459 |351404 |   0.4 | 762M| 775 |   0 |1900 |4646 |1900 | 232 |  46k|9689 |1023 | 0.000000e+00 | 1.981100e+04 |    Inf 
570.81/570.84	o 19703
570.81/570.84	c * 571s|850685 |739640 |351963 |   0.4 | 759M| 775 |   - |1900 |4780 |1900 | 228 |  46k|  10k|1023 | 0.000000e+00 | 1.970300e+04 |    Inf 
570.81/570.85	o 19677
570.81/570.85	c * 571s|850687 |738782 |351988 |   0.4 | 759M| 775 |   - |1900 |4780 |1900 | 228 |  46k|  10k|1023 | 0.000000e+00 | 1.967700e+04 |    Inf 
570.81/570.87	o 19451
570.81/570.87	c * 571s|850688 |731272 |351995 |   0.4 | 750M| 775 |   - |1900 |4780 |1900 | 228 |  46k|  10k|1023 | 0.000000e+00 | 1.945100e+04 |    Inf 
570.91/570.95	o 19338
570.91/570.95	c * 571s|850748 |727612 |352104 |   0.4 | 746M| 775 |   - |1900 |4777 |1900 | 230 |  46k|  10k|1023 | 0.000000e+00 | 1.933800e+04 |    Inf 
570.91/570.97	o 19228
570.91/570.97	c * 571s|850760 |723939 |352116 |   0.4 | 743M| 775 |   - |1900 |4777 |1900 | 230 |  46k|  10k|1023 | 0.000000e+00 | 1.922800e+04 |    Inf 
570.91/570.99	o 19112
570.91/570.99	c * 571s|850761 |719978 |352118 |   0.4 | 738M| 775 |   - |1900 |4777 |1900 | 230 |  46k|  10k|1023 | 0.000000e+00 | 1.911200e+04 |    Inf 
571.10/571.11	o 18993
571.10/571.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.10/571.11	c * 571s|850891 |716124 |352270 |   0.4 | 734M| 775 |   - |1900 |4750 |1900 | 244 |  46k|  10k|1023 | 0.000000e+00 | 1.899300e+04 |    Inf 
573.01/573.04	o 18977
573.01/573.04	c * 573s|853514 |718067 |353275 |   0.4 | 737M| 775 |   - |1900 |4768 |1900 | 227 |  47k|  10k|1023 | 0.000000e+00 | 1.897700e+04 |    Inf 
573.01/573.06	o 18892
573.01/573.06	c * 573s|853515 |715281 |353276 |   0.4 | 734M| 775 |   - |1900 |4768 |1900 | 227 |  47k|  10k|1023 | 0.000000e+00 | 1.889200e+04 |    Inf 
577.90/577.99	c   578s|860000 |721329 |356915 |   0.4 | 741M| 775 |   0 |1900 |5001 |1900 | 232 |  47k|  13k|1042 | 0.000000e+00 | 1.889200e+04 |    Inf 
580.61/580.66	o 18642
580.61/580.66	c * 581s|863551 |716667 |358688 |   0.4 | 737M| 775 |   - |1900 |4725 |1900 | 226 |  47k|  14k|1042 | 0.000000e+00 | 1.864200e+04 |    Inf 
580.61/580.68	o 18618
580.61/580.68	c * 581s|863552 |715924 |358718 |   0.4 | 736M| 775 |   - |1900 |4724 |1900 | 226 |  47k|  14k|1042 | 0.000000e+00 | 1.861800e+04 |    Inf 
580.71/580.74	o 18593
580.71/580.74	c * 581s|863625 |715243 |358780 |   0.4 | 735M| 775 |   - |1900 |4674 |1900 | 227 |  47k|  14k|1042 | 0.000000e+00 | 1.859300e+04 |    Inf 
580.71/580.76	o 18569
580.71/580.76	c * 581s|863626 |714461 |358790 |   0.4 | 734M| 775 |   - |1900 |4674 |1900 | 227 |  47k|  14k|1042 | 0.000000e+00 | 1.856900e+04 |    Inf 
585.61/585.61	o 18567
585.61/585.61	c * 586s|869949 |720391 |363071 |   0.4 | 741M| 775 |   - |1900 |3900 |1900 | 270 |  48k|  15k|1086 | 0.000000e+00 | 1.856700e+04 |    Inf 
585.61/585.62	o 18537
585.61/585.62	c * 586s|869950 |719452 |363076 |   0.4 | 740M| 775 |   - |1900 |3900 |1900 | 270 |  48k|  15k|1086 | 0.000000e+00 | 1.853700e+04 |    Inf 
585.61/585.66	c   586s|870000 |719502 |363241 |   0.4 | 740M| 775 |   0 |1900 |3855 |1900 | 223 |  48k|  15k|1086 | 0.000000e+00 | 1.853700e+04 |    Inf 
586.60/586.68	o 18522
586.60/586.68	c * 587s|871312 |720232 |364070 |   0.4 | 741M| 775 |   - |1900 |3739 |1900 | 296 |  48k|  16k|1099 | 0.000000e+00 | 1.852200e+04 |    Inf 
586.70/586.70	o 18342
586.70/586.70	c * 587s|871313 |714778 |364075 |   0.4 | 735M| 775 |   - |1900 |3738 |1900 | 296 |  48k|  16k|1099 | 0.000000e+00 | 1.834200e+04 |    Inf 
588.31/588.30	o 17874
588.31/588.30	c * 588s|873395 |702437 |365008 |   0.4 | 722M| 775 |   - |1900 |3597 |1900 | 327 |  48k|  16k|1102 | 0.000000e+00 | 1.787400e+04 |    Inf 
588.31/588.32	o 17810
588.31/588.32	c * 588s|873396 |700527 |365016 |   0.4 | 720M| 775 |   - |1900 |3597 |1900 | 327 |  48k|  16k|1102 | 0.000000e+00 | 1.781000e+04 |    Inf 
593.30/593.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.30/593.39	c   593s|880000 |706611 |371861 |   0.4 | 727M| 775 |   0 |1900 |3239 |1900 | 277 |  48k|  18k|1170 | 0.000000e+00 | 1.781000e+04 |    Inf 
593.71/593.76	o 17507
593.71/593.76	c * 594s|880499 |697989 |371986 |   0.4 | 718M| 775 |   - |1900 |3360 |1900 | 319 |  48k|  19k|1170 | 0.000000e+00 | 1.750700e+04 |    Inf 
593.81/593.80	o 16708
593.81/593.80	c * 594s|880500 |674421 |371986 |   0.4 | 694M| 775 |   - |1900 |3359 |1900 | 319 |  48k|  19k|1170 | 0.000000e+00 | 1.670800e+04 |    Inf 
601.00/601.03	c   601s|890000 |683261 |377716 |   0.4 | 704M| 775 |   0 |1900 |3373 |1900 | 239 |  49k|  22k|1174 | 0.000000e+00 | 1.670800e+04 |    Inf 
602.71/602.80	o 16549
602.71/602.80	c * 603s|892405 |681077 |378885 |   0.4 | 702M| 775 |   - |1900 |3478 |1900 | 240 |  49k|  23k|1176 | 0.000000e+00 | 1.654900e+04 |    Inf 
602.81/602.81	o 16409
602.81/602.81	c * 603s|892406 |677305 |378887 |   0.4 | 698M| 775 |   - |1900 |3478 |1900 | 240 |  49k|  23k|1176 | 0.000000e+00 | 1.640900e+04 |    Inf 
602.91/602.92	o 16399
602.91/602.92	c * 603s|892526 |677158 |379100 |   0.4 | 698M| 775 |   - |1900 |3484 |1900 | 243 |  49k|  23k|1176 | 0.000000e+00 | 1.639900e+04 |    Inf 
603.20/603.23	o 16346
603.20/603.23	c * 603s|892885 |675991 |379490 |   0.4 | 697M| 775 |   - |1900 |3647 |1900 | 234 |  49k|  23k|1178 | 0.000000e+00 | 1.634600e+04 |    Inf 
606.40/606.43	o 16282
606.40/606.43	c * 606s|897142 |678291 |381780 |   0.4 | 699M| 775 |   - |1900 |3531 |1900 | 220 |  49k|  24k|1178 | 0.000000e+00 | 1.628200e+04 |    Inf 
607.01/607.06	o 16279
607.01/607.06	c * 607s|897990 |679009 |382143 |   0.4 | 700M| 775 |   - |1900 |3475 |1900 | 220 |  49k|  24k|1178 | 0.000000e+00 | 1.627900e+04 |    Inf 
608.50/608.59	c   609s|900000 |680804 |383294 |   0.4 | 702M| 775 |   0 |1900 |3625 |1900 | 242 |  49k|  25k|1178 | 0.000000e+00 | 1.627900e+04 |    Inf 
610.61/610.62	o 16167
610.61/610.62	c * 611s|902724 |680323 |384918 |   0.4 | 702M| 775 |   - |1900 |3085 |1900 | 220 |  50k|  26k|1180 | 0.000000e+00 | 1.616700e+04 |    Inf 
610.71/610.70	o 16114
610.71/610.70	c * 611s|902812 |679018 |384999 |   0.4 | 700M| 775 |   - |1900 |3097 |1900 | 220 |  50k|  26k|1180 | 0.000000e+00 | 1.611400e+04 |    Inf 
611.51/611.52	o 15903
611.51/611.52	c * 612s|903908 |674381 |385320 |   0.4 | 696M| 775 |   - |1900 |2933 |1900 | 219 |  50k|  26k|1180 | 0.000000e+00 | 1.590300e+04 |    Inf 
616.11/616.15	c   616s|910000 |679852 |388892 |   0.4 | 703M| 775 |   0 |1900 |3192 |1900 | 225 |  50k|  30k|1182 | 0.000000e+00 | 1.590300e+04 |    Inf 
621.10/621.14	o 15799
621.10/621.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.10/621.14	c * 621s|916626 |682977 |392725 |   0.4 | 708M| 775 |   - |1900 |3207 |1900 | 232 |  50k|  32k|1187 | 0.000000e+00 | 1.579900e+04 |    Inf 
623.71/623.70	c   624s|920000 |686063 |395551 |   0.4 | 711M| 775 |   0 |1900 |3064 |1900 | 222 |  51k|  33k|1196 | 0.000000e+00 | 1.579900e+04 |    Inf 
624.90/624.95	o 15671
624.90/624.95	c * 625s|921655 |683865 |396619 |   0.4 | 709M| 775 |   - |1900 |3173 |1900 | 224 |  51k|  34k|1196 | 0.000000e+00 | 1.567100e+04 |    Inf 
627.50/627.57	o 15595
627.50/627.57	c * 628s|925058 |684685 |399404 |   0.4 | 710M| 775 |   - |1900 |3194 |1900 | 240 |  51k|  36k|1198 | 0.000000e+00 | 1.559500e+04 |    Inf 
631.31/631.38	c   631s|930000 |689226 |403568 |   0.4 | 716M| 775 |   0 |1900 |3110 |1900 | 236 |  51k|  38k|1199 | 0.000000e+00 | 1.559500e+04 |    Inf 
639.20/639.21	c   639s|940000 |698279 |412914 |   0.4 | 727M| 775 |   0 |1900 |3682 |1900 | 235 |  52k|  42k|1201 | 0.000000e+00 | 1.559500e+04 |    Inf 
640.00/640.02	o 15545
640.00/640.02	c * 640s|941001 |697662 |413790 |   0.4 | 727M| 775 |   - |1900 |3752 |1900 | 235 |  53k|  42k|1201 | 0.000000e+00 | 1.554500e+04 |    Inf 
640.00/640.04	o 15286
640.00/640.04	c * 640s|941002 |689525 |413794 |   0.4 | 718M| 775 |   - |1900 |3752 |1900 | 235 |  53k|  42k|1201 | 0.000000e+00 | 1.528600e+04 |    Inf 
646.90/646.92	c   647s|950000 |697892 |420581 |   0.4 | 727M| 775 |   0 |1900 |3494 |1900 | 231 |  53k|  45k|1217 | 0.000000e+00 | 1.528600e+04 |    Inf 
654.41/654.49	c   654s|960000 |706923 |427126 |   0.4 | 739M| 775 |   0 |1900 |3773 |1900 | 230 |  54k|  50k|1223 | 0.000000e+00 | 1.528600e+04 |    Inf 
659.40/659.48	o 15260
659.40/659.48	c * 659s|966492 |711998 |432292 |   0.4 | 746M| 775 |   - |1900 |3858 |1900 | 231 |  54k|  53k|1223 | 0.000000e+00 | 1.526000e+04 |    Inf 
662.30/662.35	c   662s|970000 |715046 |435732 |   0.4 | 750M| 775 |   0 |1900 |4179 |1900 | 250 |  55k|  55k|1223 | 0.000000e+00 | 1.526000e+04 |    Inf 
669.91/669.99	c   670s|980000 |724438 |442268 |   0.5 | 760M| 775 |   0 |1900 |2848 |1900 | 232 |  56k|  58k|1238 | 0.000000e+00 | 1.526000e+04 |    Inf 
677.41/677.50	c   677s|990000 |733588 |449294 |   0.5 | 771M| 775 |   0 |1900 |3367 |1900 | 223 |  56k|  62k|1247 | 0.000000e+00 | 1.526000e+04 |    Inf 
680.51/680.59	o 15120
680.51/680.59	c * 681s|994141 |732723 |452006 |   0.5 | 771M| 775 |   - |1900 |3645 |1900 | 240 |  57k|  64k|1248 | 0.000000e+00 | 1.512000e+04 |    Inf 
685.11/685.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.11/685.10	c   685s|  1000k|738056 |456289 |   0.5 | 777M| 775 |   0 |1900 |3839 |1900 | 230 |  57k|  66k|1249 | 0.000000e+00 | 1.512000e+04 |    Inf 
693.01/693.02	c   693s|  1010k|746916 |466517 |   0.5 | 788M| 775 |   0 |1900 |3478 |1900 | 221 |  58k|  71k|1297 | 0.000000e+00 | 1.512000e+04 |    Inf 
694.40/694.47	o 15078
694.40/694.47	c * 694s|  1011k|747140 |468075 |   0.5 | 789M| 775 |   - |1900 |3482 |1900 | 228 |  58k|  72k|1297 | 0.000000e+00 | 1.507800e+04 |    Inf 
694.81/694.82	o 14932
694.81/694.82	c * 695s|  1012k|742269 |468446 |   0.5 | 783M| 775 |   - |1900 |3549 |1900 | 228 |  58k|  72k|1297 | 0.000000e+00 | 1.493200e+04 |    Inf 
694.81/694.84	o 14816
694.81/694.84	c * 695s|  1012k|738059 |468454 |   0.5 | 778M| 775 |   - |1900 |3549 |1900 | 228 |  58k|  72k|1297 | 0.000000e+00 | 1.481600e+04 |    Inf 
700.81/700.89	c   701s|  1020k|745124 |473634 |   0.5 | 786M| 775 |   0 |1900 |3714 |1900 | 234 |  59k|  76k|1322 | 0.000000e+00 | 1.481600e+04 |    Inf 
708.51/708.58	c   709s|  1030k|754100 |481322 |   0.5 | 797M| 775 |   0 |1900 |3556 |1900 | 243 |  60k|  80k|1326 | 0.000000e+00 | 1.481600e+04 |    Inf 
714.70/714.70	o 14762
714.70/714.70	c * 715s|  1038k|759524 |485944 |   0.5 | 804M| 775 |   - |1900 |3622 |1900 | 235 |  61k|  84k|1327 | 0.000000e+00 | 1.476200e+04 |    Inf 
716.11/716.18	c   716s|  1040k|761166 |487470 |   0.5 | 806M| 775 |   0 |1900 |3829 |1900 | 267 |  61k|  85k|1327 | 0.000000e+00 | 1.476200e+04 |    Inf 
716.20/716.21	o 14543
716.20/716.21	c * 716s|  1040k|752824 |487503 |   0.5 | 795M| 775 |   - |1900 |3839 |1900 | 270 |  61k|  85k|1327 | 0.000000e+00 | 1.454300e+04 |    Inf 
723.81/723.88	c   724s|  1050k|761759 |495604 |   0.5 | 806M| 775 |   0 |1900 |3491 |1900 | 240 |  62k|  90k|1332 | 0.000000e+00 | 1.454300e+04 |    Inf 
731.52/731.53	c   732s|  1060k|770692 |502574 |   0.5 | 817M| 775 |   0 |1900 |3617 |1900 | 233 |  63k|  95k|1333 | 0.000000e+00 | 1.454300e+04 |    Inf 
739.01/739.02	c   739s|  1070k|779963 |510871 |   0.5 | 828M| 775 |   0 |1900 |3225 |1900 | 235 |  63k|  98k|1344 | 0.000000e+00 | 1.454300e+04 |    Inf 
742.31/742.39	o 14379
742.31/742.39	c * 742s|  1074k|777501 |513933 |   0.5 | 825M| 775 |   - |1900 |3566 |1900 | 235 |  64k| 100k|1346 | 0.000000e+00 | 1.437900e+04 |    Inf 
742.41/742.41	o 14316
742.41/742.41	c * 742s|  1074k|774882 |513963 |   0.5 | 821M| 775 |   - |1900 |3572 |1900 | 236 |  64k| 100k|1346 | 0.000000e+00 | 1.431600e+04 |    Inf 
746.51/746.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.51/746.52	c   747s|  1080k|779874 |517145 |   0.5 | 826M| 775 |   0 |1900 |3320 |1900 | 248 |  64k| 102k|1352 | 0.000000e+00 | 1.431600e+04 |    Inf 
746.81/746.88	o 14258
746.81/746.88	c * 747s|  1080k|777850 |517506 |   0.5 | 823M| 775 |   - |1900 |3394 |1900 | 235 |  64k| 102k|1352 | 0.000000e+00 | 1.425800e+04 |    Inf 
747.21/747.29	o 14186
747.21/747.29	c * 747s|  1080k|775003 |517871 |   0.5 | 819M| 775 |   - |1900 |3397 |1900 | 232 |  64k| 102k|1352 | 0.000000e+00 | 1.418600e+04 |    Inf 
750.22/750.24	o 14103
750.22/750.24	c * 750s|  1084k|774551 |520983 |   0.5 | 819M| 775 |   - |1900 |3459 |1900 | 237 |  64k| 104k|1354 | 0.000000e+00 | 1.410300e+04 |    Inf 
754.40/754.48	c   754s|  1090k|779433 |525143 |   0.5 | 825M| 775 |   0 |1900 |3462 |1900 | 227 |  65k| 107k|1358 | 0.000000e+00 | 1.410300e+04 |    Inf 
762.41/762.49	c   762s|  1100k|788330 |534568 |   0.5 | 836M| 775 |   0 |1900 |3221 |1900 | 215 |  66k| 112k|1384 | 0.000000e+00 | 1.410300e+04 |    Inf 
770.02/770.09	c   770s|  1110k|797472 |541587 |   0.5 | 848M| 775 |   0 |1900 |3576 |1900 | 231 |  67k| 115k|1389 | 0.000000e+00 | 1.410300e+04 |    Inf 
778.01/778.00	c   778s|  1120k|806335 |550446 |   0.5 | 860M| 775 |   0 |1900 |3748 |1900 | 237 |  68k| 120k|1399 | 0.000000e+00 | 1.410300e+04 |    Inf 
785.61/785.65	c   786s|  1130k|815408 |557253 |   0.5 | 871M| 775 |   0 |1900 |3938 |1900 | 244 |  69k| 125k|1418 | 0.000000e+00 | 1.410300e+04 |    Inf 
792.21/792.28	o 14083
792.21/792.28	c * 792s|  1138k|822328 |563141 |   0.5 | 880M| 775 |   - |1900 |4071 |1900 | 266 |  69k| 129k|1419 | 0.000000e+00 | 1.408300e+04 |    Inf 
792.51/792.53	o 13916
792.51/792.53	c * 793s|  1139k|814897 |563274 |   0.5 | 870M| 775 |   - |1900 |4030 |1900 | 267 |  69k| 129k|1419 | 0.000000e+00 | 1.391600e+04 |    Inf 
792.51/792.56	o 13813
792.51/792.56	c * 793s|  1139k|810134 |563314 |   0.5 | 863M| 775 |   - |1900 |4029 |1900 | 267 |  69k| 129k|1419 | 0.000000e+00 | 1.381300e+04 |    Inf 
793.31/793.30	c   793s|  1140k|811042 |563718 |   0.5 | 864M| 775 |   0 |1900 |3949 |1900 | 268 |  69k| 129k|1419 | 0.000000e+00 | 1.381300e+04 |    Inf 
800.91/800.92	c   801s|  1150k|820207 |571316 |   0.5 | 875M| 775 |   - |1900 |3944 |   0 |   0 |  70k| 133k|1430 | 0.000000e+00 | 1.381300e+04 |    Inf 
802.01/802.01	o 13545
802.01/802.01	c * 802s|  1151k|808111 |572248 |   0.5 | 859M| 775 |   - |1900 |3944 |1900 | 235 |  70k| 133k|1435 | 0.000000e+00 | 1.354500e+04 |    Inf 
802.71/802.79	o 13471
802.71/802.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.71/802.79	c * 803s|  1152k|804884 |573060 |   0.5 | 855M| 775 |   - |1900 |4313 |1900 | 248 |  70k| 134k|1437 | 0.000000e+00 | 1.347100e+04 |    Inf 
806.11/806.20	o 13417
806.11/806.20	c * 806s|  1156k|805597 |576640 |   0.5 | 856M| 775 |   - |1900 |4600 |1900 | 256 |  71k| 136k|1440 | 0.000000e+00 | 1.341700e+04 |    Inf 
809.01/809.00	c   809s|  1160k|808849 |579614 |   0.5 | 859M| 775 |   0 |1900 |3499 |1900 | 236 |  71k| 138k|1448 | 0.000000e+00 | 1.341700e+04 |    Inf 
817.01/817.09	c   817s|  1170k|817689 |589000 |   0.5 | 871M| 775 |   0 |1900 |3890 |1900 | 234 |  73k| 143k|1465 | 0.000000e+00 | 1.341700e+04 |    Inf 
824.81/824.88	c   825s|  1180k|826503 |596590 |   0.5 | 882M| 775 |   0 |1900 |3546 |1900 | 240 |  74k| 148k|1501 | 0.000000e+00 | 1.341700e+04 |    Inf 
832.62/832.65	c   833s|  1190k|835547 |604074 |   0.5 | 893M| 775 |   0 |1900 |3275 |1900 | 231 |  75k| 152k|1514 | 0.000000e+00 | 1.341700e+04 |    Inf 
840.51/840.56	c   841s|  1200k|844351 |614689 |   0.5 | 904M| 775 |   0 |1900 |3385 |1900 | 238 |  76k| 158k|1529 | 0.000000e+00 | 1.341700e+04 |    Inf 
848.42/848.40	c   848s|  1210k|853199 |622826 |   0.5 | 916M| 775 |   0 |1900 |3803 |1900 | 239 |  77k| 162k|1535 | 0.000000e+00 | 1.341700e+04 |    Inf 
856.41/856.43	c   856s|  1220k|861940 |632399 |   0.5 | 928M| 775 |   0 |1900 |3971 |1900 | 236 |  78k| 168k|1539 | 0.000000e+00 | 1.341700e+04 |    Inf 
864.21/864.26	c   864s|  1230k|870826 |640005 |   0.5 | 939M| 775 |   0 |1900 |3954 |1900 | 236 |  79k| 173k|1545 | 0.000000e+00 | 1.341700e+04 |    Inf 
867.11/867.11	o 13410
867.11/867.11	c * 867s|  1233k|873774 |642601 |   0.5 | 943M| 775 |   - |1900 |3870 |1900 | 287 |  79k| 175k|1548 | 0.000000e+00 | 1.341000e+04 |    Inf 
867.11/867.18	o 13263
867.11/867.18	c * 867s|  1233k|865354 |642662 |   0.5 | 931M| 775 |   - |1900 |3860 |1900 | 285 |  79k| 175k|1548 | 0.000000e+00 | 1.326300e+04 |    Inf 
872.02/872.08	c   872s|  1240k|870833 |647688 |   0.5 | 938M| 775 |   0 |1900 |3932 |1900 | 221 |  80k| 178k|1552 | 0.000000e+00 | 1.326300e+04 |    Inf 
879.01/879.02	o 13215
879.01/879.02	c * 879s|  1248k|875658 |654977 |   0.5 | 944M| 775 |   - |1900 |3788 |1900 | 245 |  81k| 183k|1564 | 0.000000e+00 | 1.321500e+04 |    Inf 
879.01/879.04	o 13156
879.01/879.04	c * 879s|  1248k|871920 |655000 |   0.5 | 939M| 775 |   - |1900 |3788 |1900 | 245 |  81k| 183k|1564 | 0.000000e+00 | 1.315600e+04 |    Inf 
879.92/879.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.92/879.98	c   880s|  1250k|872954 |656190 |   0.5 | 940M| 775 |   0 |1900 |3763 |1900 | 218 |  81k| 183k|1565 | 0.000000e+00 | 1.315600e+04 |    Inf 
887.21/887.26	o 13054
887.21/887.26	c * 887s|  1258k|874555 |665649 |   0.5 | 942M| 775 |   - |1900 |3941 |1900 | 232 |  82k| 188k|1574 | 0.000000e+00 | 1.305400e+04 |    Inf 
887.62/887.63	o 12831
887.62/887.63	c * 888s|  1259k|860451 |666119 |   0.5 | 924M| 775 |   - |1900 |4028 |1900 | 228 |  82k| 188k|1574 | 0.000000e+00 | 1.283100e+04 |    Inf 
887.72/887.72	o 12651
887.72/887.72	c * 888s|  1259k|848500 |666218 |   0.5 | 909M| 775 |   - |1900 |4027 |1900 | 231 |  82k| 188k|1574 | 0.000000e+00 | 1.265100e+04 |    Inf 
887.72/887.77	o 12363
887.72/887.77	c * 888s|  1259k|828708 |666223 |   0.5 | 880M| 775 |   - |1900 |4027 |1900 | 231 |  82k| 188k|1574 | 0.000000e+00 | 1.236300e+04 |    Inf 
888.12/888.15	o 12111
888.12/888.15	c * 888s|  1259k|810847 |666629 |   0.5 | 855M| 775 |   - |1900 |4060 |1900 | 227 |  82k| 188k|1580 | 0.000000e+00 | 1.211100e+04 |    Inf 
888.22/888.24	c   888s|  1260k|810943 |666749 |   0.5 | 855M| 775 |   0 |1900 |4028 |1900 | 224 |  82k| 188k|1580 | 0.000000e+00 | 1.211100e+04 |    Inf 
896.11/896.11	c   896s|  1270k|819899 |674600 |   0.5 | 866M| 775 |   0 |1900 |3674 |1900 | 239 |  83k| 192k|1628 | 0.000000e+00 | 1.211100e+04 |    Inf 
904.21/904.21	c   904s|  1280k|828870 |685856 |   0.5 | 878M| 775 |   0 |1900 |3490 |1900 | 223 |  84k| 196k|1651 | 0.000000e+00 | 1.211100e+04 |    Inf 
912.22/912.29	c   912s|  1290k|837951 |696540 |   0.5 | 890M| 775 |   - |1900 |3997 |   0 |   0 |  85k| 201k|1655 | 0.000000e+00 | 1.211100e+04 |    Inf 
914.02/914.02	o 12038
914.02/914.02	c * 914s|  1292k|834643 |698895 |   0.5 | 886M| 775 |   - |1900 |3768 |1900 | 219 |  86k| 201k|1665 | 0.000000e+00 | 1.203800e+04 |    Inf 
920.31/920.30	c   920s|  1300k|841632 |706539 |   0.5 | 895M| 775 |   0 |1900 |3994 |1900 | 234 |  87k| 204k|1686 | 0.000000e+00 | 1.203800e+04 |    Inf 
927.22/927.30	o 11831
927.22/927.30	c * 927s|  1308k|833790 |716204 |   0.5 | 888M| 775 |   - |1900 |4223 |1900 | 281 |  88k| 209k|1716 | 0.000000e+00 | 1.183100e+04 |    Inf 
927.31/927.32	o 11777
927.31/927.32	c * 927s|  1308k|829885 |716219 |   0.5 | 883M| 775 |   - |1900 |4221 |1900 | 281 |  88k| 209k|1716 | 0.000000e+00 | 1.177700e+04 |    Inf 
928.61/928.61	c   929s|  1310k|831189 |717950 |   0.5 | 885M| 775 |   0 |1900 |4274 |1900 | 240 |  88k| 210k|1720 | 0.000000e+00 | 1.177700e+04 |    Inf 
936.81/936.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.81/936.80	c   937s|  1320k|840028 |729099 |   0.6 | 896M| 775 |   0 |1900 |3354 |1900 | 242 |  90k| 214k|1725 | 0.000000e+00 | 1.177700e+04 |    Inf 
944.92/944.97	c   945s|  1330k|848762 |740389 |   0.6 | 909M| 775 |   0 |1900 |4038 |1900 | 244 |  91k| 220k|1749 | 0.000000e+00 | 1.177700e+04 |    Inf 
946.42/946.48	o 11699
946.42/946.48	c * 946s|  1331k|844564 |741704 |   0.6 | 905M| 775 |   - |1900 |4068 |1900 | 222 |  91k| 220k|1750 | 0.000000e+00 | 1.169900e+04 |    Inf 
946.52/946.52	o 11602
946.52/946.52	c * 947s|  1331k|837220 |741761 |   0.6 | 897M| 775 |   - |1900 |4067 |1900 | 223 |  91k| 220k|1750 | 0.000000e+00 | 1.160200e+04 |    Inf 
953.01/953.01	c   953s|  1340k|844389 |748748 |   0.6 | 906M| 775 |   0 |1900 |4296 |1900 | 248 |  92k| 224k|1759 | 0.000000e+00 | 1.160200e+04 |    Inf 
961.02/961.02	c   961s|  1350k|853188 |758348 |   0.6 | 918M| 775 |   0 |1900 |4634 |1900 | 234 |  93k| 229k|1764 | 0.000000e+00 | 1.160200e+04 |    Inf 
965.72/965.77	o 11507
965.72/965.77	c * 966s|  1355k|850834 |764915 |   0.6 | 917M| 775 |   - |1900 |4179 |1900 | 242 |  94k| 232k|1791 | 0.000000e+00 | 1.150700e+04 |    Inf 
969.41/969.41	c   969s|  1360k|854753 |770243 |   0.6 | 922M| 775 |   0 |1900 |4228 |1900 | 238 |  95k| 234k|1797 | 0.000000e+00 | 1.150700e+04 |    Inf 
974.51/974.57	o 11485
974.51/974.57	c * 975s|  1365k|858171 |777703 |   0.6 | 927M| 775 |   - |1900 |4710 |1900 | 247 |  96k| 237k|1801 | 0.000000e+00 | 1.148500e+04 |    Inf 
974.62/974.61	o 11416
974.62/974.61	c * 975s|  1365k|852624 |777781 |   0.6 | 920M| 775 |   - |1900 |4708 |1900 | 252 |  96k| 237k|1801 | 0.000000e+00 | 1.141600e+04 |    Inf 
974.62/974.65	o 11246
974.62/974.65	c * 975s|  1365k|839508 |777796 |   0.6 | 905M| 775 |   - |1900 |4708 |1900 | 252 |  96k| 237k|1801 | 0.000000e+00 | 1.124600e+04 |    Inf 
977.11/977.13	o 11242
977.11/977.13	c * 977s|  1368k|841675 |780990 |   0.6 | 908M| 775 |   - |1900 |4739 |1900 | 249 |  96k| 239k|1804 | 0.000000e+00 | 1.124200e+04 |    Inf 
978.11/978.19	c   978s|  1370k|842641 |782652 |   0.6 | 910M| 775 |   0 |1900 |5076 |1900 | 244 |  96k| 240k|1804 | 0.000000e+00 | 1.124200e+04 |    Inf 
983.62/983.60	o 11208
983.62/983.60	c * 984s|  1376k|845381 |790375 |   0.6 | 915M| 775 |   - |1900 |4751 |1900 | 252 |  97k| 243k|1809 | 0.000000e+00 | 1.120800e+04 |    Inf 
984.61/984.62	o 11139
984.61/984.62	c * 985s|  1377k|840954 |791756 |   0.6 | 909M| 775 |   - |1900 |4539 |1900 | 249 |  97k| 244k|1814 | 0.000000e+00 | 1.113900e+04 |    Inf 
986.82/986.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.82/986.83	c   987s|  1380k|843102 |794932 |   0.6 | 912M| 775 |   0 |1900 |4884 |1900 | 236 |  98k| 246k|1814 | 0.000000e+00 | 1.113900e+04 |    Inf 
989.42/989.48	o 11021
989.42/989.48	c * 989s|  1383k|835880 |798363 |   0.6 | 903M| 775 |   - |1900 |4894 |1900 | 241 |  98k| 248k|1814 | 0.000000e+00 | 1.102100e+04 |    Inf 
989.52/989.57	o 10629
989.52/989.57	c * 990s|  1383k|801692 |798399 |   0.6 | 859M| 775 |   - |1900 |4894 |1900 | 241 |  98k| 248k|1814 | 0.000000e+00 | 1.062900e+04 |    Inf 
989.62/989.61	o 10505
989.62/989.61	c * 990s|  1383k|790434 |798401 |   0.6 | 846M| 775 |   - |1900 |4894 |1900 | 241 |  98k| 248k|1814 | 0.000000e+00 | 1.050500e+04 |    Inf 
995.52/995.56	c   996s|  1390k|796390 |807629 |   0.6 | 853M| 775 |   0 |1900 |3603 |1900 | 219 |  99k| 251k|1848 | 0.000000e+00 | 1.050500e+04 |    Inf 
999.31/999.34	o 10482
999.31/999.34	c * 999s|  1394k|798257 |813820 |   0.6 | 856M| 775 |   - |1900 |3737 |1900 | 221 | 100k| 253k|1855 | 0.000000e+00 | 1.048200e+04 |    Inf 
1004.12/1004.13	c  1004s|  1400k|803084 |821685 |   0.6 | 863M| 775 |   0 |1900 |3980 |1900 | 222 | 101k| 255k|1861 | 0.000000e+00 | 1.048200e+04 |    Inf 
1012.31/1012.39	c  1012s|  1410k|811911 |832823 |   0.6 | 875M| 775 |   0 |1900 |3846 |1900 | 246 | 103k| 259k|1878 | 0.000000e+00 | 1.048200e+04 |    Inf 
1020.11/1020.11	o 10467
1020.11/1020.11	c *1020s|  1418k|817975 |846991 |   0.6 | 883M| 775 |   - |1900 |4248 |1900 | 239 | 104k| 264k|1914 | 0.000000e+00 | 1.046700e+04 |    Inf 
1021.11/1021.16	c  1021s|  1420k|818977 |848446 |   0.6 | 885M| 775 |   0 |1900 |4282 |1900 | 214 | 104k| 265k|1914 | 0.000000e+00 | 1.046700e+04 |    Inf 
1029.62/1029.65	c  1030s|  1430k|827505 |860159 |   0.6 | 897M| 775 |   0 |1900 |4566 |1900 | 238 | 106k| 270k|1923 | 0.000000e+00 | 1.046700e+04 |    Inf 
1037.92/1037.99	c  1038s|  1440k|836134 |872465 |   0.6 | 908M| 775 |   0 |1900 |3862 |1900 | 238 | 108k| 275k|1942 | 0.000000e+00 | 1.046700e+04 |    Inf 
1046.32/1046.36	c  1046s|  1450k|844837 |884373 |   0.6 | 920M| 775 |   0 |1900 |3943 |1900 | 229 | 109k| 280k|1974 | 0.000000e+00 | 1.046700e+04 |    Inf 
1054.92/1054.96	c  1055s|  1460k|853447 |897164 |   0.6 | 933M| 775 |   0 |1900 |4522 |1900 | 234 | 111k| 285k|1996 | 0.000000e+00 | 1.046700e+04 |    Inf 
1063.52/1063.50	c  1063s|  1470k|862056 |911450 |   0.6 | 945M| 775 |   0 |1900 |4376 |1900 | 223 | 113k| 290k|2028 | 0.000000e+00 | 1.046700e+04 |    Inf 
1071.92/1071.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.92/1071.94	c  1072s|  1480k|870745 |924977 |   0.6 | 957M| 775 |   0 |1900 |4816 |1900 | 275 | 115k| 294k|2049 | 0.000000e+00 | 1.046700e+04 |    Inf 
1080.22/1080.25	c  1080s|  1490k|879275 |936190 |   0.6 | 968M| 775 |   0 |1900 |3918 |1900 | 244 | 116k| 299k|2063 | 0.000000e+00 | 1.046700e+04 |    Inf 
1088.41/1088.41	c  1088s|  1500k|887985 |946260 |   0.6 | 981M| 775 |   0 |1900 |4013 |1900 | 247 | 118k| 304k|2086 | 0.000000e+00 | 1.046700e+04 |    Inf 
1096.52/1096.60	c  1097s|  1510k|896862 |954909 |   0.6 | 992M| 775 |   0 |1900 |4078 |1900 | 236 | 119k| 308k|2092 | 0.000000e+00 | 1.046700e+04 |    Inf 
1105.12/1105.19	c  1105s|  1520k|905571 |970413 |   0.6 |1004M| 775 |   0 |1900 |3531 |1900 | 243 | 122k| 313k|2116 | 0.000000e+00 | 1.046700e+04 |    Inf 
1113.22/1113.23	c  1113s|  1530k|914248 |979686 |   0.6 |1016M| 775 |   0 |1900 |3473 |1900 | 248 | 123k| 318k|2142 | 0.000000e+00 | 1.046700e+04 |    Inf 
1121.42/1121.43	c  1121s|  1540k|922922 |989635 |   0.6 |1028M| 775 |   0 |1900 |3880 |1900 | 218 | 124k| 322k|2154 | 0.000000e+00 | 1.046700e+04 |    Inf 
1129.62/1129.63	c  1130s|  1550k|931614 |  1000k|   0.6 |1040M| 775 |   0 |1900 |3572 |1900 | 230 | 126k| 327k|2180 | 0.000000e+00 | 1.046700e+04 |    Inf 
1130.32/1130.30	o 10432
1130.32/1130.30	c *1130s|  1550k|928748 |  1001k|   0.6 |1036M| 775 |   - |1900 |3711 |1900 | 232 | 126k| 327k|2180 | 0.000000e+00 | 1.043200e+04 |    Inf 
1130.42/1130.40	o 10255
1130.42/1130.40	c *1130s|  1550k|910533 |  1001k|   0.6 |1015M| 775 |   - |1900 |3718 |1900 | 234 | 126k| 327k|2180 | 0.000000e+00 | 1.025500e+04 |    Inf 
1130.42/1130.48	o 10124
1130.42/1130.48	c *1130s|  1550k|896476 |  1001k|   0.6 | 999M| 775 |   - |1900 |3729 |1900 | 234 | 126k| 327k|2180 | 0.000000e+00 | 1.012400e+04 |    Inf 
1130.82/1130.85	o 9946
1130.82/1130.85	c *1131s|  1551k|877720 |  1002k|   0.6 | 977M| 775 |   - |1900 |3783 |1900 | 232 | 126k| 328k|2180 | 0.000000e+00 | 9.946000e+03 |    Inf 
1138.12/1138.14	c  1138s|  1560k|885374 |  1010k|   0.6 | 987M| 775 |   0 |1900 |3861 |1900 | 232 | 127k| 331k|2180 | 0.000000e+00 | 9.946000e+03 |    Inf 
1146.42/1146.45	c  1146s|  1570k|894106 |  1022k|   0.7 | 999M| 775 |   0 |1900 |3708 |1900 | 225 | 129k| 336k|2211 | 0.000000e+00 | 9.946000e+03 |    Inf 
1155.02/1155.04	c  1155s|  1580k|902800 |  1037k|   0.7 |1011M| 775 |   0 |1900 |4176 |1900 | 238 | 130k| 340k|2227 | 0.000000e+00 | 9.946000e+03 |    Inf 
1163.42/1163.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.42/1163.49	c  1163s|  1590k|911430 |  1049k|   0.7 |1023M| 775 |   0 |1900 |4332 |1900 | 235 | 132k| 345k|2241 | 0.000000e+00 | 9.946000e+03 |    Inf 
1171.72/1171.73	c  1172s|  1600k|920083 |  1060k|   0.7 |1035M| 775 |   0 |1900 |3613 |1900 | 228 | 133k| 349k|2243 | 0.000000e+00 | 9.946000e+03 |    Inf 
1180.42/1180.40	c  1180s|  1610k|928554 |  1076k|   0.7 |1047M| 775 |   0 |1900 |3959 |1900 | 243 | 135k| 354k|2271 | 0.000000e+00 | 9.946000e+03 |    Inf 
1189.13/1189.11	c  1189s|  1620k|937020 |  1089k|   0.7 |1059M| 775 |   0 |1900 |4278 |1900 | 245 | 137k| 359k|2291 | 0.000000e+00 | 9.946000e+03 |    Inf 
1197.42/1197.42	c  1197s|  1630k|945687 |  1101k|   0.7 |1071M| 775 |   0 |1900 |3978 |1900 | 236 | 139k| 363k|2305 | 0.000000e+00 | 9.946000e+03 |    Inf 
1205.92/1205.92	c  1206s|  1640k|954130 |  1114k|   0.7 |1083M| 775 |   0 |1900 |4680 |1900 | 227 | 141k| 369k|2323 | 0.000000e+00 | 9.946000e+03 |    Inf 
1214.22/1214.28	c  1214s|  1650k|962693 |  1125k|   0.7 |1095M| 775 |   0 |1900 |4586 |1900 | 213 | 142k| 374k|2331 | 0.000000e+00 | 9.946000e+03 |    Inf 
1222.72/1222.74	c  1223s|  1660k|971275 |  1138k|   0.7 |1107M| 775 |   0 |1900 |4117 |1900 | 229 | 144k| 379k|2340 | 0.000000e+00 | 9.946000e+03 |    Inf 
1231.12/1231.13	c  1231s|  1670k|979930 |  1149k|   0.7 |1119M| 775 |   0 |1900 |4754 |1900 | 238 | 146k| 384k|2361 | 0.000000e+00 | 9.946000e+03 |    Inf 
1239.42/1239.49	c  1239s|  1680k|988445 |  1160k|   0.7 |1131M| 775 |   0 |1900 |4022 |1900 | 220 | 148k| 389k|2385 | 0.000000e+00 | 9.946000e+03 |    Inf 
1247.82/1247.88	c  1248s|  1690k|996865 |  1171k|   0.7 |1144M| 775 |   0 |1900 |4543 |1900 | 246 | 149k| 395k|2398 | 0.000000e+00 | 9.946000e+03 |    Inf 
1256.42/1256.49	c  1256s|  1700k|  1005k|  1185k|   0.7 |1156M| 775 |   0 |1900 |4459 |1900 | 230 | 151k| 400k|2424 | 0.000000e+00 | 9.946000e+03 |    Inf 
1265.03/1265.06	c  1265s|  1710k|  1014k|  1199k|   0.7 |1167M| 775 |   0 |1900 |3597 |1900 | 226 | 153k| 405k|2453 | 0.000000e+00 | 9.946000e+03 |    Inf 
1273.42/1273.44	c  1273s|  1720k|  1022k|  1211k|   0.7 |1179M| 775 |   0 |1900 |4034 |1900 | 236 | 155k| 410k|2458 | 0.000000e+00 | 9.946000e+03 |    Inf 
1282.02/1282.03	c  1282s|  1730k|  1031k|  1224k|   0.7 |1191M| 775 |   0 |1900 |3685 |1900 | 236 | 157k| 414k|2487 | 0.000000e+00 | 9.946000e+03 |    Inf 
1290.72/1290.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.72/1290.73	c  1291s|  1740k|  1040k|  1241k|   0.7 |1203M| 775 |   0 |1900 |4353 |1900 | 240 | 159k| 419k|2515 | 0.000000e+00 | 9.946000e+03 |    Inf 
1299.42/1299.40	c  1299s|  1750k|  1048k|  1255k|   0.7 |1216M| 775 |   0 |1900 |4603 |1900 | 239 | 161k| 425k|2522 | 0.000000e+00 | 9.946000e+03 |    Inf 
1307.93/1307.92	c  1308s|  1760k|  1057k|  1267k|   0.7 |1227M| 775 |   0 |1900 |4550 |1900 | 238 | 163k| 430k|2531 | 0.000000e+00 | 9.946000e+03 |    Inf 
1316.22/1316.23	c  1316s|  1770k|  1065k|  1278k|   0.7 |1239M| 775 |   0 |1900 |4228 |1900 | 244 | 164k| 436k|2553 | 0.000000e+00 | 9.946000e+03 |    Inf 
1324.62/1324.63	c  1325s|  1780k|  1074k|  1290k|   0.7 |1250M| 775 |   0 |1900 |3567 |1900 | 243 | 166k| 441k|2592 | 0.000000e+00 | 9.946000e+03 |    Inf 
1333.02/1333.09	c  1333s|  1790k|  1082k|  1301k|   0.7 |1263M| 775 |   0 |1900 |4174 |1900 | 230 | 167k| 447k|2621 | 0.000000e+00 | 9.946000e+03 |    Inf 
1341.42/1341.49	c  1341s|  1800k|  1090k|  1312k|   0.7 |1274M| 775 |   0 |1900 |3961 |1900 | 242 | 169k| 452k|2627 | 0.000000e+00 | 9.946000e+03 |    Inf 
1349.63/1349.64	c  1350s|  1810k|  1099k|  1321k|   0.7 |1286M| 775 |   0 |1900 |3617 |1900 | 233 | 170k| 457k|2633 | 0.000000e+00 | 9.946000e+03 |    Inf 
1358.32/1358.33	c  1358s|  1820k|  1108k|  1334k|   0.7 |1299M| 775 |   - |1900 |4574 |   0 |   0 | 172k| 463k|2647 | 0.000000e+00 | 9.946000e+03 |    Inf 
1367.12/1367.11	c  1367s|  1830k|  1116k|  1347k|   0.7 |1311M| 775 |   0 |1900 |4497 |1900 | 239 | 174k| 468k|2667 | 0.000000e+00 | 9.946000e+03 |    Inf 
1375.53/1375.51	c  1375s|  1840k|  1125k|  1359k|   0.7 |1323M| 775 |   0 |1900 |4029 |1900 | 235 | 176k| 473k|2685 | 0.000000e+00 | 9.946000e+03 |    Inf 
1384.13/1384.11	c  1384s|  1850k|  1133k|  1371k|   0.7 |1336M| 775 |   0 |1900 |4849 |1900 | 233 | 178k| 478k|2708 | 0.000000e+00 | 9.946000e+03 |    Inf 
1392.42/1392.49	c  1392s|  1860k|  1142k|  1383k|   0.7 |1347M| 775 |   - |1900 |3628 |   0 |   0 | 179k| 483k|2721 | 0.000000e+00 | 9.946000e+03 |    Inf 
1401.33/1401.31	c  1401s|  1870k|  1150k|  1396k|   0.7 |1359M| 775 |   0 |1900 |3898 |1900 | 231 | 182k| 488k|2735 | 0.000000e+00 | 9.946000e+03 |    Inf 
1409.72/1409.72	c  1410s|  1880k|  1159k|  1407k|   0.7 |1372M| 775 |   - |1900 |4222 |   0 |   0 | 183k| 493k|2748 | 0.000000e+00 | 9.946000e+03 |    Inf 
1418.02/1418.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.02/1418.07	c  1418s|  1890k|  1167k|  1418k|   0.8 |1384M| 775 |   0 |1900 |4499 |1900 | 244 | 185k| 498k|2759 | 0.000000e+00 | 9.946000e+03 |    Inf 
1426.42/1426.47	c  1426s|  1900k|  1176k|  1429k|   0.8 |1396M| 775 |   0 |1900 |4000 |1900 | 231 | 187k| 504k|2782 | 0.000000e+00 | 9.946000e+03 |    Inf 
1427.73/1427.71	o 9804
1427.73/1427.71	c *1428s|  1901k|  1160k|  1430k|   0.8 |1376M| 775 |   - |1900 |3942 |1900 | 250 | 187k| 504k|2782 | 0.000000e+00 | 9.804000e+03 |    Inf 
1427.73/1427.75	o 9720
1427.73/1427.75	c *1428s|  1901k|  1149k|  1430k|   0.8 |1361M| 775 |   - |1900 |3942 |1900 | 250 | 187k| 504k|2782 | 0.000000e+00 | 9.720000e+03 |    Inf 
1435.32/1435.32	c  1435s|  1910k|  1156k|  1442k|   0.8 |1372M| 775 |   0 |1900 |4635 |1900 | 236 | 189k| 508k|2793 | 0.000000e+00 | 9.720000e+03 |    Inf 
1443.92/1443.96	c  1444s|  1920k|  1165k|  1454k|   0.8 |1384M| 775 |   0 |1900 |4106 |1900 | 241 | 191k| 514k|2828 | 0.000000e+00 | 9.720000e+03 |    Inf 
1452.73/1452.72	c  1453s|  1930k|  1173k|  1467k|   0.8 |1395M| 775 |   0 |1900 |4201 |1900 | 229 | 193k| 519k|2860 | 0.000000e+00 | 9.720000e+03 |    Inf 
1461.32/1461.38	c  1461s|  1940k|  1181k|  1481k|   0.8 |1407M| 775 |   - |1900 |4060 |   0 |   0 | 195k| 525k|2888 | 0.000000e+00 | 9.720000e+03 |    Inf 
1470.03/1470.02	c  1470s|  1950k|  1190k|  1494k|   0.8 |1420M| 775 |   0 |1900 |4227 |1900 | 230 | 197k| 531k|2892 | 0.000000e+00 | 9.720000e+03 |    Inf 
1478.63/1478.62	c  1479s|  1960k|  1198k|  1505k|   0.8 |1431M| 775 |   0 |1900 |4684 |1900 | 231 | 198k| 537k|2908 | 0.000000e+00 | 9.720000e+03 |    Inf 
1486.83/1486.89	c  1487s|  1970k|  1207k|  1516k|   0.8 |1443M| 775 |   0 |1900 |4322 |1900 | 238 | 200k| 542k|2917 | 0.000000e+00 | 9.720000e+03 |    Inf 
1495.22/1495.28	c  1495s|  1980k|  1215k|  1529k|   0.8 |1455M| 775 |   0 |1900 |4018 |1900 | 238 | 201k| 546k|2925 | 0.000000e+00 | 9.720000e+03 |    Inf 
1503.63/1503.67	c  1504s|  1990k|  1224k|  1541k|   0.8 |1466M| 775 |   0 |1900 |4229 |1900 | 245 | 203k| 551k|2934 | 0.000000e+00 | 9.720000e+03 |    Inf 
1512.33/1512.31	c  1512s|  2000k|  1232k|  1553k|   0.8 |1478M| 775 |   0 |1900 |4516 |1900 | 267 | 205k| 558k|2956 | 0.000000e+00 | 9.720000e+03 |    Inf 
1520.92/1520.93	c  1521s|  2010k|  1241k|  1565k|   0.8 |1490M| 775 |   0 |1900 |4348 |1900 | 226 | 207k| 563k|2980 | 0.000000e+00 | 9.720000e+03 |    Inf 
1529.53/1529.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.53/1529.51	c  1529s|  2020k|  1250k|  1579k|   0.8 |1503M| 775 |   0 |1900 |4200 |1900 | 233 | 209k| 567k|2997 | 0.000000e+00 | 9.720000e+03 |    Inf 
1537.83/1537.82	c  1538s|  2030k|  1259k|  1590k|   0.8 |1515M| 775 |   0 |1900 |4328 |1900 | 221 | 210k| 571k|3001 | 0.000000e+00 | 9.720000e+03 |    Inf 
1546.53/1546.54	c  1547s|  2040k|  1267k|  1604k|   0.8 |1527M| 775 |   0 |1900 |4518 |1900 | 237 | 212k| 576k|3021 | 0.000000e+00 | 9.720000e+03 |    Inf 
1555.13/1555.16	c  1555s|  2050k|  1276k|  1618k|   0.8 |1539M| 775 |   0 |1900 |4199 |1900 | 245 | 214k| 581k|3037 | 0.000000e+00 | 9.720000e+03 |    Inf 
1563.53/1563.53	c  1564s|  2060k|  1284k|  1628k|   0.8 |1550M| 775 |   0 |1900 |4132 |1900 | 228 | 216k| 586k|3063 | 0.000000e+00 | 9.720000e+03 |    Inf 
1571.73/1571.76	c  1572s|  2070k|  1293k|  1638k|   0.8 |1562M| 775 |   0 |1900 |4181 |1900 | 245 | 217k| 591k|3092 | 0.000000e+00 | 9.720000e+03 |    Inf 
1580.03/1580.07	c  1580s|  2080k|  1302k|  1649k|   0.8 |1575M| 775 |   0 |1900 |4502 |1900 | 248 | 219k| 596k|3100 | 0.000000e+00 | 9.720000e+03 |    Inf 
1588.63/1588.60	c  1589s|  2090k|  1310k|  1661k|   0.8 |1587M| 775 |   0 |1900 |4560 |1900 | 220 | 220k| 602k|3121 | 0.000000e+00 | 9.720000e+03 |    Inf 
1596.82/1596.87	c  1597s|  2100k|  1319k|  1671k|   0.8 |1598M| 775 |   0 |1900 |4031 |1900 | 239 | 222k| 606k|3127 | 0.000000e+00 | 9.720000e+03 |    Inf 
1605.63/1605.68	c  1606s|  2110k|  1327k|  1684k|   0.8 |1611M| 775 |   - |1900 |4657 |   0 |   0 | 224k| 612k|3142 | 0.000000e+00 | 9.720000e+03 |    Inf 
1614.23/1614.25	c  1614s|  2120k|  1336k|  1695k|   0.8 |1622M| 775 |   0 |1900 |3534 |1900 | 218 | 226k| 617k|3169 | 0.000000e+00 | 9.720000e+03 |    Inf 
1616.13/1616.17	o 9649
1616.13/1616.17	c *1616s|  2122k|  1328k|  1698k|   0.8 |1610M| 775 |   - |1900 |3559 |1900 | 227 | 226k| 618k|3175 | 0.000000e+00 | 9.649000e+03 |    Inf 
1622.93/1622.93	c  1623s|  2130k|  1335k|  1709k|   0.8 |1620M| 775 |   0 |1900 |3335 |1900 | 220 | 228k| 621k|3203 | 0.000000e+00 | 9.649000e+03 |    Inf 
1628.73/1628.72	o 9535
1628.73/1628.72	c *1629s|  2136k|  1323k|  1718k|   0.8 |1601M| 775 |   - |1900 |4235 |1900 | 227 | 229k| 624k|3209 | 0.000000e+00 | 9.535000e+03 |    Inf 
1630.73/1630.74	o 9467
1630.73/1630.74	c *1631s|  2138k|  1314k|  1721k|   0.8 |1585M| 775 |   - |1900 |4212 |1900 | 233 | 229k| 625k|3215 | 0.000000e+00 | 9.467000e+03 |    Inf 
1630.83/1630.82	o 9320
1630.83/1630.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.83/1630.82	c *1631s|  2138k|  1290k|  1721k|   0.8 |1545M| 775 |   - |1900 |4212 |1900 | 233 | 229k| 625k|3215 | 0.000000e+00 | 9.320000e+03 |    Inf 
1632.12/1632.19	c  1632s|  2140k|  1291k|  1724k|   0.8 |1547M| 775 |   0 |1900 |4467 |1900 | 223 | 230k| 626k|3237 | 0.000000e+00 | 9.320000e+03 |    Inf 
1639.33/1639.30	o 9296
1639.33/1639.30	c *1639s|  2147k|  1294k|  1736k|   0.8 |1551M| 775 |   - |1900 |4672 |1900 | 225 | 231k| 630k|3275 | 0.000000e+00 | 9.296000e+03 |    Inf 
1639.53/1639.53	o 9261
1639.53/1639.53	c *1640s|  2148k|  1288k|  1736k|   0.8 |1542M| 775 |   - |1900 |4681 |1900 | 245 | 231k| 630k|3279 | 0.000000e+00 | 9.261000e+03 |    Inf 
1639.63/1639.62	o 9104
1639.63/1639.62	c *1640s|  2148k|  1263k|  1736k|   0.8 |1497M| 775 |   - |1900 |4681 |1900 | 245 | 231k| 630k|3279 | 0.000000e+00 | 9.104000e+03 |    Inf 
1639.83/1639.85	o 9083
1639.83/1639.85	c *1640s|  2148k|  1260k|  1737k|   0.8 |1490M| 775 |   - |1900 |4636 |1900 | 223 | 231k| 630k|3280 | 0.000000e+00 | 9.083000e+03 |    Inf 
1640.73/1640.73	o 9040
1640.73/1640.73	c *1641s|  2149k|  1253k|  1738k|   0.8 |1476M| 775 |   - |1900 |4566 |1900 | 232 | 232k| 630k|3282 | 0.000000e+00 | 9.040000e+03 |    Inf 
1641.53/1641.56	c  1642s|  2150k|  1254k|  1739k|   0.8 |1477M| 775 |   0 |1900 |4815 |1900 | 223 | 232k| 631k|3283 | 0.000000e+00 | 9.040000e+03 |    Inf 
1650.13/1650.18	c  1650s|  2160k|  1263k|  1750k|   0.8 |1490M| 775 |   0 |1900 |4595 |1900 | 223 | 233k| 636k|3290 | 0.000000e+00 | 9.040000e+03 |    Inf 
1658.93/1658.97	c  1659s|  2170k|  1271k|  1764k|   0.8 |1502M| 775 |   0 |1900 |4458 |1900 | 234 | 235k| 641k|3310 | 0.000000e+00 | 9.040000e+03 |    Inf 
1667.83/1667.87	c  1668s|  2180k|  1279k|  1777k|   0.8 |1514M| 775 |   0 |1900 |4024 |1900 | 239 | 238k| 647k|3319 | 0.000000e+00 | 9.040000e+03 |    Inf 
1676.93/1676.98	c  1677s|  2190k|  1288k|  1793k|   0.8 |1526M| 775 |   0 |1900 |4749 |1900 | 238 | 240k| 653k|3346 | 0.000000e+00 | 9.040000e+03 |    Inf 
1685.73/1685.72	c  1686s|  2200k|  1296k|  1807k|   0.8 |1538M| 775 |   0 |1900 |5118 |1900 | 250 | 242k| 657k|3352 | 0.000000e+00 | 9.040000e+03 |    Inf 
1694.73/1694.71	c  1695s|  2210k|  1305k|  1822k|   0.8 |1551M| 775 |   0 |1900 |4798 |1900 | 239 | 244k| 663k|3372 | 0.000000e+00 | 9.040000e+03 |    Inf 
1703.63/1703.66	c  1704s|  2220k|  1313k|  1837k|   0.8 |1563M| 775 |   0 |1900 |4652 |1900 | 243 | 246k| 668k|3397 | 0.000000e+00 | 9.040000e+03 |    Inf 
1712.53/1712.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1712.53/1712.51	c  1713s|  2230k|  1321k|  1851k|   0.8 |1575M| 775 |   0 |1900 |4605 |1900 | 231 | 248k| 673k|3413 | 0.000000e+00 | 9.040000e+03 |    Inf 
1721.04/1721.05	c  1721s|  2240k|  1330k|  1861k|   0.8 |1586M| 775 |   0 |1900 |4288 |1900 | 242 | 250k| 678k|3433 | 0.000000e+00 | 9.040000e+03 |    Inf 
1729.63/1729.65	c  1730s|  2250k|  1338k|  1873k|   0.8 |1599M| 775 |   0 |1900 |4131 |1900 | 223 | 252k| 683k|3444 | 0.000000e+00 | 9.040000e+03 |    Inf 
1738.44/1738.42	c  1738s|  2260k|  1346k|  1884k|   0.8 |1612M| 775 |   0 |1900 |4769 |1900 | 217 | 253k| 688k|3450 | 0.000000e+00 | 9.040000e+03 |    Inf 
1747.24/1747.22	c  1747s|  2270k|  1355k|  1897k|   0.8 |1625M| 775 |   0 |1900 |5373 |1900 | 253 | 256k| 694k|3478 | 0.000000e+00 | 9.040000e+03 |    Inf 
1756.13/1756.12	c  1756s|  2280k|  1363k|  1910k|   0.8 |1637M| 775 |   0 |1900 |5529 |1900 | 237 | 258k| 700k|3491 | 0.000000e+00 | 9.040000e+03 |    Inf 
1764.64/1764.62	c  1765s|  2290k|  1372k|  1920k|   0.8 |1649M| 775 |   0 |1900 |4901 |1900 | 261 | 259k| 706k|3500 | 0.000000e+00 | 9.040000e+03 |    Inf 
1766.23/1766.20	o 8957
1766.23/1766.20	c *1766s|  2291k|  1358k|  1923k|   0.8 |1616M| 775 |   - |1900 |4686 |1900 | 219 | 260k| 707k|3510 | 0.000000e+00 | 8.957000e+03 |    Inf 
1766.23/1766.28	o 8846
1766.23/1766.28	c *1766s|  2291k|  1336k|  1923k|   0.8 |1565M| 775 |   - |1900 |4686 |1900 | 219 | 260k| 707k|3510 | 0.000000e+00 | 8.846000e+03 |    Inf 
1773.73/1773.74	c  1774s|  2300k|  1343k|  1934k|   0.8 |1575M| 775 |   0 |1900 |5113 |1900 | 244 | 261k| 711k|3529 | 0.000000e+00 | 8.846000e+03 |    Inf 
1782.44/1782.42	o 8776
1782.44/1782.42	c *1782s|  2309k|  1337k|  1945k|   0.8 |1555M| 775 |   - |1900 |4607 |1900 | 241 | 263k| 716k|3548 | 0.000000e+00 | 8.776000e+03 |    Inf 
1782.44/1782.48	c  1782s|  2310k|  1337k|  1945k|   0.8 |1555M| 775 |   0 |1900 |4590 |1900 | 238 | 263k| 716k|3548 | 0.000000e+00 | 8.776000e+03 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.99
1790.04/1790.00	c Solving Nodes      : 2318445
1790.04/1790.00	c Primal Bound       : +8.77600000000000e+03 (202 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v x200 -x199 -x198 x197 -x196 x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 x180 -x179 x178 -x177 
1790.04/1790.01	v -x176 x175 -x174 x173 x172 -x171 -x170 x169 -x168 x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 -x158 x157 -x156 x155 
1790.04/1790.01	v -x154 x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 -x132 
1790.04/1790.01	v x131 -x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
1790.04/1790.01	v x108 -x107 -x106 x105 -x104 x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 x84 
1790.04/1790.01	v -x83 x82 -x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 x62 -x61 -x60 x59 x58 -x57 -x56 
1790.04/1790.01	v x55 -x54 x53 x52 -x51 -x50 x49 -x48 x47 x46 -x45 -x44 x43 x42 -x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1790.04/1790.01	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.99
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705763-1278580141.wbo
1790.04/1790.01	c   Variables        : 2000 (1100 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1901 initial, 1901 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705763-1278580141.wbo
1790.04/1790.01	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1800 initial, 5746 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1790.04/1790.01	c   linear           :       0.02          0        100          0        900          0        101          0          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0    2352128          0          0         45          0          0      10958
1790.04/1790.01	c   linear           :        900          6    3987100    2346505          1      13706    1942462     265321          0          0
1790.04/1790.01	c   indicator        :        900          0    3973895    2346606          1      13060   21654031          0          0          0
1790.04/1790.01	c   logicor          :          0+         0    1108674          0          0       3433     210037          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0    2231543          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :       4.76       0.00       0.00       4.76       0.00
1790.04/1790.01	c   linear           :      80.43       0.00      30.59      49.85       0.00
1790.04/1790.01	c   indicator        :     264.64       0.04     117.27     147.32       0.00
1790.04/1790.01	c   logicor          :      13.84       0.00      13.84       0.00       0.00
1790.04/1790.01	c   countsols        :       0.29       0.00       0.00       0.29       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.74          2          0          0
1790.04/1790.01	c   rootredcost      :       0.69        102          0          0
1790.04/1790.01	c   pseudoobj        :      77.04    4065905      78504   19946331
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       7.99      95643      95423     912746       40.8        869       18.5          -
1790.04/1790.01	c   infeasible LP    :       0.01         98         98        374       27.6          6       28.7          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          3          3         30       34.9          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     720828       38.8          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          3          -          -          8          -    (maximal pool size: 176)
1790.04/1790.01	c   redcost          :     101.15    2369746          0     987970          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.02          4          0          0        111          0
1790.04/1790.01	c   strongcg         :       0.02          4          0          0        229          0
1790.04/1790.01	c   cmir             :       0.02          4          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :       4.11       5522          0         45          0          0      10958
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :     293.46    2231442          0          0          0          0    4462884
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       2.36          -        102
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   feaspump         :       0.00          0          0
1790.04/1790.01	c   intshifting      :       0.00          0          0
1790.04/1790.01	c   oneopt           :       0.85         82          0
1790.04/1790.01	c   fracdiving       :       2.64       3937          0
1790.04/1790.01	c   veclendiving     :       2.63       3937          0
1790.04/1790.01	c   pscostdiving     :       2.67       3937          0
1790.04/1790.01	c   linesearchdiving :       2.62       3938          0
1790.04/1790.01	c   guideddiving     :       2.63       3938          0
1790.04/1790.01	c   coefdiving       :       2.75       3938          0
1790.04/1790.01	c   objpscostdiving  :       2.74       3937          0
1790.04/1790.01	c   rootsoldiving    :       2.77       3937          0
1790.04/1790.01	c   trivial          :       0.00          2          1
1790.04/1790.01	c   simplerounding   :       0.67       6292          0
1790.04/1790.01	c   zirounding       :       0.46       1000          0
1790.04/1790.01	c   rounding         :       0.42       1073          0
1790.04/1790.01	c   shifting         :       0.11        317          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.01          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   crossover        :       3.91        196          4
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.33          0          0
1790.04/1790.01	c   trysol           :       0.56       4156         95
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     550.00     294422    1953218       6.63    3551.31
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       0.11         85       5451      64.13   48744.06
1790.04/1790.01	c   strong branching :       4.07       3607      83389      23.12   20501.11
1790.04/1790.01	c     (at root node) :          -         33       7902     239.45          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :    2318445
1790.04/1790.01	c   nodes (total)    :    2318445
1790.04/1790.01	c   nodes left       :    1345096
1790.04/1790.01	c   max depth        :        775
1790.04/1790.01	c   max depth (total):        775
1790.04/1790.01	c   backtracks       :      37251 (1.6%)
1790.04/1790.01	c   delayed cutoffs  :      27538
1790.04/1790.01	c   repropagations   :     156152 (9882430 domain reductions, 27382 cutoffs)
1790.04/1790.01	c   avg switch length:       2.47
1790.04/1790.01	c   switching time   :      86.63
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        202 (103 improvements)
1790.04/1790.01	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Primal Bound     : +8.77600000000000e+03   (in run 1, after 2309937 nodes, 1782.35 seconds, depth 89, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        428
1792.94/1792.94	c Time complete: 1792.97.

Verifier Data

OK	8776

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705763-1278580141/watcher-2705763-1278580141 -o /tmp/evaluation-result-2705763-1278580141/solver-2705763-1278580141 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705763-1278580141.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22188
/proc/meminfo: memFree=28479116/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=12336 CPUtime=0
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1943 0 0 0 0 0 0 0 20 0 1 0 26228275 12632064 1861 4089446400 4194304 10345943 140735859308544 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22188/statm: 3084 1861 429 1502 0 1577 0

[startup+0.03973 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22188
/proc/meminfo: memFree=28479116/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=24308 CPUtime=0.03
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 5114 0 0 0 3 0 0 0 20 0 1 0 26228275 24891392 4678 4089446400 4194304 10345943 140735859308544 18446744073709551615 5017757 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22188/statm: 6077 4678 540 1502 0 4570 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24308

[startup+0.100721 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22188
/proc/meminfo: memFree=28479116/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=40268 CPUtime=0.09
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 8951 0 0 0 8 1 0 0 20 0 1 0 26228275 41234432 8515 4089446400 4194304 10345943 140735859308544 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10067 8515 636 1502 0 8560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40268

[startup+0.300674 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22188
/proc/meminfo: memFree=28479116/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=42500 CPUtime=0.29
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 10122 0 0 0 27 2 0 0 20 0 1 0 26228275 43520000 9175 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10625 9175 750 1502 0 9118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42500

[startup+0.700607 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22188
/proc/meminfo: memFree=28479116/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=42500 CPUtime=0.69
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 10122 0 0 0 66 3 0 0 21 0 1 0 26228275 43520000 9175 4089446400 4194304 10345943 140735859308544 18446744073709551615 7516309 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10625 9175 750 1502 0 9118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42500

[startup+1.50047 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22189
/proc/meminfo: memFree=28443272/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=42500 CPUtime=1.49
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 10127 0 0 0 145 4 0 0 23 0 1 0 26228275 43520000 9180 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10625 9180 755 1502 0 9118 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42500

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22189
/proc/meminfo: memFree=28441464/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=41056 CPUtime=3.09
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 10798 0 0 0 303 6 0 0 25 0 1 0 26228275 42041344 9127 4089446400 4194304 10345943 140735859308544 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10264 9127 756 1502 0 8757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41056

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22189
/proc/meminfo: memFree=28437248/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=41056 CPUtime=6.29
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 12843 0 0 0 622 7 0 0 25 0 1 0 26228275 42041344 9147 4089446400 4194304 10345943 140735859308544 18446744073709551615 6802976 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 10264 9147 760 1502 0 8757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41056

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22189
/proc/meminfo: memFree=28419524/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=52196 CPUtime=12.7
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 20190 0 0 0 1259 11 0 0 25 0 1 0 26228275 53448704 11332 4089446400 4194304 10345943 140735859308544 18446744073709551615 6711959 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 13049 11332 760 1502 0 11542 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52196

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22190
/proc/meminfo: memFree=28382552/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=67980 CPUtime=25.5
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 27051 0 0 0 2536 14 0 0 25 0 1 0 26228275 69611520 15637 4089446400 4194304 10345943 140735859308544 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 16995 15637 761 1502 0 15488 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 67980

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22191
/proc/meminfo: memFree=28302752/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=109044 CPUtime=51.1
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 39555 0 0 0 5091 19 0 0 25 0 1 0 26228275 111661056 25818 4089446400 4194304 10345943 140735859308544 18446744073709551615 6518861 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 27261 25818 761 1502 0 25754 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109044

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22192
/proc/meminfo: memFree=28145836/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=184460 CPUtime=102.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 60699 0 0 0 10202 28 0 0 25 0 1 0 26228275 188887040 44592 4089446400 4194304 10345943 140735859308544 18446744073709551615 6119719 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 46115 44592 761 1502 0 44608 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184460

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22193
/proc/meminfo: memFree=27964740/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=279060 CPUtime=162.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 85523 0 0 0 16191 39 0 0 25 0 1 0 26228275 285757440 67359 4089446400 4194304 10345943 140735859308544 18446744073709551615 6119469 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 69765 67359 761 1502 0 68258 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 279060

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22195
/proc/meminfo: memFree=27781640/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=368788 CPUtime=222.29
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 107832 0 0 0 22180 49 0 0 25 0 1 0 26228275 377638912 89668 4089446400 4194304 10345943 140735859308544 18446744073709551615 6119843 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 92197 89668 761 1502 0 90690 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 368788

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22197
/proc/meminfo: memFree=27601280/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=460308 CPUtime=282.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 132971 0 0 0 28169 61 0 0 25 0 1 0 26228275 471355392 112640 4089446400 4194304 10345943 140735859308544 18446744073709551615 5926599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 115077 112640 761 1502 0 113570 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 460308

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22199
/proc/meminfo: memFree=27412572/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=561980 CPUtime=342.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 156359 0 0 0 34161 69 0 0 25 0 1 0 26228275 575467520 136028 4089446400 4194304 10345943 140735859308544 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 140495 136028 761 1502 0 138988 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 561980

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22200
/proc/meminfo: memFree=27231088/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=653896 CPUtime=402.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 179158 0 0 0 40152 78 0 0 25 0 1 0 26228275 669589504 158827 4089446400 4194304 10345943 140735859308544 18446744073709551615 6519452 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 163474 158827 761 1502 0 161967 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 653896

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22201
/proc/meminfo: memFree=27041296/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=750552 CPUtime=462.3
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 203137 0 0 0 46143 87 0 0 25 0 1 0 26228275 768565248 182806 4089446400 4194304 10345943 140735859308544 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 187638 182806 761 1502 0 186131 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 750552

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22203
/proc/meminfo: memFree=26900744/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=804516 CPUtime=522.31
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 241345 0 0 0 52130 101 0 0 25 0 1 0 26228275 823824384 197253 4089446400 4194304 10345943 140735859308544 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 201129 197253 761 1502 0 199622 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 804516

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22208
/proc/meminfo: memFree=26794604/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=822884 CPUtime=582.31
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 294813 0 0 0 58116 115 0 0 25 0 1 0 26228275 842633216 203502 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 205721 203502 761 1502 0 204214 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 822884

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22210
/proc/meminfo: memFree=26694288/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=844068 CPUtime=642.31
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 385215 0 0 0 64099 132 0 0 25 0 1 0 26228275 864325632 208877 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 211017 208877 761 1502 0 209510 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 844068

[startup+702.3 s]

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

/proc/meminfo: memFree=26224404/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1083532 CPUtime=1062.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 733757 0 0 0 105980 252 0 0 25 0 1 0 26228275 1109536768 267729 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 270883 267729 761 1502 0 269376 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1083532

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22222
/proc/meminfo: memFree=26153400/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1150816 CPUtime=1122.31
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 753253 0 0 0 111967 264 0 0 25 0 1 0 26228275 1178435584 283882 4089446400 4194304 10345943 140735859308544 18446744073709551615 5012663 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 287704 283882 761 1502 0 286197 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1150816

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22224
/proc/meminfo: memFree=26107468/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1180456 CPUtime=1182.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 781495 0 0 0 117952 280 0 0 25 0 1 0 26228275 1208786944 290856 4089446400 4194304 10345943 140735859308544 18446744073709551615 6119378 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 295114 290856 761 1502 0 293607 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1180456

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22226
/proc/meminfo: memFree=26020356/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1277596 CPUtime=1242.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 801656 0 0 0 123938 294 0 0 25 0 1 0 26228275 1308258304 309950 4089446400 4194304 10345943 140735859308544 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 319399 309950 761 1502 0 317892 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1277596

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22227
/proc/meminfo: memFree=25916144/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1362836 CPUtime=1302.33
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 821934 0 0 0 129925 308 0 0 25 0 1 0 26228275 1395544064 330228 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 340709 330228 761 1502 0 339202 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1362836

[startup+1362.3 s]
/proc/loadavg: 1.66 1.92 1.92 2/171 22249
/proc/meminfo: memFree=27784976/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1454752 CPUtime=1362.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 845373 0 0 0 135909 323 0 0 25 0 1 0 26228275 1489666048 351359 4089446400 4194304 10345943 140735859308544 18446744073709551615 6012709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 363688 351359 761 1502 0 362181 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1454752

[startup+1422.31 s]
/proc/loadavg: 1.24 1.75 1.86 2/171 22251
/proc/meminfo: memFree=27700112/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1545192 CPUtime=1422.33
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 866548 0 0 0 141892 341 0 0 25 0 1 0 26228275 1582276608 372533 4089446400 4194304 10345943 140735859308544 18446744073709551615 6325626 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 386298 372533 761 1502 0 384791 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1545192

[startup+1482.3 s]
/proc/loadavg: 1.09 1.61 1.80 2/171 22253
/proc/meminfo: memFree=27647104/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1599272 CPUtime=1482.33
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 895735 0 0 0 147875 358 0 0 25 0 1 0 26228275 1637654528 386001 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 399818 386001 761 1502 0 398311 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1599272

[startup+1542.3 s]
/proc/loadavg: 1.03 1.50 1.75 2/171 22255
/proc/meminfo: memFree=27564456/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1684548 CPUtime=1542.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 918493 0 0 0 153858 374 0 0 25 0 1 0 26228275 1724977152 406381 4089446400 4194304 10345943 140735859308544 18446744073709551615 4447818 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 421137 406381 761 1502 0 419630 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1684548

[startup+1602.3 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 22256
/proc/meminfo: memFree=27480960/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1776132 CPUtime=1602.32
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 942007 0 0 0 159841 391 0 0 25 0 1 0 26228275 1818759168 427608 4089446400 4194304 10345943 140735859308544 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 444033 427608 761 1502 0 442526 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1776132

[startup+1662.3 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 22257
/proc/meminfo: memFree=27443824/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1813516 CPUtime=1662.33
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 998427 0 0 0 165817 416 0 0 25 0 1 0 26228275 1857040384 436473 4089446400 4194304 10345943 140735859308544 18446744073709551615 5926514 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 453379 436473 761 1502 0 451872 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1813516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.26 1.61 2/171 22259
/proc/meminfo: memFree=27432864/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1825992 CPUtime=1722.33
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1005758 0 0 0 171802 431 0 0 25 0 1 0 26228275 1869815808 439384 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 456498 439384 761 1502 0 454991 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1825992

[startup+1782.3 s]
/proc/loadavg: 1.00 1.21 1.57 2/171 22261
/proc/meminfo: memFree=27386552/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1871492 CPUtime=1782.34
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032307 0 0 0 177787 447 0 0 25 0 1 0 26228275 1916407808 450681 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 467873 450681 761 1502 0 466366 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1871492

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.21 1.57 2/171 22261
/proc/meminfo: memFree=27386428/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1872200 CPUtime=1785.54
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032326 0 0 0 178106 448 0 0 25 0 1 0 26228275 1917132800 450700 4089446400 4194304 10345943 140735859308544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 468050 450700 761 1502 0 466543 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 1872200

[startup+1788.7 s]
/proc/loadavg: 1.00 1.21 1.57 2/171 22261
/proc/meminfo: memFree=27386424/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1872744 CPUtime=1788.74
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032383 0 0 0 178425 449 0 0 25 0 1 0 26228275 1917689856 450757 4089446400 4194304 10345943 140735859308544 18446744073709551615 6119453 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22188/statm: 468186 450757 761 1502 0 466679 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 1872744

[startup+1790.3 s]
/proc/loadavg: 1.00 1.21 1.57 2/171 22261
/proc/meminfo: memFree=27386540/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1872744 CPUtime=1790.34
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032397 0 0 0 178585 449 0 0 18 0 1 0 26228275 1917689856 450771 4089446400 4194304 10345943 140735859308544 18446744073709551615 4665344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22188/statm: 468186 450771 765 1502 0 466679 0
Current children cumulated CPU time (s) 1790.34
Current children cumulated vsize (KiB) 1872744

[startup+1791.91 s]
/proc/loadavg: 1.00 1.21 1.56 2/171 22261
/proc/meminfo: memFree=27386416/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1872744 CPUtime=1791.94
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032397 0 0 0 178745 449 0 0 20 0 1 0 26228275 1917689856 450771 4089446400 4194304 10345943 140735859308544 18446744073709551615 6324956 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22188/statm: 468186 450771 765 1502 0 466679 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 1872744

[startup+1792.7 s]
/proc/loadavg: 1.00 1.21 1.56 2/171 22261
/proc/meminfo: memFree=27386416/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1872744 CPUtime=1792.74
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032397 0 0 0 178825 449 0 0 23 0 1 0 26228275 1917689856 450771 4089446400 4194304 10345943 140735859308544 18446744073709551615 4665344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22188/statm: 468186 450771 765 1502 0 466679 0
Current children cumulated CPU time (s) 1792.74
Current children cumulated vsize (KiB) 1872744

[startup+1792.9 s]
/proc/loadavg: 1.00 1.21 1.56 2/171 22261
/proc/meminfo: memFree=28109088/32951124 swapFree=67111528/67111528
[pid=22188] ppid=22186 vsize=1600524 CPUtime=1792.94
/proc/22188/stat : 22188 (pbscip.linux.x8) R 22186 22188 21580 0 -1 4202496 1032397 0 0 0 178842 452 0 0 24 0 1 0 26228275 1638936576 229958 4089446400 4194304 10345943 140735859308544 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22188/statm: 400131 229958 765 1502 0 398624 0
Current children cumulated CPU time (s) 1792.94
Current children cumulated vsize (KiB) 1600524

Child status: 0
Real time (s): 1792.94
CPU time (s): 1792.98
CPU user time (s): 1788.43
CPU system time (s): 4.55731
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1872744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.43
system time used= 4.55731
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1032400
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= 3
involuntary context switches= 2841

runsolver used 2.86656 second user time and 5.9191 second system time

The end

Launcher Data

Begin job on node107 at 2010-07-08 11:09:01
IDJOB=2705763
IDBENCH=79427
IDSOLVER=1214
FILE ID=node107/2705763-1278580141
PBS_JOBID= 11240240
Free space on /tmp= 73640 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh310_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705763-1278580141/watcher-2705763-1278580141 -o /tmp/evaluation-result-2705763-1278580141/solver-2705763-1278580141 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705763-1278580141.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9767c89dfda19e08df7810305b3128ba
RANDOM SEED=352665950

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28479272 kB
Buffers:        152584 kB
Cached:        3397564 kB
SwapCached:          0 kB
Active:        1622276 kB
Inactive:      2687516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28479272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:      759940 kB
Mapped:          17572 kB
Slab:            97060 kB
PageTables:       6432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   918432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node107 at 2010-07-08 11:38:54