Trace number 3734708

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT2 136.927 136.956

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 benchmark52.396
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.00	c SCIP version 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3734708-1338703922.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c start presolving problem
0.00/0.00	c presolving:
0.00/0.00	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.00	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.01	c presolving (3 rounds):
0.00/0.01	c  4 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 90 variables (90 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c OPT-LIN
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = c 13950
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = c 1791
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    31 | 325k|   0 |   4 |  90 |   4 |   4 |  90 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |   120 | 372k|   0 |   7 |  90 |   4 |   4 |  90 |   8 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |   126 | 403k|   0 |   9 |  90 |   4 |   4 |  90 |  13 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   135 | 442k|   0 |   8 |  90 |   4 |   4 |  90 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   145 | 481k|   0 |  10 |  90 |   4 |   4 |  90 |  22 |  18 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   162 | 518k|   0 |  11 |  90 |   4 |   4 |  90 |  26 |  22 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   176 | 541k|   0 |  13 |  90 |   4 |   4 |  90 |  29 |  25 |   0 |   0 | 4.547474e-13 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     2 |   176 | 542k|   0 |  13 |  90 |   4 |   4 |  90 |  29 |  25 |   0 |  13 | 4.547474e-13 |      --      |    Inf 
0.00/0.07	o 132
0.00/0.07	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.00/0.08	o 110
0.00/0.08	c f 0.1s|    45 |    42 |   369 | 578k|  23 |   - |  90 |   5 |   2 |  90 |  14 |  25 |   2 | 165 | 4.547474e-13 | 1.100000e+02 |    Inf 
0.00/0.08	o 108
0.00/0.08	c * 0.1s|    54 |    48 |   413 | 582k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   2 | 189 | 4.547474e-13 | 1.080000e+02 |    Inf 
0.00/0.08	o 106
0.00/0.08	c * 0.1s|    55 |    47 |   413 | 583k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   2 | 189 | 4.547474e-13 | 1.060000e+02 |    Inf 
0.00/0.09	o 105
0.00/0.09	c v 0.1s|    68 |    59 |   446 | 595k|  23 |   - |  90 |   5 |   0 |  90 |  14 |  25 |   3 | 222 | 4.547474e-13 | 1.050000e+02 |    Inf 
0.00/0.09	o 103
0.00/0.09	c l 0.1s|    68 |    57 |   447 | 598k|  23 |   - |  90 |   5 |   0 |  90 |  14 |  25 |   5 | 222 | 4.547474e-13 | 1.030000e+02 |    Inf 
0.00/0.09	o 58
0.00/0.09	c g 0.1s|    82 |    56 |   525 | 605k|  23 |   - |  90 |   5 |   1 |  90 |  14 |  25 |   5 | 241 | 4.547474e-13 | 5.800000e+01 |    Inf 
0.09/0.10	o 54
0.09/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c s 0.1s|    92 |    62 |   548 | 598k|  23 |   - |  90 |   5 |   3 |  90 |  14 |  25 |   5 | 258 | 4.547474e-13 | 5.400000e+01 |    Inf 
0.09/0.11	o 29
0.09/0.11	c * 0.1s|   123 |    65 |   606 | 604k|  29 |   - |  90 |   5 |   2 |  90 |  14 |  25 |   6 | 303 | 4.547474e-13 | 2.900000e+01 |    Inf 
0.09/0.11	o 27
0.09/0.11	c c 0.1s|   152 |    78 |   702 | 615k|  29 |   - |  90 |   6 |   0 |  90 |  14 |  25 |   8 | 315 | 4.547474e-13 | 2.700000e+01 |    Inf 
0.09/0.13	o 26
0.09/0.13	c * 0.1s|   227 |   130 |   996 | 638k|  29 |   - |  90 |  11 |   0 |  90 |  14 |  25 |  13 | 335 | 4.547474e-13 | 2.600000e+01 |    Inf 
0.09/0.15	o 23
0.09/0.15	c g 0.1s|   359 |   176 |  1392 | 669k|  29 |   - |  90 |  17 |   0 |  90 |  14 |  25 |  20 | 369 | 4.547474e-13 | 2.300000e+01 |    Inf 
0.09/0.16	o 21
0.09/0.16	c * 0.1s|   392 |   197 |  1529 | 681k|  29 |   - |  90 |  17 |   0 |  90 |  14 |  25 |  20 | 376 | 4.547474e-13 | 2.100000e+01 |    Inf 
0.09/0.16	o 20
0.09/0.16	c * 0.1s|   425 |   206 |  1653 | 694k|  29 |   - |  90 |  20 |   1 |  90 |  14 |  25 |  23 | 379 | 4.547474e-13 | 2.000000e+01 |    Inf 
0.09/0.18	o 19
0.09/0.18	c * 0.1s|   467 |   219 |  1868 | 707k|  29 |   - |  90 |  25 |   1 |  90 |  14 |  25 |  33 | 385 | 4.547474e-13 | 1.900000e+01 |    Inf 
0.19/0.25	o 18
0.19/0.25	c l 0.2s|   835 |   477 |  3244 | 858k|  29 |   - |  90 |  63 |   6 |  90 |  14 |  25 |  86 | 410 | 4.547474e-13 | 1.800000e+01 |    Inf 
0.29/0.32	o 16
0.29/0.32	c * 0.3s|  1043 |   597 |  4290 | 924k|  29 |   - |  90 |  94 |   5 |  90 |  14 |  25 | 126 | 421 | 4.547474e-13 | 1.600000e+01 |    Inf 
0.29/0.32	o 15
0.29/0.32	c * 0.3s|  1062 |   608 |  4370 | 933k|  29 |   - |  90 |  95 |   4 |  90 |  14 |  25 | 129 | 424 | 4.547474e-13 | 1.500000e+01 |    Inf 
0.39/0.42	o 14
0.39/0.42	c * 0.4s|  1493 |   841 |  6127 |1084k|  29 |   - |  90 | 185 |   5 |  90 |  14 |  25 | 228 | 445 | 4.547474e-13 | 1.400000e+01 |    Inf 
0.39/0.48	o 13
0.39/0.48	c p 0.4s|  1815 |   940 |  7252 |1168k|  29 |   - |  90 | 228 |   3 |  90 |  14 |  25 | 275 | 451 | 4.547474e-13 | 1.300000e+01 |    Inf 
0.49/0.56	o 10
0.49/0.56	c c 0.5s|  2263 |  1105 |  8787 |1275k|  29 |   - |  90 | 294 |   5 |  90 |  14 |  25 | 342 | 465 | 4.547474e-13 | 1.000000e+01 |    Inf 
1.39/1.48	o 8
1.39/1.48	c * 1.4s|  6689 |  2474 | 22734 |2166k|  29 |   - |  90 | 717 |   5 |  90 |  14 |  25 | 819 | 546 | 4.547474e-13 | 8.000000e+00 |    Inf 
1.88/1.97	o 6
1.88/1.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.88/1.97	c * 1.8s|  9610 |  2831 | 30516 |2499k|  29 |   - |  90 | 916 |   9 |  90 |  14 |  25 |1046 | 603 | 4.547474e-13 | 6.000000e+00 |    Inf 
1.88/1.97	o 4
1.88/1.97	c * 1.8s|  9611 |  2729 | 30518 |2432k|  29 |   - |  90 | 916 |   7 |  90 |  14 |  25 |1046 | 603 | 4.547474e-13 | 4.000000e+00 |    Inf 
1.99/2.03	c   1.9s| 10000 |  2757 | 31458 |2450k|  29 |   - |  90 | 912 |  55 |  90 |  14 |  25 |1058 | 603 | 4.547474e-13 | 4.000000e+00 |    Inf 
3.49/3.57	c   3.3s| 20000 |  3027 | 54762 |2949k|  29 |   4 |  90 |1301 |  26 |  90 |  14 |  25 |1634 | 633 | 4.547474e-13 | 4.000000e+00 |    Inf 
4.99/5.09	c   4.7s| 30000 |  3332 | 78397 |3341k|  29 |   4 |  90 |1517 |  96 |  90 |  14 |  25 |2257 | 664 | 4.547474e-13 | 4.000000e+00 |    Inf 
6.59/6.62	c   6.2s| 40000 |  3842 |102608 |3832k|  29 |   - |  90 |1629 |  16 |  90 |  14 |  25 |2884 | 705 | 4.547474e-13 | 4.000000e+00 |    Inf 
8.09/8.10	c   7.6s| 50000 |  3469 |126481 |3634k|  29 |   - |  90 |1417 |   7 |  90 |  14 |  25 |3442 | 749 | 4.547474e-13 | 4.000000e+00 |    Inf 
9.48/9.55	c   8.9s| 60000 |  2902 |149983 |3233k|  29 |   4 |  90 |1254 |  49 |  90 |  14 |  25 |4075 | 794 | 4.547474e-13 | 4.000000e+00 |    Inf 
10.88/10.97	c  10.3s| 70000 |  2491 |173798 |2876k|  29 |   4 |  90 |1250 |   9 |  90 |  14 |  25 |4615 | 830 | 4.547474e-13 | 4.000000e+00 |    Inf 
12.38/12.40	c  11.6s| 80000 |  2482 |197828 |2825k|  29 |   - |  90 |1325 |  41 |  90 |  14 |  25 |5187 | 932 | 4.547474e-13 | 4.000000e+00 |    Inf 
12.98/13.08	o 2
12.98/13.08	c *12.2s| 84604 |  2779 |209322 |3076k|  29 |   - |  90 |1530 |   0 |  90 |  14 |  25 |5475 | 947 | 4.547474e-13 | 2.000000e+00 |    Inf 
13.79/13.80	c  12.9s| 90000 |  3068 |221975 |3287k|  29 |   4 |  90 |1521 |   7 |  90 |  14 |  25 |5708 | 947 | 4.547474e-13 | 2.000000e+00 |    Inf 
15.08/15.13	c  14.2s|100000 |  2736 |244829 |3177k|  29 |   - |  90 |1430 |  22 |  90 |  14 |  25 |6144 | 948 | 4.547474e-13 | 2.000000e+00 |    Inf 
16.39/16.44	c  15.4s|110000 |  2159 |266910 |2717k|  29 |   4 |  90 |1338 |  14 |  90 |  14 |  25 |6544 | 951 | 4.547474e-13 | 2.000000e+00 |    Inf 
17.69/17.76	c  16.6s|120000 |  2991 |289842 |2977k|  29 |   4 |  90 | 898 |   5 |  90 |  14 |  25 |7130 | 999 | 4.547474e-13 | 2.000000e+00 |    Inf 
18.90/18.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.90/18.97	c  17.7s|130000 |  2828 |309620 |3056k|  29 |   - |  90 | 973 |  97 |   0 |   0 |  25 |7739 |1042 | 4.547474e-13 | 2.000000e+00 |    Inf 
20.08/20.19	c  18.9s|140000 |  2555 |330265 |2830k|  29 |   - |  90 | 873 |  15 |  90 |  14 |  25 |8245 |1049 | 4.547474e-13 | 2.000000e+00 |    Inf 
21.29/21.37	c  20.0s|150000 |  2299 |349961 |2683k|  29 |   - |  90 | 894 |   9 |  90 |  14 |  25 |8803 |1049 | 4.547474e-13 | 2.000000e+00 |    Inf 
22.48/22.57	c  21.1s|160000 |  2941 |371659 |3060k|  29 |   4 |  90 | 967 |  25 |  90 |  14 |  25 |9449 |1050 | 4.547474e-13 | 2.000000e+00 |    Inf 
23.69/23.74	c  22.2s|170000 |  2677 |390776 |3070k|  29 |   4 |  90 |1039 |   9 |  90 |  14 |  25 |  10k|1051 | 4.547474e-13 | 2.000000e+00 |    Inf 
24.88/24.94	c  23.3s|180000 |  2570 |411263 |2675k|  29 |   - |  90 | 728 |   9 |  90 |  14 |  25 |  10k|1112 | 4.547474e-13 | 2.000000e+00 |    Inf 
26.09/26.16	c  24.4s|190000 |  3522 |432648 |3388k|  29 |   4 |  90 | 921 |  11 |  90 |  14 |  25 |  11k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
27.29/27.34	c  25.6s|200000 |  4066 |453041 |3813k|  29 |   4 |  90 | 904 |  17 |  90 |  14 |  25 |  12k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
28.38/28.49	c  26.6s|210000 |  3700 |471189 |3754k|  29 |   - |  90 | 926 |  13 |   0 |   0 |  25 |  12k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
29.59/29.67	c  27.7s|220000 |  3312 |490122 |3663k|  29 |   - |  90 |1067 |   5 |  90 |  14 |  25 |  13k|1114 | 4.547474e-13 | 2.000000e+00 |    Inf 
30.78/30.87	c  28.8s|230000 |  2457 |509209 |2969k|  29 |   4 |  90 | 878 |   8 |  90 |  14 |  25 |  14k|1115 | 4.547474e-13 | 2.000000e+00 |    Inf 
31.99/32.02	c  29.9s|240000 |  1961 |528239 |2396k|  29 |   - |  90 | 887 | 133 |   0 |   0 |  25 |  14k|1122 | 4.547474e-13 | 2.000000e+00 |    Inf 
33.09/33.20	c  31.0s|250000 |  2005 |550631 |2492k|  29 |   - |  90 | 979 |   7 |  90 |  14 |  25 |  15k|1122 | 4.547474e-13 | 2.000000e+00 |    Inf 
34.28/34.34	c  32.1s|260000 |  2235 |571156 |2488k|  29 |   4 |  90 | 585 |   6 |  90 |  14 |  25 |  15k|1128 | 4.547474e-13 | 2.000000e+00 |    Inf 
35.38/35.45	c  33.1s|270000 |  2378 |589514 |2678k|  29 |   4 |  90 | 645 |   9 |  90 |  14 |  25 |  16k|1128 | 4.547474e-13 | 2.000000e+00 |    Inf 
36.49/36.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.49/36.56	c  34.1s|280000 |  1829 |608654 |2228k|  29 |   4 |  90 | 641 |   5 |  90 |  14 |  25 |  16k|1132 | 4.547474e-13 | 2.000000e+00 |    Inf 
37.59/37.66	c  35.1s|290000 |  2098 |628765 |2448k|  29 |   - |  90 | 564 |   9 |  90 |  14 |  25 |  17k|1134 | 4.547474e-13 | 2.000000e+00 |    Inf 
38.98/39.08	c  36.4s|300000 |  2045 |647632 |2528k|  29 |   4 |  90 | 771 |   8 |  90 |  14 |  25 |  17k|1134 | 4.547474e-13 | 2.000000e+00 |    Inf 
40.09/40.18	c  37.5s|310000 |  2121 |666115 |2506k|  29 |   - |  90 | 785 |   4 |  90 |  14 |  25 |  18k|1149 | 4.547474e-13 | 2.000000e+00 |    Inf 
41.28/41.30	c  38.5s|320000 |  2232 |684062 |2724k|  29 |   - |  90 | 965 |  13 |   0 |   0 |  25 |  19k|1149 | 4.547474e-13 | 2.000000e+00 |    Inf 
42.38/42.43	c  39.5s|330000 |  1678 |702127 |2067k|  29 |   - |  90 | 425 |   6 |  90 |  14 |  25 |  19k|1394 | 4.547474e-13 | 2.000000e+00 |    Inf 
43.48/43.53	c  40.6s|340000 |  1597 |722061 |2039k|  29 |   - |  90 | 386 |   3 |   0 |   0 |  25 |  20k|1394 | 4.547474e-13 | 2.000000e+00 |    Inf 
44.48/44.59	c  41.5s|350000 |  1459 |742833 |1961k|  29 |   4 |  90 | 442 |  15 |  90 |  14 |  25 |  20k|1395 | 4.547474e-13 | 2.000000e+00 |    Inf 
45.58/45.69	c  42.6s|360000 |  1568 |763147 |2092k|  29 |   - |  90 | 609 |  14 |   0 |   0 |  25 |  21k|1397 | 4.547474e-13 | 2.000000e+00 |    Inf 
46.68/46.78	c  43.6s|370000 |  1445 |783770 |2034k|  29 |   - |  90 | 554 |   6 |  90 |  14 |  25 |  21k|1397 | 9.094947e-13 | 2.000000e+00 |    Inf 
47.79/47.86	c  44.6s|380000 |  1254 |803608 |1870k|  29 |   - |  90 | 369 |  45 |   0 |   0 |  25 |  22k|1398 | 9.094947e-13 | 2.000000e+00 |    Inf 
48.99/49.05	c  45.7s|390000 |  2320 |825944 |2446k|  29 |   4 |  90 | 417 |   5 |  90 |  14 |  25 |  22k|1849 | 9.094947e-13 | 2.000000e+00 |    Inf 
50.08/50.17	c  46.7s|400000 |  3273 |847288 |3056k|  29 |   - |  90 | 395 |   7 |   0 |   0 |  25 |  23k|1871 | 9.094947e-13 | 2.000000e+00 |    Inf 
51.18/51.27	c  47.7s|410000 |  4485 |869109 |3803k|  29 |   - |  90 | 429 |  26 |  90 |  14 |  25 |  23k|1889 | 9.094947e-13 | 2.000000e+00 |    Inf 
52.28/52.35	c  48.7s|420000 |  4592 |888927 |4070k|  29 |   - |  90 | 536 |   8 |  90 |  14 |  25 |  24k|1916 | 9.094947e-13 | 2.000000e+00 |    Inf 
53.38/53.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.38/53.45	c  49.7s|430000 |  4882 |908164 |4360k|  29 |   4 |  90 | 597 |   9 |  90 |  14 |  25 |  24k|1928 | 9.094947e-13 | 2.000000e+00 |    Inf 
54.48/54.54	c  50.8s|440000 |  4987 |927752 |4552k|  29 |   4 |  90 | 625 |   4 |  90 |  14 |  25 |  25k|1940 | 9.094947e-13 | 2.000000e+00 |    Inf 
55.58/55.63	c  51.8s|450000 |  5148 |947915 |4703k|  29 |   4 |  90 | 541 |  17 |  90 |  14 |  25 |  25k|1953 | 9.094947e-13 | 2.000000e+00 |    Inf 
56.57/56.69	c  52.7s|460000 |  4870 |966636 |4678k|  29 |   - |  90 | 615 |   7 |  90 |  14 |  25 |  26k|1970 | 9.094947e-13 | 2.000000e+00 |    Inf 
57.67/57.77	c  53.7s|470000 |  4855 |985113 |4803k|  29 |   4 |  90 | 733 |  17 |  90 |  14 |  25 |  26k|1989 | 9.094947e-13 | 2.000000e+00 |    Inf 
58.78/58.85	c  54.8s|480000 |  4989 |  1004k|4954k|  29 |   - |  90 | 755 |  15 |   0 |   0 |  25 |  27k|2008 | 9.094947e-13 | 2.000000e+00 |    Inf 
59.88/59.91	c  55.7s|490000 |  5075 |  1023k|5166k|  29 |   4 |  90 | 916 |   9 |  90 |  14 |  25 |  27k|2029 | 9.094947e-13 | 2.000000e+00 |    Inf 
60.88/60.98	c  56.7s|500000 |  4916 |  1041k|5082k|  29 |   4 |  90 | 827 |  10 |  90 |  14 |  25 |  28k|2047 | 9.094947e-13 | 2.000000e+00 |    Inf 
62.28/62.33	c  58.0s|510000 |  4685 |  1060k|4979k|  29 |   4 |  90 | 751 |   6 |  90 |  14 |  25 |  28k|2069 | 9.094947e-13 | 2.000000e+00 |    Inf 
63.37/63.40	c  58.9s|520000 |  4989 |  1080k|5293k|  29 |   - |  90 | 868 |   7 |  90 |  14 |  25 |  29k|2075 | 9.094947e-13 | 2.000000e+00 |    Inf 
64.38/64.46	c  59.9s|530000 |  5145 |  1099k|5346k|  29 |   4 |  90 | 729 |   6 |  90 |  14 |  25 |  29k|2090 | 9.094947e-13 | 2.000000e+00 |    Inf 
65.47/65.54	c  60.9s|540000 |  5699 |  1120k|5702k|  29 |   - |  90 | 575 |  15 |   0 |   0 |  25 |  30k|2101 | 9.094947e-13 | 2.000000e+00 |    Inf 
66.58/66.60	c  61.9s|550000 |  5648 |  1139k|5828k|  29 |   4 |  90 | 588 |  24 |  90 |  14 |  25 |  30k|2112 | 9.094947e-13 | 2.000000e+00 |    Inf 
67.57/67.62	c  62.8s|560000 |  5682 |  1158k|5979k|  29 |   - |  90 | 638 |   4 |  90 |  14 |  25 |  30k|2126 | 9.094947e-13 | 2.000000e+00 |    Inf 
68.58/68.66	c  63.8s|570000 |  5278 |  1176k|5780k|  29 |   4 |  90 | 664 |   5 |  90 |  14 |  25 |  31k|2142 | 9.094947e-13 | 2.000000e+00 |    Inf 
69.67/69.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.67/69.73	c  64.8s|580000 |  4811 |  1195k|5473k|  29 |   - |  90 | 696 |  10 |  90 |  14 |  25 |  31k|2160 | 9.094947e-13 | 2.000000e+00 |    Inf 
70.67/70.78	c  65.7s|590000 |  5496 |  1215k|5741k|  29 |   4 |  90 | 649 |   5 |  90 |  14 |  25 |  32k|2168 | 9.094947e-13 | 2.000000e+00 |    Inf 
71.67/71.79	c  66.7s|600000 |  6606 |  1234k|6453k|  29 |   - |  90 | 702 |   7 |  90 |  14 |  25 |  32k|2182 | 9.094947e-13 | 2.000000e+00 |    Inf 
72.78/72.82	c  67.6s|610000 |  7089 |  1253k|6873k|  29 |   - |  90 | 732 |   7 |  90 |  14 |  25 |  32k|2197 | 9.094947e-13 | 2.000000e+00 |    Inf 
73.78/73.82	c  68.5s|620000 |  7637 |  1271k|7346k|  29 |   4 |  90 | 829 |   4 |  90 |  14 |  25 |  33k|2208 | 9.094947e-13 | 2.000000e+00 |    Inf 
74.77/74.85	c  69.5s|630000 |  7431 |  1289k|7393k|  29 |   - |  90 | 799 |  15 |  90 |  14 |  25 |  33k|2219 | 9.094947e-13 | 2.000000e+00 |    Inf 
75.77/75.88	c  70.5s|640000 |  7237 |  1307k|7455k|  29 |   4 |  90 | 916 |  10 |  90 |  14 |  25 |  34k|2233 | 9.094947e-13 | 2.000000e+00 |    Inf 
76.87/76.94	c  71.4s|650000 |  6622 |  1324k|7178k|  29 |   4 |  90 | 923 |  33 |  90 |  14 |  25 |  34k|2245 | 9.094947e-13 | 2.000000e+00 |    Inf 
77.97/78.00	c  72.4s|660000 |  6152 |  1342k|6933k|  29 |   - |  90 | 900 | 706 |   0 |   0 |  25 |  34k|2260 | 9.094947e-13 | 2.000000e+00 |    Inf 
78.97/79.06	c  73.4s|670000 |  5631 |  1360k|6551k|  29 |   - |  90 | 835 |  20 |   0 |   0 |  25 |  35k|2277 | 9.094947e-13 | 2.000000e+00 |    Inf 
80.07/80.14	c  74.4s|680000 |  4872 |  1377k|5856k|  29 |   4 |  90 | 835 |  21 |  90 |  14 |  25 |  35k|2293 | 9.094947e-13 | 2.000000e+00 |    Inf 
81.07/81.18	c  75.4s|690000 |  4484 |  1395k|5584k|  29 |   - |  90 | 864 |   6 |  90 |  14 |  25 |  36k|2304 | 9.094947e-13 | 2.000000e+00 |    Inf 
82.17/82.20	c  76.3s|700000 |  4344 |  1413k|5470k|  29 |   - |  90 | 884 |   7 |  90 |  14 |  25 |  36k|2317 | 9.094947e-13 | 2.000000e+00 |    Inf 
83.17/83.21	c  77.2s|710000 |  4076 |  1430k|5282k|  29 |   4 |  90 | 900 |   4 |  90 |  14 |  25 |  36k|2321 | 9.094947e-13 | 2.000000e+00 |    Inf 
84.17/84.22	c  78.2s|720000 |  4008 |  1448k|5278k|  29 |   - |  90 | 982 |   4 |   0 |   0 |  25 |  37k|2333 | 9.094947e-13 | 2.000000e+00 |    Inf 
85.17/85.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.17/85.23	c  79.1s|730000 |  3859 |  1466k|5154k|  29 |   - |  90 |1006 |  10 |  90 |  14 |  25 |  37k|2345 | 9.094947e-13 | 2.000000e+00 |    Inf 
86.17/86.28	c  80.1s|740000 |  3221 |  1484k|4476k|  29 |   4 |  90 | 702 |  33 |  90 |  14 |  25 |  37k|2356 | 9.094947e-13 | 2.000000e+00 |    Inf 
87.17/87.27	c  81.0s|750000 |  3448 |  1501k|4661k|  29 |   4 |  90 | 742 |  15 |  90 |  14 |  25 |  38k|2371 | 9.094947e-13 | 2.000000e+00 |    Inf 
88.17/88.26	c  81.9s|760000 |  3218 |  1517k|4559k|  29 |   4 |  90 | 813 |   4 |  90 |  14 |  25 |  38k|2386 | 9.094947e-13 | 2.000000e+00 |    Inf 
89.17/89.30	c  82.9s|770000 |  2813 |  1534k|4097k|  29 |   4 |  90 | 707 |  22 |  90 |  14 |  25 |  39k|2395 | 9.094947e-13 | 2.000000e+00 |    Inf 
90.28/90.31	c  83.8s|780000 |  3154 |  1553k|4230k|  29 |   - |  90 | 596 |  29 |   0 |   0 |  25 |  39k|2401 | 9.094947e-13 | 2.000000e+00 |    Inf 
91.17/91.28	c  84.7s|790000 |  2687 |  1571k|3968k|  29 |   - |  90 | 639 |   4 |  90 |  14 |  25 |  39k|2404 | 9.094947e-13 | 2.000000e+00 |    Inf 
92.17/92.29	c  85.6s|800000 |  2441 |  1590k|3688k|  29 |   - |  90 | 508 |   4 |   0 |   0 |  25 |  39k|2421 | 9.094947e-13 | 2.000000e+00 |    Inf 
93.17/93.28	c  86.5s|810000 |  2682 |  1609k|3823k|  29 |   4 |  90 | 489 |   5 |  90 |  14 |  25 |  40k|2440 | 9.094947e-13 | 2.000000e+00 |    Inf 
94.17/94.28	c  87.4s|820000 |  2377 |  1626k|3669k|  29 |   - |  90 | 504 |   4 |  90 |  14 |  25 |  40k|2453 | 9.094947e-13 | 2.000000e+00 |    Inf 
95.17/95.28	c  88.4s|830000 |  2161 |  1646k|3405k|  29 |   - |  90 | 479 |  18 |  90 |  14 |  25 |  40k|2482 | 9.094947e-13 | 2.000000e+00 |    Inf 
96.17/96.29	c  89.3s|840000 |  1897 |  1665k|3160k|  29 |   4 |  90 | 411 |   4 |  90 |  14 |  25 |  40k|2497 | 9.094947e-13 | 2.000000e+00 |    Inf 
97.17/97.29	c  90.2s|850000 |  1661 |  1684k|2909k|  29 |   - |  90 | 549 |   7 |  90 |  14 |  25 |  41k|2512 | 9.094947e-13 | 2.000000e+00 |    Inf 
98.17/98.26	c  91.1s|860000 |  1493 |  1702k|2802k|  29 |   - |  90 | 620 |  16 |   0 |   0 |  25 |  41k|2529 | 9.094947e-13 | 2.000000e+00 |    Inf 
99.18/99.25	c  92.0s|870000 |  1472 |  1719k|2750k|  29 |   - |  90 | 615 |  90 |   0 |   0 |  25 |  42k|2541 | 9.094947e-13 | 2.000000e+00 |    Inf 
100.18/100.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.18/100.23	c  92.9s|880000 |  1486 |  1737k|2834k|  29 |   4 |  90 | 665 |  20 |  90 |  14 |  25 |  42k|2543 | 9.094947e-13 | 2.000000e+00 |    Inf 
101.17/101.22	c  93.8s|890000 |  2061 |  1755k|3085k|  29 |   4 |  90 | 732 |  11 |  90 |  14 |  25 |  42k|2560 | 9.094947e-13 | 2.000000e+00 |    Inf 
102.17/102.24	c  94.7s|900000 |  2424 |  1774k|3444k|  29 |   4 |  90 | 831 |   5 |  90 |  14 |  25 |  43k|2572 | 9.094947e-13 | 2.000000e+00 |    Inf 
103.17/103.26	c  95.7s|910000 |  2074 |  1792k|3353k|  29 |   - |  90 | 791 |   4 |   0 |   0 |  25 |  43k|2586 | 9.094947e-13 | 2.000000e+00 |    Inf 
104.16/104.29	c  96.6s|920000 |  2353 |  1811k|3641k|  29 |   4 |  90 | 925 |  17 |  90 |  14 |  25 |  43k|2597 | 9.094947e-13 | 2.000000e+00 |    Inf 
105.27/105.33	c  97.6s|930000 |  2482 |  1829k|3811k|  29 |   4 |  90 | 957 |  16 |  90 |  14 |  25 |  44k|2606 | 9.094947e-13 | 2.000000e+00 |    Inf 
106.27/106.38	c  98.5s|940000 |  2106 |  1848k|3543k|  29 |   - |  90 | 873 |   7 |   0 |   0 |  25 |  44k|2614 | 9.094947e-13 | 2.000000e+00 |    Inf 
107.36/107.42	c  99.5s|950000 |  1696 |  1866k|3214k|  29 |   4 |  90 | 878 |  12 |  90 |  14 |  25 |  44k|2627 | 9.094947e-13 | 2.000000e+00 |    Inf 
108.37/108.45	c   100s|960000 |  2302 |  1885k|3216k|  29 |   - |  90 | 884 |  11 |  90 |  14 |  25 |  45k|2642 | 9.094947e-13 | 2.000000e+00 |    Inf 
109.37/109.48	c   101s|970000 |  2866 |  1904k|3671k|  29 |   4 |  90 | 907 |   6 |  90 |  14 |  25 |  45k|2651 | 9.094947e-13 | 2.000000e+00 |    Inf 
110.47/110.51	c   102s|980000 |  3186 |  1922k|4029k|  29 |   4 |  90 | 992 |   4 |  90 |  14 |  25 |  46k|2660 | 9.094947e-13 | 2.000000e+00 |    Inf 
111.47/111.55	c   103s|990000 |  3255 |  1940k|4196k|  29 |   - |  90 |1003 |   6 |  90 |  14 |  25 |  46k|2667 | 9.094947e-13 | 2.000000e+00 |    Inf 
112.46/112.59	c   104s|  1000k|  3002 |  1957k|4166k|  29 |   4 |  90 |1031 |  13 |  90 |  14 |  25 |  46k|2683 | 9.094947e-13 | 2.000000e+00 |    Inf 
113.56/113.65	c   105s|  1010k|  2560 |  1975k|3962k|  29 |   - |  90 |1053 |   4 |  90 |  14 |  25 |  47k|2697 | 9.094947e-13 | 2.000000e+00 |    Inf 
114.57/114.67	c   106s|  1020k|  2786 |  1992k|4210k|  29 |   - |  90 |1228 |   7 |  90 |  14 |  25 |  47k|2710 | 9.094947e-13 | 2.000000e+00 |    Inf 
115.67/115.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.67/115.72	c   107s|  1030k|  2861 |  2011k|4284k|  29 |   - |  90 |1184 |   3 |   0 |   0 |  25 |  48k|2719 | 9.094947e-13 | 2.000000e+00 |    Inf 
116.67/116.77	c   108s|  1040k|  3125 |  2029k|4559k|  29 |   4 |  90 |1233 |   8 |  90 |  14 |  25 |  48k|2728 | 9.094947e-13 | 2.000000e+00 |    Inf 
117.77/117.82	c   109s|  1050k|  2776 |  2047k|4318k|  29 |   - |  90 |1106 |   4 |  90 |  14 |  25 |  48k|2741 | 9.094947e-13 | 2.000000e+00 |    Inf 
118.76/118.86	c   110s|  1060k|  2416 |  2065k|4110k|  29 |   - |  90 |1165 |  17 |  90 |  14 |  25 |  49k|2747 | 9.094947e-13 | 2.000000e+00 |    Inf 
119.86/119.93	c   111s|  1070k|  2124 |  2083k|3915k|  29 |   4 |  90 |1335 |   4 |  90 |  14 |  25 |  49k|2757 | 9.094947e-13 | 2.000000e+00 |    Inf 
120.96/121.00	c   112s|  1080k|  2013 |  2101k|3704k|  29 |   - |  90 |1306 |   4 |  90 |  14 |  25 |  50k|2771 | 9.094947e-13 | 2.000000e+00 |    Inf 
121.96/122.04	c   113s|  1090k|  2014 |  2119k|3735k|  29 |   4 |  90 |1330 |  13 |  90 |  14 |  25 |  50k|2784 | 9.094947e-13 | 2.000000e+00 |    Inf 
122.96/123.09	c   114s|  1100k|  1836 |  2138k|3655k|  29 |   - |  90 |1383 |   4 |  90 |  14 |  25 |  50k|2797 | 9.094947e-13 | 2.000000e+00 |    Inf 
124.06/124.16	c   115s|  1110k|  1686 |  2156k|3386k|  29 |   4 |  90 |1359 |   8 |  90 |  14 |  25 |  51k|2808 | 9.094947e-13 | 2.000000e+00 |    Inf 
125.16/125.23	c   116s|  1120k|  1342 |  2174k|2940k|  29 |   4 |  90 |1257 |  31 |  90 |  14 |  25 |  51k|2820 | 9.094947e-13 | 2.000000e+00 |    Inf 
126.16/126.27	c   117s|  1130k|  1290 |  2191k|2937k|  29 |   - |  90 |1359 | 729 |   0 |   0 |  25 |  51k|2826 | 9.094947e-13 | 2.000000e+00 |    Inf 
127.27/127.32	c   118s|  1140k|  1042 |  2209k|2465k|  29 |   - |  90 | 865 |  29 |  90 |  14 |  25 |  52k|2836 | 9.094947e-13 | 2.000000e+00 |    Inf 
128.26/128.30	c   119s|  1150k|   907 |  2226k|2233k|  29 |   - |  90 | 731 |  53 |   0 |   0 |  25 |  52k|2839 | 9.094947e-13 | 2.000000e+00 |    Inf 
129.16/129.28	c   120s|  1160k|   932 |  2244k|2152k|  29 |   4 |  90 | 709 |  18 |  90 |  14 |  25 |  52k|2847 | 9.094947e-13 | 2.000000e+00 |    Inf 
130.16/130.28	c   121s|  1170k|   746 |  2263k|2133k|  29 |   - |  90 | 836 |   5 |  90 |  14 |  25 |  53k|2847 | 9.094947e-13 | 2.000000e+00 |    Inf 
131.26/131.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.26/131.30	c   122s|  1180k|   408 |  2281k|1576k|  29 |   4 |  90 | 656 |   9 |  90 |  14 |  25 |  53k|2867 | 1.364242e-12 | 2.000000e+00 |    Inf 
132.17/132.28	c   122s|  1190k|   812 |  2299k|1846k|  29 |   - |  90 | 737 |   5 |  90 |  14 |  25 |  53k|2882 | 1.818989e-12 | 2.000000e+00 |    Inf 
133.17/133.28	c   123s|  1200k|   860 |  2317k|1994k|  29 |   - |  90 | 764 |  30 |  90 |  14 |  25 |  54k|2890 | 1.818989e-12 | 2.000000e+00 |    Inf 
134.16/134.29	c   124s|  1210k|  1021 |  2335k|2190k|  29 |   - |  90 | 828 |   7 |  90 |  14 |  25 |  54k|2895 | 1.818989e-12 | 2.000000e+00 |    Inf 
135.16/135.29	c   125s|  1220k|   788 |  2352k|2055k|  29 |   - |  90 | 777 |  17 |   0 |   0 |  25 |  54k|2902 | 1.818989e-12 | 2.000000e+00 |    Inf 
136.26/136.31	c   126s|  1230k|   207 |  2371k|1473k|  29 |   4 |  90 | 712 |  10 |  90 |  14 |  25 |  55k|2907 | 1.818989e-12 | 2.000000e+00 |    Inf 
136.86/136.95	c 
136.86/136.95	c SCIP Status        : problem is solved [optimal solution found]
136.86/136.95	c Solving Time (sec) : 126.71
136.86/136.95	c Solving Nodes      : 1235447
136.86/136.95	c Primal Bound       : +2.00000000000000e+00 (33 solutions)
136.86/136.95	c Dual Bound         : +2.00000000000000e+00
136.86/136.95	c Gap                : 0.00 %
136.86/136.95	c NODE         1235447
136.86/136.95	c DUAL BOUND   2
136.86/136.95	c PRIMAL BOUND 2
136.86/136.95	c GAP          0
136.86/136.95	s OPTIMUM FOUND
136.86/136.95	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 
136.86/136.95	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 
136.86/136.95	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 
136.86/136.95	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
136.86/136.95	c SCIP Status        : problem is solved [optimal solution found]
136.86/136.95	c Solving Time       :     126.71
136.86/136.95	c Original Problem   :
136.86/136.95	c   Problem name     : HOME/instance-3734708-1338703922.opb
136.86/136.95	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
136.86/136.95	c   Constraints      : 8 initial, 8 maximal
136.86/136.95	c Presolved Problem  :
136.86/136.95	c   Problem name     : t_HOME/instance-3734708-1338703922.opb
136.86/136.95	c   Variables        : 90 (90 binary, 0 integer, 0 implicit integer, 0 continuous)
136.86/136.95	c   Constraints      : 4 initial, 1717 maximal
136.86/136.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
136.86/136.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   probing          :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   linear           :       0.00          0          4          0          0          0          4          0          0
136.86/136.95	c   logicor          :       0.00          0          0          0          0          0          0          0          0
136.86/136.95	c   root node        :          -         59          -          -         59          -          -          -          -
136.86/136.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
136.86/136.95	c   integral         :          0          0          0     624910          0        280       1071          0          0    1247112
136.86/136.95	c   linear           :          4          6    1605365          1          0     260054    1730565         16          0          0
136.86/136.95	c   logicor          :          0+         0     789525          0          0       2132      27956          0          0          0
136.86/136.95	c   countsols        :          0          0          0         14          0          0          0          0          0          0
136.86/136.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
136.86/136.95	c   integral         :       3.17       0.00       0.00       3.17       0.00
136.86/136.95	c   linear           :      24.93       0.00      24.93       0.00       0.00
136.86/136.95	c   logicor          :       5.96       0.00       5.96       0.00       0.00
136.86/136.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
136.86/136.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
136.86/136.95	c   rootredcost      :       0.36         25          0         56
136.86/136.95	c   pseudoobj        :       3.71    1623743      18527      56353
136.86/136.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
136.86/136.95	c   propagation      :       4.77     280713      52780      78337       23.6          0        0.0          -
136.86/136.95	c   infeasible LP    :       0.08       2242       2242       2374       11.9          0        0.0          0
136.86/136.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
136.86/136.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
136.86/136.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
136.86/136.95	c   applied globally :          -          -          -      56444       22.9          -          -          -
136.86/136.95	c   applied locally  :          -          -          -        114       32.2          -          -          -
136.86/136.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
136.86/136.95	c   cut pool         :       0.00          5          -          -         15          -    (maximal pool size: 119)
136.86/136.95	c   redcost          :       1.57     654113          0     268265          0          0
136.86/136.95	c   impliedbounds    :       0.00          6          0          0          0          0
136.86/136.95	c   intobj           :       0.00          0          0          0          0          0
136.86/136.95	c   gomory           :       0.00          6          0          0          0          0
136.86/136.95	c   strongcg         :       0.00          6          0          0         20          0
136.86/136.95	c   cmir             :       0.00          6          0          0         34          0
136.86/136.95	c   flowcover        :       0.03          6          0          0         58          0
136.86/136.95	c   clique           :       0.00          1          0          0          0          0
136.86/136.95	c   zerohalf         :       0.00          0          0          0          0          0
136.86/136.95	c   mcf              :       0.00          1          0          0          0          0
136.86/136.95	c Pricers            :       Time      Calls       Vars
136.86/136.95	c   problem variables:       0.00          0          0
136.86/136.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
136.86/136.95	c   relpscost        :       2.87     624896        280       1071          0          0    1247112
136.86/136.95	c   pscost           :       0.00          0          0          0          0          0          0
136.86/136.95	c   inference        :       0.00          0          0          0          0          0          0
136.86/136.95	c   mostinf          :       0.00          0          0          0          0          0          0
136.86/136.95	c   leastinf         :       0.00          0          0          0          0          0          0
136.86/136.95	c   fullstrong       :       0.00          0          0          0          0          0          0
136.86/136.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
136.86/136.95	c   random           :       0.00          0          0          0          0          0          0
136.86/136.95	c Primal Heuristics  :       Time      Calls      Found
136.86/136.95	c   LP solutions     :       0.00          -         14
136.86/136.95	c   pseudo solutions :       0.00          -          0
136.86/136.95	c   feaspump         :       0.08          1          0
136.86/136.95	c   oneopt           :       0.20         24          0
136.86/136.95	c   crossover        :       0.94         10          1
136.86/136.95	c   rootsoldiving    :       0.55        532          2
136.86/136.95	c   objpscostdiving  :       0.34        541          4
136.86/136.95	c   linesearchdiving :       0.51       1340          2
136.86/136.95	c   guideddiving     :       0.44       1340          2
136.86/136.95	c   fracdiving       :       0.40       1340          1
136.86/136.95	c   veclendiving     :       0.50       1340          1
136.86/136.95	c   coefdiving       :       0.59       1341          3
136.86/136.95	c   pscostdiving     :       0.56       1341          1
136.86/136.95	c   simplerounding   :       0.22          0          0
136.86/136.95	c   rounding         :       0.21      11407          0
136.86/136.95	c   shifting         :       4.13      15654          2
136.86/136.95	c   intshifting      :       0.03          0          0
136.86/136.95	c   fixandinfer      :       0.00          0          0
136.86/136.95	c   intdiving        :       0.00          0          0
136.86/136.95	c   actconsdiving    :       0.00          0          0
136.86/136.95	c   octane           :       0.00          0          0
136.86/136.95	c   rens             :       0.01          1          0
136.86/136.95	c   rins             :       0.00          0          0
136.86/136.95	c   localbranching   :       0.00          0          0
136.86/136.95	c   mutation         :       0.00          0          0
136.86/136.95	c   dins             :       0.00          0          0
136.86/136.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
136.86/136.95	c   primal LP        :       0.00          0          0       0.00          -
136.86/136.95	c   dual LP          :      35.99    1006016    2301758       2.29   63955.49
136.86/136.95	c   barrier LP       :       0.00          0          0       0.00          -
136.86/136.95	c   diving/probing LP:       1.63      34331      81144       2.36   49781.60
136.86/136.95	c   strong branching :       0.18       2908      12977       4.46   72094.44
136.86/136.95	c     (at root node) :          -         13        536      41.23          -
136.86/136.95	c   conflict analysis:       0.00          0          0       0.00          -
136.86/136.95	c B&B Tree           :
136.86/136.95	c   number of runs   :          1
136.86/136.95	c   nodes            :    1235447
136.86/136.95	c   nodes (total)    :    1235447
136.86/136.95	c   nodes left       :          0
136.86/136.95	c   max depth        :         29
136.86/136.95	c   max depth (total):         29
136.86/136.95	c   backtracks       :     347381 (28.1%)
136.86/136.95	c   delayed cutoffs  :      11276
136.86/136.95	c   repropagations   :      30602 (66717 domain reductions, 10170 cutoffs)
136.86/136.95	c   avg switch length:       4.98
136.86/136.95	c   switching time   :      17.17
136.86/136.95	c Solution           :
136.86/136.95	c   Solutions found  :         33 (25 improvements)
136.86/136.95	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 84604 nodes, 12.24 seconds, depth 22, found by <relaxation>)
136.86/136.95	c   Dual Bound       : +2.00000000000000e+00
136.86/136.95	c   Gap              :       0.00 %
136.86/136.95	c   Root Dual Bound  : +4.54747350886464e-13
136.86/136.95	c Time complete: 136.91.

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-3734708-1338703922/watcher-3734708-1338703922 -o /tmp/evaluation-result-3734708-1338703922/solver-3734708-1338703922 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734708-1338703922.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22552
/proc/meminfo: memFree=27243320/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=8424 CPUtime=0 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 1466 0 0 0 0 0 0 0 20 0 1 0 336517274 8626176 1419 33554432000 4194304 7823515 140733616865072 140735391085160 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 2139 1423 349 887 0 1249 0

