Trace number 3693649

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT36 383.174 383.24

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1440225.opb
MD5SUMae858a83a4b73fde0d05a86f9f6907e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.20351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1285
Total number of constraints330
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint64
Number of terms in the objective function 1285
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1285
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1285
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693649-1338042864.opb>
0.00/0.01	c original problem has 1285 variables (1285 bin, 0 int, 0 impl, 0 cont) and 330 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 330 upgd conss, 0 impls, 330 clqs
0.00/0.04	c (round 2) 8 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 330 upgd conss, 0 impls, 328 clqs
0.00/0.05	c    (0.0s) probing: 51/1277 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  8 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  0 implications, 328 cliques
0.00/0.05	c presolved problem has 1277 variables (1277 bin, 0 int, 0 impl, 0 cont) and 328 constraints
0.00/0.05	c     328 constraints of type <setppc>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.09/0.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   572 |     - |5424k|   0 | 233 |1277 | 426 |1277 | 328 |   0 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  5802 |     - |5527k|   0 | 253 |1277 | 426 |1277 | 333 |   5 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |  5850 |     - |5544k|   0 | 261 |1277 | 426 |1277 | 336 |   8 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |  5874 |     - |5566k|   0 | 263 |1277 | 426 |1277 | 340 |  12 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  5919 |     - |5588k|   0 | 265 |1277 | 426 |1277 | 346 |  18 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  5948 |     - |5607k|   0 | 270 |1277 | 426 |1277 | 348 |  20 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  5962 |     - |5624k|   0 | 272 |1277 | 426 |1277 | 351 |  23 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.78/2.84	c   2.8s|     1 |     2 |  5962 |     - |5625k|   0 | 272 |1277 | 426 |1277 | 351 |  23 |  98 |  33 | 3.600000e+01 |      --      |    Inf 
18.78/18.80	c  18.8s|   100 |     9 | 24950 | 191.8 |5727k|  24 |   - |1277 | 460 |1277 | 346 |  23 | 132 | 283 | 3.600000e+01 |      --      |    Inf 
21.68/21.74	c  21.7s|   200 |    15 | 43986 | 191.1 |5809k|  24 | 107 |1277 | 522 |1277 | 346 |  23 | 194 | 297 | 3.600000e+01 |      --      |    Inf 
25.38/25.42	c  25.4s|   300 |    17 | 62356 | 188.6 |5863k|  24 | 131 |1277 | 568 |1277 | 346 |  23 | 240 | 328 | 3.600000e+01 |      --      |    Inf 
28.29/28.34	c  28.3s|   400 |    19 | 80693 | 187.3 |5904k|  25 | 122 |1277 | 602 |1277 | 346 |  23 | 274 | 342 | 3.600000e+01 |      --      |    Inf 
30.99/31.01	c  31.0s|   500 |    17 | 93975 | 176.4 |5926k|  27 |   - |1277 | 626 |1277 | 346 |  23 | 298 | 369 | 3.600000e+01 |      --      |    Inf 
34.59/34.69	c  34.7s|   600 |    19 |118448 | 187.8 |5974k|  27 |   - |1277 | 671 |1277 | 346 |  23 | 343 | 383 | 3.600000e+01 |      --      |    Inf 
37.69/37.79	c  37.8s|   700 |    17 |137030 | 187.5 |5983k|  27 | 127 |1277 | 706 |1277 | 346 |  23 | 378 | 410 | 3.600000e+01 |      --      |    Inf 
41.08/41.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.08/41.11	c  41.1s|   800 |    17 |155795 | 187.5 |6000k|  27 | 179 |1277 | 745 |1277 | 346 |  23 | 418 | 439 | 3.600000e+01 |      --      |    Inf 
44.99/45.07	c  45.1s|   900 |    19 |180463 | 194.1 |6060k|  27 |   - |1277 | 789 |1277 | 346 |  23 | 465 | 468 | 3.600000e+01 |      --      |    Inf 
48.58/48.62	c  48.6s|  1000 |    17 |201829 | 196.1 |6085k|  27 |   - |1277 | 858 |1277 | 346 |  23 | 538 | 496 | 3.600000e+01 |      --      |    Inf 
52.38/52.47	c  52.5s|  1100 |    21 |223939 | 198.3 |6129k|  27 | 143 |1277 | 903 |1277 | 346 |  23 | 590 | 524 | 3.600000e+01 |      --      |    Inf 
55.88/55.93	c  55.9s|  1200 |    19 |246596 | 200.7 |6173k|  27 | 115 |1277 | 980 |1277 | 346 |  23 | 673 | 546 | 3.600000e+01 |      --      |    Inf 
60.18/60.23	c  60.2s|  1300 |    21 |270678 | 203.8 |6190k|  27 | 175 |1277 |1005 |1277 | 346 |  23 | 699 | 582 | 3.600000e+01 |      --      |    Inf 
62.98/63.04	c  63.0s|  1400 |    19 |287785 | 201.4 |6229k|  27 |   - |1277 |1047 |1277 | 346 |  23 | 743 | 603 | 3.600000e+01 |      --      |    Inf 
66.38/66.47	c  66.5s|  1500 |    17 |311038 | 203.5 |6237k|  27 |   - |1277 |1080 |1277 | 346 |  23 | 782 | 623 | 3.600000e+01 |      --      |    Inf 
71.08/71.11	c  71.1s|  1600 |    18 |337803 | 207.5 |6269k|  27 |   - |1277 |1148 |1277 | 346 |  23 | 857 | 662 | 3.600000e+01 |      --      |    Inf 
74.58/74.63	c  74.6s|  1700 |    20 |356790 | 206.5 |6290k|  29 | 188 |1277 |1179 |1277 | 346 |  23 | 889 | 692 | 3.600000e+01 |      --      |    Inf 
77.57/77.60	c  77.6s|  1800 |    20 |377071 | 206.3 |6343k|  29 |   - |1277 |1224 |1277 | 346 |  23 | 944 | 708 | 3.600000e+01 |      --      |    Inf 
80.78/80.85	c  80.8s|  1900 |    19 |395582 | 205.2 |6359k|  29 | 219 |1277 |1280 |1277 | 346 |  23 |1000 | 737 | 3.600000e+01 |      --      |    Inf 
85.48/85.54	c  85.5s|  2000 |    27 |421220 | 207.7 |6433k|  29 | 180 |1277 |1328 |1277 | 346 |  23 |1056 | 777 | 3.600000e+01 |      --      |    Inf 
89.37/89.45	c  89.5s|  2100 |    23 |445310 | 209.3 |6445k|  29 | 156 |1277 |1372 |1277 | 346 |  23 |1108 | 803 | 3.600000e+01 |      --      |    Inf 
93.07/93.15	c  93.2s|  2200 |    29 |468911 | 210.5 |6520k|  29 | 137 |1277 |1429 |1277 | 346 |  23 |1175 | 828 | 3.600000e+01 |      --      |    Inf 
96.78/96.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.78/96.85	c  96.8s|  2300 |    26 |490693 | 210.8 |6554k|  29 |   - |1277 |1495 |1277 | 346 |  23 |1252 | 853 | 3.600000e+01 |      --      |    Inf 
101.18/101.21	c   101s|  2400 |    28 |517015 | 213.0 |6580k|  29 | 141 |1277 |1520 |1277 | 346 |  23 |1291 | 885 | 3.600000e+01 |      --      |    Inf 
105.27/105.38	c   105s|  2500 |    26 |543958 | 215.3 |6596k|  29 |   - |1277 |1562 |1277 | 346 |  23 |1349 | 909 | 3.600000e+01 |      --      |    Inf 
109.57/109.69	c   110s|  2600 |    25 |567337 | 216.0 |6607k|  29 |   - |1277 |1599 |1277 | 346 |  23 |1413 | 946 | 3.600000e+01 |      --      |    Inf 
112.58/112.65	c   113s|  2700 |    26 |585988 | 214.9 |6606k|  29 | 132 |1277 |1621 |1277 | 346 |  23 |1456 | 965 | 3.600000e+01 |      --      |    Inf 
115.97/116.05	c   116s|  2800 |    25 |606527 | 214.6 |6642k|  29 |   - |1277 |1685 |1277 | 346 |  23 |1532 | 989 | 3.600000e+01 |      --      |    Inf 
120.57/120.64	c   121s|  2900 |    27 |631560 | 215.8 |6665k|  29 | 107 |1277 |1724 |1277 | 346 |  23 |1584 |1026 | 3.600000e+01 |      --      |    Inf 
123.47/123.55	c   124s|  3000 |    27 |651195 | 215.1 |6708k|  29 |   - |1277 |1767 |1277 | 346 |  23 |1652 |1038 | 3.600000e+01 |      --      |    Inf 
126.38/126.46	c   126s|  3100 |    27 |667304 | 213.4 |6712k|  29 | 132 |1277 |1798 |1277 | 346 |  23 |1695 |1061 | 3.600000e+01 |      --      |    Inf 
129.68/129.77	c   130s|  3200 |    29 |687284 | 213.0 |6742k|  29 | 114 |1277 |1829 |1277 | 346 |  23 |1744 |1084 | 3.600000e+01 |      --      |    Inf 
133.08/133.16	c   133s|  3300 |    27 |707652 | 212.7 |6736k|  29 | 190 |1277 |1862 |1277 | 346 |  23 |1804 |1107 | 3.600000e+01 |      --      |    Inf 
136.86/136.95	c   137s|  3400 |    29 |730809 | 213.3 |6775k|  29 | 151 |1277 |1908 |1277 | 346 |  23 |1865 |1133 | 3.600000e+01 |      --      |    Inf 
140.06/140.12	c   140s|  3500 |    27 |749898 | 212.6 |6837k|  29 |   - |1277 |1985 |1277 | 346 |  23 |1946 |1155 | 3.600000e+01 |      --      |    Inf 
143.66/143.70	c   144s|  3600 |    29 |774472 | 213.5 |6889k|  29 |   - |1277 |2044 |1277 | 346 |  23 |2010 |1176 | 3.600000e+01 |      --      |    Inf 
148.17/148.26	c   148s|  3700 |    27 |807825 | 216.8 |6866k|  29 | 155 |1277 |2066 |1277 | 346 |  23 |2051 |1196 | 3.600000e+01 |      --      |    Inf 
152.07/152.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.07/152.16	c   152s|  3800 |    29 |830505 | 217.0 |6901k|  29 | 124 |1277 |2100 |1277 | 346 |  23 |2114 |1229 | 3.600000e+01 |      --      |    Inf 
156.07/156.15	c   156s|  3900 |    28 |854558 | 217.6 |6921k|  29 | 163 |1277 |2155 |1277 | 346 |  23 |2184 |1262 | 3.600000e+01 |      --      |    Inf 
159.97/160.00	c   160s|  4000 |    28 |878346 | 218.2 |6967k|  29 |   - |1277 |2212 |1277 | 346 |  23 |2258 |1293 | 3.600000e+01 |      --      |    Inf 
163.66/163.71	c   164s|  4100 |    29 |903164 | 218.9 |6998k|  29 | 139 |1277 |2274 |1277 | 346 |  23 |2343 |1316 | 3.600000e+01 |      --      |    Inf 
167.97/168.04	c   168s|  4200 |    27 |931997 | 220.5 |7010k|  29 | 158 |1277 |2322 |1277 | 346 |  23 |2400 |1348 | 3.600000e+01 |      --      |    Inf 
171.87/171.99	c   172s|  4300 |    28 |954416 | 220.6 |7051k|  29 | 113 |1277 |2378 |1277 | 346 |  23 |2466 |1383 | 3.600000e+01 |      --      |    Inf 
176.36/176.43	c   176s|  4400 |    29 |985055 | 222.6 |7085k|  29 | 101 |1277 |2445 |1277 | 346 |  23 |2548 |1408 | 3.600000e+01 |      --      |    Inf 
181.16/181.22	c   181s|  4500 |    27 |  1011k| 223.6 |7099k|  29 | 167 |1277 |2498 |1277 | 346 |  23 |2614 |1450 | 3.600000e+01 |      --      |    Inf 
184.86/184.90	c   185s|  4600 |    25 |  1036k| 224.1 |7134k|  30 |   - |1277 |2556 |1277 | 346 |  23 |2685 |1477 | 3.600000e+01 |      --      |    Inf 
186.87/186.98	c   187s|  4700 |    25 |  1048k| 221.9 |7090k|  30 |   - |1277 |2517 |1277 | 346 |  23 |2730 |1495 | 3.600000e+01 |      --      |    Inf 
189.55/189.65	c   190s|  4800 |    27 |  1064k| 220.7 |7102k|  30 |   - |1277 |2505 |1277 | 346 |  23 |2799 |1516 | 3.600000e+01 |      --      |    Inf 
193.65/193.76	c   194s|  4900 |    25 |  1088k| 221.1 |7081k|  30 | 175 |1277 |2529 |1277 | 346 |  23 |2877 |1554 | 3.600000e+01 |      --      |    Inf 
196.86/196.92	c   197s|  5000 |    27 |  1107k| 220.3 |7088k|  30 | 136 |1277 |2539 |1277 | 346 |  23 |2943 |1576 | 3.600000e+01 |      --      |    Inf 
200.35/200.43	c   200s|  5100 |    27 |  1128k| 220.2 |7086k|  30 | 157 |1277 |2556 |1277 | 346 |  23 |3002 |1598 | 3.600000e+01 |      --      |    Inf 
203.85/203.97	c   204s|  5200 |    25 |  1151k| 220.4 |7090k|  30 |   - |1277 |2561 |1277 | 346 |  23 |3038 |1620 | 3.600000e+01 |      --      |    Inf 
207.86/207.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.86/207.93	c   208s|  5300 |    27 |  1174k| 220.6 |7051k|  30 |   - |1277 |2530 |1277 | 346 |  23 |3107 |1652 | 3.600000e+01 |      --      |    Inf 
211.45/211.55	c   212s|  5400 |    29 |  1198k| 220.8 |7088k|  30 | 123 |1277 |2584 |1277 | 346 |  23 |3197 |1677 | 3.600000e+01 |      --      |    Inf 
215.85/215.91	c   216s|  5500 |    29 |  1223k| 221.3 |7076k|  30 | 148 |1277 |2592 |1277 | 346 |  23 |3287 |1715 | 3.600000e+01 |      --      |    Inf 
219.45/219.55	c   220s|  5600 |    29 |  1247k| 221.7 |7104k|  30 |   - |1277 |2625 |1277 | 346 |  23 |3347 |1737 | 3.600000e+01 |      --      |    Inf 
222.75/222.85	c   223s|  5700 |    27 |  1266k| 221.1 |7136k|  30 | 135 |1277 |2695 |1277 | 346 |  23 |3440 |1764 | 3.600000e+01 |      --      |    Inf 
226.05/226.16	c   226s|  5800 |    27 |  1287k| 221.0 |7124k|  30 | 144 |1277 |2690 |1277 | 346 |  23 |3505 |1788 | 3.600000e+01 |      --      |    Inf 
228.66/228.73	c   229s|  5900 |    27 |  1302k| 219.8 |7126k|  30 | 149 |1277 |2692 |1277 | 346 |  23 |3544 |1810 | 3.600000e+01 |      --      |    Inf 
231.25/231.33	c   231s|  6000 |    27 |  1317k| 218.6 |7129k|  30 |   - |1277 |2663 |1277 | 346 |  23 |3598 |1831 | 3.600000e+01 |      --      |    Inf 
234.44/234.54	c   235s|  6100 |    27 |  1336k| 218.2 |7112k|  30 |   - |1277 |2629 |1277 | 346 |  23 |3629 |1860 | 3.600000e+01 |      --      |    Inf 
237.56/237.69	c   238s|  6200 |    25 |  1356k| 217.9 |7050k|  30 | 146 |1277 |2541 |1277 | 346 |  23 |3667 |1882 | 3.600000e+01 |      --      |    Inf 
241.14/241.28	c   241s|  6300 |    25 |  1376k| 217.5 |7019k|  30 |   - |1277 |2482 |1277 | 346 |  23 |3707 |1913 | 3.600000e+01 |      --      |    Inf 
243.95/244.03	c   244s|  6400 |    23 |  1394k| 216.9 |6992k|  30 |   - |1277 |2442 |1277 | 346 |  23 |3764 |1929 | 3.600000e+01 |      --      |    Inf 
247.24/247.33	c   247s|  6500 |    23 |  1412k| 216.5 |6975k|  30 | 178 |1277 |2422 |1277 | 346 |  23 |3816 |1957 | 3.600000e+01 |      --      |    Inf 
250.95/251.03	c   251s|  6600 |    25 |  1433k| 216.3 |6968k|  32 |   - |1277 |2303 |1277 | 346 |  23 |3846 |1988 | 3.600000e+01 |      --      |    Inf 
253.84/253.96	c   254s|  6700 |    29 |  1450k| 215.7 |6959k|  32 | 135 |1277 |2265 |1277 | 346 |  23 |3900 |2013 | 3.600000e+01 |      --      |    Inf 
256.55/256.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.55/256.63	c   257s|  6800 |    31 |  1467k| 214.9 |7013k|  32 |   - |1277 |2292 |1277 | 346 |  23 |3973 |2034 | 3.600000e+01 |      --      |    Inf 
260.04/260.13	c   260s|  6900 |    29 |  1491k| 215.4 |7025k|  32 |   - |1277 |2323 |1277 | 346 |  23 |4043 |2055 | 3.600000e+01 |      --      |    Inf 
263.35/263.47	c   263s|  7000 |    33 |  1510k| 214.9 |7060k|  32 | 109 |1277 |2356 |1277 | 346 |  23 |4103 |2085 | 3.600000e+01 |      --      |    Inf 
267.34/267.44	c   267s|  7100 |    34 |  1533k| 215.2 |7075k|  32 | 123 |1277 |2383 |1277 | 346 |  23 |4164 |2115 | 3.600000e+01 |      --      |    Inf 
271.04/271.11	c   271s|  7200 |    30 |  1557k| 215.6 |7097k|  32 |   - |1277 |2412 |1277 | 346 |  23 |4217 |2136 | 3.600000e+01 |      --      |    Inf 
275.24/275.36	c   275s|  7300 |    30 |  1581k| 215.8 |7086k|  32 | 149 |1277 |2442 |1277 | 346 |  23 |4260 |2173 | 3.600000e+01 |      --      |    Inf 
279.04/279.14	c   279s|  7400 |    28 |  1606k| 216.3 |7132k|  32 |   - |1277 |2491 |1277 | 346 |  23 |4321 |2193 | 3.600000e+01 |      --      |    Inf 
283.84/283.92	c   284s|  7500 |    28 |  1635k| 217.3 |7146k|  32 | 133 |1277 |2551 |1277 | 346 |  23 |4389 |2230 | 3.600000e+01 |      --      |    Inf 
287.24/287.32	c   287s|  7600 |    26 |  1655k| 217.0 |7133k|  32 | 168 |1277 |2583 |1277 | 346 |  23 |4455 |2258 | 3.600000e+01 |      --      |    Inf 
290.54/290.65	c   291s|  7700 |    26 |  1676k| 216.9 |7068k|  32 | 134 |1277 |2385 |1277 | 346 |  23 |4525 |2278 | 3.600000e+01 |      --      |    Inf 
293.03/293.12	c   293s|  7800 |    26 |  1690k| 216.0 |7068k|  33 | 147 |1277 |2322 |1277 | 346 |  23 |4605 |2297 | 3.600000e+01 |      --      |    Inf 
295.84/295.99	c   296s|  7900 |    28 |  1707k| 215.4 |7083k|  33 |  99 |1277 |2288 |1277 | 346 |  23 |4664 |2320 | 3.600000e+01 |      --      |    Inf 
300.54/300.63	c   301s|  8000 |    30 |  1737k| 216.4 |7040k|  33 |   - |1277 |2199 |1277 | 346 |  23 |4717 |2345 | 3.600000e+01 |      --      |    Inf 
304.83/304.90	c   305s|  8100 |    34 |  1763k| 217.0 |7054k|  33 | 183 |1277 |2204 |1277 | 346 |  23 |4793 |2374 | 3.600000e+01 |      --      |    Inf 
309.14/309.24	c   309s|  8200 |    32 |  1788k| 217.5 |7071k|  33 | 127 |1277 |2252 |1277 | 346 |  23 |4858 |2409 | 3.600000e+01 |      --      |    Inf 
312.84/312.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.84/312.93	c   313s|  8300 |    32 |  1811k| 217.6 |7090k|  33 | 124 |1277 |2274 |1277 | 346 |  23 |4904 |2439 | 3.600000e+01 |      --      |    Inf 
316.54/316.61	c   317s|  8400 |    28 |  1833k| 217.6 |7080k|  33 |   - |1277 |2307 |1277 | 346 |  23 |4957 |2473 | 3.600000e+01 |      --      |    Inf 
320.53/320.66	c   321s|  8500 |    34 |  1859k| 218.1 |7116k|  33 |   - |1277 |2321 |1277 | 346 |  23 |5026 |2498 | 3.600000e+01 |      --      |    Inf 
324.03/324.15	c   324s|  8600 |    34 |  1880k| 218.0 |7136k|  33 | 107 |1277 |2347 |1277 | 346 |  23 |5088 |2524 | 3.600000e+01 |      --      |    Inf 
327.64/327.76	c   328s|  8700 |    34 |  1901k| 218.0 |7100k|  33 | 131 |1277 |2317 |1277 | 346 |  23 |5144 |2557 | 3.600000e+01 |      --      |    Inf 
330.43/330.52	c   331s|  8800 |    32 |  1918k| 217.4 |7070k|  33 |   - |1277 |2254 |1277 | 346 |  23 |5167 |2578 | 3.600000e+01 |      --      |    Inf 
333.73/333.80	c   334s|  8900 |    34 |  1940k| 217.4 |7108k|  33 |   - |1277 |2264 |1277 | 346 |  23 |5230 |2599 | 3.600000e+01 |      --      |    Inf 
337.43/337.53	c   338s|  9000 |    36 |  1964k| 217.6 |7121k|  33 |   - |1277 |2289 |1277 | 346 |  23 |5293 |2626 | 3.600000e+01 |      --      |    Inf 
341.03/341.19	c   341s|  9100 |    32 |  1985k| 217.6 |7105k|  33 |   - |1277 |2285 |1277 | 346 |  23 |5343 |2657 | 3.600000e+01 |      --      |    Inf 
343.53/343.60	c   344s|  9200 |    32 |  2000k| 216.9 |7101k|  33 |   - |1277 |2226 |   0 |   0 |  23 |5378 |2673 | 3.600000e+01 |      --      |    Inf 
348.23/348.33	c   348s|  9300 |    32 |  2027k| 217.4 |7077k|  33 | 154 |1277 |2211 |1277 | 346 |  23 |5430 |2712 | 3.600000e+01 |      --      |    Inf 
352.62/352.72	c   353s|  9400 |    32 |  2054k| 218.0 |7071k|  33 |   - |1277 |2177 |1277 | 346 |  23 |5483 |2746 | 3.600000e+01 |      --      |    Inf 
356.03/356.17	c   356s|  9500 |    32 |  2075k| 217.9 |7100k|  33 |   - |1277 |2219 |1277 | 346 |  23 |5532 |2773 | 3.600000e+01 |      --      |    Inf 
359.43/359.56	c   360s|  9600 |    36 |  2096k| 217.8 |7129k|  33 |   - |1277 |2244 |1277 | 346 |  23 |5562 |2800 | 3.600000e+01 |      --      |    Inf 
363.62/363.77	c   364s|  9700 |    32 |  2122k| 218.2 |7080k|  33 | 226 |1277 |2234 |1277 | 346 |  23 |5612 |2834 | 3.600000e+01 |      --      |    Inf 
367.43/367.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.43/367.56	c   368s|  9800 |    38 |  2148k| 218.6 |7138k|  33 |   - |1277 |2250 |1277 | 346 |  23 |5670 |2858 | 3.600000e+01 |      --      |    Inf 
370.53/370.69	c   371s|  9900 |    40 |  2166k| 218.3 |7159k|  33 |   - |1277 |2277 |1277 | 346 |  23 |5723 |2886 | 3.600000e+01 |      --      |    Inf 
374.73/374.80	c   375s| 10000 |    42 |  2193k| 218.8 |7205k|  33 |   - |1277 |2334 |1277 | 346 |  23 |5816 |2907 | 3.600000e+01 |      --      |    Inf 
377.82/377.95	c   378s| 10100 |    42 |  2212k| 218.5 |7204k|  33 | 178 |1277 |2372 |1277 | 346 |  23 |5870 |2934 | 3.600000e+01 |      --      |    Inf 
380.92/381.02	c   381s| 10200 |    42 |  2232k| 218.3 |7242k|  33 | 114 |1277 |2429 |1277 | 346 |  23 |5932 |2957 | 3.600000e+01 |      --      |    Inf 
383.12/383.22	o 36
383.12/383.22	c * 383s| 10270 |     0 |  2245k| 218.1 |7087k|  33 |   - |1277 |2452 |1277 | 346 |  23 |5960 |2976 | 3.600000e+01 | 3.600000e+01 |   0.00%
383.12/383.22	c 
383.12/383.22	c SCIP Status        : problem is solved [optimal solution found]
383.12/383.22	c Solving Time (sec) : 383.22
383.12/383.22	c Solving Nodes      : 10270
383.12/383.22	c Primal Bound       : +3.60000000000000e+01 (1 solutions)
383.12/383.22	c Dual Bound         : +3.60000000000000e+01
383.12/383.22	c Gap                : 0.00 %
383.12/383.22	s OPTIMUM FOUND
383.12/383.22	v -x1285 -x1284 x1283 -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 
383.12/383.22	v x1266 -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 
383.12/383.22	v -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 
383.12/383.22	v -x1230 x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 
383.12/383.22	v -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 -x1206 x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 x1195 
383.12/383.22	v -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 
383.12/383.22	v -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 
383.12/383.22	v -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 
383.12/383.22	v -x1140 -x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 
383.12/383.22	v -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 
383.12/383.22	v -x1105 -x1104 x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 
383.12/383.22	v -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 
383.12/383.22	v -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 
383.12/383.22	v -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 x1037 -x1036 -x1035 -x1034 
383.12/383.22	v -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 
383.12/383.22	v -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 x1000 -x999 -x998 
383.12/383.22	v -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 
383.12/383.22	v -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 
383.12/383.22	v -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 
383.12/383.22	v -x934 -x933 -x932 -x931 -x930 -x929 -x928 x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 
383.12/383.22	v -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 x894 -x893 
383.12/383.22	v -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 
383.12/383.22	v -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 
383.12/383.22	v -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 
383.12/383.22	v -x830 -x829 x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 
383.12/383.22	v -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 
383.12/383.22	v -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 
383.12/383.22	v -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 
383.12/383.22	v -x746 -x745 x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 
383.12/383.22	v -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 
383.12/383.22	v -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 
383.12/383.22	v -x683 -x682 -x681 -x680 -x679 -x678 -x677 x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 
383.12/383.22	v -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 
383.12/383.22	v -x641 x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 
383.12/383.22	v -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
383.12/383.22	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 
383.12/383.22	v -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
383.12/383.22	v -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 
383.12/383.22	v -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 
383.12/383.22	v -x516 -x515 -x514 -x513 x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 
383.12/383.22	v -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 
383.12/383.22	v -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 
383.12/383.22	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 
383.12/383.22	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 
383.12/383.22	v -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 
383.12/383.22	v -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 
383.12/383.22	v -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 
383.12/383.22	v -x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 
383.12/383.22	v -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 
383.12/383.22	v -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 
383.12/383.22	v -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 
383.12/383.22	v -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 
383.12/383.22	v -x244 -x243 -x242 x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 
383.12/383.22	v -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 
383.12/383.22	v -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 
383.12/383.22	v -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 
383.12/383.22	v -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 
383.12/383.22	v x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 
383.12/383.22	v -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 
383.12/383.22	v -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 
383.12/383.22	v -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 
383.12/383.22	v -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 
383.12/383.22	v -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
383.12/383.22	c SCIP Status        : problem is solved [optimal solution found]
383.12/383.22	c Total Time         :     383.22
383.12/383.22	c   solving          :     383.22
383.12/383.22	c   presolving       :       0.04 (included in solving)
383.12/383.22	c   reading          :       0.01 (included in solving)
383.12/383.22	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
383.12/383.22	c Original Problem   :
383.12/383.22	c   Problem name     : HOME/instance-3693649-1338042864.opb
383.12/383.22	c   Variables        : 1285 (1285 binary, 0 integer, 0 implicit integer, 0 continuous)
383.12/383.22	c   Constraints      : 330 initial, 330 maximal
383.12/383.22	c   Objective sense  : minimize
383.12/383.22	c Presolved Problem  :
383.12/383.22	c   Problem name     : t_HOME/instance-3693649-1338042864.opb
383.12/383.22	c   Variables        : 1277 (1277 binary, 0 integer, 0 implicit integer, 0 continuous)
383.12/383.22	c   Constraints      : 328 initial, 2725 maximal
383.12/383.22	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
383.12/383.22	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   setppc           :       0.00       0.00          8          0          0          0          0          2          0          0          0
383.12/383.22	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
383.12/383.22	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
383.12/383.22	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
383.12/383.22	c   integral         :          0          0          0          0       5443          0          6          0         59        670          0          0      10332
383.12/383.22	c   setppc           :        328        328          6      33905          1          0          3     600786        406     684146          0          0          0
383.12/383.22	c   logicor          :          0+      2397          6      16153          0          0          0      11067         69       6458          0          0          0
383.12/383.22	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
383.12/383.22	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
383.12/383.22	c   integral         :     133.83       0.00       0.00       0.00     133.83       0.00       0.00       0.00
383.12/383.22	c   setppc           :       0.90       0.00       0.00       0.64       0.00       0.00       0.00       0.25
383.12/383.22	c   logicor          :       0.24       0.00       0.00       0.23       0.00       0.00       0.00       0.01
383.12/383.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
383.12/383.22	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
383.12/383.22	c   rootredcost      :          0          0          0          0
383.12/383.22	c   pseudoobj        :          0          0          0          0
383.12/383.22	c   vbounds          :          0          0          0          0
383.12/383.22	c   redcost          :       5449          0          0          0
383.12/383.22	c   probing          :          0          0          0          0
383.12/383.22	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
383.12/383.22	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
383.12/383.22	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
383.12/383.22	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
383.12/383.22	c   redcost          :       0.10       0.00       0.00       0.10       0.00
383.12/383.22	c   probing          :       0.01       0.00       0.01       0.00       0.00
383.12/383.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
383.12/383.22	c   propagation      :       0.06        475        475       2905       53.0         83       28.8          -
383.12/383.22	c   infeasible LP    :       2.03       4737       2593      21449      132.6         38       23.3          0
383.12/383.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
383.12/383.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
383.12/383.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
383.12/383.22	c   applied globally :          -          -          -       5954       38.6          -          -          -
383.12/383.22	c   applied locally  :          -          -          -          6      202.3          -          -          -
383.12/383.22	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
383.12/383.22	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 52)
383.12/383.22	c   closecuts        :       0.00       0.00          0          0          0          0          0
383.12/383.22	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
383.12/383.22	c   intobj           :       0.00       0.00          0          0          0          0          0
383.12/383.22	c   gomory           :       0.02       0.00          6          0          0          0          0
383.12/383.22	c   cgmip            :       0.00       0.00          0          0          0          0          0
383.12/383.22	c   strongcg         :       0.02       0.00          6          0          0          0          0
383.12/383.22	c   cmir             :       0.03       0.00          6          0          0          0          0
383.12/383.22	c   flowcover        :       0.04       0.00          6          0          0          0          0
383.12/383.22	c   clique           :       0.05       0.00          6          0          0         54          0
383.12/383.22	c   zerohalf         :       0.00       0.00          0          0          0          0          0
383.12/383.22	c   mcf              :       0.00       0.00          1          0          0          0          0
383.12/383.22	c   oddcycle         :       0.00       0.00          0          0          0          0          0
383.12/383.22	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
383.12/383.22	c Pricers            :   ExecTime  SetupTime      Calls       Vars
383.12/383.22	c   problem variables:       0.00          -          0          0
383.12/383.22	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
383.12/383.22	c   relpscost        :     133.83       0.00       5442         59        670          0          0      10332
383.12/383.22	c   pscost           :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   inference        :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c   random           :       0.00       0.00          0          0          0          0          0          0
383.12/383.22	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
383.12/383.22	c   LP solutions     :       0.00          -          -          1
383.12/383.22	c   pseudo solutions :       0.00          -          -          0
383.12/383.22	c   oneopt           :       0.00       0.00          0          0
383.12/383.22	c   crossover        :       0.00       0.00          0          0
383.12/383.22	c   guideddiving     :       0.00       0.00          0          0
383.12/383.22	c   intshifting      :       0.00       0.00          0          0
383.12/383.22	c   linesearchdiving :       1.11       0.00          9          0
383.12/383.22	c   objpscostdiving  :       0.39       0.00          5          0
383.12/383.22	c   rootsoldiving    :       1.03       0.00          5          0
383.12/383.22	c   coefdiving       :       1.03       0.00         10          0
383.12/383.22	c   pscostdiving     :       3.40       0.00         10          0
383.12/383.22	c   fracdiving       :       3.10       0.00         10          0
383.12/383.22	c   feaspump         :       1.65       0.00          5          0
383.12/383.22	c   smallcard        :       0.00       0.00          0          0
383.12/383.22	c   trivial          :       0.00       0.00          2          0
383.12/383.22	c   shiftandpropagate:       0.01       0.00          1          0
383.12/383.22	c   simplerounding   :       0.00       0.00          0          0
383.12/383.22	c   zirounding       :       0.13       0.00          0          0
383.12/383.22	c   rounding         :       0.21       0.00        973          0
383.12/383.22	c   shifting         :       0.21       0.00        272          0
383.12/383.22	c   twoopt           :       0.00       0.00          0          0
383.12/383.22	c   indoneopt        :       0.01       0.00          0          0
383.12/383.22	c   indtwoopt        :       0.00       0.00          0          0
383.12/383.22	c   fixandinfer      :       0.00       0.00          0          0
383.12/383.22	c   clique           :       0.00       0.00          0          0
383.12/383.22	c   indrounding      :       0.00       0.00          0          0
383.12/383.22	c   indcoefdiving    :       0.00       0.00          0          0
383.12/383.22	c   nlpdiving        :       0.00       0.00          0          0
383.12/383.22	c   veclendiving     :       2.47       0.00         10          0
383.12/383.22	c   intdiving        :       0.00       0.00          0          0
383.12/383.22	c   actconsdiving    :       0.00       0.00          0          0
383.12/383.22	c   octane           :       0.00       0.00          0          0
383.12/383.22	c   rens             :       0.13       0.00          1          0
383.12/383.22	c   rins             :       0.00       0.00          0          0
383.12/383.22	c   localbranching   :       0.00       0.00          0          0
383.12/383.22	c   mutation         :       0.00       0.00          0          0
383.12/383.22	c   dins             :       0.00       0.00          0          0
383.12/383.22	c   vbounds          :       0.00       0.00          0          0
383.12/383.22	c   undercover       :       0.00       0.00          0          0
383.12/383.22	c   subnlp           :       0.00       0.00          0          0
383.12/383.22	c   trysol           :       0.00       0.00          0          0
383.12/383.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
383.12/383.22	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
383.12/383.22	c   dual LP          :     229.30      10078    2120280     210.87    9246.84       0.02         23
383.12/383.22	c   lex dual LP      :       0.00          0          0       0.00          -
383.12/383.22	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
383.12/383.22	c   diving/probing LP:      13.72       2321     125309      53.99    9135.26
383.12/383.22	c   strong branching :     133.59       2976    1174077     394.52    8788.47
383.12/383.22	c     (at root node) :          -         33       9963     301.91          -
383.12/383.22	c   conflict analysis:       0.00          0          0       0.00          -
383.12/383.22	c B&B Tree           :
383.12/383.22	c   number of runs   :          1
383.12/383.22	c   nodes            :      10270
383.12/383.22	c   nodes (total)    :      10270
383.12/383.22	c   nodes left       :          0
383.12/383.22	c   max depth        :         33
383.12/383.22	c   max depth (total):         33
383.12/383.22	c   backtracks       :       1727 (16.8%)
383.12/383.22	c   delayed cutoffs  :         21
383.12/383.22	c   repropagations   :       5004 (49148 domain reductions, 21 cutoffs)
383.12/383.22	c   avg switch length:       3.18
383.12/383.22	c   switching time   :       0.71
383.12/383.22	c Solution           :
383.12/383.22	c   Solutions found  :          1 (1 improvements)
383.12/383.22	c   First Solution   : +3.60000000000000e+01   (in run 1, after 10270 nodes, 383.22 seconds, depth 22, found by <relaxation>)
383.12/383.22	c   Primal Bound     : +3.60000000000000e+01   (in run 1, after 10270 nodes, 383.22 seconds, depth 22, found by <relaxation>)
383.12/383.22	c   Dual Bound       : +3.60000000000000e+01
383.12/383.22	c   Gap              :       0.00 %
383.12/383.22	c   Root Dual Bound  : +3.60000000000000e+01
383.12/383.22	c   Root Iterations  :       5962
383.12/383.23	c Time complete: 383.16.

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9493
/proc/meminfo: memFree=27571160/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=11132 CPUtime=0 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 1538 0 0 0 0 0 0 0 20 0 1 0 270410695 11399168 1492 33554432000 4194304 10169799 140735821529760 140736517787128 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 2783 1492 412 1459 0 1315 0

