Trace number 1869482

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT2 306.333 306.413

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark47.0908
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 variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869482-1245174119.opb>
0.00/0.01	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 4 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  4 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 90 variables (90 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c OPT-LIN
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = c 1620
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = c 1791
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = c 10000
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving problem
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    31 | 325k|   0 |   4 |  90 |   4 |   4 |  90 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   120 | 372k|   0 |   7 |  90 |   4 |   4 |  90 |   8 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   126 | 403k|   0 |   9 |  90 |   4 |   4 |  90 |  13 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   135 | 442k|   0 |   8 |  90 |   4 |   4 |  90 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   145 | 481k|   0 |  10 |  90 |   4 |   4 |  90 |  22 |  18 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   162 | 518k|   0 |  11 |  90 |   4 |   4 |  90 |  26 |  22 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   176 | 541k|   0 |  13 |  90 |   4 |   4 |  90 |  29 |  25 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   176 | 542k|   0 |  13 |  90 |   4 |   4 |  90 |  29 |  25 |   0 |  13 | 4.547474e-13 |      --      |    Inf 
0.09/0.16	o 132
0.09/0.16	c c 0.1s|    19 |    18 |   276 | 562k|  18 |   - |  90 |   4 |   1 |  90 |  14 |  25 |   0 |  93 | 4.547474e-13 | 1.320000e+02 |    Inf 
0.09/0.19	o 110
0.09/0.19	c f 0.2s|    45 |    42 |   369 | 578k|  23 |   - |  90 |   5 |   2 |  90 |  14 |  25 |   2 | 165 | 4.547474e-13 | 1.100000e+02 |    Inf 
0.19/0.20	o 108
0.19/0.20	c * 0.2s|    54 |    48 |   413 | 582k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   2 | 189 | 4.547474e-13 | 1.080000e+02 |    Inf 
0.19/0.20	o 106
0.19/0.20	c * 0.2s|    55 |    47 |   413 | 583k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   2 | 189 | 4.547474e-13 | 1.060000e+02 |    Inf 
0.19/0.21	o 105
0.19/0.21	c v 0.2s|    68 |    59 |   446 | 595k|  23 |   - |  90 |   5 |   0 |  90 |  14 |  25 |   3 | 222 | 4.547474e-13 | 1.050000e+02 |    Inf 
0.19/0.21	o 103
0.19/0.21	c l 0.2s|    68 |    57 |   447 | 598k|  23 |   - |  90 |   5 |   0 |  90 |  14 |  25 |   5 | 222 | 4.547474e-13 | 1.030000e+02 |    Inf 
0.19/0.23	o 58
0.19/0.23	c g 0.2s|    82 |    56 |   525 | 605k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   5 | 241 | 4.547474e-13 | 5.800000e+01 |    Inf 
0.19/0.23	o 54
0.19/0.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.23	c s 0.2s|    92 |    62 |   548 | 598k|  23 |   - |  90 |   5 |   3 |  90 |  14 |  25 |   5 | 258 | 4.547474e-13 | 5.400000e+01 |    Inf 
0.19/0.25	o 29
0.19/0.25	c * 0.2s|   123 |    65 |   606 | 604k|  29 |   - |  90 |   5 |   2 |  90 |  14 |  25 |   6 | 303 | 4.547474e-13 | 2.900000e+01 |    Inf 
0.19/0.27	o 27
0.19/0.27	c c 0.2s|   152 |    78 |   702 | 615k|  29 |   - |  90 |   6 |   0 |  90 |  14 |  25 |   8 | 315 | 4.547474e-13 | 2.700000e+01 |    Inf 
0.29/0.30	o 26
0.29/0.30	c * 0.3s|   227 |   130 |   996 | 638k|  29 |   - |  90 |  11 |   0 |  90 |  14 |  25 |  13 | 335 | 4.547474e-13 | 2.600000e+01 |    Inf 
0.29/0.35	o 23
0.29/0.35	c g 0.3s|   359 |   176 |  1392 | 669k|  29 |   - |  90 |  17 |   0 |  90 |  14 |  25 |  20 | 369 | 4.547474e-13 | 2.300000e+01 |    Inf 
0.29/0.37	o 21
0.29/0.37	c * 0.3s|   392 |   197 |  1529 | 681k|  29 |   - |  90 |  17 |   0 |  90 |  14 |  25 |  20 | 376 | 4.547474e-13 | 2.100000e+01 |    Inf 
0.29/0.38	o 20
0.29/0.38	c * 0.3s|   425 |   206 |  1653 | 694k|  29 |   - |  90 |  20 |   1 |  90 |  14 |  25 |  23 | 379 | 4.547474e-13 | 2.000000e+01 |    Inf 
0.39/0.41	o 19
0.39/0.41	c * 0.4s|   467 |   219 |  1868 | 707k|  29 |   - |  90 |  25 |   1 |  90 |  14 |  25 |  33 | 385 | 4.547474e-13 | 1.900000e+01 |    Inf 
0.49/0.58	o 18
0.49/0.58	c l 0.5s|   835 |   477 |  3244 | 858k|  29 |   - |  90 |  63 |   6 |  90 |  14 |  25 |  86 | 410 | 4.547474e-13 | 1.800000e+01 |    Inf 
0.69/0.73	o 16
0.69/0.73	c * 0.7s|  1043 |   597 |  4290 | 924k|  29 |   - |  90 |  94 |   5 |  90 |  14 |  25 | 126 | 421 | 4.547474e-13 | 1.600000e+01 |    Inf 
0.69/0.74	o 15
0.69/0.74	c * 0.7s|  1062 |   608 |  4370 | 933k|  29 |   - |  90 |  95 |   4 |  90 |  14 |  25 | 129 | 424 | 4.547474e-13 | 1.500000e+01 |    Inf 
0.89/0.96	o 14
0.89/0.96	c * 0.9s|  1493 |   841 |  6127 |1084k|  29 |   - |  90 | 185 |   5 |  90 |  14 |  25 | 228 | 445 | 4.547474e-13 | 1.400000e+01 |    Inf 
0.99/1.09	o 13
0.99/1.09	c p 1.0s|  1815 |   940 |  7252 |1168k|  29 |   - |  90 | 228 |   3 |  90 |  14 |  25 | 275 | 451 | 4.547474e-13 | 1.300000e+01 |    Inf 
1.19/1.28	o 10
1.19/1.28	c c 1.2s|  2263 |  1105 |  8787 |1275k|  29 |   - |  90 | 294 |   5 |  90 |  14 |  25 | 342 | 465 | 4.547474e-13 | 1.000000e+01 |    Inf 
3.30/3.33	o 8
3.30/3.33	c * 3.0s|  6689 |  2474 | 22734 |2166k|  29 |   - |  90 | 717 |   5 |  90 |  14 |  25 | 819 | 546 | 4.547474e-13 | 8.000000e+00 |    Inf 
4.39/4.43	o 6
4.39/4.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.39/4.43	c * 4.1s|  9610 |  2831 | 30516 |2499k|  29 |   - |  90 | 916 |   9 |  90 |  14 |  25 |1046 | 603 | 4.547474e-13 | 6.000000e+00 |    Inf 
4.39/4.43	o 4
4.39/4.43	c * 4.1s|  9611 |  2729 | 30518 |2432k|  29 |   - |  90 | 916 |   7 |  90 |  14 |  25 |1046 | 603 | 4.547474e-13 | 4.000000e+00 |    Inf 
4.49/4.56	c   4.2s| 10000 |  2757 | 31458 |2450k|  29 |   - |  90 | 912 |  55 |  90 |  14 |  25 |1058 | 603 | 4.547474e-13 | 4.000000e+00 |    Inf 
7.98/8.02	c   7.4s| 20000 |  3027 | 54762 |2949k|  29 |   4 |  90 |1301 |  26 |  90 |  14 |  25 |1634 | 633 | 4.547474e-13 | 4.000000e+00 |    Inf 
11.39/11.45	c  10.6s| 30000 |  3332 | 78397 |3341k|  29 |   4 |  90 |1517 |  96 |  90 |  14 |  25 |2257 | 664 | 4.547474e-13 | 4.000000e+00 |    Inf 
14.89/14.93	c  13.8s| 40000 |  3842 |102608 |3832k|  29 |   - |  90 |1629 |  16 |  90 |  14 |  25 |2884 | 705 | 4.547474e-13 | 4.000000e+00 |    Inf 
18.19/18.29	c  17.0s| 50000 |  3469 |126481 |3634k|  29 |   - |  90 |1417 |   7 |  90 |  14 |  25 |3442 | 749 | 4.547474e-13 | 4.000000e+00 |    Inf 
21.49/21.53	c  20.0s| 60000 |  2902 |149983 |3233k|  29 |   4 |  90 |1254 |  49 |  90 |  14 |  25 |4075 | 794 | 4.547474e-13 | 4.000000e+00 |    Inf 
24.68/24.71	c  23.0s| 70000 |  2491 |173798 |2876k|  29 |   4 |  90 |1250 |   9 |  90 |  14 |  25 |4615 | 830 | 4.547474e-13 | 4.000000e+00 |    Inf 
27.88/27.90	c  25.9s| 80000 |  2482 |197828 |2825k|  29 |   - |  90 |1325 |  41 |  90 |  14 |  25 |5187 | 932 | 4.547474e-13 | 4.000000e+00 |    Inf 
29.38/29.43	o 2
29.38/29.43	c *27.4s| 84604 |  2779 |209322 |3076k|  29 |   - |  90 |1530 |   0 |  90 |  14 |  25 |5475 | 947 | 4.547474e-13 | 2.000000e+00 |    Inf 
30.98/31.05	c  28.9s| 90000 |  3068 |221975 |3287k|  29 |   4 |  90 |1521 |   7 |  90 |  14 |  25 |5708 | 947 | 4.547474e-13 | 2.000000e+00 |    Inf 
33.99/34.06	c  31.6s|100000 |  2736 |244829 |3177k|  29 |   - |  90 |1430 |  22 |  90 |  14 |  25 |6144 | 948 | 4.547474e-13 | 2.000000e+00 |    Inf 
36.98/37.01	c  34.4s|110000 |  2159 |266910 |2717k|  29 |   4 |  90 |1338 |  14 |  90 |  14 |  25 |6544 | 951 | 4.547474e-13 | 2.000000e+00 |    Inf 
39.88/39.95	c  37.1s|120000 |  2991 |289842 |2977k|  29 |   4 |  90 | 898 |   5 |  90 |  14 |  25 |7130 | 999 | 4.547474e-13 | 2.000000e+00 |    Inf 
42.58/42.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.58/42.62	c  39.5s|130000 |  2828 |309620 |3056k|  29 |   - |  90 | 973 |  97 |   0 |   0 |  25 |7739 |1042 | 4.547474e-13 | 2.000000e+00 |    Inf 
45.28/45.32	c  42.0s|140000 |  2555 |330265 |2830k|  29 |   - |  90 | 873 |  15 |  90 |  14 |  25 |8245 |1049 | 4.547474e-13 | 2.000000e+00 |    Inf 
47.88/47.92	c  44.4s|150000 |  2299 |349961 |2683k|  29 |   - |  90 | 894 |   9 |  90 |  14 |  25 |8803 |1049 | 4.547474e-13 | 2.000000e+00 |    Inf 
50.48/50.57	c  46.8s|160000 |  2941 |371659 |3060k|  29 |   4 |  90 | 967 |  25 |  90 |  14 |  25 |9449 |1050 | 4.547474e-13 | 2.000000e+00 |    Inf 
53.07/53.19	c  49.2s|170000 |  2677 |390776 |3070k|  29 |   4 |  90 |1039 |   9 |  90 |  14 |  25 |  10k|1051 | 4.547474e-13 | 2.000000e+00 |    Inf 
55.78/55.87	c  51.7s|180000 |  2570 |411263 |2675k|  29 |   - |  90 | 728 |   9 |  90 |  14 |  25 |  10k|1112 | 4.547474e-13 | 2.000000e+00 |    Inf 
58.47/58.57	c  54.2s|190000 |  3522 |432648 |3388k|  29 |   4 |  90 | 921 |  11 |  90 |  14 |  25 |  11k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
61.08/61.19	c  56.6s|200000 |  4066 |453041 |3813k|  29 |   4 |  90 | 904 |  17 |  90 |  14 |  25 |  12k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
63.68/63.72	c  58.9s|210000 |  3700 |471189 |3754k|  29 |   - |  90 | 926 |  13 |   0 |   0 |  25 |  12k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
66.27/66.34	c  61.3s|220000 |  3312 |490122 |3663k|  29 |   - |  90 |1067 |   5 |  90 |  14 |  25 |  13k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
68.88/68.99	c  63.8s|230000 |  2457 |509209 |2969k|  29 |   4 |  90 | 878 |   8 |  90 |  14 |  25 |  14k|1115 | 4.547474e-13 | 2.000000e+00 |    Inf 
71.48/71.56	c  66.2s|240000 |  1961 |528239 |2396k|  29 |   - |  90 | 887 | 133 |   0 |   0 |  25 |  14k|1122 | 4.547474e-13 | 2.000000e+00 |    Inf 
74.07/74.17	c  68.5s|250000 |  2005 |550631 |2492k|  29 |   - |  90 | 979 |   7 |  90 |  14 |  25 |  15k|1122 | 4.547474e-13 | 2.000000e+00 |    Inf 
76.67/76.70	c  70.8s|260000 |  2235 |571156 |2488k|  29 |   4 |  90 | 585 |   6 |  90 |  14 |  25 |  15k|1128 | 4.547474e-13 | 2.000000e+00 |    Inf 
79.07/79.16	c  73.1s|270000 |  2378 |589514 |2678k|  29 |   4 |  90 | 645 |   9 |  90 |  14 |  25 |  16k|1128 | 4.547474e-13 | 2.000000e+00 |    Inf 
81.57/81.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.57/81.60	c  75.3s|280000 |  1829 |608654 |2228k|  29 |   4 |  90 | 641 |   5 |  90 |  14 |  25 |  16k|1132 | 4.547474e-13 | 2.000000e+00 |    Inf 
83.97/84.01	c  77.5s|290000 |  2098 |628765 |2448k|  29 |   - |  90 | 564 |   9 |  90 |  14 |  25 |  17k|1134 | 4.547474e-13 | 2.000000e+00 |    Inf 
87.06/87.13	c  80.3s|300000 |  2045 |647632 |2528k|  29 |   4 |  90 | 771 |   8 |  90 |  14 |  25 |  17k|1134 | 4.547474e-13 | 2.000000e+00 |    Inf 
89.47/89.55	c  82.6s|310000 |  2121 |666115 |2506k|  29 |   - |  90 | 785 |   4 |  90 |  14 |  25 |  18k|1149 | 4.547474e-13 | 2.000000e+00 |    Inf 
91.96/92.02	c  84.8s|320000 |  2232 |684062 |2724k|  29 |   - |  90 | 965 |  13 |   0 |   0 |  25 |  19k|1149 | 4.547474e-13 | 2.000000e+00 |    Inf 
94.47/94.53	c  87.2s|330000 |  1678 |702127 |2067k|  29 |   - |  90 | 425 |   6 |  90 |  14 |  25 |  19k|1394 | 4.547474e-13 | 2.000000e+00 |    Inf 
96.87/96.95	c  89.4s|340000 |  1597 |722061 |2039k|  29 |   - |  90 | 386 |   3 |   0 |   0 |  25 |  20k|1394 | 4.547474e-13 | 2.000000e+00 |    Inf 
99.16/99.29	c  91.5s|350000 |  1459 |742833 |1961k|  29 |   4 |  90 | 442 |  15 |  90 |  14 |  25 |  20k|1395 | 4.547474e-13 | 2.000000e+00 |    Inf 
101.57/101.69	c  93.7s|360000 |  1568 |763147 |2092k|  29 |   - |  90 | 609 |  14 |   0 |   0 |  25 |  21k|1397 | 4.547474e-13 | 2.000000e+00 |    Inf 
103.96/104.07	c  95.9s|370000 |  1445 |783770 |2034k|  29 |   - |  90 | 554 |   6 |  90 |  14 |  25 |  21k|1397 | 9.094947e-13 | 2.000000e+00 |    Inf 
106.37/106.42	c  98.0s|380000 |  1254 |803608 |1870k|  29 |   - |  90 | 369 |  45 |   0 |   0 |  25 |  22k|1398 | 9.094947e-13 | 2.000000e+00 |    Inf 
108.96/109.03	c   100s|390000 |  2320 |825944 |2446k|  29 |   4 |  90 | 417 |   5 |  90 |  14 |  25 |  22k|1849 | 9.094947e-13 | 2.000000e+00 |    Inf 
111.36/111.49	c   103s|400000 |  3273 |847288 |3056k|  29 |   - |  90 | 395 |   7 |   0 |   0 |  25 |  23k|1871 | 9.094947e-13 | 2.000000e+00 |    Inf 
113.86/113.92	c   105s|410000 |  4485 |869109 |3803k|  29 |   - |  90 | 429 |  26 |  90 |  14 |  25 |  23k|1889 | 9.094947e-13 | 2.000000e+00 |    Inf 
116.26/116.32	c   107s|420000 |  4592 |888927 |4070k|  29 |   - |  90 | 536 |   8 |  90 |  14 |  25 |  24k|1916 | 9.094947e-13 | 2.000000e+00 |    Inf 
118.66/118.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.66/118.75	c   109s|430000 |  4882 |908164 |4360k|  29 |   4 |  90 | 597 |   9 |  90 |  14 |  25 |  24k|1928 | 9.094947e-13 | 2.000000e+00 |    Inf 
121.06/121.15	c   112s|440000 |  4987 |927752 |4552k|  29 |   4 |  90 | 625 |   4 |  90 |  14 |  25 |  25k|1940 | 9.094947e-13 | 2.000000e+00 |    Inf 
123.46/123.54	c   114s|450000 |  5148 |947915 |4703k|  29 |   4 |  90 | 541 |  17 |  90 |  14 |  25 |  25k|1953 | 9.094947e-13 | 2.000000e+00 |    Inf 
125.76/125.87	c   116s|460000 |  4870 |966636 |4678k|  29 |   - |  90 | 615 |   7 |  90 |  14 |  25 |  26k|1970 | 9.094947e-13 | 2.000000e+00 |    Inf 
128.16/128.24	c   118s|470000 |  4855 |985113 |4803k|  29 |   4 |  90 | 733 |  17 |  90 |  14 |  25 |  26k|1989 | 9.094947e-13 | 2.000000e+00 |    Inf 
130.55/130.63	c   120s|480000 |  4989 |  1004k|4954k|  29 |   - |  90 | 755 |  15 |   0 |   0 |  25 |  27k|2008 | 9.094947e-13 | 2.000000e+00 |    Inf 
132.86/132.99	c   122s|490000 |  5075 |  1023k|5166k|  29 |   4 |  90 | 916 |   9 |  90 |  14 |  25 |  27k|2029 | 9.094947e-13 | 2.000000e+00 |    Inf 
135.36/135.41	c   125s|500000 |  4916 |  1041k|5082k|  29 |   4 |  90 | 827 |  10 |  90 |  14 |  25 |  28k|2047 | 9.094947e-13 | 2.000000e+00 |    Inf 
138.36/138.48	c   127s|510000 |  4685 |  1060k|4979k|  29 |   4 |  90 | 751 |   6 |  90 |  14 |  25 |  28k|2069 | 9.094947e-13 | 2.000000e+00 |    Inf 
140.76/140.87	c   129s|520000 |  4989 |  1080k|5293k|  29 |   - |  90 | 868 |   7 |  90 |  14 |  25 |  29k|2075 | 9.094947e-13 | 2.000000e+00 |    Inf 
143.15/143.25	c   132s|530000 |  5145 |  1099k|5346k|  29 |   4 |  90 | 729 |   6 |  90 |  14 |  25 |  29k|2090 | 9.094947e-13 | 2.000000e+00 |    Inf 
145.56/145.66	c   134s|540000 |  5699 |  1120k|5702k|  29 |   - |  90 | 575 |  15 |   0 |   0 |  25 |  30k|2101 | 9.094947e-13 | 2.000000e+00 |    Inf 
147.95/148.04	c   136s|550000 |  5648 |  1139k|5828k|  29 |   4 |  90 | 588 |  24 |  90 |  14 |  25 |  30k|2112 | 9.094947e-13 | 2.000000e+00 |    Inf 
150.26/150.32	c   138s|560000 |  5682 |  1158k|5979k|  29 |   - |  90 | 638 |   4 |  90 |  14 |  25 |  30k|2126 | 9.094947e-13 | 2.000000e+00 |    Inf 
152.55/152.68	c   140s|570000 |  5278 |  1176k|5780k|  29 |   4 |  90 | 664 |   5 |  90 |  14 |  25 |  31k|2142 | 9.094947e-13 | 2.000000e+00 |    Inf 
154.96/155.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.96/155.09	c   142s|580000 |  4811 |  1195k|5473k|  29 |   - |  90 | 696 |  10 |  90 |  14 |  25 |  31k|2160 | 9.094947e-13 | 2.000000e+00 |    Inf 
157.35/157.46	c   145s|590000 |  5496 |  1215k|5741k|  29 |   4 |  90 | 649 |   5 |  90 |  14 |  25 |  32k|2168 | 9.094947e-13 | 2.000000e+00 |    Inf 
159.65/159.74	c   147s|600000 |  6606 |  1234k|6453k|  29 |   - |  90 | 702 |   7 |  90 |  14 |  25 |  32k|2182 | 9.094947e-13 | 2.000000e+00 |    Inf 
161.95/162.02	c   149s|610000 |  7089 |  1253k|6873k|  29 |   - |  90 | 732 |   7 |  90 |  14 |  25 |  32k|2197 | 9.094947e-13 | 2.000000e+00 |    Inf 
164.15/164.24	c   151s|620000 |  7637 |  1271k|7346k|  29 |   4 |  90 | 829 |   4 |  90 |  14 |  25 |  33k|2208 | 9.094947e-13 | 2.000000e+00 |    Inf 
166.44/166.57	c   153s|630000 |  7431 |  1289k|7393k|  29 |   - |  90 | 799 |  15 |  90 |  14 |  25 |  33k|2219 | 9.094947e-13 | 2.000000e+00 |    Inf 
168.75/168.87	c   155s|640000 |  7237 |  1307k|7455k|  29 |   4 |  90 | 916 |  10 |  90 |  14 |  25 |  34k|2233 | 9.094947e-13 | 2.000000e+00 |    Inf 
171.15/171.29	c   157s|650000 |  6622 |  1324k|7178k|  29 |   4 |  90 | 923 |  33 |  90 |  14 |  25 |  34k|2245 | 9.094947e-13 | 2.000000e+00 |    Inf 
173.54/173.69	c   159s|660000 |  6152 |  1342k|6933k|  29 |   - |  90 | 900 | 706 |   0 |   0 |  25 |  34k|2260 | 9.094947e-13 | 2.000000e+00 |    Inf 
176.05/176.10	c   162s|670000 |  5631 |  1360k|6551k|  29 |   - |  90 | 835 |  20 |   0 |   0 |  25 |  35k|2277 | 9.094947e-13 | 2.000000e+00 |    Inf 
178.44/178.56	c   164s|680000 |  4872 |  1377k|5856k|  29 |   4 |  90 | 835 |  21 |  90 |  14 |  25 |  35k|2293 | 9.094947e-13 | 2.000000e+00 |    Inf 
180.85/180.91	c   166s|690000 |  4484 |  1395k|5584k|  29 |   - |  90 | 864 |   6 |  90 |  14 |  25 |  36k|2304 | 9.094947e-13 | 2.000000e+00 |    Inf 
183.14/183.20	c   168s|700000 |  4344 |  1413k|5470k|  29 |   - |  90 | 884 |   7 |  90 |  14 |  25 |  36k|2317 | 9.094947e-13 | 2.000000e+00 |    Inf 
185.35/185.46	c   170s|710000 |  4076 |  1430k|5282k|  29 |   4 |  90 | 900 |   4 |  90 |  14 |  25 |  36k|2321 | 9.094947e-13 | 2.000000e+00 |    Inf 
187.64/187.72	c   172s|720000 |  4008 |  1448k|5278k|  29 |   - |  90 | 982 |   4 |   0 |   0 |  25 |  37k|2333 | 9.094947e-13 | 2.000000e+00 |    Inf 
189.84/189.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.84/189.99	c   174s|730000 |  3859 |  1466k|5154k|  29 |   - |  90 |1006 |  10 |  90 |  14 |  25 |  37k|2345 | 9.094947e-13 | 2.000000e+00 |    Inf 
192.24/192.38	c   177s|740000 |  3221 |  1484k|4476k|  29 |   4 |  90 | 702 |  33 |  90 |  14 |  25 |  37k|2356 | 9.094947e-13 | 2.000000e+00 |    Inf 
194.54/194.61	c   179s|750000 |  3448 |  1501k|4661k|  29 |   4 |  90 | 742 |  15 |  90 |  14 |  25 |  38k|2371 | 9.094947e-13 | 2.000000e+00 |    Inf 
196.75/196.85	c   181s|760000 |  3218 |  1517k|4559k|  29 |   4 |  90 | 813 |   4 |  90 |  14 |  25 |  38k|2386 | 9.094947e-13 | 2.000000e+00 |    Inf 
199.05/199.19	c   183s|770000 |  2813 |  1534k|4097k|  29 |   4 |  90 | 707 |  22 |  90 |  14 |  25 |  39k|2395 | 9.094947e-13 | 2.000000e+00 |    Inf 
201.33/201.44	c   185s|780000 |  3154 |  1553k|4230k|  29 |   - |  90 | 596 |  29 |   0 |   0 |  25 |  39k|2401 | 9.094947e-13 | 2.000000e+00 |    Inf 
203.54/203.61	c   187s|790000 |  2687 |  1571k|3968k|  29 |   - |  90 | 639 |   4 |  90 |  14 |  25 |  39k|2404 | 9.094947e-13 | 2.000000e+00 |    Inf 
205.73/205.87	c   189s|800000 |  2441 |  1590k|3688k|  29 |   - |  90 | 508 |   4 |   0 |   0 |  25 |  39k|2421 | 9.094947e-13 | 2.000000e+00 |    Inf 
207.94/208.07	c   191s|810000 |  2682 |  1609k|3823k|  29 |   4 |  90 | 489 |   5 |  90 |  14 |  25 |  40k|2440 | 9.094947e-13 | 2.000000e+00 |    Inf 
210.14/210.29	c   193s|820000 |  2377 |  1626k|3669k|  29 |   - |  90 | 504 |   4 |  90 |  14 |  25 |  40k|2453 | 9.094947e-13 | 2.000000e+00 |    Inf 
212.44/212.55	c   195s|830000 |  2161 |  1646k|3405k|  29 |   - |  90 | 479 |  18 |  90 |  14 |  25 |  40k|2482 | 9.094947e-13 | 2.000000e+00 |    Inf 
214.74/214.82	c   197s|840000 |  1897 |  1665k|3160k|  29 |   4 |  90 | 411 |   4 |  90 |  14 |  25 |  40k|2497 | 9.094947e-13 | 2.000000e+00 |    Inf 
216.94/217.07	c   199s|850000 |  1661 |  1684k|2909k|  29 |   - |  90 | 549 |   7 |  90 |  14 |  25 |  41k|2512 | 9.094947e-13 | 2.000000e+00 |    Inf 
219.13/219.25	c   201s|860000 |  1493 |  1702k|2802k|  29 |   - |  90 | 620 |  16 |   0 |   0 |  25 |  41k|2529 | 9.094947e-13 | 2.000000e+00 |    Inf 
221.33/221.47	c   203s|870000 |  1472 |  1719k|2750k|  29 |   - |  90 | 615 |  90 |   0 |   0 |  25 |  42k|2541 | 9.094947e-13 | 2.000000e+00 |    Inf 
223.53/223.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.53/223.63	c   205s|880000 |  1486 |  1737k|2834k|  29 |   4 |  90 | 665 |  20 |  90 |  14 |  25 |  42k|2543 | 9.094947e-13 | 2.000000e+00 |    Inf 
225.73/225.85	c   207s|890000 |  2061 |  1755k|3085k|  29 |   4 |  90 | 732 |  11 |  90 |  14 |  25 |  42k|2560 | 9.094947e-13 | 2.000000e+00 |    Inf 
228.03/228.12	c   209s|900000 |  2424 |  1774k|3444k|  29 |   4 |  90 | 831 |   5 |  90 |  14 |  25 |  43k|2572 | 9.094947e-13 | 2.000000e+00 |    Inf 
230.33/230.42	c   211s|910000 |  2074 |  1792k|3353k|  29 |   - |  90 | 791 |   4 |   0 |   0 |  25 |  43k|2586 | 9.094947e-13 | 2.000000e+00 |    Inf 
232.63/232.73	c   213s|920000 |  2353 |  1811k|3641k|  29 |   4 |  90 | 925 |  17 |  90 |  14 |  25 |  43k|2597 | 9.094947e-13 | 2.000000e+00 |    Inf 
234.94/235.09	c   216s|930000 |  2482 |  1829k|3811k|  29 |   4 |  90 | 957 |  16 |  90 |  14 |  25 |  44k|2606 | 9.094947e-13 | 2.000000e+00 |    Inf 
237.33/237.46	c   218s|940000 |  2106 |  1848k|3543k|  29 |   - |  90 | 873 |   7 |   0 |   0 |  25 |  44k|2614 | 9.094947e-13 | 2.000000e+00 |    Inf 
239.73/239.83	c   220s|950000 |  1696 |  1866k|3214k|  29 |   4 |  90 | 878 |  12 |  90 |  14 |  25 |  44k|2627 | 9.094947e-13 | 2.000000e+00 |    Inf 
242.03/242.13	c   222s|960000 |  2302 |  1885k|3216k|  29 |   - |  90 | 884 |  11 |  90 |  14 |  25 |  45k|2642 | 9.094947e-13 | 2.000000e+00 |    Inf 
244.33/244.45	c   224s|970000 |  2866 |  1904k|3671k|  29 |   4 |  90 | 907 |   6 |  90 |  14 |  25 |  45k|2651 | 9.094947e-13 | 2.000000e+00 |    Inf 
246.62/246.76	c   226s|980000 |  3186 |  1922k|4029k|  29 |   4 |  90 | 992 |   4 |  90 |  14 |  25 |  46k|2660 | 9.094947e-13 | 2.000000e+00 |    Inf 
248.93/249.09	c   228s|990000 |  3255 |  1940k|4196k|  29 |   - |  90 |1003 |   6 |  90 |  14 |  25 |  46k|2667 | 9.094947e-13 | 2.000000e+00 |    Inf 
251.33/251.45	c   230s|  1000k|  3002 |  1957k|4166k|  29 |   4 |  90 |1031 |  13 |  90 |  14 |  25 |  46k|2683 | 9.094947e-13 | 2.000000e+00 |    Inf 
253.72/253.86	c   233s|  1010k|  2560 |  1975k|3962k|  29 |   - |  90 |1053 |   4 |  90 |  14 |  25 |  47k|2697 | 9.094947e-13 | 2.000000e+00 |    Inf 
256.03/256.18	c   235s|  1020k|  2786 |  1992k|4210k|  29 |   - |  90 |1228 |   7 |  90 |  14 |  25 |  47k|2710 | 9.094947e-13 | 2.000000e+00 |    Inf 
258.43/258.57	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.43/258.57	c   237s|  1030k|  2861 |  2011k|4284k|  29 |   - |  90 |1184 |   3 |   0 |   0 |  25 |  48k|2719 | 9.094947e-13 | 2.000000e+00 |    Inf 
260.82/260.94	c   239s|  1040k|  3125 |  2029k|4559k|  29 |   4 |  90 |1233 |   8 |  90 |  14 |  25 |  48k|2728 | 9.094947e-13 | 2.000000e+00 |    Inf 
263.22/263.31	c   241s|  1050k|  2776 |  2047k|4318k|  29 |   - |  90 |1106 |   4 |  90 |  14 |  25 |  48k|2741 | 9.094947e-13 | 2.000000e+00 |    Inf 
265.52/265.63	c   243s|  1060k|  2416 |  2065k|4110k|  29 |   - |  90 |1165 |  17 |  90 |  14 |  25 |  49k|2747 | 9.094947e-13 | 2.000000e+00 |    Inf 
267.92/268.06	c   246s|  1070k|  2124 |  2083k|3915k|  29 |   4 |  90 |1335 |   4 |  90 |  14 |  25 |  49k|2757 | 9.094947e-13 | 2.000000e+00 |    Inf 
270.32/270.49	c   248s|  1080k|  2013 |  2101k|3704k|  29 |   - |  90 |1306 |   4 |  90 |  14 |  25 |  50k|2771 | 9.094947e-13 | 2.000000e+00 |    Inf 
272.72/272.86	c   250s|  1090k|  2014 |  2119k|3735k|  29 |   4 |  90 |1330 |  13 |  90 |  14 |  25 |  50k|2784 | 9.094947e-13 | 2.000000e+00 |    Inf 
275.12/275.24	c   252s|  1100k|  1836 |  2138k|3655k|  29 |   - |  90 |1383 |   4 |  90 |  14 |  25 |  50k|2797 | 9.094947e-13 | 2.000000e+00 |    Inf 
277.52/277.69	c   255s|  1110k|  1686 |  2156k|3386k|  29 |   4 |  90 |1359 |   8 |  90 |  14 |  25 |  51k|2808 | 9.094947e-13 | 2.000000e+00 |    Inf 
280.02/280.13	c   257s|  1120k|  1342 |  2174k|2940k|  29 |   4 |  90 |1257 |  31 |  90 |  14 |  25 |  51k|2820 | 9.094947e-13 | 2.000000e+00 |    Inf 
282.32/282.46	c   259s|  1130k|  1290 |  2191k|2937k|  29 |   - |  90 |1359 | 729 |   0 |   0 |  25 |  51k|2826 | 9.094947e-13 | 2.000000e+00 |    Inf 
284.72/284.82	c   261s|  1140k|  1042 |  2209k|2465k|  29 |   - |  90 | 865 |  29 |  90 |  14 |  25 |  52k|2836 | 9.094947e-13 | 2.000000e+00 |    Inf 
286.92/287.02	c   263s|  1150k|   907 |  2226k|2233k|  29 |   - |  90 | 731 |  53 |   0 |   0 |  25 |  52k|2839 | 9.094947e-13 | 2.000000e+00 |    Inf 
289.12/289.21	c   265s|  1160k|   932 |  2244k|2152k|  29 |   4 |  90 | 709 |  18 |  90 |  14 |  25 |  52k|2847 | 9.094947e-13 | 2.000000e+00 |    Inf 
291.32/291.45	c   267s|  1170k|   746 |  2263k|2133k|  29 |   - |  90 | 836 |   5 |  90 |  14 |  25 |  53k|2847 | 9.094947e-13 | 2.000000e+00 |    Inf 
293.62/293.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.62/293.76	c   269s|  1180k|   408 |  2281k|1576k|  29 |   4 |  90 | 656 |   9 |  90 |  14 |  25 |  53k|2867 | 1.364242e-12 | 2.000000e+00 |    Inf 
295.82/295.97	c   271s|  1190k|   812 |  2299k|1846k|  29 |   - |  90 | 737 |   5 |  90 |  14 |  25 |  53k|2882 | 1.818989e-12 | 2.000000e+00 |    Inf 
298.11/298.21	c   273s|  1200k|   860 |  2317k|1994k|  29 |   - |  90 | 764 |  30 |  90 |  14 |  25 |  54k|2890 | 1.818989e-12 | 2.000000e+00 |    Inf 
300.31/300.46	c   275s|  1210k|  1021 |  2335k|2190k|  29 |   - |  90 | 828 |   7 |  90 |  14 |  25 |  54k|2895 | 1.818989e-12 | 2.000000e+00 |    Inf 
302.51/302.69	c   277s|  1220k|   788 |  2352k|2055k|  29 |   - |  90 | 777 |  17 |   0 |   0 |  25 |  54k|2902 | 1.818989e-12 | 2.000000e+00 |    Inf 
304.81/304.97	c   279s|  1230k|   207 |  2371k|1473k|  29 |   4 |  90 | 712 |  10 |  90 |  14 |  25 |  55k|2907 | 1.818989e-12 | 2.000000e+00 |    Inf 
306.32/306.40	c 
306.32/306.40	c SCIP Status        : problem is solved [optimal solution found]
306.32/306.40	c Solving Time (sec) : 280.76
306.32/306.40	c Solving Nodes      : 1235447
306.32/306.40	c Primal Bound       : +2.00000000000000e+00 (33 solutions)
306.32/306.40	c Dual Bound         : +2.00000000000000e+00
306.32/306.40	c Gap                : 0.00 %
306.32/306.40	c NODE         1235447
306.32/306.40	c DUAL BOUND   2
306.32/306.40	c PRIMAL BOUND 2
306.32/306.40	c GAP          0
306.32/306.40	s OPTIMUM FOUND
306.32/306.40	v -x94 x93 -x92 -x91 -x90 x89 x88 x87 -x86 -x85 x84 -x83 x82 x81 x80 -x79 x78 x77 x76 x75 -x74 x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 
306.32/306.40	v x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
306.32/306.40	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 
306.32/306.40	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
306.32/306.40	c SCIP Status        : problem is solved [optimal solution found]
306.32/306.40	c Solving Time       :     280.76
306.32/306.40	c Original Problem   :
306.32/306.40	c   Problem name     : HOME/instance-1869482-1245174119.opb
306.32/306.40	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
306.32/306.40	c   Constraints      : 8 initial, 8 maximal
306.32/306.40	c Presolved Problem  :
306.32/306.40	c   Problem name     : t_HOME/instance-1869482-1245174119.opb
306.32/306.40	c   Variables        : 90 (90 binary, 0 integer, 0 implicit integer, 0 continuous)
306.32/306.40	c   Constraints      : 4 initial, 1717 maximal
306.32/306.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
306.32/306.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   probing          :       0.01          0          0          0          0          0          0          0          0
306.32/306.40	c   linear           :       0.00          0          4          0          0          0          4          0          0
306.32/306.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
306.32/306.40	c   root node        :          -         59          -          -         59          -          -          -          -
306.32/306.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
306.32/306.40	c   integral         :          0          0          0     624910          0        280       1071          0          0    1247112
306.32/306.40	c   linear           :          4          6    1605365          1          0     260054    1730565         16          0          0
306.32/306.40	c   logicor          :          0+         0     789525          0          0       2132      27956          0          0          0
306.32/306.40	c   countsols        :          0          0          0         14          0          0          0          0          0          0
306.32/306.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
306.32/306.40	c   integral         :       6.09       0.00       0.00       6.09       0.00
306.32/306.40	c   linear           :      60.30       0.00      60.30       0.00       0.00
306.32/306.40	c   logicor          :      14.67       0.00      14.67       0.00       0.00
306.32/306.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
306.32/306.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
306.32/306.40	c   rootredcost      :       0.53         25          0         56
306.32/306.40	c   pseudoobj        :       8.70    1623743      18527      56353
306.32/306.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
306.32/306.40	c   propagation      :      10.94     280713      52780      78337       23.6          0        0.0          -
306.32/306.40	c   infeasible LP    :       0.09       2242       2242       2374       11.9          0        0.0          0
306.32/306.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
306.32/306.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
306.32/306.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
306.32/306.40	c   applied globally :          -          -          -      56444       22.9          -          -          -
306.32/306.40	c   applied locally  :          -          -          -        114       32.2          -          -          -
306.32/306.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
306.32/306.40	c   cut pool         :       0.00          5          -          -         15          -    (maximal pool size: 119)
306.32/306.40	c   redcost          :       3.91     654113          0     268265          0          0
306.32/306.40	c   impliedbounds    :       0.00          6          0          0          0          0
306.32/306.40	c   intobj           :       0.00          0          0          0          0          0
306.32/306.40	c   gomory           :       0.00          6          0          0          0          0
306.32/306.40	c   strongcg         :       0.01          6          0          0         20          0
306.32/306.40	c   cmir             :       0.02          6          0          0         34          0
306.32/306.40	c   flowcover        :       0.02          6          0          0         58          0
306.32/306.40	c   clique           :       0.00          1          0          0          0          0
306.32/306.40	c   zerohalf         :       0.00          0          0          0          0          0
306.32/306.40	c   mcf              :       0.00          1          0          0          0          0
306.32/306.40	c Pricers            :       Time      Calls       Vars
306.32/306.40	c   problem variables:       0.00          0          0
306.32/306.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
306.32/306.40	c   relpscost        :       5.46     624896        280       1071          0          0    1247112
306.32/306.40	c   pscost           :       0.00          0          0          0          0          0          0
306.32/306.40	c   inference        :       0.00          0          0          0          0          0          0
306.32/306.40	c   mostinf          :       0.00          0          0          0          0          0          0
306.32/306.40	c   leastinf         :       0.00          0          0          0          0          0          0
306.32/306.40	c   fullstrong       :       0.00          0          0          0          0          0          0
306.32/306.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
306.32/306.40	c   random           :       0.00          0          0          0          0          0          0
306.32/306.40	c Primal Heuristics  :       Time      Calls      Found
306.32/306.40	c   LP solutions     :       0.00          -         14
306.32/306.40	c   pseudo solutions :       0.00          -          0
306.32/306.40	c   feaspump         :       0.13          1          0
306.32/306.40	c   oneopt           :       0.45         24          0
306.32/306.40	c   crossover        :       2.02         10          1
306.32/306.40	c   rootsoldiving    :       0.93        532          2
306.32/306.40	c   objpscostdiving  :       0.52        541          4
306.32/306.40	c   linesearchdiving :       1.05       1340          2
306.32/306.40	c   guideddiving     :       1.01       1340          2
306.32/306.40	c   fracdiving       :       0.99       1340          1
306.32/306.40	c   veclendiving     :       1.22       1340          1
306.32/306.40	c   coefdiving       :       1.08       1341          3
306.32/306.40	c   pscostdiving     :       0.93       1341          1
306.32/306.40	c   simplerounding   :       0.21          0          0
306.32/306.40	c   rounding         :       0.69      11407          0
306.32/306.40	c   shifting         :      10.28      15654          2
306.32/306.40	c   intshifting      :       0.05          0          0
306.32/306.40	c   fixandinfer      :       0.00          0          0
306.32/306.40	c   intdiving        :       0.00          0          0
306.32/306.40	c   actconsdiving    :       0.00          0          0
306.32/306.40	c   octane           :       0.00          0          0
306.32/306.40	c   rens             :       0.02          1          0
306.32/306.40	c   rins             :       0.00          0          0
306.32/306.40	c   localbranching   :       0.00          0          0
306.32/306.40	c   mutation         :       0.00          0          0
306.32/306.40	c   dins             :       0.00          0          0
306.32/306.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
306.32/306.40	c   primal LP        :       0.00          0          0       0.00          -
306.32/306.40	c   dual LP          :      79.20    1006016    2301758       2.29   29062.60
306.32/306.40	c   barrier LP       :       0.00          0          0       0.00          -
306.32/306.40	c   diving/probing LP:       2.91      34331      81144       2.36   27884.54
306.32/306.40	c   strong branching :       0.48       2908      12977       4.46   27035.42
306.32/306.40	c     (at root node) :          -         13        536      41.23          -
306.32/306.40	c   conflict analysis:       0.00          0          0       0.00          -
306.32/306.40	c B&B Tree           :
306.32/306.40	c   number of runs   :          1
306.32/306.40	c   nodes            :    1235447
306.32/306.40	c   nodes (total)    :    1235447
306.32/306.40	c   nodes left       :          0
306.32/306.40	c   max depth        :         29
306.32/306.40	c   max depth (total):         29
306.32/306.40	c   backtracks       :     347381 (28.1%)
306.32/306.40	c   delayed cutoffs  :      11276
306.32/306.40	c   repropagations   :      30602 (66717 domain reductions, 10170 cutoffs)
306.32/306.40	c   avg switch length:       4.98
306.32/306.40	c   switching time   :      36.61
306.32/306.40	c Solution           :
306.32/306.40	c   Solutions found  :         33 (25 improvements)
306.32/306.40	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 84604 nodes, 27.35 seconds, depth 22, found by <relaxation>)
306.32/306.40	c   Dual Bound       : +2.00000000000000e+00
306.32/306.40	c   Gap              :       0.00 %
306.32/306.40	c   Root Dual Bound  : +4.54747350886464e-13
306.32/306.41	c Time complete: 306.33.

