Trace number 1869546

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT1 442.017 442.138

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.0466
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869546-1245177961.opb>
0.00/0.01	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 4 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  4 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 90 variables (90 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c OPT-LIN
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = c 1620
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = c 1791
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = c 10000
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving problem
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    26 | 325k|   0 |   4 |  90 |   4 |   4 |  90 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    53 | 377k|   0 |   8 |  90 |   4 |   4 |  90 |   9 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    67 | 415k|   0 |  12 |  90 |   4 |   4 |  90 |  15 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    83 | 439k|   0 |  18 |  90 |   4 |   4 |  90 |  21 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   108 | 465k|   0 |  15 |  90 |   4 |   4 |  90 |  28 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   119 | 473k|   0 |  14 |  90 |   4 |   4 |  90 |  31 |  27 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |   147 | 487k|   0 |  18 |  90 |   4 |   4 |  90 |  34 |  30 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     2 |   147 | 487k|   0 |  18 |  90 |   4 |   4 |  90 |  34 |  30 |   0 |  18 | 4.547474e-13 |      --      |    Inf 
0.29/0.34	o 346
0.29/0.34	c f 0.3s|    49 |    44 |   425 | 533k|  22 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   1 | 201 | 4.547474e-13 | 3.460000e+02 |    Inf 
0.29/0.35	o 345
0.29/0.35	c v 0.3s|    62 |    57 |   462 | 535k|  22 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   2 | 228 | 4.547474e-13 | 3.450000e+02 |    Inf 
0.29/0.37	o 343
0.29/0.37	c * 0.3s|    80 |    72 |   545 | 542k|  23 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   2 | 255 | 4.547474e-13 | 3.430000e+02 |    Inf 
0.39/0.40	o 341
0.39/0.40	c l 0.3s|   120 |   108 |   686 | 566k|  26 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   3 | 342 | 4.547474e-13 | 3.410000e+02 |    Inf 
0.39/0.42	o 340
0.39/0.42	c c 0.4s|   149 |   135 |   853 | 580k|  26 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   3 | 382 | 4.547474e-13 | 3.400000e+02 |    Inf 
0.39/0.45	o 121
0.39/0.45	c f 0.4s|   190 |   117 |   996 | 577k|  27 |   - |  90 |   4 |   1 |  90 |  18 |  30 |   3 | 413 | 4.547474e-13 | 1.210000e+02 |    Inf 
0.39/0.47	o 119
0.39/0.47	c l 0.4s|   218 |   145 |  1162 | 578k|  27 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   3 | 426 | 4.547474e-13 | 1.190000e+02 |    Inf 
0.39/0.47	o 117
0.39/0.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.47	c g 0.4s|   231 |   158 |  1204 | 584k|  27 |   - |  90 |   4 |   0 |  90 |  18 |  30 |   3 | 436 | 4.547474e-13 | 1.170000e+02 |    Inf 
0.49/0.51	o 56
0.49/0.51	c c 0.5s|   292 |   184 |  1595 | 612k|  27 |   - |  90 |   9 |   0 |  90 |  18 |  30 |   9 | 461 | 4.547474e-13 | 5.600000e+01 |    Inf 
0.49/0.52	o 55
0.49/0.52	c p 0.5s|   305 |   194 |  1647 | 609k|  27 |   - |  90 |   9 |   0 |  90 |  18 |  30 |   9 | 468 | 4.547474e-13 | 5.500000e+01 |    Inf 
0.49/0.54	o 54
0.49/0.54	c * 0.5s|   359 |   236 |  1809 | 628k|  27 |   - |  90 |  10 |   2 |  90 |  18 |  30 |  11 | 472 | 4.547474e-13 | 5.400000e+01 |    Inf 
0.49/0.55	o 53
0.49/0.55	c * 0.5s|   379 |   253 |  1860 | 639k|  27 |   - |  90 |  11 |   0 |  90 |  18 |  30 |  13 | 475 | 4.547474e-13 | 5.300000e+01 |    Inf 
0.49/0.55	o 51
0.49/0.55	c * 0.5s|   396 |   255 |  1898 | 637k|  27 |   - |  90 |  12 |   0 |  90 |  18 |  30 |  14 | 479 | 4.547474e-13 | 5.100000e+01 |    Inf 
0.49/0.56	o 46
0.49/0.56	c * 0.5s|   408 |   256 |  1930 | 639k|  27 |   - |  90 |  12 |   3 |  90 |  18 |  30 |  14 | 483 | 4.547474e-13 | 4.600000e+01 |    Inf 
0.49/0.57	o 44
0.49/0.57	c * 0.5s|   447 |   276 |  2035 | 653k|  27 |   - |  90 |  14 |   0 |  90 |  18 |  30 |  17 | 496 | 4.547474e-13 | 4.400000e+01 |    Inf 
0.59/0.61	o 42
0.59/0.61	c * 0.5s|   546 |   320 |  2288 | 676k|  27 |   - |  90 |  15 |   1 |  90 |  18 |  30 |  21 | 506 | 4.547474e-13 | 4.200000e+01 |    Inf 
0.59/0.63	o 38
0.59/0.63	c s 0.6s|   585 |   330 |  2366 | 684k|  27 |   - |  90 |  15 |   5 |  90 |  18 |  30 |  22 | 514 | 4.547474e-13 | 3.800000e+01 |    Inf 
0.59/0.64	o 37
0.59/0.64	c * 0.6s|   637 |   359 |  2482 | 702k|  28 |   - |  90 |  15 |   1 |  90 |  18 |  30 |  25 | 516 | 4.547474e-13 | 3.700000e+01 |    Inf 
0.59/0.64	o 35
0.59/0.64	c * 0.6s|   638 |   357 |  2482 | 702k|  28 |   - |  90 |  15 |   1 |  90 |  18 |  30 |  25 | 516 | 4.547474e-13 | 3.500000e+01 |    Inf 
0.59/0.65	o 33
0.59/0.65	c s 0.6s|   644 |   351 |  2501 | 699k|  30 |   - |  90 |  15 |   3 |  90 |  18 |  30 |  25 | 523 | 4.547474e-13 | 3.300000e+01 |    Inf 
0.59/0.65	o 31
0.59/0.65	c * 0.6s|   645 |   345 |  2501 | 697k|  30 |   - |  90 |  15 |   1 |  90 |  18 |  30 |  25 | 525 | 4.547474e-13 | 3.100000e+01 |    Inf 
0.59/0.68	o 30
0.59/0.68	c * 0.6s|   729 |   364 |  2717 | 711k|  30 |   - |  90 |  16 |   0 |  90 |  18 |  30 |  28 | 535 | 4.547474e-13 | 3.000000e+01 |    Inf 
0.59/0.68	o 28
0.59/0.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.68	c * 0.6s|   730 |   359 |  2719 | 709k|  30 |   - |  90 |  16 |   0 |  90 |  18 |  30 |  28 | 535 | 4.547474e-13 | 2.800000e+01 |    Inf 
0.79/0.81	o 26
0.79/0.81	c p 0.7s|   935 |   453 |  3307 | 770k|  30 |   - |  90 |  37 |   1 |  90 |  18 |  30 |  55 | 553 | 4.547474e-13 | 2.600000e+01 |    Inf 
0.89/0.92	o 22
0.89/0.92	c C 0.8s|  1135 |   573 |  4089 | 843k|  30 |   4 |  90 |  69 |   5 |  90 |  18 |  30 |  90 | 562 | 4.547474e-13 | 2.200000e+01 |    Inf 
0.89/0.94	o 21
0.89/0.94	c * 0.8s|  1174 |   584 |  4204 | 853k|  30 |   - |  90 |  72 |   3 |  90 |  18 |  30 |  93 | 567 | 4.547474e-13 | 2.100000e+01 |    Inf 
0.89/0.94	o 19
0.89/0.94	c * 0.8s|  1175 |   579 |  4206 | 852k|  30 |   - |  90 |  72 |   3 |  90 |  18 |  30 |  93 | 567 | 4.547474e-13 | 1.900000e+01 |    Inf 
1.09/1.10	o 17
1.09/1.10	c f 1.0s|  1435 |   716 |  5558 | 939k|  30 |   - |  90 | 112 |   5 |  90 |  18 |  30 | 139 | 575 | 4.547474e-13 | 1.700000e+01 |    Inf 
1.09/1.11	o 15
1.09/1.11	c * 1.0s|  1450 |   711 |  5618 | 939k|  30 |   - |  90 | 113 |   7 |  90 |  18 |  30 | 141 | 576 | 4.547474e-13 | 1.500000e+01 |    Inf 
1.19/1.24	o 13
1.19/1.24	c * 1.1s|  1704 |   853 |  6790 |1020k|  30 |   - |  90 | 173 |   2 |  90 |  18 |  30 | 204 | 580 | 4.547474e-13 | 1.300000e+01 |    Inf 
1.49/1.53	o 12
1.49/1.53	c * 1.4s|  2353 |  1142 |  9087 |1196k|  30 |   - |  90 | 272 |   2 |  90 |  18 |  30 | 303 | 589 | 4.547474e-13 | 1.200000e+01 |    Inf 
1.49/1.60	o 11
1.49/1.60	c c 1.4s|  2481 |  1198 |  9711 |1232k|  30 |   - |  90 | 289 |   1 |  90 |  18 |  30 | 320 | 589 | 4.547474e-13 | 1.100000e+01 |    Inf 
2.09/2.14	o 8
2.09/2.14	c g 1.9s|  3825 |  1562 | 13505 |1486k|  30 |   - |  90 | 437 |  10 |  90 |  18 |  30 | 480 | 605 | 4.547474e-13 | 8.000000e+00 |    Inf 
2.29/2.34	o 6
2.29/2.34	c C 2.1s|  4025 |  1613 | 14019 |1505k|  30 |   - |  90 | 463 |  10 |  90 |  18 |  30 | 511 | 606 | 4.547474e-13 | 6.000000e+00 |    Inf 
4.39/4.49	c   4.1s| 10000 |  2112 | 27354 |2217k|  30 |   4 |  90 |1191 |   6 |  90 |  18 |  30 |1251 | 639 | 4.547474e-13 | 6.000000e+00 |    Inf 
6.39/6.44	o 5
6.39/6.44	c * 6.0s| 15095 |  2392 | 38739 |2644k|  30 |   - |  90 |1684 |   6 |  90 |  18 |  30 |1775 | 695 | 4.547474e-13 | 5.000000e+00 |    Inf 
8.29/8.31	o 3
8.29/8.31	c * 7.7s| 19960 |  2611 | 49305 |2974k|  30 |   - |  90 |2026 |  85 |  90 |  18 |  30 |2215 | 735 | 4.547474e-13 | 3.000000e+00 |    Inf 
8.29/8.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.33	c   7.7s| 20000 |  2610 | 49357 |2968k|  30 |   - |  90 |2002 | 146 |  90 |  18 |  30 |2220 | 735 | 4.547474e-13 | 3.000000e+00 |    Inf 
11.79/11.83	c  11.0s| 30000 |  2601 | 67853 |3479k|  30 |   4 |  90 |2922 |  73 |  90 |  18 |  30 |3269 | 750 | 4.547474e-13 | 3.000000e+00 |    Inf 
15.78/15.85	c  14.8s| 40000 |  2481 | 86602 |3366k|  30 |   - |  90 |2410 |  19 |   0 |   0 |  30 |4208 | 761 | 4.547474e-13 | 3.000000e+00 |    Inf 
19.38/19.48	c  18.2s| 50000 |  2006 |105292 |2851k|  30 |   4 |  90 |2010 |  51 |  90 |  18 |  30 |5033 | 779 | 4.547474e-13 | 3.000000e+00 |    Inf 
22.89/22.92	c  21.5s| 60000 |  2095 |124368 |2875k|  30 |   - |  90 |1786 |  48 |  90 |  18 |  30 |5991 | 797 | 4.547474e-13 | 3.000000e+00 |    Inf 
26.09/26.11	c  24.5s| 70000 |  2009 |143225 |2841k|  30 |   4 |  90 |1812 |  21 |  90 |  18 |  30 |6972 | 804 | 4.547474e-13 | 3.000000e+00 |    Inf 
29.19/29.26	c  27.4s| 80000 |  2037 |162426 |2835k|  30 |   - |  90 |1637 |  21 |   0 |   0 |  30 |7865 | 822 | 4.547474e-13 | 3.000000e+00 |    Inf 
32.18/32.27	c  30.2s| 90000 |  1812 |181368 |2582k|  30 |   - |  90 |1339 |   6 |  90 |  18 |  30 |8769 | 854 | 4.547474e-13 | 3.000000e+00 |    Inf 
35.38/35.47	c  33.2s|100000 |  1761 |201269 |2583k|  30 |   4 |  90 |1417 |  44 |  90 |  18 |  30 |9740 | 872 | 4.547474e-13 | 3.000000e+00 |    Inf 
36.37/36.41	o 2
36.37/36.41	c *34.1s|103093 |  1731 |207350 |2393k|  30 |   - |  90 | 853 |  30 |  90 |  18 |  30 |9989 | 873 | 4.547474e-13 | 2.000000e+00 |    Inf 
38.28/38.37	c  35.9s|110000 |  1970 |220942 |2508k|  30 |   - |  90 | 834 |   5 |  90 |  18 |  30 |  10k| 875 | 4.547474e-13 | 2.000000e+00 |    Inf 
41.08/41.11	c  38.4s|120000 |  2235 |239777 |2746k|  30 |   - |  90 | 797 |  11 |   0 |   0 |  30 |  11k| 876 | 4.547474e-13 | 2.000000e+00 |    Inf 
43.77/43.82	c  40.9s|130000 |  1624 |257567 |2364k|  30 |   - |  90 | 858 |   4 |  90 |  18 |  30 |  13k| 877 | 4.547474e-13 | 2.000000e+00 |    Inf 
46.47/46.55	c  43.5s|140000 |  1686 |276557 |2545k|  30 |   4 |  90 |1358 |   9 |  90 |  18 |  30 |  14k| 878 | 4.547474e-13 | 2.000000e+00 |    Inf 
49.27/49.30	c  46.0s|150000 |  1494 |295650 |2307k|  30 |   4 |  90 | 985 |   6 |  90 |  18 |  30 |  15k| 879 | 4.547474e-13 | 2.000000e+00 |    Inf 
51.97/52.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.97/52.04	c  48.5s|160000 |  1561 |315098 |2457k|  30 |   - |  90 |1199 |  11 |  90 |  18 |  30 |  16k| 882 | 4.547474e-13 | 2.000000e+00 |    Inf 
54.67/54.78	c  51.0s|170000 |  1388 |333008 |2345k|  30 |   4 |  90 |1196 |   8 |  90 |  18 |  30 |  17k| 885 | 4.547474e-13 | 2.000000e+00 |    Inf 
57.47/57.59	c  53.7s|180000 |  1777 |351959 |2659k|  30 |   - |  90 |1226 |   5 |  90 |  18 |  30 |  18k| 887 | 4.547474e-13 | 2.000000e+00 |    Inf 
60.27/60.36	c  56.3s|190000 |  1380 |368945 |2374k|  30 |   4 |  90 |1204 |   5 |  90 |  18 |  30 |  19k| 887 | 4.547474e-13 | 2.000000e+00 |    Inf 
63.07/63.10	c  58.8s|200000 |  1412 |388186 |2498k|  30 |   - |  90 |1476 |   9 |  90 |  18 |  30 |  20k| 888 | 4.547474e-13 | 2.000000e+00 |    Inf 
65.87/65.93	c  61.4s|210000 |  1742 |407827 |2770k|  30 |   - |  90 |1401 |   4 |  90 |  18 |  30 |  21k| 890 | 4.547474e-13 | 2.000000e+00 |    Inf 
68.77/68.85	c  64.1s|220000 |  1403 |426801 |2432k|  30 |   4 |  90 |1174 |  21 |  90 |  18 |  30 |  22k| 891 | 4.547474e-13 | 2.000000e+00 |    Inf 
71.47/71.60	c  66.7s|230000 |  1167 |445875 |2218k|  30 |   - |  90 |1070 |  29 |  90 |  18 |  30 |  23k| 893 | 4.547474e-13 | 2.000000e+00 |    Inf 
74.26/74.34	c  69.2s|240000 |  1104 |465044 |2254k|  30 |   - |  90 |1242 |  14 |  90 |  18 |  30 |  24k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
77.16/77.20	c  71.8s|250000 |  1892 |485945 |2698k|  30 |   4 |  90 |1423 |   4 |  90 |  18 |  30 |  26k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
80.06/80.10	c  74.5s|260000 |  3264 |506590 |3533k|  30 |   4 |  90 |1493 |  36 |  90 |  18 |  30 |  27k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
82.96/83.04	c  77.2s|270000 |  4384 |526502 |4283k|  30 |   4 |  90 |1666 |  29 |  90 |  18 |  30 |  28k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
85.77/85.85	c  79.8s|280000 |  4777 |545101 |4636k|  30 |   - |  90 |1568 |   5 |  90 |  18 |  30 |  29k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
88.56/88.62	c  82.4s|290000 |  5038 |563682 |4959k|  30 |   - |  90 |1664 |   7 |   0 |   0 |  30 |  30k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
91.36/91.49	c  85.0s|300000 |  4962 |582212 |4998k|  30 |   - |  90 |1485 |   4 |  90 |  18 |  30 |  31k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
94.26/94.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.26/94.33	c  87.7s|310000 |  4651 |600608 |4916k|  30 |   4 |  90 |1477 |  13 |  90 |  18 |  30 |  32k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
97.05/97.11	c  90.3s|320000 |  4665 |618897 |5096k|  30 |   4 |  90 |1724 |  15 |  90 |  18 |  30 |  33k| 896 | 4.547474e-13 | 2.000000e+00 |    Inf 
99.86/99.94	c  92.9s|330000 |  4543 |636547 |5074k|  30 |   4 |  90 |1621 |  14 |  90 |  18 |  30 |  34k| 897 | 4.547474e-13 | 2.000000e+00 |    Inf 
102.65/102.76	c  95.5s|340000 |  4254 |653802 |4947k|  30 |   4 |  90 |1564 |  49 |  90 |  18 |  30 |  36k| 899 | 4.547474e-13 | 2.000000e+00 |    Inf 
105.46/105.60	c  98.1s|350000 |  4470 |671696 |5170k|  30 |   - |  90 |1671 |  33 |   0 |   0 |  30 |  37k| 899 | 4.547474e-13 | 2.000000e+00 |    Inf 
108.26/108.40	c   101s|360000 |  4145 |689868 |5032k|  30 |   - |  90 |1683 |  65 |   0 |   0 |  30 |  38k| 900 | 4.547474e-13 | 2.000000e+00 |    Inf 
111.15/111.20	c   103s|370000 |  3887 |707285 |4906k|  30 |   - |  90 |1689 |   4 |  90 |  18 |  30 |  39k| 901 | 4.547474e-13 | 2.000000e+00 |    Inf 
114.05/114.13	c   106s|380000 |  3316 |725055 |4533k|  30 |   4 |  90 |1578 |  13 |  90 |  18 |  30 |  40k| 902 | 4.547474e-13 | 2.000000e+00 |    Inf 
116.85/116.94	c   109s|390000 |  3449 |744588 |4781k|  30 |   4 |  90 |1949 |   6 |  90 |  18 |  30 |  41k| 906 | 4.547474e-13 | 2.000000e+00 |    Inf 
118.25/118.30	o 1
118.25/118.30	c * 110s|394612 |  3467 |752968 |4908k|  30 |   - |  90 |2177 |  15 |  90 |  18 |  30 |  42k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
120.05/120.10	c   112s|400000 |  3148 |762839 |4547k|  30 |   - |  90 |1867 |  13 |   0 |   0 |  30 |  42k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
122.85/122.96	c   114s|410000 |  3265 |781224 |4785k|  30 |   4 |  90 |2215 |   7 |  90 |  18 |  30 |  44k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
126.05/126.11	c   117s|420000 |  2874 |799764 |4297k|  30 |   - |  90 |1811 |   6 |  90 |  18 |  30 |  45k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
128.85/128.96	c   120s|430000 |  3438 |819912 |4676k|  30 |   - |  90 |1660 |   8 |  90 |  18 |  30 |  46k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
131.75/131.83	c   122s|440000 |  3600 |838865 |4948k|  30 |   - |  90 |1906 |   4 |   0 |   0 |  30 |  47k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
134.65/134.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.65/134.75	c   125s|450000 |  3287 |856797 |4749k|  30 |   4 |  90 |1819 |  29 |  90 |  18 |  30 |  49k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
137.65/137.74	c   128s|460000 |  3047 |875839 |4617k|  30 |   - |  90 |1881 |  16 |  90 |  18 |  30 |  50k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
140.55/140.63	c   131s|470000 |  2736 |894238 |4298k|  30 |   - |  90 |1985 |   4 |  90 |  18 |  30 |  52k| 906 | 4.547474e-13 | 1.000000e+00 |    Inf 
143.54/143.69	c   134s|480000 |  2421 |911588 |4006k|  30 |   - |  90 |1829 |  30 |  90 |  18 |  30 |  53k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
146.45/146.53	c   136s|490000 |  2068 |929789 |3701k|  30 |   4 |  90 |1892 |  55 |  90 |  18 |  30 |  54k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
149.35/149.43	c   139s|500000 |  2583 |949984 |4052k|  30 |   4 |  90 |1987 |   4 |  90 |  18 |  30 |  56k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
152.45/152.51	c   142s|510000 |  2404 |968244 |4029k|  30 |   - |  90 |1920 |   4 |   0 |   0 |  30 |  57k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
155.45/155.50	c   145s|520000 |  2087 |986930 |3857k|  30 |   4 |  90 |2208 |  12 |  90 |  18 |  30 |  58k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
158.44/158.53	c   147s|530000 |  2354 |  1006k|3868k|  30 |   4 |  90 |2040 |   7 |  90 |  18 |  30 |  60k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
161.44/161.54	c   150s|540000 |  2258 |  1024k|3843k|  30 |   4 |  90 |1821 |   8 |  90 |  18 |  30 |  61k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
164.44/164.52	c   153s|550000 |  1782 |  1043k|3509k|  30 |   4 |  90 |2073 | 148 |  90 |  18 |  30 |  62k| 908 | 4.547474e-13 | 1.000000e+00 |    Inf 
167.44/167.52	c   156s|560000 |  1291 |  1062k|2946k|  30 |   4 |  90 |2101 | 154 |  90 |  18 |  30 |  64k| 914 | 4.547474e-13 | 1.000000e+00 |    Inf 
170.45/170.51	c   159s|570000 |  1017 |  1080k|2330k|  30 |   4 |  90 |1525 |  13 |  90 |  18 |  30 |  65k| 915 | 4.547474e-13 | 1.000000e+00 |    Inf 
173.34/173.40	c   161s|580000 |  1656 |  1100k|2981k|  30 |   4 |  90 |2108 |  68 |  90 |  18 |  30 |  67k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
176.24/176.40	c   164s|590000 |  1306 |  1119k|2841k|  30 |   - |  90 |2200 |  16 |  90 |  18 |  30 |  68k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
179.44/179.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.44/179.51	c   167s|600000 |   995 |  1137k|2532k|  30 |   - |  90 |2099 |   9 |   0 |   0 |  30 |  69k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
182.45/182.50	c   170s|610000 |  1577 |  1156k|2815k|  30 |   4 |  90 |1653 |  13 |  90 |  18 |  30 |  71k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
185.34/185.40	c   172s|620000 |  1417 |  1173k|2933k|  30 |   - |  90 |2046 |   5 |  90 |  18 |  30 |  72k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
188.24/188.38	c   175s|630000 |  1188 |  1191k|2773k|  30 |   - |  90 |2141 |  16 |   0 |   0 |  30 |  74k|1081 | 4.547474e-13 | 1.000000e+00 |    Inf 
191.34/191.42	c   178s|640000 |  1270 |  1209k|2819k|  30 |   4 |  90 |2335 |   5 |  90 |  18 |  30 |  76k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
194.44/194.54	c   181s|650000 |   979 |  1227k|2667k|  30 |   - |  90 |2349 |  13 |  90 |  18 |  30 |  77k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
197.54/197.61	c   184s|660000 |  1339 |  1245k|2944k|  30 |   4 |  90 |2440 |   8 |  90 |  18 |  30 |  79k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
200.54/200.69	c   187s|670000 |  1047 |  1264k|2637k|  30 |   - |  90 |2151 |  26 |   0 |   0 |  30 |  80k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
203.53/203.60	c   189s|680000 |  1128 |  1283k|2588k|  30 |   4 |  90 |1753 |   5 |  90 |  18 |  30 |  81k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
206.34/206.40	c   192s|690000 |   899 |  1302k|2374k|  30 |   4 |  90 |1591 |   4 |  90 |  18 |  30 |  83k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
209.03/209.12	c   194s|700000 |  1093 |  1321k|2509k|  30 |   - |  90 |1468 |   6 |   0 |   0 |  30 |  83k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
211.73/211.81	c   197s|710000 |   935 |  1340k|2457k|  30 |   - |  90 |1652 |   7 |  90 |  18 |  30 |  85k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
214.43/214.60	c   199s|720000 |   818 |  1359k|2375k|  30 |   - |  90 |1620 |  16 |  90 |  18 |  30 |  86k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
217.13/217.27	c   202s|730000 |   757 |  1378k|2290k|  30 |   4 |  90 |1517 | 161 |  90 |  18 |  30 |  87k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
220.02/220.14	c   205s|740000 |   846 |  1397k|2336k|  30 |   4 |  90 |1512 |  86 |  90 |  18 |  30 |  88k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
222.83/222.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.83/222.93	c   207s|750000 |  1254 |  1416k|2660k|  30 |   - |  90 |1454 |   7 |  90 |  18 |  30 |  89k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
225.53/225.67	c   210s|760000 |   805 |  1434k|2419k|  30 |   - |  90 |1512 | 128 |   0 |   0 |  30 |  91k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
228.32/228.49	c   212s|770000 |  1029 |  1453k|2388k|  30 |   4 |  90 |1432 |  10 |  90 |  18 |  30 |  92k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
231.32/231.44	c   215s|780000 |  1831 |  1472k|2931k|  30 |   4 |  90 |1388 |  38 |  90 |  18 |  30 |  93k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
234.12/234.28	c   218s|790000 |  1812 |  1491k|3029k|  30 |   - |  90 |1272 |  12 |  90 |  18 |  30 |  94k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
236.92/237.07	c   220s|800000 |  1879 |  1510k|3095k|  30 |   4 |  90 |1110 |  31 |  90 |  18 |  30 |  95k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
239.63/239.75	c   223s|810000 |  2195 |  1529k|3436k|  30 |   4 |  90 |1326 |  19 |  90 |  18 |  30 |  97k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
242.32/242.48	c   225s|820000 |  2635 |  1548k|3811k|  30 |   - |  90 |1447 |  19 |  90 |  18 |  30 |  98k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
245.22/245.36	c   228s|830000 |  2493 |  1566k|3864k|  30 |   4 |  90 |1597 |  16 |  90 |  18 |  30 | 100k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
248.22/248.32	c   231s|840000 |  2650 |  1585k|4085k|  30 |   - |  90 |1821 |   8 |   0 |   0 |  30 | 101k|1256 | 4.547474e-13 | 1.000000e+00 |    Inf 
251.12/251.26	c   233s|850000 |  2388 |  1603k|4030k|  30 |   - |  90 |1842 |  39 |  90 |  18 |  30 | 102k|1257 | 4.547474e-13 | 1.000000e+00 |    Inf 
254.12/254.29	c   236s|860000 |  2254 |  1622k|3772k|  30 |   - |  90 |1397 |  12 |   0 |   0 |  30 | 103k|1257 | 4.547474e-13 | 1.000000e+00 |    Inf 
257.02/257.13	c   239s|870000 |  1957 |  1639k|3600k|  30 |   4 |  90 |1404 |  16 |  90 |  18 |  30 | 105k|1302 | 4.547474e-13 | 1.000000e+00 |    Inf 
259.91/260.03	c   242s|880000 |  1475 |  1658k|3265k|  30 |   - |  90 |1494 |   4 |  90 |  18 |  30 | 106k|1303 | 4.547474e-13 | 1.000000e+00 |    Inf 
262.82/262.99	c   244s|890000 |  1164 |  1677k|3023k|  30 |   - |  90 |1630 |  33 |  90 |  18 |  30 | 107k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
265.82/265.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.82/265.94	c   247s|900000 |   953 |  1695k|2939k|  30 |   4 |  90 |2015 |  18 |  90 |  18 |  30 | 109k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
268.62/268.78	c   250s|910000 |   581 |  1714k|2292k|  30 |   4 |  90 |1596 |   7 |  90 |  18 |  30 | 110k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
271.41/271.54	c   252s|920000 |   426 |  1732k|2209k|  30 |   4 |  90 |1738 |   4 |  90 |  18 |  30 | 111k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
274.42/274.58	c   255s|930000 |   753 |  1751k|2604k|  30 |   - |  90 |2142 |  38 |   0 |   0 |  30 | 113k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
277.41/277.59	c   258s|940000 |  1206 |  1770k|2995k|  30 |   4 |  90 |2207 |  57 |  90 |  18 |  30 | 114k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
280.61/280.73	c   261s|950000 |   917 |  1788k|2761k|  30 |   - |  90 |1841 |  12 |   0 |   0 |  30 | 116k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
283.62/283.73	c   264s|960000 |   881 |  1806k|2791k|  30 |   4 |  90 |1908 |   7 |  90 |  18 |  30 | 117k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
286.61/286.76	c   267s|970000 |   660 |  1824k|2573k|  30 |   - |  90 |1810 | 142 |   0 |   0 |  30 | 119k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
289.41/289.58	c   269s|980000 |   636 |  1842k|2535k|  30 |   4 |  90 |1772 |  10 |  90 |  18 |  30 | 120k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
292.21/292.35	c   272s|990000 |   527 |  1861k|2604k|  30 |   - |  90 |2157 |   7 |   0 |   0 |  30 | 121k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
295.10/295.29	c   274s|  1000k|   538 |  1879k|2558k|  30 |   - |  90 |2208 |   9 |  90 |  18 |  30 | 122k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
298.21/298.33	c   277s|  1010k|   667 |  1898k|2825k|  30 |   - |  90 |2545 | 147 |   0 |   0 |  30 | 124k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
301.51/301.65	c   280s|  1020k|   689 |  1918k|2747k|  30 |   - |  90 |2215 |  48 |  90 |  18 |  30 | 125k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
304.51/304.61	c   283s|  1030k|   632 |  1937k|2837k|  30 |   4 |  90 |2569 |  29 |  90 |  18 |  30 | 127k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
307.50/307.61	c   286s|  1040k|   619 |  1956k|2745k|  30 |   4 |  90 |2322 |   4 |  90 |  18 |  30 | 128k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
310.51/310.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.51/310.69	c   289s|  1050k|   309 |  1975k|2157k|  30 |   - |  90 |1721 |  15 |  90 |  18 |  30 | 129k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
313.21/313.38	c   291s|  1060k|   544 |  1993k|2372k|  30 |   - |  90 |1751 |  59 |   0 |   0 |  30 | 130k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
316.01/316.19	c   294s|  1070k|   310 |  2012k|2069k|  30 |   4 |  90 |1429 |   5 |  90 |  18 |  30 | 132k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
318.70/318.84	c   296s|  1080k|   376 |  2031k|2059k|  30 |   4 |  90 |1173 |   7 |  90 |  18 |  30 | 133k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
321.50/321.61	c   299s|  1090k|   661 |  2051k|2478k|  30 |   - |  90 |1701 |   8 |  90 |  18 |  30 | 134k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
324.40/324.57	c   302s|  1100k|   401 |  2070k|2219k|  30 |   4 |  90 |1431 |  39 |  90 |  18 |  30 | 136k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
327.20/327.32	c   304s|  1110k|   178 |  2089k|1987k|  30 |   4 |  90 |1463 |  56 |  90 |  18 |  30 | 137k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
329.80/330.00	c   307s|  1120k|   886 |  2109k|2416k|  30 |   4 |  90 |1390 |   5 |  90 |  18 |  30 | 138k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
332.40/332.53	c   309s|  1130k|  1048 |  2127k|2653k|  30 |   4 |  90 |1501 |   9 |  90 |  18 |  30 | 139k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
335.00/335.14	c   311s|  1140k|   982 |  2146k|2648k|  30 |   4 |  90 |1351 |  15 |  90 |  18 |  30 | 139k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
337.60/337.73	c   314s|  1150k|  1169 |  2164k|2870k|  30 |   4 |  90 |1424 |   9 |  90 |  18 |  30 | 140k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
340.30/340.45	c   316s|  1160k|  1849 |  2183k|3482k|  30 |   - |  90 |1832 |   9 |  90 |  18 |  30 | 142k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
343.10/343.29	c   319s|  1170k|  1972 |  2201k|3696k|  30 |   4 |  90 |1925 |  35 |  90 |  18 |  30 | 143k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
346.10/346.20	c   322s|  1180k|  1465 |  2218k|3313k|  30 |   - |  90 |1658 |  26 |   0 |   0 |  30 | 144k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
348.70/348.88	c   324s|  1190k|  1185 |  2236k|3080k|  30 |   - |  90 |1593 |   9 |  90 |  18 |  30 | 145k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
351.40/351.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.40/351.58	c   327s|  1200k|  1017 |  2254k|3076k|  30 |   4 |  90 |1809 |   6 |  90 |  18 |  30 | 146k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
354.10/354.25	c   329s|  1210k|   844 |  2272k|2879k|  30 |   - |  90 |1644 |  21 |  90 |  18 |  30 | 147k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
357.69/357.82	c   332s|  1220k|   617 |  2291k|2661k|  30 |   4 |  90 |1648 |  21 |  90 |  18 |  30 | 148k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
360.39/360.53	c   335s|  1230k|   442 |  2310k|2176k|  30 |   4 |  90 |1555 |  23 |  90 |  18 |  30 | 149k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
362.99/363.17	c   337s|  1240k|   748 |  2329k|2524k|  30 |   4 |  90 |1636 |  40 |  90 |  18 |  30 | 150k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
365.79/365.90	c   340s|  1250k|   173 |  2348k|2123k|  30 |   - |  90 |1698 |  10 |  90 |  18 |  30 | 151k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
368.50/368.62	c   342s|  1260k|  1145 |  2367k|2704k|  30 |   - |  90 |1753 |  12 |   0 |   0 |  30 | 152k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
371.09/371.27	c   345s|  1270k|  1049 |  2386k|2810k|  30 |   - |  90 |1796 |   5 |  90 |  18 |  30 | 153k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
373.80/373.92	c   347s|  1280k|   431 |  2404k|2366k|  30 |   4 |  90 |1688 |  13 |  90 |  18 |  30 | 154k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
376.49/376.69	c   350s|  1290k|   642 |  2423k|2756k|  30 |   4 |  90 |2238 | 104 |  90 |  18 |  30 | 156k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
379.58/379.72	c   353s|  1300k|   644 |  2441k|2854k|  30 |   - |  90 |2406 |  19 |  90 |  18 |  30 | 157k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
382.59/382.74	c   355s|  1310k|   809 |  2461k|3092k|  30 |   4 |  90 |2583 |  11 |  90 |  18 |  30 | 158k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
385.69/385.82	c   358s|  1320k|   218 |  2479k|2207k|  30 |   - |  90 |1998 |   4 |  90 |  18 |  30 | 159k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
388.49/388.67	c   361s|  1330k|   194 |  2498k|2171k|  30 |   4 |  90 |1855 |   8 |  90 |  18 |  30 | 161k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
391.39/391.50	c   364s|  1340k|   232 |  2516k|1990k|  30 |   4 |  90 |1365 |  86 |  90 |  18 |  30 | 162k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
394.18/394.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.18/394.31	c   366s|  1350k|   865 |  2537k|2390k|  30 |   - |  90 |1714 |  11 |  90 |  18 |  30 | 163k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
397.09/397.22	c   369s|  1360k|  2195 |  2557k|3147k|  30 |   4 |  90 |1643 |  13 |  90 |  18 |  30 | 164k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
399.98/400.18	c   372s|  1370k|  2846 |  2577k|3672k|  30 |   4 |  90 |1710 |  49 |  90 |  18 |  30 | 166k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
402.98/403.11	c   374s|  1380k|  3129 |  2596k|3970k|  30 |   - |  90 |1649 |  35 |  90 |  18 |  30 | 167k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
405.98/406.15	c   377s|  1390k|  2907 |  2615k|3989k|  30 |   - |  90 |1617 |   5 |   0 |   0 |  30 | 169k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
408.88/409.02	c   380s|  1400k|  3102 |  2634k|4232k|  30 |   4 |  90 |1758 | 123 |  90 |  18 |  30 | 170k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
411.87/412.00	c   383s|  1410k|  2998 |  2653k|4302k|  30 |   4 |  90 |1762 |   6 |  90 |  18 |  30 | 172k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
414.88/415.02	c   385s|  1420k|  2739 |  2672k|4297k|  30 |   4 |  90 |1925 | 143 |  90 |  18 |  30 | 174k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
417.78/417.97	c   388s|  1430k|  2817 |  2692k|4415k|  30 |   4 |  90 |1906 |   4 |  90 |  18 |  30 | 175k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
420.88/421.04	c   391s|  1440k|  2700 |  2711k|4489k|  30 |   - |  90 |2172 |  11 |  90 |  18 |  30 | 176k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
423.98/424.16	c   394s|  1450k|  2339 |  2730k|4150k|  30 |   4 |  90 |1866 |   6 |  90 |  18 |  30 | 178k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
427.07/427.23	c   397s|  1460k|  1871 |  2749k|3998k|  30 |   - |  90 |2175 |   7 |   0 |   0 |  30 | 180k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
430.18/430.39	c   400s|  1470k|  1519 |  2768k|3643k|  30 |   4 |  90 |1921 |  21 |  90 |  18 |  30 | 181k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
433.27/433.46	c   403s|  1480k|  1163 |  2787k|3454k|  30 |   - |  90 |2163 |   4 |   0 |   0 |  30 | 183k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
436.38/436.54	c   405s|  1490k|  1044 |  2806k|3310k|  30 |   - |  90 |2082 |   5 |   0 |   0 |  30 | 184k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
439.57/439.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.57/439.78	c   408s|  1500k|   131 |  2826k|1987k|  30 |   4 |  90 |1476 |   4 |  90 |  18 |  30 | 186k|1306 | 4.547474e-13 | 1.000000e+00 |    Inf 
441.97/442.12	c 
441.97/442.12	c SCIP Status        : problem is solved [optimal solution found]
441.97/442.12	c Solving Time (sec) : 410.59
441.97/442.12	c Solving Nodes      : 1508921
441.97/442.12	c Primal Bound       : +1.00000000000000e+00 (42 solutions)
441.97/442.12	c Dual Bound         : +1.00000000000000e+00
441.97/442.12	c Gap                : 0.00 %
441.97/442.12	c NODE         1508921
441.97/442.12	c DUAL BOUND   1
441.97/442.12	c PRIMAL BOUND 1
441.97/442.12	c GAP          0
441.97/442.12	s OPTIMUM FOUND
441.97/442.12	v x94 -x75 x93 x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 x83 -x82 x81 x80 x79 x78 x77 -x76 x74 x73 -x72 x71 -x70 -x69 -x68 x67 x66 
441.97/442.12	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
441.97/442.12	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
441.97/442.12	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
441.97/442.12	c SCIP Status        : problem is solved [optimal solution found]
441.97/442.12	c Solving Time       :     410.59
441.97/442.12	c Original Problem   :
441.97/442.12	c   Problem name     : HOME/instance-1869546-1245177961.opb
441.97/442.12	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
441.97/442.12	c   Constraints      : 8 initial, 8 maximal
441.97/442.12	c Presolved Problem  :
441.97/442.12	c   Problem name     : t_HOME/instance-1869546-1245177961.opb
441.97/442.12	c   Variables        : 90 (90 binary, 0 integer, 0 implicit integer, 0 continuous)
441.97/442.12	c   Constraints      : 4 initial, 3006 maximal
441.97/442.12	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
441.97/442.12	c   trivial          :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   implics          :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   probing          :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   linear           :       0.01          0          4          0          0          0          4          0          0
441.97/442.12	c   logicor          :       0.00          0          0          0          0          0          0          0          0
441.97/442.12	c   root node        :          -         61          -          -         61          -          -          -          -
441.97/442.12	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
441.97/442.12	c   integral         :          0          0          0     776136          0         43        384          0          0    1551402
441.97/442.12	c   linear           :          4          6    2093487          2          0     332891    2115387         18          0          0
441.97/442.12	c   logicor          :          0+         0    1143684          0          0       4819     106177          0          0          0
441.97/442.12	c   countsols        :          0          0          0         21          0          0          0          0          0          0
441.97/442.12	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
441.97/442.12	c   integral         :       6.91       0.00       0.00       6.91       0.00
441.97/442.12	c   linear           :      78.10       0.00      78.10       0.00       0.00
441.97/442.12	c   logicor          :      41.22       0.00      41.22       0.00       0.00
441.97/442.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00
441.97/442.12	c Propagators        :       Time      Calls    Cutoffs    DomReds
441.97/442.12	c   rootredcost      :       0.74         38          0         60
441.97/442.12	c   pseudoobj        :      10.98    2113909      20560      66030
441.97/442.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
441.97/442.12	c   propagation      :      14.17     358270     172675     279998       21.7          6       22.0          -
441.97/442.12	c   infeasible LP    :       0.26       4761       4761       5159       12.2          2       21.5          0
441.97/442.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
441.97/442.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
441.97/442.12	c   pseudo solution  :       0.00          2          2          2       18.0          0        0.0          -
441.97/442.12	c   applied globally :          -          -          -     187012       21.0          -          -          -
441.97/442.12	c   applied locally  :          -          -          -         73       32.3          -          -          -
441.97/442.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
441.97/442.12	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 93)
441.97/442.12	c   redcost          :       3.51     786541          0     111960          0          0
441.97/442.12	c   impliedbounds    :       0.00          6          0          0          0          0
441.97/442.12	c   intobj           :       0.00          0          0          0          0          0
441.97/442.12	c   gomory           :       0.00          6          0          0          0          0
441.97/442.12	c   strongcg         :       0.00          6          0          0         12          0
441.97/442.12	c   cmir             :       0.03          6          0          0         36          0
441.97/442.12	c   flowcover        :       0.02          6          0          0         41          0
441.97/442.12	c   clique           :       0.00          1          0          0          0          0
441.97/442.12	c   zerohalf         :       0.00          0          0          0          0          0
441.97/442.12	c   mcf              :       0.00          1          0          0          0          0
441.97/442.12	c Pricers            :       Time      Calls       Vars
441.97/442.12	c   problem variables:       0.00          0          0
441.97/442.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
441.97/442.12	c   relpscost        :       6.16     776115         43        384          0          0    1551402
441.97/442.12	c   pscost           :       0.00          0          0          0          0          0          0
441.97/442.12	c   inference        :       0.00          0          0          0          0          0          0
441.97/442.12	c   mostinf          :       0.00          0          0          0          0          0          0
441.97/442.12	c   leastinf         :       0.00          0          0          0          0          0          0
441.97/442.12	c   fullstrong       :       0.00          0          0          0          0          0          0
441.97/442.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
441.97/442.12	c   random           :       0.00          0          0          0          0          0          0
441.97/442.12	c Primal Heuristics  :       Time      Calls      Found
441.97/442.12	c   LP solutions     :       0.00          -         21
441.97/442.12	c   pseudo solutions :       0.00          -          0
441.97/442.12	c   feaspump         :       0.13          1          0
441.97/442.12	c   oneopt           :       0.69         38          0
441.97/442.12	c   crossover        :       2.16         15          2
441.97/442.12	c   rootsoldiving    :       2.04       1098          3
441.97/442.12	c   coefdiving       :       1.62       2561          3
441.97/442.12	c   fracdiving       :       1.62       2561          3
441.97/442.12	c   pscostdiving     :       1.82       2561          2
441.97/442.12	c   veclendiving     :       1.80       2561          1
441.97/442.12	c   linesearchdiving :       1.90       2561          2
441.97/442.12	c   objpscostdiving  :       0.87       1281          1
441.97/442.12	c   guideddiving     :       1.88       2562          2
441.97/442.12	c   simplerounding   :       0.35          0          0
441.97/442.12	c   rounding         :       0.68      12521          0
441.97/442.12	c   shifting         :      14.93      23444          2
441.97/442.12	c   intshifting      :       0.04          0          0
441.97/442.12	c   fixandinfer      :       0.00          0          0
441.97/442.12	c   intdiving        :       0.00          0          0
441.97/442.12	c   actconsdiving    :       0.00          0          0
441.97/442.12	c   octane           :       0.00          0          0
441.97/442.12	c   rens             :       0.07          1          0
441.97/442.12	c   rins             :       0.00          0          0
441.97/442.12	c   localbranching   :       0.00          0          0
441.97/442.12	c   mutation         :       0.00          0          0
441.97/442.12	c   dins             :       0.00          0          0
441.97/442.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
441.97/442.12	c   primal LP        :       0.00          0          0       0.00          -
441.97/442.12	c   dual LP          :     101.35    1224524    2730696       2.23   26943.23
441.97/442.12	c   barrier LP       :       0.00          0          0       0.00          -
441.97/442.12	c   diving/probing LP:       4.88      52565     112819       2.15   23118.65
441.97/442.12	c   strong branching :       0.32       1306       7976       6.11   24925.00
441.97/442.12	c     (at root node) :          -         18       1184      65.78          -
441.97/442.12	c   conflict analysis:       0.00          0          0       0.00          -
441.97/442.12	c B&B Tree           :
441.97/442.12	c   number of runs   :          1
441.97/442.12	c   nodes            :    1508921
441.97/442.12	c   nodes (total)    :    1508921
441.97/442.12	c   nodes left       :          0
441.97/442.12	c   max depth        :         30
441.97/442.12	c   max depth (total):         30
441.97/442.12	c   backtracks       :     433027 (28.7%)
441.97/442.12	c   delayed cutoffs  :      42099
441.97/442.12	c   repropagations   :     129446 (276649 domain reductions, 38828 cutoffs)
441.97/442.12	c   avg switch length:       4.79
441.97/442.12	c   switching time   :      65.20
441.97/442.12	c Solution           :
441.97/442.12	c   Solutions found  :         42 (38 improvements)
441.97/442.12	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 394612 nodes, 109.92 seconds, depth 21, found by <relaxation>)
441.97/442.12	c   Dual Bound       : +1.00000000000000e+00
441.97/442.12	c   Gap              :       0.00 %
441.97/442.12	c   Root Dual Bound  : +4.54747350886464e-13
441.97/442.13	c Time complete: 442.01.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32171
/proc/meminfo: memFree=1828016/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=4324 CPUtime=0
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 185391577 4427776 460 1992294400 4194304 7823515 548682068736 18446744073709551615 4493352 0 0 4096 0 0 0 0 17 1 0 0
/proc/32171/statm: 1082 468 304 886 0 192 0