[startup+0.087501 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9493
/proc/meminfo: memFree=27571160/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=27940 CPUtime=0.08 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 6156 0 0 0 7 1 0 0 20 0 1 0 270410695 28610560 5742 33554432000 4194304 10169799 140735821529760 140736517787128 8030778 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 6985 5742 742 1459 0 5517 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27940

[startup+0.100359 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9493
/proc/meminfo: memFree=27571160/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=27940 CPUtime=0.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 6165 0 0 0 8 1 0 0 20 0 1 0 270410695 28610560 5751 33554432000 4194304 10169799 140735821529760 140736517787128 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 6985 5751 743 1459 0 5517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27940

[startup+0.300233 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9493
/proc/meminfo: memFree=27571160/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=28204 CPUtime=0.29 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 6339 0 0 0 28 1 0 0 20 0 1 0 270410695 28880896 5864 33554432000 4194304 10169799 140735821529760 140736517787128 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7051 5864 758 1459 0 5583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28204

[startup+0.700232 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9493
/proc/meminfo: memFree=27571160/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=28204 CPUtime=0.69 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 6347 0 0 0 67 2 0 0 20 0 1 0 270410695 28880896 5872 33554432000 4194304 10169799 140735821529760 140736517787128 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7051 5872 758 1459 0 5583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28204

[startup+1.50023 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27533820/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=28724 CPUtime=1.48 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 10787 0 0 0 145 3 0 0 20 0 1 0 270410695 29413376 6100 33554432000 4194304 10169799 140735821529760 140735821524216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7181 6100 829 1459 0 5713 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28724

[startup+3.10023 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27549420/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=28948 CPUtime=3.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 10830 0 0 0 304 5 0 0 20 0 1 0 270410695 29642752 6143 33554432000 4194304 10169799 140735821529760 140735821524456 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7237 6143 829 1459 0 5769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28948

[startup+6.30023 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27549048/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=29488 CPUtime=6.29 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 10900 0 0 0 621 8 0 0 20 0 1 0 270410695 30195712 6213 33554432000 4194304 10169799 140735821529760 140735821524456 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7372 6213 829 1459 0 5904 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29488

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27548824/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=29488 CPUtime=12.69 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 10900 0 0 0 1254 15 0 0 20 0 1 0 270410695 30195712 6213 33554432000 4194304 10169799 140735821529760 140735821524456 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7372 6213 829 1459 0 5904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29488

[startup+25.5003 s]
/proc/loadavg: 2.11 2.03 2.01 3/176 9494
/proc/meminfo: memFree=27549452/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=29488 CPUtime=25.48 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 11007 0 0 0 2520 28 0 0 20 0 1 0 270410695 30195712 6320 33554432000 4194304 10169799 140735821529760 140735821524408 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7372 6320 830 1459 0 5904 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29488

[startup+51.1003 s]
/proc/loadavg: 2.14 2.04 2.01 3/176 9494
/proc/meminfo: memFree=27545792/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=31312 CPUtime=51.08 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 11431 0 0 0 5055 53 0 0 20 0 1 0 270410695 32063488 6744 33554432000 4194304 10169799 140735821529760 140735821524264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 7828 6744 830 1459 0 6360 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31312

[startup+102.307 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 9496
/proc/meminfo: memFree=27543800/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=32732 CPUtime=102.28 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 11765 0 0 0 10125 103 0 0 20 0 1 0 270410695 33517568 7078 33554432000 4194304 10169799 140735821529760 140735821524264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8183 7078 830 1459 0 6715 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 32732

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 9496
/proc/meminfo: memFree=27568000/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=33736 CPUtime=162.27 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12017 0 0 0 16062 165 0 0 20 0 1 0 270410695 34545664 7330 33554432000 4194304 10169799 140735821529760 140735821524552 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8434 7330 830 1459 0 6966 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 33736

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 9534
/proc/meminfo: memFree=27974060/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=34328 CPUtime=222.25 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12190 0 0 0 21998 227 0 0 20 0 1 0 270410695 35151872 7772 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8582 7772 830 1459 0 7114 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 34328

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 9534
/proc/meminfo: memFree=27951268/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=34648 CPUtime=282.24 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12292 0 0 0 27937 287 0 0 20 0 1 0 270410695 35479552 7874 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8662 7874 830 1459 0 7194 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 34648

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 9537
/proc/meminfo: memFree=27949420/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=342.23 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12478 0 0 0 33874 349 0 0 20 0 1 0 270410695 36495360 8060 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8060 830 1459 0 7442 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 35640

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

[startup+358.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9537
/proc/meminfo: memFree=27947784/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=358.23 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12483 0 0 0 35457 366 0 0 20 0 1 0 270410695 36495360 8065 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8065 830 1459 0 7442 0
Current children cumulated CPU time (s) 358.23
Current children cumulated vsize (KiB) 35640

[startup+371.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27947892/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=371.02 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 36725 377 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 371.02
Current children cumulated vsize (KiB) 35640

[startup+377.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946700/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=377.43 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37358 385 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 377.43
Current children cumulated vsize (KiB) 35640

[startup+380.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946948/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=380.63 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37675 388 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 380.63
Current children cumulated vsize (KiB) 35640

[startup+382.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946948/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=382.22 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37833 389 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 382.22
Current children cumulated vsize (KiB) 35640

[startup+382.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946824/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=382.63 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37873 390 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 382.63
Current children cumulated vsize (KiB) 35640

[startup+383.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946824/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=383.02 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37912 390 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524360 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 383.02
Current children cumulated vsize (KiB) 35640

[startup+383.2 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9538
/proc/meminfo: memFree=27946824/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=35640 CPUtime=383.12 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 6477 0 -1 4202496 12526 0 0 0 37922 390 0 0 20 0 1 0 270410695 36495360 8108 33554432000 4194304 10169799 140735821529760 140735821524360 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 8910 8108 830 1459 0 7442 0
Current children cumulated CPU time (s) 383.12
Current children cumulated vsize (KiB) 35640

Child status: 0
Real time (s): 383.24
CPU time (s): 383.174
CPU user time (s): 379.264
CPU system time (s): 3.90941
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 46744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 379.264
system time used= 3.90941
maximum resident set size= 41140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12530
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= 13
involuntary context switches= 394

runsolver used 0.990849 second user time and 2.72358 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-26 16:34:24
IDJOB=3693649
IDBENCH=89878
IDSOLVER=2272
FILE ID=node141/3693649-1338042864
RUNJOBID= node141-1338029496-8082
PBS_JOBID= 14624334
Free space on /tmp= 71488 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1440225.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693649-1338042864/watcher-3693649-1338042864 -o /tmp/evaluation-result-3693649-1338042864/solver-3693649-1338042864 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693649-1338042864.opb -t 1800 -m 15500

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

MD5SUM BENCH= ae858a83a4b73fde0d05a86f9f6907e8
RANDOM SEED=97408484

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27571540 kB
Buffers:          265108 kB
Cached:          3535396 kB
SwapCached:            0 kB
Active:          1366332 kB
Inactive:        3156040 kB
Active(anon):     724344 kB
Inactive(anon):        0 kB
Active(file):     641988 kB
Inactive(file):  3156040 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13620 kB
Writeback:             0 kB
AnonPages:        792352 kB
Mapped:            17700 kB
Shmem:               200 kB
Slab:             639092 kB
SReclaimable:      81812 kB
SUnreclaim:       557280 kB
KernelStack:        1472 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     846920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node141 at 2012-05-26 16:40:47