Verifier Data

OK	2

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4803
/proc/meminfo: memFree=1843232/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=4328 CPUtime=0
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 185011877 4431872 468 1992294400 4194304 7823515 548682068736 18446744073709551615 6124816 0 0 4096 0 0 0 0 17 1 0 0
/proc/4803/statm: 1162 480 313 886 0 272 0

[startup+0.070129 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4803
/proc/meminfo: memFree=1843232/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=12336 CPUtime=0.06
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 2658 0 0 0 5 1 0 0 18 0 1 0 185011877 12632064 2286 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 3084 2286 551 886 0 2194 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12336

[startup+0.101132 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4803
/proc/meminfo: memFree=1843232/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=21052 CPUtime=0.09
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 4505 0 0 0 8 1 0 0 18 0 1 0 185011877 21557248 4133 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5263 4133 559 886 0 4373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21052

[startup+0.301154 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4803
/proc/meminfo: memFree=1843232/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=12520 CPUtime=0.29
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 4519 0 0 0 26 3 0 0 19 0 1 0 185011877 12820480 2373 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 3130 2373 571 886 0 2240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12520

[startup+0.701197 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4803
/proc/meminfo: memFree=1843232/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=20400 CPUtime=0.69
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 5959 0 0 0 63 6 0 0 22 0 1 0 185011877 20889600 3813 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5100 3821 573 886 0 4210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20400

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1832792/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=21216 CPUtime=1.49
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 7860 0 0 0 134 15 0 0 25 0 1 0 185011877 21725184 4203 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5304 4203 573 886 0 4414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21216

[startup+3.10146 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1834200/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=14708 CPUtime=3.09
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 8122 0 0 0 282 27 0 0 25 0 1 0 185011877 15060992 2931 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 3677 2931 573 886 0 2787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14708

[startup+6.3028 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1832536/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=16032 CPUtime=6.29
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 12973 0 0 0 578 51 0 0 25 0 1 0 185011877 16416768 3248 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 4008 3248 573 886 0 3118 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16032

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1828640/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=19588 CPUtime=12.69
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 13870 0 0 0 1173 96 0 0 25 0 1 0 185011877 20058112 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 4897 4145 573 886 0 4007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19588

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1828128/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=20052 CPUtime=25.49
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 13992 0 0 0 2371 178 0 0 25 0 1 0 185011877 20533248 4267 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5013 4267 573 886 0 4123 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20052

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1828128/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=20096 CPUtime=51.08
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 17165 0 0 0 4733 375 0 0 25 0 1 0 185011877 20578304 4285 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5024 4285 573 886 0 4134 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20096

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1827936/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=20240 CPUtime=102.27
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 18127 0 0 0 9425 802 0 0 25 0 1 0 185011877 20725760 4293 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5060 4293 573 886 0 4170 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 20240

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1826464/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=21616 CPUtime=162.25
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19419 0 0 0 14905 1320 0 0 25 0 1 0 185011877 22134784 4649 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5404 4649 573 886 0 4514 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 21616

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1826464/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=21616 CPUtime=222.24
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19422 0 0 0 20382 1842 0 0 25 0 1 0 185011877 22134784 4652 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5404 4652 573 886 0 4514 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 21616

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=282.22
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 25876 2346 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 23628

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

[startup+294.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=294.21
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 26973 2448 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 23628

[startup+300.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=300.61
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 27555 2506 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 300.61
Current children cumulated vsize (KiB) 23628

[startup+303.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=303.82
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 27847 2535 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 303.82
Current children cumulated vsize (KiB) 23628

[startup+305.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=305.42
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 27994 2548 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 305.42
Current children cumulated vsize (KiB) 23628

[startup+305.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=305.82
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 28031 2551 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 305.82
Current children cumulated vsize (KiB) 23628

[startup+306.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=306.21
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 28066 2555 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 306.21
Current children cumulated vsize (KiB) 23628

[startup+306.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4804
/proc/meminfo: memFree=1824416/2055920 swapFree=4182492/4192956
[pid=4803] ppid=4801 vsize=23628 CPUtime=306.32
/proc/4803/stat : 4803 (pbscip.linux.x8) R 4801 4803 4468 0 -1 4194304 19941 0 0 0 28076 2556 0 0 25 0 1 0 185011877 24195072 5171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4803/statm: 5907 5171 573 886 0 5017 0
Current children cumulated CPU time (s) 306.32
Current children cumulated vsize (KiB) 23628

Child status: 0
Real time (s): 306.413
CPU time (s): 306.333
CPU user time (s): 280.77
CPU system time (s): 25.5631
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 26580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 280.77
system time used= 25.5631
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 324

runsolver used 0.216967 second user time and 0.672897 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-16 19:41:59
IDJOB=1869482
IDBENCH=2896
IDSOLVER=683
FILE ID=node21/1869482-1245174119
PBS_JOBID= 9363878
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=2129853453

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1843648 kB
Buffers:         44960 kB
Cached:          92020 kB
SwapCached:       4256 kB
Active:          48592 kB
Inactive:        95736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843648 kB
SwapTotal:     4192956 kB
SwapFree:      4182492 kB
Dirty:            9832 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            54016 kB
Committed_AS:   175404 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66080 MiB
End job on node21 at 2009-06-16 19:47:05