Trace number 3693839

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 fixedOPT2 20.1849 20.1878

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.054991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
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 constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-3693839-1338035248.opb>
0.00/0.00	c original problem has 126 variables (126 bin, 0 int, 0 impl, 0 cont) and 13 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c presolving:
0.00/0.04	c (round 1) 7 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 1718 impls, 0 clqs
0.00/0.04	c (round 2) 9 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 9 upgd conss, 1748 impls, 0 clqs
0.05/0.07	c (round 3) 9 del vars, 4 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 9 upgd conss, 1748 impls, 0 clqs
0.05/0.07	c    (0.1s) probing: 51/411 (12.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.07	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.05/0.07	c presolving (4 rounds):
0.05/0.07	c  9 deleted vars, 4 deleted constraints, 3 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 35 changed coefficients
0.05/0.07	c  1748 implications, 0 cliques
0.05/0.07	c presolved problem has 411 variables (411 bin, 0 int, 0 impl, 0 cont) and 306 constraints
0.05/0.07	c       3 constraints of type <setppc>
0.05/0.07	c     290 constraints of type <and>
0.05/0.07	c       6 constraints of type <linear>
0.05/0.07	c       7 constraints of type <logicor>
0.05/0.07	c transformed objective value is always integral (scale: 1)
0.05/0.07	c Presolving Time: 0.07
0.05/0.07	c - non default parameters ----------------------------------------------------------------------
0.05/0.07	c # SCIP version 2.1.1.4
0.05/0.07	c 
0.05/0.07	c # maximal time in seconds to run
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/time = 1797
0.05/0.07	c 
0.05/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/memory = 13950
0.05/0.07	c 
0.05/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.05/0.07	c # [type: int, range: [1,2], default: 1]
0.05/0.07	c timing/clocktype = 2
0.05/0.07	c 
0.05/0.07	c # belongs reading time to solving time?
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c timing/reading = TRUE
0.05/0.07	c 
0.05/0.07	c -----------------------------------------------------------------------------------------------
0.05/0.07	c start solving
0.05/0.07	c 
0.05/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.08	c   0.1s|     1 |     0 |    22 |     - |1693k|   0 |  10 | 411 | 312 | 411 | 596 |   0 |   6 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   274 |     - |1807k|   0 |  13 | 411 | 330 | 411 | 629 |  33 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   307 |     - |1838k|   0 |  27 | 411 | 330 | 411 | 639 |  43 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   341 |     - |1886k|   0 |  47 | 411 | 330 | 411 | 648 |  52 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   391 |     - |1977k|   0 |  52 | 411 | 330 | 411 | 680 |  84 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   415 |     - |2010k|   0 |  66 | 411 | 330 | 411 | 709 | 113 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   490 |     - |2063k|   0 |  60 | 411 | 330 | 411 | 726 | 130 |  23 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     2 |   490 |     - |2064k|   0 |  60 | 411 | 330 | 411 | 726 | 130 |  23 |  23 | 2.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|   100 |    66 |  1621 |  11.4 |2032k|  43 |  19 | 411 | 369 | 411 | 189 | 446 |  62 | 507 | 2.000000e+00 |      --      |    Inf 
0.89/0.93	c   0.9s|   200 |   149 |  2809 |  11.7 |2166k|  48 |   - | 411 | 426 |   0 |   0 | 845 | 119 | 653 | 2.000000e+00 |      --      |    Inf 
0.99/1.05	c   1.1s|   300 |   199 |  3487 |  10.0 |2288k|  52 |  11 | 411 | 513 | 411 | 197 |1049 | 206 | 731 | 2.000000e+00 |      --      |    Inf 
1.10/1.15	c   1.2s|   400 |   256 |  4093 |   9.0 |2391k|  59 |   6 | 411 | 601 | 411 | 264 |1260 | 294 | 784 | 2.000000e+00 |      --      |    Inf 
1.19/1.26	c   1.3s|   500 |   300 |  4912 |   8.9 |2513k|  59 |  11 | 411 | 711 | 411 | 240 |1535 | 404 | 815 | 2.000000e+00 |      --      |    Inf 
1.29/1.33	c   1.3s|   600 |   328 |  5353 |   8.1 |2601k|  59 |  35 | 411 | 810 | 411 | 184 |1690 | 503 | 833 | 2.000000e+00 |      --      |    Inf 
1.39/1.43	c   1.4s|   700 |   407 |  6265 |   8.3 |2711k|  59 |  38 | 411 | 863 | 411 | 175 |1962 | 556 | 843 | 2.000000e+00 |      --      |    Inf 
1.49/1.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.56	c   1.5s|   800 |   469 |  7071 |   8.2 |2823k|  59 |  20 | 411 | 927 | 411 | 215 |2212 | 620 | 851 | 2.000000e+00 |      --      |    Inf 
1.49/1.66	c   1.7s|   900 |   546 |  8375 |   8.8 |2926k|  59 |  36 | 411 | 965 | 411 | 200 |2589 | 658 | 889 | 2.000000e+00 |      --      |    Inf 
1.69/1.75	c   1.8s|  1000 |   605 |  9185 |   8.7 |3010k|  59 |  34 | 411 |1029 | 411 | 155 |2821 | 722 | 891 | 2.000000e+00 |      --      |    Inf 
1.79/1.84	c   1.8s|  1100 |   659 | 10077 |   8.7 |3113k|  59 |  41 | 411 |1103 | 411 | 164 |3079 | 796 | 895 | 2.000000e+00 |      --      |    Inf 
1.89/1.96	c   2.0s|  1200 |   716 | 11434 |   9.1 |3203k|  59 |  53 | 411 |1168 | 411 | 237 |3470 | 861 | 898 | 2.000000e+00 |      --      |    Inf 
1.99/2.07	c   2.1s|  1300 |   758 | 12492 |   9.2 |3299k|  59 |   - | 411 |1254 |   0 |   0 |3791 | 947 | 902 | 2.000000e+00 |      --      |    Inf 
2.09/2.18	c   2.2s|  1400 |   807 | 13500 |   9.3 |3379k|  59 |  42 | 411 |1320 | 411 | 210 |4165 |1013 | 912 | 2.000000e+00 |      --      |    Inf 
2.20/2.29	c   2.3s|  1500 |   873 | 14735 |   9.5 |3491k|  59 |   - | 411 |1388 |   0 |   0 |4545 |1081 | 914 | 2.000000e+00 |      --      |    Inf 
2.39/2.40	c   2.4s|  1600 |   935 | 16038 |   9.7 |3591k|  59 |   - | 411 |1453 |   0 |   0 |4927 |1146 | 918 | 2.000000e+00 |      --      |    Inf 
2.39/2.49	c   2.5s|  1700 |   988 | 17151 |   9.8 |3696k|  59 |  13 | 411 |1528 | 411 | 268 |5254 |1221 | 921 | 2.000000e+00 |      --      |    Inf 
2.49/2.56	c   2.6s|  1800 |  1012 | 17486 |   9.4 |3767k|  59 |  10 | 411 |1612 | 411 | 199 |5318 |1305 | 921 | 2.000000e+00 |      --      |    Inf 
2.59/2.62	c   2.6s|  1900 |  1028 | 17915 |   9.2 |3828k|  59 |  20 | 411 |1677 | 411 | 199 |5393 |1371 | 923 | 2.000000e+00 |      --      |    Inf 
2.69/2.71	c   2.7s|  2000 |  1062 | 18545 |   9.0 |3898k|  59 |   - | 411 |1760 |   0 |   0 |5556 |1455 | 923 | 2.000000e+00 |      --      |    Inf 
2.69/2.79	c   2.8s|  2100 |  1097 | 19378 |   9.0 |3975k|  59 |  13 | 411 |1838 | 411 | 216 |5764 |1536 | 930 | 2.000000e+00 |      --      |    Inf 
2.79/2.88	c   2.9s|  2200 |  1140 | 20379 |   9.0 |4065k|  59 |  25 | 411 |1931 | 411 | 185 |6028 |1632 | 930 | 2.000000e+00 |      --      |    Inf 
2.89/2.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.89/2.98	c   3.0s|  2300 |  1180 | 21307 |   9.1 |4152k|  59 |   - | 411 |2017 |   0 |   0 |6313 |1720 | 933 | 2.000000e+00 |      --      |    Inf 
2.99/3.08	c   3.1s|  2400 |  1214 | 22217 |   9.1 |4232k|  59 |  31 | 411 |2109 | 411 | 169 |6631 |1816 | 934 | 2.000000e+00 |      --      |    Inf 
3.09/3.18	c   3.2s|  2500 |  1276 | 23050 |   9.0 |4332k|  59 |  32 | 411 |2177 | 411 | 185 |6909 |1888 | 935 | 2.000000e+00 |      --      |    Inf 
3.19/3.26	c   3.3s|  2600 |  1306 | 23865 |   9.0 |4404k|  59 |  20 | 411 |2272 | 411 | 155 |7133 |1990 | 936 | 2.000000e+00 |      --      |    Inf 
3.30/3.33	c   3.3s|  2700 |  1353 | 24534 |   8.9 |4487k|  59 |  20 | 411 |2341 | 411 | 164 |7352 |2065 | 936 | 2.000000e+00 |      --      |    Inf 
3.40/3.41	c   3.4s|  2800 |  1401 | 25090 |   8.8 |4578k|  59 |  17 | 411 |2443 | 411 | 173 |7515 |2172 | 943 | 2.000000e+00 |      --      |    Inf 
3.40/3.48	c   3.5s|  2900 |  1433 | 25798 |   8.7 |4660k|  59 |  20 | 411 |2536 | 411 | 180 |7692 |2277 | 943 | 2.000000e+00 |      --      |    Inf 
3.49/3.58	c   3.6s|  3000 |  1478 | 26981 |   8.8 |4727k|  59 |   - | 411 |2588 |   0 |   0 |7994 |2341 | 944 | 2.000000e+00 |      --      |    Inf 
3.59/3.67	c   3.7s|  3100 |  1515 | 27782 |   8.8 |4802k|  59 |  19 | 411 |2654 | 411 | 204 |8201 |2425 | 944 | 2.000000e+00 |      --      |    Inf 
3.69/3.75	c   3.8s|  3200 |  1556 | 28407 |   8.7 |4872k|  59 |  19 | 411 |2722 | 411 | 188 |8372 |2517 | 944 | 2.000000e+00 |      --      |    Inf 
3.79/3.82	c   3.8s|  3300 |  1585 | 28980 |   8.6 |4937k|  59 |   - | 411 |2785 |   0 |   0 |8513 |2605 | 944 | 2.000000e+00 |      --      |    Inf 
3.89/3.90	c   3.9s|  3400 |  1613 | 29606 |   8.6 |4985k|  59 |  12 | 411 |2816 | 411 | 193 |8652 |2673 | 944 | 2.000000e+00 |      --      |    Inf 
3.89/3.97	c   4.0s|  3500 |  1667 | 30201 |   8.5 |5064k|  59 |  11 | 411 |2879 | 411 | 170 |8838 |2753 | 944 | 2.000000e+00 |      --      |    Inf 
3.99/4.04	c   4.0s|  3600 |  1724 | 30741 |   8.4 |5156k|  59 |  10 | 411 |2936 | 411 | 178 |9049 |2824 | 945 | 2.000000e+00 |      --      |    Inf 
4.09/4.13	c   4.1s|  3700 |  1778 | 31536 |   8.4 |5254k|  59 |  20 | 411 |3018 | 411 | 193 |9350 |2916 | 948 | 2.000000e+00 |      --      |    Inf 
4.19/4.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.21	c   4.2s|  3800 |  1835 | 32189 |   8.3 |5361k|  59 |  21 | 411 |3083 | 411 | 206 |9592 |2984 | 949 | 2.000000e+00 |      --      |    Inf 
4.19/4.29	c   4.3s|  3900 |  1894 | 32882 |   8.3 |5436k|  59 |  13 | 411 |3096 | 411 | 197 |9831 |3031 | 949 | 2.000000e+00 |      --      |    Inf 
4.29/4.38	c   4.4s|  4000 |  1946 | 33733 |   8.3 |5539k|  59 |  19 | 411 |3185 | 411 | 189 |  10k|3128 | 949 | 2.000000e+00 |      --      |    Inf 
4.40/4.47	c   4.5s|  4100 |  1987 | 34545 |   8.3 |5625k|  59 |  19 | 411 |3261 | 411 | 192 |  10k|3233 | 949 | 2.000000e+00 |      --      |    Inf 
4.49/4.56	c   4.6s|  4200 |  2020 | 35679 |   8.4 |5723k|  59 |   8 | 411 |3374 | 411 | 182 |  10k|3360 | 949 | 2.000000e+00 |      --      |    Inf 
4.59/4.65	c   4.7s|  4300 |  2054 | 36532 |   8.4 |5824k|  59 |  11 | 411 |3458 | 411 | 187 |  11k|3462 | 949 | 2.000000e+00 |      --      |    Inf 
4.69/4.76	c   4.8s|  4400 |  2090 | 37725 |   8.5 |5906k|  59 |  23 | 411 |3519 | 411 | 226 |  11k|3562 | 952 | 2.000000e+00 |      --      |    Inf 
4.79/4.86	c   4.9s|  4500 |  2145 | 38921 |   8.5 |6005k|  59 |  11 | 411 |3581 | 411 | 248 |  12k|3639 | 954 | 2.000000e+00 |      --      |    Inf 
4.89/4.95	c   5.0s|  4600 |  2182 | 39894 |   8.6 |6079k|  59 |   8 | 411 |3610 | 411 | 177 |  12k|3739 | 954 | 2.000000e+00 |      --      |    Inf 
4.99/5.04	c   5.0s|  4700 |  2250 | 40743 |   8.6 |6175k|  63 |  20 | 411 |3638 | 411 | 210 |  12k|3789 | 955 | 2.000000e+00 |      --      |    Inf 
5.09/5.12	c   5.1s|  4800 |  2297 | 41374 |   8.5 |6255k|  63 |   - | 411 |3669 |   0 |   0 |  13k|3876 | 955 | 2.000000e+00 |      --      |    Inf 
5.19/5.22	c   5.2s|  4900 |  2349 | 42425 |   8.6 |6347k|  63 |  20 | 411 |3728 | 411 | 225 |  13k|3961 | 955 | 2.000000e+00 |      --      |    Inf 
5.29/5.30	c   5.3s|  5000 |  2402 | 43077 |   8.5 |6432k|  63 |   - | 411 |3754 |   0 |   0 |  13k|4021 | 955 | 2.000000e+00 |      --      |    Inf 
5.29/5.39	c   5.4s|  5100 |  2428 | 43797 |   8.5 |6507k|  63 |   - | 411 |3780 |   0 |   0 |  14k|4103 | 955 | 2.000000e+00 |      --      |    Inf 
5.39/5.48	c   5.5s|  5200 |  2475 | 44524 |   8.5 |6590k|  63 |  17 | 411 |3829 | 411 | 199 |  14k|4188 | 955 | 2.000000e+00 |      --      |    Inf 
5.49/5.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.49/5.58	c   5.6s|  5300 |  2540 | 45529 |   8.5 |6703k|  63 |  15 | 411 |3850 | 411 | 207 |  15k|4231 | 958 | 2.000000e+00 |      --      |    Inf 
5.59/5.67	c   5.7s|  5400 |  2575 | 46290 |   8.5 |6796k|  63 |  10 | 411 |3947 | 411 | 210 |  15k|4363 | 958 | 2.000000e+00 |      --      |    Inf 
5.69/5.77	c   5.8s|  5500 |  2621 | 47088 |   8.5 |6868k|  63 |  13 | 411 |3976 | 411 | 185 |  15k|4435 | 958 | 2.000000e+00 |      --      |    Inf 
5.79/5.87	c   5.9s|  5600 |  2664 | 47911 |   8.5 |6963k|  63 |   9 | 411 |4048 | 411 | 218 |  16k|4526 | 958 | 2.000000e+00 |      --      |    Inf 
5.89/5.98	c   6.0s|  5700 |  2718 | 48778 |   8.5 |7041k|  63 |  10 | 411 |4065 | 411 | 222 |  16k|4594 | 958 | 2.000000e+00 |      --      |    Inf 
5.99/6.07	c   6.1s|  5800 |  2761 | 49371 |   8.4 |7083k|  63 |  11 | 411 |3987 | 411 | 194 |  16k|4670 | 958 | 2.000000e+00 |      --      |    Inf 
6.09/6.14	c   6.1s|  5900 |  2808 | 49922 |   8.4 |7143k|  63 |  12 | 411 |4038 | 411 | 188 |  17k|4768 | 958 | 2.000000e+00 |      --      |    Inf 
6.19/6.22	c   6.2s|  6000 |  2837 | 50515 |   8.3 |7207k|  63 |   - | 411 |4105 |   0 |   0 |  17k|4868 | 969 | 2.000000e+00 |      --      |    Inf 
6.29/6.32	c   6.3s|  6100 |  2857 | 51224 |   8.3 |7266k|  63 |   - | 411 |4178 |   0 |   0 |  17k|4975 | 990 | 2.000000e+00 |      --      |    Inf 
6.39/6.40	c   6.4s|  6200 |  2881 | 51844 |   8.3 |7321k|  63 |   - | 411 |4228 |   0 |   0 |  17k|5076 |1000 | 2.000000e+00 |      --      |    Inf 
6.49/6.51	c   6.5s|  6300 |  2920 | 52650 |   8.3 |7362k|  63 |  20 | 411 |4169 | 411 | 219 |  18k|5164 |1018 | 2.000000e+00 |      --      |    Inf 
6.49/6.60	c   6.6s|  6400 |  2970 | 53370 |   8.3 |7438k|  63 |  25 | 411 |4206 | 411 | 188 |  18k|5251 |1027 | 2.000000e+00 |      --      |    Inf 
6.60/6.67	c   6.7s|  6500 |  3027 | 54072 |   8.2 |7509k|  63 |   - | 411 |4208 |   0 |   0 |  18k|5307 |1027 | 2.000000e+00 |      --      |    Inf 
6.69/6.76	c   6.8s|  6600 |  3071 | 54795 |   8.2 |7562k|  63 |   - | 411 |4184 |   0 |   0 |  18k|5393 |1031 | 2.000000e+00 |      --      |    Inf 
6.79/6.86	c   6.9s|  6700 |  3134 | 55728 |   8.2 |7619k|  63 |  29 | 411 |4136 | 411 | 220 |  19k|5447 |1033 | 2.000000e+00 |      --      |    Inf 
6.89/6.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.89/6.95	c   7.0s|  6800 |  3168 | 56605 |   8.3 |7654k|  63 |  17 | 411 |4115 | 411 | 180 |  19k|5586 |1037 | 2.000000e+00 |      --      |    Inf 
6.99/7.03	c   7.0s|  6900 |  3219 | 57145 |   8.2 |7688k|  63 |  15 | 411 |4062 | 411 | 175 |  19k|5669 |1044 | 2.000000e+00 |      --      |    Inf 
7.09/7.13	c   7.1s|  7000 |  3261 | 58000 |   8.2 |7735k|  63 |  21 | 411 |4009 | 411 | 190 |  19k|5760 |1066 | 2.000000e+00 |      --      |    Inf 
7.19/7.21	c   7.2s|  7100 |  3294 | 58634 |   8.2 |7691k|  63 |  24 | 411 |3797 | 411 | 186 |  20k|5837 |1068 | 2.000000e+00 |      --      |    Inf 
7.29/7.30	c   7.3s|  7200 |  3334 | 59282 |   8.2 |7694k|  63 |  24 | 411 |3648 | 411 | 186 |  20k|5916 |1074 | 2.000000e+00 |      --      |    Inf 
7.39/7.40	c   7.4s|  7300 |  3364 | 60337 |   8.2 |7707k|  63 |  40 | 411 |3509 | 411 | 184 |  20k|5990 |1079 | 2.000000e+00 |      --      |    Inf 
7.39/7.49	c   7.5s|  7400 |  3405 | 61005 |   8.2 |7713k|  63 |  18 | 411 |3396 | 411 | 199 |  20k|6065 |1084 | 2.000000e+00 |      --      |    Inf 
7.49/7.57	c   7.6s|  7500 |  3454 | 61605 |   8.1 |7765k|  63 |  17 | 411 |3405 | 411 | 189 |  20k|6159 |1094 | 2.000000e+00 |      --      |    Inf 
7.59/7.66	c   7.7s|  7600 |  3486 | 62240 |   8.1 |7833k|  63 |  15 | 411 |3473 | 411 | 187 |  21k|6269 |1110 | 2.000000e+00 |      --      |    Inf 
7.70/7.75	c   7.8s|  7700 |  3514 | 62947 |   8.1 |7854k|  63 |  15 | 411 |3373 | 411 | 182 |  21k|6347 |1121 | 2.000000e+00 |      --      |    Inf 
7.80/7.84	c   7.8s|  7800 |  3555 | 63618 |   8.1 |7870k|  63 |  22 | 411 |3263 | 411 | 205 |  21k|6431 |1125 | 2.000000e+00 |      --      |    Inf 
7.89/7.92	c   7.9s|  7900 |  3595 | 64055 |   8.0 |7897k|  63 |  22 | 411 |3205 | 411 | 181 |  21k|6512 |1125 | 2.000000e+00 |      --      |    Inf 
7.89/7.99	c   8.0s|  8000 |  3627 | 64528 |   8.0 |7918k|  63 |   8 | 411 |3155 | 411 | 170 |  22k|6604 |1129 | 2.000000e+00 |      --      |    Inf 
7.99/8.09	c   8.1s|  8100 |  3694 | 65443 |   8.0 |7994k|  63 |  15 | 411 |3166 | 411 | 184 |  22k|6660 |1149 | 2.000000e+00 |      --      |    Inf 
8.09/8.18	c   8.2s|  8200 |  3741 | 66062 |   8.0 |8065k|  63 |   - | 411 |3176 |   0 |   0 |  22k|6731 |1163 | 2.000000e+00 |      --      |    Inf 
8.19/8.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.28	c   8.3s|  8300 |  3780 | 66827 |   8.0 |8138k|  63 |   - | 411 |3227 |   0 |   0 |  23k|6821 |1203 | 2.000000e+00 |      --      |    Inf 
8.29/8.37	c   8.4s|  8400 |  3822 | 67505 |   8.0 |8172k|  63 |  19 | 411 |3177 | 411 | 175 |  23k|6912 |1219 | 2.000000e+00 |      --      |    Inf 
8.39/8.46	c   8.5s|  8500 |  3869 | 68415 |   8.0 |8183k|  63 |  36 | 411 |3038 | 411 | 171 |  23k|6978 |1227 | 2.000000e+00 |      --      |    Inf 
8.49/8.55	c   8.6s|  8600 |  3910 | 68962 |   8.0 |8204k|  63 |  14 | 411 |2957 | 411 | 169 |  23k|7052 |1234 | 2.000000e+00 |      --      |    Inf 
8.59/8.64	c   8.6s|  8700 |  3947 | 69568 |   7.9 |8243k|  63 |  10 | 411 |2933 | 411 | 199 |  24k|7147 |1245 | 2.000000e+00 |      --      |    Inf 
8.69/8.72	c   8.7s|  8800 |  3991 | 70132 |   7.9 |8292k|  63 |  20 | 411 |2940 | 411 | 180 |  24k|7222 |1255 | 2.000000e+00 |      --      |    Inf 
8.80/8.81	c   8.8s|  8900 |  4027 | 70776 |   7.9 |8299k|  63 |  45 | 411 |2807 | 411 | 153 |  24k|7303 |1271 | 2.000000e+00 |      --      |    Inf 
8.80/8.89	c   8.9s|  9000 |  4086 | 71436 |   7.9 |8374k|  63 |  33 | 411 |2851 | 411 | 171 |  24k|7367 |1285 | 2.000000e+00 |      --      |    Inf 
8.90/8.98	c   9.0s|  9100 |  4130 | 72198 |   7.9 |8408k|  63 |  16 | 411 |2798 | 411 | 267 |  24k|7457 |1297 | 2.000000e+00 |      --      |    Inf 
8.99/9.06	c   9.1s|  9200 |  4175 | 72681 |   7.8 |8437k|  63 |   - | 411 |2725 |   0 |   0 |  25k|7549 |1297 | 2.000000e+00 |      --      |    Inf 
9.09/9.15	c   9.1s|  9300 |  4204 | 73287 |   7.8 |8484k|  63 |   - | 411 |2729 |   0 |   0 |  25k|7651 |1316 | 2.000000e+00 |      --      |    Inf 
9.19/9.21	c   9.2s|  9400 |  4239 | 73687 |   7.8 |8521k|  63 |   - | 411 |2738 |   0 |   0 |  25k|7748 |1316 | 2.000000e+00 |      --      |    Inf 
9.29/9.31	c   9.3s|  9500 |  4278 | 74497 |   7.8 |8526k|  63 |   8 | 411 |2647 | 411 | 228 |  25k|7808 |1334 | 2.000000e+00 |      --      |    Inf 
9.39/9.42	c   9.4s|  9600 |  4321 | 75287 |   7.8 |8563k|  63 |  15 | 411 |2615 | 411 | 187 |  26k|7916 |1362 | 2.000000e+00 |      --      |    Inf 
9.39/9.49	c   9.5s|  9700 |  4344 | 75774 |   7.8 |8580k|  63 |   - | 411 |2575 |   0 |   0 |  26k|8033 |1374 | 2.000000e+00 |      --      |    Inf 
9.59/9.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.59/9.60	c   9.6s|  9800 |  4403 | 76557 |   7.8 |8665k|  63 |   - | 411 |2595 |   0 |   0 |  26k|8116 |1393 | 2.000000e+00 |      --      |    Inf 
9.59/9.68	c   9.7s|  9900 |  4426 | 77116 |   7.7 |8703k|  63 |   8 | 411 |2574 | 411 | 201 |  26k|8229 |1393 | 2.000000e+00 |      --      |    Inf 
9.69/9.78	c   9.8s| 10000 |  4460 | 77822 |   7.7 |8738k|  63 |   8 | 411 |2549 | 411 | 178 |  27k|8335 |1413 | 2.000000e+00 |      --      |    Inf 
9.79/9.88	c   9.9s| 10100 |  4504 | 78901 |   7.8 |8805k|  63 |  11 | 411 |2600 | 411 | 171 |  27k|8437 |1437 | 2.000000e+00 |      --      |    Inf 
9.90/9.99	c  10.0s| 10200 |  4528 | 79827 |   7.8 |8838k|  63 |  35 | 411 |2579 | 411 | 195 |  27k|8557 |1473 | 2.000000e+00 |      --      |    Inf 
10.09/10.10	c  10.1s| 10300 |  4560 | 80569 |   7.8 |8878k|  63 |   - | 411 |2570 |   0 |   0 |  28k|8652 |1494 | 2.000000e+00 |      --      |    Inf 
10.09/10.19	c  10.2s| 10400 |  4587 | 81179 |   7.8 |8904k|  63 |  37 | 411 |2536 | 411 | 212 |  28k|8756 |1506 | 2.000000e+00 |      --      |    Inf 
10.19/10.26	c  10.3s| 10500 |  4630 | 81620 |   7.7 |8928k|  63 |  28 | 411 |2469 | 411 | 183 |  28k|8839 |1507 | 2.000000e+00 |      --      |    Inf 
10.29/10.36	c  10.4s| 10600 |  4655 | 82417 |   7.7 |8957k|  63 |  21 | 411 |2427 | 411 | 195 |  28k|8966 |1527 | 2.000000e+00 |      --      |    Inf 
10.39/10.44	c  10.4s| 10700 |  4701 | 83009 |   7.7 |8983k|  63 |  40 | 411 |2371 | 411 | 193 |  29k|9056 |1539 | 2.000000e+00 |      --      |    Inf 
10.49/10.52	c  10.5s| 10800 |  4755 | 83492 |   7.7 |9016k|  63 |  19 | 411 |2317 | 411 | 168 |  29k|9144 |1539 | 2.000000e+00 |      --      |    Inf 
10.59/10.60	c  10.6s| 10900 |  4797 | 84123 |   7.7 |9060k|  63 |  36 | 411 |2293 | 411 | 215 |  29k|9228 |1543 | 2.000000e+00 |      --      |    Inf 
10.59/10.69	c  10.7s| 11000 |  4835 | 84687 |   7.7 |9078k|  63 |  11 | 411 |2231 | 411 | 170 |  29k|9331 |1551 | 2.000000e+00 |      --      |    Inf 
10.69/10.77	c  10.8s| 11100 |  4873 | 85259 |   7.6 |9138k|  63 |  10 | 411 |2266 | 411 | 192 |  29k|9433 |1559 | 2.000000e+00 |      --      |    Inf 
10.79/10.85	c  10.9s| 11200 |  4915 | 85837 |   7.6 |9169k|  63 |   9 | 411 |2234 | 411 | 189 |  30k|9523 |1563 | 2.000000e+00 |      --      |    Inf 
10.89/10.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.89/10.92	c  10.9s| 11300 |  4966 | 86389 |   7.6 |9217k|  63 |  14 | 411 |2221 | 411 | 191 |  30k|9602 |1571 | 2.000000e+00 |      --      |    Inf 
10.89/11.00	c  11.0s| 11400 |  5010 | 86936 |   7.6 |9277k|  63 |  22 | 411 |2267 | 411 | 223 |  30k|9714 |1579 | 2.000000e+00 |      --      |    Inf 
11.00/11.07	c  11.1s| 11500 |  5036 | 87428 |   7.6 |9354k|  63 |  19 | 411 |2364 | 411 | 207 |  30k|9831 |1588 | 2.000000e+00 |      --      |    Inf 
11.10/11.15	c  11.2s| 11600 |  5061 | 87973 |   7.5 |9399k|  63 |  13 | 411 |2395 | 411 | 210 |  30k|9929 |1600 | 2.000000e+00 |      --      |    Inf 
11.19/11.22	c  11.2s| 11700 |  5076 | 88421 |   7.5 |9434k|  63 |  11 | 411 |2432 | 411 | 195 |  31k|  10k|1612 | 2.000000e+00 |      --      |    Inf 
11.29/11.30	c  11.3s| 11800 |  5100 | 89015 |   7.5 |9473k|  63 |  18 | 411 |2442 | 411 | 188 |  31k|  10k|1616 | 2.000000e+00 |      --      |    Inf 
11.29/11.37	c  11.4s| 11900 |  5142 | 89441 |   7.5 |9516k|  63 |   9 | 411 |2442 | 411 | 189 |  31k|  10k|1617 | 2.000000e+00 |      --      |    Inf 
11.39/11.44	c  11.4s| 12000 |  5180 | 89878 |   7.4 |9579k|  63 |   - | 411 |2493 |   0 |   0 |  31k|  10k|1629 | 2.000000e+00 |      --      |    Inf 
11.49/11.52	c  11.5s| 12100 |  5213 | 90362 |   7.4 |9638k|  63 |  10 | 411 |2566 | 411 | 189 |  31k|  10k|1645 | 2.000000e+00 |      --      |    Inf 
11.59/11.60	c  11.6s| 12200 |  5230 | 90827 |   7.4 |9686k|  63 |   - | 411 |2647 |   0 |   0 |  31k|  10k|1657 | 2.000000e+00 |      --      |    Inf 
11.59/11.68	c  11.7s| 12300 |  5240 | 91477 |   7.4 |9751k|  63 |   - | 411 |2753 |   0 |   0 |  32k|  10k|1669 | 2.000000e+00 |      --      |    Inf 
11.69/11.77	c  11.8s| 12400 |  5276 | 92199 |   7.4 |9779k|  63 |   9 | 411 |2690 | 411 | 190 |  32k|  10k|1689 | 2.000000e+00 |      --      |    Inf 
11.79/11.85	c  11.8s| 12500 |  5323 | 92707 |   7.4 |9817k|  63 |  13 | 411 |2664 | 411 | 202 |  32k|  10k|1697 | 2.000000e+00 |      --      |    Inf 
11.89/11.93	c  11.9s| 12600 |  5343 | 93283 |   7.4 |9803k|  63 |   8 | 411 |2579 | 411 | 190 |  32k|  10k|1725 | 2.000000e+00 |      --      |    Inf 
11.99/12.01	c  12.0s| 12700 |  5376 | 93914 |   7.4 |9808k|  63 |  19 | 411 |2488 | 411 | 223 |  33k|  11k|1737 | 2.000000e+00 |      --      |    Inf 
11.99/12.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.99/12.09	c  12.1s| 12800 |  5403 | 94494 |   7.3 |9843k|  63 |  19 | 411 |2461 | 411 | 200 |  33k|  11k|1745 | 2.000000e+00 |      --      |    Inf 
12.10/12.19	c  12.2s| 12900 |  5440 | 95172 |   7.3 |9879k|  63 |  13 | 411 |2437 | 411 | 179 |  33k|  11k|1765 | 2.000000e+00 |      --      |    Inf 
12.29/12.32	c  12.3s| 13000 |  5466 | 96789 |   7.4 |9909k|  63 |  47 | 411 |2408 | 411 | 219 |  33k|  11k|1786 | 2.000000e+00 |      --      |    Inf 
12.39/12.40	c  12.4s| 13100 |  5502 | 97539 |   7.4 |9966k|  63 |  47 | 411 |2474 | 411 | 226 |  34k|  11k|1786 | 2.000000e+00 |      --      |    Inf 
12.39/12.48	c  12.5s| 13200 |  5536 | 98041 |   7.4 |9981k|  63 |  15 | 411 |2391 | 411 | 192 |  34k|  11k|1790 | 2.000000e+00 |      --      |    Inf 
12.49/12.56	c  12.6s| 13300 |  5570 | 98498 |   7.4 |  10M|  63 |  17 | 411 |2437 | 411 | 184 |  34k|  11k|1810 | 2.000000e+00 |      --      |    Inf 
12.59/12.62	c  12.6s| 13400 |  5599 | 98925 |   7.3 |  10M|  63 |  14 | 411 |2501 | 411 | 182 |  34k|  11k|1810 | 2.000000e+00 |      --      |    Inf 
12.59/12.68	c  12.7s| 13500 |  5623 | 99286 |   7.3 |  10M|  63 |   - | 411 |2587 |   0 |   0 |  34k|  11k|1810 | 2.000000e+00 |      --      |    Inf 
12.69/12.76	c  12.8s| 13600 |  5640 | 99790 |   7.3 |  10M|  63 |  16 | 411 |2632 | 411 | 190 |  34k|  11k|1818 | 2.000000e+00 |      --      |    Inf 
12.79/12.83	c  12.8s| 13700 |  5664 |100336 |   7.3 |  10M|  63 |   - | 411 |2644 |   0 |   0 |  34k|  12k|1826 | 2.000000e+00 |      --      |    Inf 
12.89/12.92	c  12.9s| 13800 |  5670 |101193 |   7.3 |  10M|  63 |   - | 411 |2654 |   0 |   0 |  35k|  12k|1838 | 2.000000e+00 |      --      |    Inf 
12.99/13.02	c  13.0s| 13900 |  5685 |101812 |   7.3 |  10M|  63 |   - | 411 |2609 |   0 |   0 |  35k|  12k|1854 | 2.000000e+00 |      --      |    Inf 
13.09/13.11	c  13.1s| 14000 |  5705 |102375 |   7.3 |  10M|  63 |  22 | 411 |2519 | 411 | 184 |  35k|  12k|1862 | 2.000000e+00 |      --      |    Inf 
13.19/13.22	c  13.2s| 14100 |  5729 |103322 |   7.3 |  10M|  63 |  20 | 411 |2485 | 411 | 176 |  36k|  12k|1893 | 2.000000e+00 |      --      |    Inf 
13.30/13.32	c  13.3s| 14200 |  5737 |103970 |   7.3 |  10M|  63 |   - | 411 |2494 |   0 |   0 |  36k|  12k|1917 | 2.000000e+00 |      --      |    Inf 
13.30/13.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.30/13.39	c  13.4s| 14300 |  5780 |104505 |   7.3 |  10M|  63 |   - | 411 |2468 |   0 |   0 |  36k|  12k|1921 | 2.000000e+00 |      --      |    Inf 
13.39/13.47	c  13.5s| 14400 |  5821 |105156 |   7.3 |  10M|  63 |   8 | 411 |2415 | 411 | 169 |  36k|  12k|1925 | 2.000000e+00 |      --      |    Inf 
13.49/13.56	c  13.6s| 14500 |  5869 |105872 |   7.3 |  10M|  63 |  10 | 411 |2403 | 411 | 166 |  36k|  12k|1949 | 2.000000e+00 |      --      |    Inf 
13.59/13.66	c  13.7s| 14600 |  5907 |106707 |   7.3 |  10M|  63 |   9 | 411 |2418 | 411 | 169 |  37k|  13k|1985 | 2.000000e+00 |      --      |    Inf 
13.69/13.74	c  13.7s| 14700 |  5951 |107263 |   7.3 |  10M|  63 |  10 | 411 |2438 | 411 | 175 |  37k|  13k|2001 | 2.000000e+00 |      --      |    Inf 
13.79/13.82	c  13.8s| 14800 |  5981 |108168 |   7.3 |  10M|  63 |   - | 411 |2512 |   0 |   0 |  37k|  13k|2013 | 2.000000e+00 |      --      |    Inf 
13.89/13.91	c  13.9s| 14900 |  6002 |109008 |   7.3 |  10M|  63 |   - | 411 |2574 |   0 |   0 |  38k|  13k|2029 | 2.000000e+00 |      --      |    Inf 
13.89/13.99	c  14.0s| 15000 |  6038 |109668 |   7.3 |  10M|  63 |  18 | 411 |2524 | 411 | 176 |  38k|  13k|2037 | 2.000000e+00 |      --      |    Inf 
13.99/14.08	c  14.1s| 15100 |  6066 |110201 |   7.3 |  10M|  63 |  22 | 411 |2548 | 411 | 186 |  38k|  13k|2045 | 2.000000e+00 |      --      |    Inf 
14.09/14.17	c  14.2s| 15200 |  6089 |110921 |   7.3 |  10M|  63 |   - | 411 |2521 |   0 |   0 |  38k|  13k|2053 | 2.000000e+00 |      --      |    Inf 
14.19/14.26	c  14.3s| 15300 |  6116 |111479 |   7.3 |  10M|  63 |  24 | 411 |2520 | 411 | 181 |  38k|  13k|2065 | 2.000000e+00 |      --      |    Inf 
14.29/14.34	c  14.3s| 15400 |  6154 |112157 |   7.3 |  10M|  63 |   2 | 411 |2506 | 411 | 210 |  39k|  13k|2069 | 2.000000e+00 |      --      |    Inf 
14.39/14.43	c  14.4s| 15500 |  6199 |112954 |   7.3 |  10M|  63 |   - | 411 |2469 | 411 | 196 |  39k|  14k|2096 | 2.000000e+00 |      --      |    Inf 
14.49/14.50	c  14.5s| 15600 |  6245 |113326 |   7.2 |  10M|  63 |  11 | 411 |2410 | 411 | 191 |  39k|  14k|2096 | 2.000000e+00 |      --      |    Inf 
14.49/14.59	c  14.6s| 15700 |  6283 |114107 |   7.2 |  10M|  63 |  27 | 411 |2316 | 411 | 184 |  39k|  14k|2109 | 2.000000e+00 |      --      |    Inf 
14.59/14.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.59/14.67	c  14.7s| 15800 |  6326 |114680 |   7.2 |  10M|  63 |   2 | 411 |2336 | 411 | 212 |  40k|  14k|2123 | 2.000000e+00 |      --      |    Inf 
14.69/14.75	c  14.7s| 15900 |  6350 |115098 |   7.2 |  10M|  63 |  20 | 411 |2323 | 411 | 175 |  40k|  14k|2131 | 2.000000e+00 |      --      |    Inf 
14.79/14.84	c  14.8s| 16000 |  6373 |115743 |   7.2 |  11M|  63 |  13 | 411 |2390 | 411 | 190 |  40k|  14k|2161 | 2.000000e+00 |      --      |    Inf 
14.89/14.92	c  14.9s| 16100 |  6398 |116289 |   7.2 |  11M|  63 |   - | 411 |2457 |   0 |   0 |  40k|  14k|2177 | 2.000000e+00 |      --      |    Inf 
14.89/14.96	o 5
14.89/14.96	c *15.0s| 16156 |  6316 |116549 |   7.2 |  11M|  63 |   - | 411 |2488 | 411 | 293 |  40k|  14k|2177 | 2.000000e+00 | 5.000000e+00 | 150.00%
14.99/15.01	c  15.0s| 16200 |  6328 |116800 |   7.2 |  11M|  63 |   8 | 411 |2396 | 411 | 289 |  40k|  14k|2188 | 2.000000e+00 | 5.000000e+00 | 150.00%
14.99/15.08	c  15.1s| 16300 |  6346 |117223 |   7.2 |  11M|  63 |  14 | 411 |2408 | 411 | 201 |  40k|  14k|2196 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.09/15.16	c  15.2s| 16400 |  6346 |117602 |   7.1 |  11M|  63 |   - | 411 |2440 |   0 |   0 |  41k|  14k|2196 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.19/15.28	c  15.3s| 16500 |  6411 |118759 |   7.2 |  11M|  63 |  14 | 411 |2283 | 411 | 213 |  41k|  14k|2216 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.28/15.35	c  15.4s| 16600 |  6457 |119268 |   7.2 |  11M|  63 |  11 | 411 |2319 | 411 | 213 |  41k|  14k|2218 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.40/15.42	c  15.4s| 16700 |  6509 |119750 |   7.1 |  11M|  63 |   8 | 411 |2361 | 411 | 209 |  41k|  15k|2218 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.40/15.48	c  15.5s| 16800 |  6557 |120124 |   7.1 |  11M|  63 |  15 | 411 |2397 | 411 | 197 |  41k|  15k|2219 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.50/15.54	c  15.5s| 16900 |  6576 |120459 |   7.1 |  11M|  63 |  12 | 411 |2463 | 411 | 200 |  41k|  15k|2220 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.59/15.61	c  15.6s| 17000 |  6635 |120911 |   7.1 |  11M|  63 |   - | 411 |2497 |   0 |   0 |  41k|  15k|2220 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.59/15.69	c  15.7s| 17100 |  6685 |121424 |   7.1 |  11M|  63 |  25 | 411 |2382 | 411 | 179 |  42k|  15k|2225 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.68/15.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.68/15.78	c  15.8s| 17200 |  6733 |122030 |   7.1 |  11M|  63 |  16 | 411 |2373 | 411 | 181 |  42k|  15k|2244 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.79/15.85	c  15.9s| 17300 |  6763 |122478 |   7.1 |  11M|  63 |  17 | 411 |2489 | 411 | 180 |  42k|  15k|2259 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.88/15.94	c  15.9s| 17400 |  6786 |123112 |   7.0 |  11M|  63 |   - | 411 |2522 |   0 |   0 |  42k|  15k|2277 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.98/16.02	c  16.0s| 17500 |  6802 |123604 |   7.0 |  11M|  63 |  15 | 411 |2487 | 411 | 197 |  42k|  15k|2287 | 2.000000e+00 | 5.000000e+00 | 150.00%
15.98/16.08	o 3
15.98/16.08	c *16.1s| 17571 |  4924 |124032 |   7.0 |8911k|  63 |   - | 411 |2480 | 411 | 270 |  42k|  15k|2294 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.09/16.11	c  16.1s| 17600 |  4941 |124183 |   7.0 |8864k|  63 |  17 | 411 |2300 | 411 | 205 |  43k|  15k|2294 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.19/16.20	c  16.2s| 17700 |  4981 |124848 |   7.0 |8852k|  63 |  39 | 411 |2125 | 411 | 212 |  43k|  15k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.19/16.28	c  16.3s| 17800 |  5013 |125471 |   7.0 |8821k|  63 |  23 | 411 |1931 | 411 | 194 |  43k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.29/16.39	c  16.4s| 17900 |  5065 |126770 |   7.1 |8856k|  63 |   - | 411 |1870 |   0 |   0 |  43k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.39/16.48	c  16.5s| 18000 |  5108 |127370 |   7.0 |8866k|  63 |  17 | 411 |1773 | 411 | 198 |  43k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.50/16.55	c  16.5s| 18100 |  5143 |127886 |   7.0 |8925k|  63 |   - | 411 |1831 |   0 |   0 |  43k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.59/16.62	c  16.6s| 18200 |  5172 |128500 |   7.0 |8976k|  63 |  21 | 411 |1890 | 411 | 197 |  43k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.69/16.70	c  16.7s| 18300 |  5218 |129185 |   7.0 |9043k|  63 |  27 | 411 |1961 | 411 | 221 |  44k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.69/16.78	c  16.8s| 18400 |  5259 |129818 |   7.0 |9092k|  63 |  21 | 411 |1981 | 411 | 212 |  44k|  16k|2295 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.79/16.87	c  16.9s| 18500 |  5320 |130755 |   7.0 |9152k|  63 |  40 | 411 |1998 | 411 | 220 |  44k|  16k|2300 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.88/16.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.88/16.95	c  17.0s| 18600 |  5341 |131244 |   7.0 |9203k|  63 |   - | 411 |2051 |   0 |   0 |  44k|  16k|2302 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.98/17.04	c  17.0s| 18700 |  5387 |131990 |   7.0 |9236k|  63 |  15 | 411 |2016 | 411 | 196 |  44k|  17k|2305 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.09/17.11	c  17.1s| 18800 |  5396 |132397 |   7.0 |9251k|  63 |   - | 411 |1997 |   0 |   0 |  44k|  17k|2306 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.09/17.19	c  17.2s| 18900 |  5387 |132827 |   7.0 |9249k|  63 |  24 | 411 |1967 | 411 | 178 |  44k|  17k|2306 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.18/17.28	c  17.3s| 19000 |  5436 |133483 |   7.0 |9303k|  63 |  33 | 411 |1986 | 411 | 216 |  45k|  17k|2306 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.29/17.36	c  17.4s| 19100 |  5479 |133947 |   7.0 |9358k|  63 |   - | 411 |2027 |   0 |   0 |  45k|  17k|2306 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.39/17.42	c  17.4s| 19200 |  5513 |134333 |   7.0 |9407k|  63 |  32 | 411 |2093 | 411 | 208 |  45k|  17k|2306 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.39/17.49	c  17.5s| 19300 |  5544 |134748 |   7.0 |9431k|  63 |  20 | 411 |2070 | 411 | 196 |  45k|  17k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.48/17.58	c  17.6s| 19400 |  5565 |135232 |   6.9 |9467k|  63 |  36 | 411 |2093 | 411 | 201 |  45k|  17k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.59/17.66	c  17.7s| 19500 |  5604 |135934 |   6.9 |9512k|  63 |   - | 411 |2113 |   0 |   0 |  45k|  17k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.70/17.74	c  17.7s| 19600 |  5620 |136369 |   6.9 |9542k|  63 |  35 | 411 |2118 | 411 | 186 |  45k|  18k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.79/17.81	c  17.8s| 19700 |  5655 |136931 |   6.9 |9592k|  63 |  30 | 411 |2164 | 411 | 191 |  46k|  18k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.88/17.91	c  17.9s| 19800 |  5690 |137702 |   6.9 |9630k|  63 |  29 | 411 |2143 | 411 | 195 |  46k|  18k|2308 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.88/17.99	c  18.0s| 19900 |  5746 |138568 |   6.9 |9683k|  63 |  21 | 411 |2156 | 411 | 184 |  46k|  18k|2309 | 2.000000e+00 | 3.000000e+00 |  50.00%
17.99/18.06	c  18.1s| 20000 |  5781 |138967 |   6.9 |9747k|  63 |   - | 411 |2229 |   0 |   0 |  46k|  18k|2309 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.09/18.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.09/18.12	c  18.1s| 20100 |  5796 |139398 |   6.9 |9801k|  63 |  14 | 411 |2324 | 411 | 183 |  46k|  18k|2309 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.09/18.19	c  18.2s| 20200 |  5802 |139688 |   6.9 |9841k|  63 |   - | 411 |2401 |   0 |   0 |  46k|  18k|2311 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.19/18.27	c  18.3s| 20300 |  5819 |140129 |   6.9 |9848k|  63 |  18 | 411 |2355 | 411 | 178 |  47k|  18k|2322 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.29/18.34	c  18.3s| 20400 |  5872 |140571 |   6.9 |9898k|  63 |   - | 411 |2375 |   0 |   0 |  47k|  19k|2322 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.39/18.41	c  18.4s| 20500 |  5887 |140886 |   6.8 |9927k|  63 |  20 | 411 |2419 | 411 | 174 |  47k|  19k|2322 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.39/18.48	c  18.5s| 20600 |  5902 |141243 |   6.8 |9971k|  63 |   - | 411 |2474 |   0 |   0 |  47k|  19k|2322 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.48/18.56	c  18.6s| 20700 |  5901 |141599 |   6.8 |9966k|  63 |  10 | 411 |2411 | 411 | 183 |  47k|  19k|2329 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.59/18.65	c  18.7s| 20800 |  5916 |142288 |   6.8 |9943k|  63 |  10 | 411 |2263 | 411 | 188 |  47k|  19k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.69/18.72	c  18.7s| 20900 |  5931 |142601 |   6.8 |9964k|  63 |   9 | 411 |2264 | 411 | 177 |  47k|  19k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.69/18.78	c  18.8s| 21000 |  5962 |143108 |   6.8 |9997k|  63 |   - | 411 |2263 |   0 |   0 |  48k|  19k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.79/18.85	c  18.9s| 21100 |  5979 |143552 |   6.8 |  10M|  63 |   - | 411 |2268 |   0 |   0 |  48k|  19k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.88/18.92	c  18.9s| 21200 |  5994 |143971 |   6.8 |  10M|  63 |  24 | 411 |2318 | 411 | 179 |  48k|  19k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
18.98/19.03	c  19.0s| 21300 |  6073 |145097 |   6.8 |  10M|  63 |  25 | 411 |2257 | 411 | 200 |  48k|  20k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.09/19.11	c  19.1s| 21400 |  6095 |145643 |   6.8 |  10M|  63 |  22 | 411 |2255 | 411 | 217 |  48k|  20k|2330 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.09/19.19	c  19.2s| 21500 |  6103 |146190 |   6.8 |  10M|  63 |   - | 411 |2237 |   0 |   0 |  48k|  20k|2331 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.18/19.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.18/19.25	c  19.3s| 21600 |  6124 |146506 |   6.8 |  10M|  63 |   - | 411 |2271 |   0 |   0 |  48k|  20k|2334 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.28/19.31	c  19.3s| 21700 |  6127 |146846 |   6.7 |  10M|  63 |  11 | 411 |2266 | 411 | 189 |  48k|  20k|2334 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.28/19.39	c  19.4s| 21800 |  6113 |147365 |   6.7 |  10M|  63 |   - | 411 |2264 |   0 |   0 |  49k|  20k|2336 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.38/19.47	c  19.5s| 21900 |  6142 |148033 |   6.7 |  10M|  63 |  19 | 411 |2287 | 411 | 184 |  49k|  20k|2336 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.48/19.54	c  19.5s| 22000 |  6152 |148434 |   6.7 |  10M|  63 |  14 | 411 |2377 | 411 | 169 |  49k|  21k|2336 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.59/19.60	c  19.6s| 22100 |  6190 |148781 |   6.7 |  10M|  63 |   - | 411 |2381 |   0 |   0 |  49k|  21k|2336 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.59/19.67	c  19.7s| 22200 |  6211 |149269 |   6.7 |  10M|  63 |  20 | 411 |2465 | 411 | 184 |  49k|  21k|2336 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.68/19.74	c  19.7s| 22300 |  6223 |149636 |   6.7 |  10M|  63 |  13 | 411 |2538 | 411 | 173 |  49k|  21k|2337 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.79/19.82	c  19.8s| 22400 |  6278 |150175 |   6.7 |  10M|  63 |   6 | 411 |2630 | 411 | 216 |  49k|  21k|2354 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.79/19.90	c  19.9s| 22500 |  6311 |150745 |   6.7 |  10M|  63 |  19 | 411 |2735 | 411 | 200 |  50k|  21k|2356 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.99/20.00	c  20.0s| 22600 |  6380 |151735 |   6.7 |  10M|  63 |  10 | 411 |2818 | 411 | 224 |  50k|  21k|2359 | 2.000000e+00 | 3.000000e+00 |  50.00%
19.99/20.07	c  20.1s| 22700 |  6409 |152217 |   6.7 |  10M|  63 |  17 | 411 |2916 | 411 | 218 |  50k|  21k|2366 | 2.000000e+00 | 3.000000e+00 |  50.00%
20.09/20.13	c  20.1s| 22800 |  6429 |152552 |   6.7 |  10M|  63 |  19 | 411 |3036 | 411 | 224 |  50k|  21k|2368 | 2.000000e+00 | 3.000000e+00 |  50.00%
20.09/20.17	o 2
20.09/20.17	c *20.2s| 22845 |     0 |152744 |   6.7 |4003k|  63 |   - | 411 |3078 | 411 | 239 |  50k|  21k|2368 | 2.000000e+00 | 2.000000e+00 |   0.00%
20.09/20.17	c 
20.09/20.17	c SCIP Status        : problem is solved [optimal solution found]
20.09/20.17	c Solving Time (sec) : 20.17
20.09/20.17	c Solving Nodes      : 22845
20.09/20.17	c Primal Bound       : +2.00000000000000e+00 (3 solutions)
20.09/20.17	c Dual Bound         : +2.00000000000000e+00
20.09/20.17	c Gap                : 0.00 %
20.09/20.17	s OPTIMUM FOUND
20.09/20.17	v x126 x125 x124 -x123 x122 x121 x120 -x119 -x118 -x117 x116 x115 x114 x113 x84 x83 x82 x81 x80 x79 -x78 -x112 -x111 -x110 x109 -x108 
20.09/20.17	v x107 x106 -x77 x76 x75 x74 x73 x72 -x71 -x105 -x104 -x103 -x102 -x101 x100 x99 -x70 -x69 x68 x67 x66 x65 -x64 -x98 -x97 
20.09/20.17	v -x96 -x95 -x94 -x93 -x92 -x63 -x62 x61 -x60 -x59 x58 -x57 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x56 -x55 -x54 -x53 x52 x51 -x50 
20.09/20.17	v x49 x48 x47 x46 -x45 -x44 x43 -x42 x41 -x40 -x39 -x38 -x37 x36 -x35 x34 x33 -x32 -x31 -x30 x29 -x28 -x27 x26 -x25 x24 x23 x22 
20.09/20.17	v -x21 -x20 -x19 -x18 -x17 x16 x15 -x14 -x13 -x12 -x11 -x10 x9 x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
20.09/20.17	c SCIP Status        : problem is solved [optimal solution found]
20.09/20.17	c Total Time         :      20.17
20.09/20.17	c   solving          :      20.17
20.09/20.17	c   presolving       :       0.07 (included in solving)
20.09/20.17	c   reading          :       0.00 (included in solving)
20.09/20.17	c   copying          :       0.01 (2 #copies) (minimal 0.00, maximal 0.00, average 0.00)
20.09/20.17	c Original Problem   :
20.09/20.17	c   Problem name     : HOME/instance-3693839-1338035248.opb
20.09/20.17	c   Variables        : 126 (126 binary, 0 integer, 0 implicit integer, 0 continuous)
20.09/20.17	c   Constraints      : 13 initial, 13 maximal
20.09/20.17	c   Objective sense  : minimize
20.09/20.17	c Presolved Problem  :
20.09/20.17	c   Problem name     : t_HOME/instance-3693839-1338035248.opb
20.09/20.17	c   Variables        : 411 (411 binary, 0 integer, 0 implicit integer, 0 continuous)
20.09/20.17	c   Constraints      : 306 initial, 4277 maximal
20.09/20.17	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
20.09/20.17	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   implics          :       0.00       0.00          0          2          0          0          0          0          0          0          0
20.09/20.17	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   setppc           :       0.00       0.00          0          0          0          0          0          1          0          0          0
20.09/20.17	c   and              :       0.06       0.00          0          0          0          0          0          3          3          0          0
20.09/20.17	c   linear           :       0.00       0.00          1          6          0          0          0          0          0          0         35
20.09/20.17	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
20.09/20.17	c   root node        :          -          -         89          -          -         89          -          -          -          -          -
20.09/20.17	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
20.09/20.17	c   integral         :          0          0          0          0      17847          0          7          0          0       1228          0          0      35066
20.09/20.17	c   setppc           :          3          3          6       6162          0          0          4       1106          1         66          0          0          0
20.09/20.17	c   and              :        290        290      38781      70790          0          0          2     406625       1065     115093      50650          0          0
20.09/20.17	c   linear           :          6          6          6      69723          0          0          0      80264       7315      47326          0          0          0
20.09/20.17	c   logicor          :          7+      3978          6      36186          0          0          0      20260        302      10836         23          0          0
20.09/20.17	c   countsols        :          0          0          0          0          3          0          2          0          0          0          0          0          0
20.09/20.17	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
20.09/20.17	c   integral         :       1.29       0.00       0.00       0.00       1.29       0.00       0.00       0.00
20.09/20.17	c   setppc           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
20.09/20.17	c   and              :       1.74       0.00       0.85       0.53       0.00       0.00       0.00       0.35
20.09/20.17	c   linear           :       1.69       0.00       0.00       1.47       0.00       0.00       0.00       0.22
20.09/20.17	c   logicor          :       0.67       0.00       0.00       0.64       0.00       0.00       0.00       0.04
20.09/20.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
20.09/20.17	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
20.09/20.17	c   rootredcost      :          2          0          0          6
20.09/20.17	c   pseudoobj        :      88541         13          0         25
20.09/20.17	c   vbounds          :          0          0          0          0
20.09/20.17	c   redcost          :      39753          0          0         25
20.09/20.17	c   probing          :          0          0          0          0
20.09/20.17	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
20.09/20.17	c   rootredcost      :       0.06       0.00       0.00       0.06       0.00
20.09/20.17	c   pseudoobj        :       0.12       0.00       0.00       0.12       0.00
20.09/20.17	c   vbounds          :       0.06       0.00       0.00       0.06       0.00
20.09/20.17	c   redcost          :       0.28       0.00       0.00       0.28       0.00
20.09/20.17	c   probing          :       0.00       0.00       0.00       0.00       0.00
20.09/20.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
20.09/20.17	c   propagation      :       1.35       8683       8648      85748       40.7       1615       19.9          -
20.09/20.17	c   infeasible LP    :       0.01         51         51        258       29.6         19       13.7          0
20.09/20.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
20.09/20.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
20.09/20.17	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
20.09/20.17	c   applied globally :          -          -          -      21983       22.3          -          -          -
20.09/20.17	c   applied locally  :          -          -          -          0        0.0          -          -          -
20.09/20.17	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
20.09/20.17	c   cut pool         :       0.00                     5          -          -         14          -    (maximal pool size: 187)
20.09/20.17	c   closecuts        :       0.00       0.00          0          0          0          0          0
20.09/20.17	c   impliedbounds    :       0.00       0.00          6          0          0         81          0
20.09/20.17	c   intobj           :       0.00       0.00          0          0          0          0          0
20.09/20.17	c   gomory           :       0.04       0.00          6          0          0        177          0
20.09/20.17	c   cgmip            :       0.00       0.00          0          0          0          0          0
20.09/20.17	c   strongcg         :       0.03       0.00          6          0          0        304          0
20.09/20.17	c   cmir             :       0.02       0.00          6          0          0         44          0
20.09/20.17	c   flowcover        :       0.03       0.00          6          0          0         76          0
20.09/20.17	c   clique           :       0.00       0.00          6          0          0          0          0
20.09/20.17	c   zerohalf         :       0.00       0.00          0          0          0          0          0
20.09/20.17	c   mcf              :       0.00       0.00          1          0          0          0          0
20.09/20.17	c   oddcycle         :       0.00       0.00          0          0          0          0          0
20.09/20.17	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
20.09/20.17	c Pricers            :   ExecTime  SetupTime      Calls       Vars
20.09/20.17	c   problem variables:       0.00          -          0          0
20.09/20.17	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
20.09/20.17	c   relpscost        :       1.25       0.00      17837          0       1228          0          0      35052
20.09/20.17	c   pscost           :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c   inference        :       0.00       0.00          7          0          0          0          0         14
20.09/20.17	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c   random           :       0.00       0.00          0          0          0          0          0          0
20.09/20.17	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
20.09/20.17	c   LP solutions     :       0.01          -          -          3
20.09/20.17	c   pseudo solutions :       0.00          -          -          0
20.09/20.17	c   crossover        :       0.02       0.00          0          0
20.09/20.17	c   intshifting      :       0.00       0.00          0          0
20.09/20.17	c   oneopt           :       0.05       0.00          2          0
20.09/20.17	c   fracdiving       :       0.04       0.00         16          0
20.09/20.17	c   feaspump         :       0.03       0.00          8          0
20.09/20.17	c   coefdiving       :       0.07       0.00         17          0
20.09/20.17	c   pscostdiving     :       0.08       0.00         17          0
20.09/20.17	c   linesearchdiving :       0.04       0.00         17          0
20.09/20.17	c   veclendiving     :       0.05       0.00         17          0
20.09/20.17	c   guideddiving     :       0.06       0.00         17          0
20.09/20.17	c   objpscostdiving  :       0.07       0.00          9          0
20.09/20.17	c   rootsoldiving    :       0.06       0.00          9          0
20.09/20.17	c   smallcard        :       0.00       0.00          0          0
20.09/20.17	c   trivial          :       0.00       0.00          2          0
20.09/20.17	c   shiftandpropagate:       0.00       0.00          1          0
20.09/20.17	c   simplerounding   :       0.03       0.00          0          0
20.09/20.17	c   zirounding       :       0.14       0.00          0          0
20.09/20.17	c   rounding         :       0.10       0.00       2776          0
20.09/20.17	c   shifting         :       0.49       0.00        895          0
20.09/20.17	c   twoopt           :       0.00       0.00          0          0
20.09/20.17	c   indoneopt        :       0.07       0.00          0          0
20.09/20.17	c   indtwoopt        :       0.00       0.00          0          0
20.09/20.17	c   fixandinfer      :       0.00       0.00          0          0
20.09/20.17	c   clique           :       0.00       0.00          0          0
20.09/20.17	c   indrounding      :       0.00       0.00          0          0
20.09/20.17	c   indcoefdiving    :       0.00       0.00          0          0
20.09/20.17	c   nlpdiving        :       0.00       0.00          0          0
20.09/20.17	c   intdiving        :       0.00       0.00          0          0
20.09/20.17	c   actconsdiving    :       0.00       0.00          0          0
20.09/20.17	c   octane           :       0.00       0.00          0          0
20.09/20.17	c   rens             :       0.01       0.00          1          0
20.09/20.17	c   rins             :       0.00       0.00          0          0
20.09/20.17	c   localbranching   :       0.00       0.00          0          0
20.09/20.17	c   mutation         :       0.00       0.00          0          0
20.09/20.17	c   dins             :       0.00       0.00          0          0
20.09/20.17	c   vbounds          :       0.00       0.00          0          0
20.09/20.17	c   undercover       :       0.03       0.00          1          0
20.09/20.17	c   subnlp           :       0.02       0.00          0          0
20.09/20.17	c   trysol           :       0.05       0.00          0          0
20.09/20.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
20.09/20.17	c   primal LP        :       0.37       2817          1       1.00       2.68       0.37       2816
20.09/20.17	c   dual LP          :       7.52      39787     145921       3.68   19405.54       0.01        138
20.09/20.17	c   lex dual LP      :       0.00          0          0       0.00          -
20.09/20.17	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
20.09/20.17	c   diving/probing LP:       0.26       1562       6822       4.37   26402.26
20.09/20.17	c   strong branching :       1.09       2368      25375      10.72   23201.53
20.09/20.17	c     (at root node) :          -         23       1205      52.39          -
20.09/20.17	c   conflict analysis:       0.00          0          0       0.00          -
20.09/20.17	c B&B Tree           :
20.09/20.17	c   number of runs   :          1
20.09/20.17	c   nodes            :      22845
20.09/20.17	c   nodes (total)    :      22845
20.09/20.17	c   nodes left       :          0
20.09/20.17	c   max depth        :         63
20.09/20.17	c   max depth (total):         63
20.09/20.17	c   backtracks       :       3780 (16.5%)
20.09/20.17	c   delayed cutoffs  :       3773
20.09/20.17	c   repropagations   :      10659 (43692 domain reductions, 3164 cutoffs)
20.09/20.17	c   avg switch length:       5.27
20.09/20.17	c   switching time   :       1.36
20.09/20.17	c Solution           :
20.09/20.17	c   Solutions found  :          3 (3 improvements)
20.09/20.17	c   First Solution   : +5.00000000000000e+00   (in run 1, after 16156 nodes, 14.97 seconds, depth 57, found by <relaxation>)
20.09/20.17	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 22845 nodes, 20.16 seconds, depth 55, found by <relaxation>)
20.09/20.17	c   Dual Bound       : +2.00000000000000e+00
20.09/20.17	c   Gap              :       0.00 %
20.09/20.17	c   Root Dual Bound  : +2.00000000000000e+00
20.09/20.17	c   Root Iterations  :        490
20.09/20.18	c Time complete: 20.18.

Verifier Data

OK	2

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-3693839-1338035248/watcher-3693839-1338035248 -o /tmp/evaluation-result-3693839-1338035248/solver-3693839-1338035248 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693839-1338035248.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.07 2.03 2.00 3/176 8064
/proc/meminfo: memFree=28563908/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=14980 CPUtime=0 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 2057 0 0 0 0 0 0 0 20 0 1 0 269650454 15339520 2011 33554432000 4194304 10169799 140734205250160 140736552742584 8844157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 3745 2023 498 1459 0 2277 0

[startup+0.0636991 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 8064
/proc/meminfo: memFree=28563908/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=17020 CPUtime=0.05 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 3089 0 0 0 0 5 0 0 20 0 1 0 269650454 17428480 2786 33554432000 4194304 10169799 140734205250160 140736552742584 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 4255 2786 584 1459 0 2787 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17020

[startup+0.100283 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 8064
/proc/meminfo: memFree=28563908/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=30464 CPUtime=0.09 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 6396 0 0 0 2 7 0 0 20 0 1 0 269650454 31195136 6093 33554432000 4194304 10169799 140734205250160 140736552742584 8844142 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 7616 6093 797 1459 0 6148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30464

[startup+0.300288 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 8064
/proc/meminfo: memFree=28563908/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=32488 CPUtime=0.29 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 7970 0 0 0 12 17 0 0 20 0 1 0 269650454 33267712 6996 33554432000 4194304 10169799 140734205250160 140734205246264 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8122 6996 861 1459 0 6654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32488

[startup+0.700276 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 8064
/proc/meminfo: memFree=28563908/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=32488 CPUtime=0.69 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 7973 0 0 0 46 23 0 0 20 0 1 0 269650454 33267712 6999 33554432000 4194304 10169799 140734205250160 140734205246264 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8122 6999 862 1459 0 6654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32488

[startup+1.50023 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28539472/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=32516 CPUtime=1.49 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 7975 0 0 0 95 54 0 0 20 0 1 0 269650454 33296384 7001 33554432000 4194304 10169799 140734205250160 140734205244952 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8129 7001 863 1459 0 6661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32516

[startup+3.10028 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28538976/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=32516 CPUtime=3.09 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 7979 0 0 0 185 124 0 0 20 0 1 0 269650454 33296384 7005 33554432000 4194304 10169799 140734205250160 140734205246648 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8129 7005 863 1459 0 6661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32516

[startup+6.30028 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28538984/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=32516 CPUtime=6.29 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 7985 0 0 0 334 295 0 0 20 0 1 0 269650454 33296384 7011 33554432000 4194304 10169799 140734205250160 140734205245032 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8129 7011 864 1459 0 6661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32516

[startup+12.7003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28530516/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=34480 CPUtime=12.69 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8468 0 0 0 638 631 0 0 20 0 1 0 269650454 35307520 7494 33554432000 4194304 10169799 140734205250160 140734205247848 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8620 7494 864 1459 0 7152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34480

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

[startup+12.8003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28530516/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=34480 CPUtime=12.79 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8469 0 0 0 642 637 0 0 20 0 1 0 269650454 35307520 7495 33554432000 4194304 10169799 140734205250160 140734205247848 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8620 7495 864 1459 0 7152 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 34480

[startup+16.0003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28523720/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35644 CPUtime=15.98 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8728 0 0 0 794 804 0 0 20 0 1 0 269650454 36499456 7754 33554432000 4194304 10169799 140734205250160 140734205244952 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8911 7754 864 1459 0 7443 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 35644

[startup+17.6003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28519496/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35644 CPUtime=17.59 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8734 0 0 0 867 892 0 0 20 0 1 0 269650454 36499456 7760 33554432000 4194304 10169799 140734205250160 140734205247784 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8911 7760 864 1459 0 7443 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 35644

[startup+19.2003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28519372/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35644 CPUtime=19.18 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8738 0 0 0 934 984 0 0 20 0 1 0 269650454 36499456 7764 33554432000 4194304 10169799 140734205250160 140734205246456 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8911 7764 864 1459 0 7443 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 35644

[startup+19.6003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 8065
/proc/meminfo: memFree=28519372/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35644 CPUtime=19.59 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8740 0 0 0 952 1007 0 0 20 0 1 0 269650454 36499456 7766 33554432000 4194304 10169799 140734205250160 140734205246456 5640203 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8911 7766 864 1459 0 7443 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 35644

[startup+20.0003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 8065
/proc/meminfo: memFree=28519372/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35936 CPUtime=19.99 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8800 0 0 0 969 1030 0 0 20 0 1 0 269650454 36798464 7826 33554432000 4194304 10169799 140734205250160 140734205246456 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8984 7826 864 1459 0 7516 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (KiB) 35936

[startup+20.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 8065
/proc/meminfo: memFree=28519372/32873844 swapFree=7616/7616
[pid=8064] ppid=8062 vsize=35936 CPUtime=20.09 cores=0,2,4,6
/proc/8064/stat : 8064 (scip-2.1.1.4sfi) R 8062 8064 5654 0 -1 4202496 8812 0 0 0 973 1036 0 0 20 0 1 0 269650454 36798464 7838 33554432000 4194304 10169799 140734205250160 140734205246456 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8064/statm: 8984 7838 864 1459 0 7516 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 35936

Child status: 0
Real time (s): 20.1878
CPU time (s): 20.1849
CPU user time (s): 9.78051
CPU system time (s): 10.4044
CPU usage (%): 99.986
Max. virtual memory (cumulated for all children) (KiB): 35936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.78051
system time used= 10.4044
maximum resident set size= 31652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 22

runsolver used 0.027995 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 14:27:28
IDJOB=3693839
IDBENCH=48019
IDSOLVER=2272
FILE ID=node130/3693839-1338035248
RUNJOBID= node130-1338029673-6802
PBS_JOBID= 14624341
Free space on /tmp= 71384 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.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-3693839-1338035248/watcher-3693839-1338035248 -o /tmp/evaluation-result-3693839-1338035248/solver-3693839-1338035248 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693839-1338035248.opb -t 1800 -m 15500

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

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=1140681732

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.91
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.875
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.92
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.875
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.91
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28564156 kB
Buffers:          240004 kB
Cached:          2717052 kB
SwapCached:            0 kB
Active:          1396188 kB
Inactive:        2133136 kB
Active(anon):     575096 kB
Inactive(anon):        0 kB
Active(file):     821092 kB
Inactive(file):  2133136 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13672 kB
Writeback:             0 kB
AnonPages:        579936 kB
Mapped:            17296 kB
Shmem:               200 kB
Slab:             640504 kB
SReclaimable:      81724 kB
SUnreclaim:       558780 kB
KernelStack:        1472 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     694516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71372 MiB
End job on node130 at 2012-05-26 14:27:49