[startup+0.0443861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32171
/proc/meminfo: memFree=1828016/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=12184 CPUtime=0.03
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 2614 0 0 0 3 0 0 0 18 0 1 0 185391577 12476416 2242 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 3046 2242 551 886 0 2156 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12184

[startup+0.101391 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32171
/proc/meminfo: memFree=1828016/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=17672 CPUtime=0.09
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 3882 0 0 0 8 1 0 0 18 0 1 0 185391577 18096128 3510 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 4418 3518 551 886 0 3528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17672

[startup+0.30141 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32171
/proc/meminfo: memFree=1828016/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=12584 CPUtime=0.29
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 4530 0 0 0 26 3 0 0 19 0 1 0 185391577 12886016 2384 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 3146 2384 568 886 0 2256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12584

[startup+0.70145 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32171
/proc/meminfo: memFree=1828016/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=12864 CPUtime=0.69
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 4581 0 0 0 62 7 0 0 22 0 1 0 185391577 13172736 2435 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 3216 2435 573 886 0 2326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12864

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1819880/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=15948 CPUtime=1.49
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 9901 0 0 0 134 15 0 0 25 0 1 0 185391577 16330752 3223 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 3987 3223 573 886 0 3097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15948

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1816680/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=14640 CPUtime=3.09
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 12614 0 0 0 281 28 0 0 25 0 1 0 185391577 14991360 2880 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 3660 2880 573 886 0 2770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14640

[startup+6.30201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1814952/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=18148 CPUtime=6.29
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 13513 0 0 0 581 48 0 0 25 0 1 0 185391577 18583552 3779 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 4537 3779 573 886 0 3647 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18148

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1814504/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=20188 CPUtime=12.69
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 14024 0 0 0 1185 84 0 0 25 0 1 0 185391577 20672512 4290 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5047 4290 573 886 0 4157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20188

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1812584/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=20464 CPUtime=25.49
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 14094 0 0 0 2391 158 0 0 25 0 1 0 185391577 20955136 4360 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5116 4360 573 886 0 4226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20464

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1814888/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=17876 CPUtime=51.07
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 16720 0 0 0 4764 343 0 0 25 0 1 0 185391577 18305024 3724 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 4469 3724 573 886 0 3579 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17876

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 32172
/proc/meminfo: memFree=1810536/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22396 CPUtime=102.26
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 18711 0 0 0 9507 719 0 0 25 0 1 0 185391577 22933504 4851 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5599 4851 573 886 0 4709 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22396

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 32172
/proc/meminfo: memFree=1810152/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22572 CPUtime=162.24
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 22182 0 0 0 15087 1137 0 0 25 0 1 0 185391577 23113728 4881 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5643 4881 573 886 0 4753 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22572

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1810088/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22704 CPUtime=222.22
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 22227 0 0 0 20656 1566 0 0 25 0 1 0 185391577 23248896 4926 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5676 4926 573 886 0 4786 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22704

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22872 CPUtime=282.22
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 23116 0 0 0 26232 1990 0 0 25 0 1 0 185391577 23420928 4956 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5718 4956 573 886 0 4828 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 22872

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32172
/proc/meminfo: memFree=1809576/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22872 CPUtime=342.2
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 23116 0 0 0 31804 2416 0 0 25 0 1 0 185391577 23420928 4956 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5718 4956 573 886 0 4828 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 22872

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=402.18
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 37359 2859 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 22420

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=409.38
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 38028 2910 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 22420

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=422.18
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 39219 2999 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 22420

[startup+435.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=434.97
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 40404 3093 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 434.97
Current children cumulated vsize (KiB) 22420

[startup+438.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=438.17
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 40703 3114 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 438.17
Current children cumulated vsize (KiB) 22420

[startup+439.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=439.78
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 40854 3124 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 439.78
Current children cumulated vsize (KiB) 22420

[startup+441.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=441.37
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 41000 3137 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 441.37
Current children cumulated vsize (KiB) 22420

[startup+441.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=441.77
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 41038 3139 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 441.77
Current children cumulated vsize (KiB) 22420

[startup+442.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32174
/proc/meminfo: memFree=1809640/2055920 swapFree=4182328/4192956
[pid=32171] ppid=32169 vsize=22420 CPUtime=441.97
/proc/32171/stat : 32171 (pbscip.linux.x8) R 32169 32171 32106 0 -1 4194304 24085 0 0 0 41057 3140 0 0 25 0 1 0 185391577 22958080 4869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32171/statm: 5605 4869 573 886 0 4715 0
Current children cumulated CPU time (s) 441.97
Current children cumulated vsize (KiB) 22420

Child status: 0
Real time (s): 442.138
CPU time (s): 442.017
CPU user time (s): 410.603
CPU system time (s): 31.4142
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 27540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.603
system time used= 31.4142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24090
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= 2
involuntary context switches= 460

runsolver used 0.344947 second user time and 1.01185 second system time

The end

Launcher Data

Begin job on node60 at 2009-06-16 20:46:01
IDJOB=1869546
IDBENCH=2928
IDSOLVER=683
FILE ID=node60/1869546-1245177961
PBS_JOBID= 9363950
Free space on /tmp= 66436 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869546-1245177961/watcher-1869546-1245177961 -o /tmp/evaluation-result-1869546-1245177961/solver-1869546-1245177961 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869546-1245177961.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1846412526

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828496 kB
Buffers:         15480 kB
Cached:         140076 kB
SwapCached:       4720 kB
Active:          48304 kB
Inactive:       115428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828496 kB
SwapTotal:     4192956 kB
SwapFree:      4182328 kB
Dirty:            9836 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            49704 kB
Committed_AS:    79016 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node60 at 2009-06-16 20:53:23