[startup+0.100842 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22552
/proc/meminfo: memFree=27243320/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=12536 CPUtime=0.09 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 4550 0 0 0 8 1 0 0 20 0 1 0 336517274 12836864 2375 33554432000 4194304 7823515 140733616865072 140735391085160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 3134 2375 571 887 0 2244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12536

[startup+0.200335 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22552
/proc/meminfo: memFree=27243320/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=12672 CPUtime=0.19 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 4578 0 0 0 17 2 0 0 20 0 1 0 336517274 12976128 2403 33554432000 4194304 7823515 140733616865072 140735391085160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 3168 2403 573 887 0 2278 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12672

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22552
/proc/meminfo: memFree=27243320/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=15472 CPUtime=0.29 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 5277 0 0 0 27 2 0 0 20 0 1 0 336517274 15843328 3102 33554432000 4194304 7823515 140733616865072 140735391085160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 3868 3102 573 887 0 2978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15472

[startup+0.700247 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22552
/proc/meminfo: memFree=27243320/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=13696 CPUtime=0.69 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 7891 0 0 0 64 5 0 0 20 0 1 0 336517274 14024704 2672 33554432000 4194304 7823515 140733616865072 140735391085160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 3424 2672 573 887 0 2534 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13696

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27233516/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=14872 CPUtime=1.49 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 9703 0 0 0 138 11 0 0 20 0 1 0 336517274 15228928 2970 33554432000 4194304 7823515 140733616865072 140733616860920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 3718 2970 573 887 0 2828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14872

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27228804/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=16184 CPUtime=3.09 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 13034 0 0 0 287 22 0 0 20 0 1 0 336517274 16572416 3282 33554432000 4194304 7823515 140733616865072 140733616860872 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 4046 3282 573 887 0 3156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16184

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27221364/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=19604 CPUtime=6.28 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 13900 0 0 0 586 42 0 0 20 0 1 0 336517274 20074496 4148 33554432000 4194304 7823515 140733616865072 140733616862104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 4901 4148 573 887 0 4011 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19604

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27213808/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=20068 CPUtime=12.68 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 14021 0 0 0 1188 80 0 0 20 0 1 0 336517274 20549632 4269 33554432000 4194304 7823515 140733616865072 140733616861896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5017 4269 573 887 0 4127 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20068

[startup+25.5063 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27198232/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=20112 CPUtime=25.49 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 17197 0 0 0 2384 165 0 0 20 0 1 0 336517274 20594688 4287 33554432000 4194304 7823515 140733616865072 140733616861704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5028 4287 573 887 0 4138 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20112

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27173944/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=20256 CPUtime=51.08 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 18164 0 0 0 4755 353 0 0 20 0 1 0 336517274 20742144 4453 33554432000 4194304 7823515 140733616865072 140733616861976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5064 4453 573 887 0 4174 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20256

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27119188/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=21632 CPUtime=102.27 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19461 0 0 0 9479 748 0 0 20 0 1 0 336517274 22151168 4857 33554432000 4194304 7823515 140733616865072 140733616862104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5408 4857 573 887 0 4518 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21632

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

[startup+102.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27118072/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=21632 CPUtime=102.48 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19461 0 0 0 9498 750 0 0 20 0 1 0 336517274 22151168 4857 33554432000 4194304 7823515 140733616865072 140733616862104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5408 4857 573 887 0 4518 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 21632

[startup+115.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27105920/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=115.26 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 10675 851 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616861560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 115.26
Current children cumulated vsize (KiB) 23644

[startup+128.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27093704/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=128.07 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 11857 950 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616862920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 128.07
Current children cumulated vsize (KiB) 23644

[startup+131.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27089052/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=131.26 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 12151 975 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616860040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 131.26
Current children cumulated vsize (KiB) 23644

[startup+134.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27087192/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=134.46 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 12446 1000 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616862904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 134.46
Current children cumulated vsize (KiB) 23644

[startup+136.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27084712/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=136.06 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 12592 1014 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616862120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 136.06
Current children cumulated vsize (KiB) 23644

[startup+136.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27082852/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=136.46 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 12629 1017 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616862120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 136.46
Current children cumulated vsize (KiB) 23644

[startup+136.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22553
/proc/meminfo: memFree=27082852/32873844 swapFree=7116/7116
[pid=22552] ppid=22550 vsize=23644 CPUtime=136.86 cores=1,3,5,7
/proc/22552/stat : 22552 (pbscip.linux.x8) R 22550 22552 10620 0 -1 4202496 19981 0 0 0 12666 1020 0 0 20 0 1 0 336517274 24211456 5377 33554432000 4194304 7823515 140733616865072 140733616862120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22552/statm: 5911 5377 573 887 0 5021 0
Current children cumulated CPU time (s) 136.86
Current children cumulated vsize (KiB) 23644

Child status: 0
Real time (s): 136.956
CPU time (s): 136.927
CPU user time (s): 126.719
CPU system time (s): 10.2084
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 26592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.719
system time used= 10.2084
maximum resident set size= 23128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19986
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= 8
involuntary context switches= 142

runsolver used 0.206968 second user time and 0.544917 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 08:12:02
IDJOB=3734708
IDBENCH=2896
IDSOLVER=2321
FILE ID=node138/3734708-1338703922
RUNJOBID= node138-1338679216-19463
PBS_JOBID= 14636675
Free space on /tmp= 70780 MiB

SOLVER NAME= PB09: 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-3734708-1338703922/watcher-3734708-1338703922 -o /tmp/evaluation-result-3734708-1338703922/solver-3734708-1338703922 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734708-1338703922.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1844670005

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27243336 kB
Buffers:          711640 kB
Cached:          3895328 kB
SwapCached:          208 kB
Active:          2441660 kB
Inactive:        2283604 kB
Active(anon):     103024 kB
Inactive(anon):    11376 kB
Active(file):    2338636 kB
Inactive(file):  2272228 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              9876 kB
Writeback:             0 kB
AnonPages:        194732 kB
Mapped:            16660 kB
Shmem:               200 kB
Slab:             764192 kB
SReclaimable:     206172 kB
SUnreclaim:       558020 kB
KernelStack:        1456 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     229648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70772 MiB
End job on node138 at 2012-06-03 08:14:19