Trace number 3489020

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT52 1797.31 1797.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark46.199
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3489020-1307774574.opb>
0.00/0.02	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 2) 1 del vars, 438 del conss, 0 add conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 111 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3) 1 del vars, 438 del conss, 4 add conss, 1 chg bounds, 14 chg sides, 152 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.00/0.05	c (round 4) 1 del vars, 438 del conss, 4 add conss, 1 chg bounds, 16 chg sides, 174 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.13	c    (0.1s) probing: 165/600 (27.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (5 rounds):
0.09/0.13	c  1 deleted vars, 438 deleted constraints, 4 added constraints, 1 tightened bounds, 0 added holes, 16 changed sides, 174 changed coefficients
0.09/0.13	c  240 implications, 3 cliques
0.09/0.13	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.09/0.13	c     214 constraints of type <knapsack>
0.09/0.13	c       4 constraints of type <setppc>
0.09/0.13	c     437 constraints of type <linear>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.5
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1797
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.2s|     1 |     0 |   402 |     - |4860k|   0 | 242 | 600 | 663 | 600 | 655 |   0 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |  2809 |     - |5565k|   0 | 294 | 600 | 886 | 600 | 709 |  54 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  3116 |     - |5999k|   0 | 277 | 600 | 886 | 600 | 752 |  97 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  3468 |     - |6476k|   0 | 330 | 600 | 886 | 600 | 814 | 159 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |  3788 |     - |6871k|   0 | 289 | 600 | 886 | 600 | 866 | 211 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  4228 |     - |7308k|   0 | 224 | 600 | 886 | 600 | 925 | 270 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.10/1.15	c   1.2s|     1 |     0 |  4593 |     - |7657k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.29/1.36	c   1.4s|     1 |     2 |  4593 |     - |7658k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |  12 | 3.600000e+01 |      --      |    Inf 
58.70/58.71	c  58.7s| 10000 |  3746 |744458 |  74.0 |  18M|  52 |   - | 600 |2289 |   0 |   0 | 322 |  12k|4245 | 3.600000e+01 |      --      |    Inf 
89.19/89.25	c  89.2s| 20000 |  4884 |  1208k|  60.2 |  23M|  52 |   - | 600 |3661 | 600 | 723 | 322 |  26k|5615 | 3.600000e+01 |      --      |    Inf 
115.99/116.01	c   116s| 30000 |  5743 |  1580k|  52.5 |  27M|  53 | 132 | 600 |4125 | 600 | 723 | 322 |  40k|7031 | 3.600000e+01 |      --      |    Inf 
126.00/126.09	o 80
126.00/126.09	c c 126s| 34479 |  5856 |  1731k|  50.1 |  29M|  53 |   - | 600 |5254 | 600 | 723 | 322 |  47k|7289 | 3.600000e+01 | 8.000000e+01 | 122.22%
138.39/138.41	c   138s| 40000 |  6498 |  1935k|  48.3 |  32M|  60 |  37 | 600 |3627 | 600 | 723 | 322 |  54k|7312 | 3.600000e+01 | 8.000000e+01 | 122.22%
141.59/141.67	o 62
141.59/141.67	c * 142s| 41597 |  5053 |  1987k|  47.7 |  27M|  68 |   - | 600 |3806 | 600 | 723 | 322 |  56k|7329 | 3.600000e+01 | 6.200000e+01 |  72.22%
161.19/161.28	c   161s| 50000 |  5746 |  2250k|  44.9 |  31M|  68 |   - | 600 |3640 |   0 |   0 | 322 |  67k|8329 | 3.600000e+01 | 6.200000e+01 |  72.22%
185.09/185.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.09/185.14	c   185s| 60000 |  6784 |  2564k|  42.7 |  37M|  68 |  55 | 600 |4551 | 600 | 723 | 322 |  80k|9696 | 3.600000e+01 | 6.200000e+01 |  72.22%
205.39/205.42	c   205s| 70000 |  7668 |  2845k|  40.6 |  41M|  68 |  64 | 600 |3580 | 600 | 723 | 322 |  94k|  10k| 3.600000e+01 | 6.200000e+01 |  72.22%
227.49/227.51	c   228s| 80000 |  8228 |  3161k|  39.5 |  44M|  68 |  88 | 600 |4313 | 600 | 723 | 322 | 108k|  10k| 3.600000e+01 | 6.200000e+01 |  72.22%
246.90/246.95	c   247s| 90000 |  8841 |  3416k|  37.9 |  48M|  68 |  46 | 600 |5866 | 600 | 723 | 322 | 123k|  11k| 3.600000e+01 | 6.200000e+01 |  72.22%
269.50/269.56	c   270s|100000 |  9353 |  3710k|  37.1 |  50M|  68 |   - | 600 |4261 |   0 |   0 | 322 | 137k|  12k| 3.600000e+01 | 6.200000e+01 |  72.22%
291.80/291.86	c   292s|110000 |  9993 |  4045k|  36.7 |  55M|  68 | 149 | 600 |5824 | 600 | 723 | 322 | 151k|  13k| 3.600000e+01 | 6.200000e+01 |  72.22%
313.60/313.65	c   314s|120000 | 10665 |  4363k|  36.3 |  58M|  68 | 207 | 600 |5377 | 600 | 723 | 322 | 165k|  13k| 3.600000e+01 | 6.200000e+01 |  72.22%
336.70/336.74	c   337s|130000 | 11056 |  4679k|  36.0 |  60M|  68 | 120 | 600 |4869 | 600 | 723 | 322 | 180k|  14k| 3.600000e+01 | 6.200000e+01 |  72.22%
357.70/357.78	c   358s|140000 | 11693 |  4995k|  35.6 |  64M|  68 |  79 | 600 |5276 | 600 | 723 | 322 | 194k|  15k| 3.600000e+01 | 6.200000e+01 |  72.22%
381.10/381.19	c   381s|150000 | 12777 |  5387k|  35.9 |  70M|  71 | 102 | 600 |5291 | 600 | 723 | 322 | 207k|  15k| 3.600000e+01 | 6.200000e+01 |  72.22%
405.40/405.41	c   405s|160000 | 13909 |  5758k|  36.0 |  76M|  71 |  97 | 600 |6287 | 600 | 723 | 322 | 219k|  16k| 3.600000e+01 | 6.200000e+01 |  72.22%
429.60/429.67	c   430s|170000 | 14947 |  6145k|  36.1 |  82M|  71 |   - | 600 |5148 | 600 | 723 | 322 | 232k|  16k| 3.600000e+01 | 6.200000e+01 |  72.22%
451.51/451.53	c   452s|180000 | 15940 |  6497k|  36.1 |  86M|  71 | 151 | 600 |3820 | 600 | 723 | 322 | 245k|  17k| 3.600000e+01 | 6.200000e+01 |  72.22%
475.50/475.59	c   476s|190000 | 16951 |  6853k|  36.0 |  92M|  71 | 144 | 600 |5449 | 600 | 723 | 322 | 258k|  18k| 3.600000e+01 | 6.200000e+01 |  72.22%
496.11/496.19	c   496s|200000 | 17713 |  7168k|  35.8 |  95M|  71 |  94 | 600 |4339 | 600 | 723 | 322 | 272k|  18k| 3.600000e+01 | 6.200000e+01 |  72.22%
519.91/519.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
519.91/519.95	c   520s|210000 | 18531 |  7521k|  35.8 |  99M|  71 |  87 | 600 |3890 | 600 | 723 | 322 | 285k|  19k| 3.600000e+01 | 6.200000e+01 |  72.22%
521.01/521.02	o 61
521.01/521.02	c c 521s|210499 | 17245 |  7538k|  35.8 |  93M|  71 |   - | 600 |3786 | 600 | 723 | 322 | 285k|  19k| 3.600000e+01 | 6.100000e+01 |  69.44%
521.51/521.56	o 60
521.51/521.56	c C 522s|210699 | 16443 |  7543k|  35.8 |  91M|  71 |  43 | 600 |3925 | 600 | 723 | 322 | 286k|  19k| 3.600000e+01 | 6.000000e+01 |  66.67%
538.41/538.40	c   538s|220000 | 17149 |  7802k|  35.4 |  95M|  71 | 154 | 600 |6133 | 600 | 723 | 322 | 297k|  19k| 3.600000e+01 | 6.000000e+01 |  66.67%
561.10/561.14	c   561s|230000 | 17801 |  8121k|  35.3 | 100M|  71 |  65 | 600 |7236 | 600 | 723 | 322 | 309k|  20k| 3.600000e+01 | 6.000000e+01 |  66.67%
581.91/581.91	c   582s|240000 | 18371 |  8394k|  35.0 | 103M|  71 |  79 | 600 |7360 | 600 | 723 | 322 | 322k|  21k| 3.600000e+01 | 6.000000e+01 |  66.67%
599.91/599.90	c   600s|250000 | 19223 |  8639k|  34.5 | 107M|  71 |   - | 600 |5249 |   0 |   0 | 322 | 335k|  21k| 3.600000e+01 | 6.000000e+01 |  66.67%
620.80/620.80	c   621s|260000 | 20388 |  8961k|  34.5 | 112M|  71 |  68 | 600 |7445 | 600 | 723 | 322 | 348k|  22k| 3.600000e+01 | 6.000000e+01 |  66.67%
641.11/641.12	c   641s|270000 | 21455 |  9231k|  34.2 | 117M|  71 | 176 | 600 |7642 | 600 | 723 | 322 | 360k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
660.11/660.13	c   660s|280000 | 22650 |  9493k|  33.9 | 123M|  71 |  69 | 600 |8991 | 600 | 723 | 322 | 374k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
678.72/678.78	c   679s|290000 | 23351 |  9740k|  33.6 | 127M|  71 |  59 | 600 |9702 | 600 | 723 | 322 | 387k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
699.91/699.91	c   700s|300000 | 23844 |  9994k|  33.3 | 129M|  71 | 101 | 600 |4819 | 600 | 723 | 322 | 400k|  24k| 3.600000e+01 | 6.000000e+01 |  66.67%
721.62/721.69	c   722s|310000 | 24202 | 10334k|  33.3 | 132M|  71 | 179 | 600 |6664 | 600 | 723 | 322 | 413k|  24k| 3.600000e+01 | 6.000000e+01 |  66.67%
743.11/743.15	c   743s|320000 | 24739 | 10657k|  33.3 | 133M|  71 | 105 | 600 |5612 | 600 | 723 | 322 | 426k|  25k| 3.600000e+01 | 6.000000e+01 |  66.67%
765.11/765.14	c   765s|330000 | 25693 | 10972k|  33.2 | 138M|  71 | 217 | 600 |6259 | 600 | 723 | 322 | 439k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
784.52/784.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.52/784.53	c   785s|340000 | 26515 | 11269k|  33.1 | 143M|  71 | 135 | 600 |7809 | 600 | 723 | 322 | 452k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
805.71/805.73	c   806s|350000 | 27418 | 11592k|  33.1 | 148M|  71 |  45 | 600 |8499 | 600 | 723 | 322 | 465k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
828.41/828.44	c   828s|360000 | 28359 | 11924k|  33.1 | 153M|  71 |   - | 600 |8698 |   0 |   0 | 322 | 478k|  27k| 3.600000e+01 | 6.000000e+01 |  66.67%
850.11/850.11	c   850s|370000 | 29335 | 12271k|  33.2 | 158M|  71 |   - | 600 |9554 |   0 |   0 | 322 | 491k|  27k| 3.600000e+01 | 6.000000e+01 |  66.67%
872.01/872.05	c   872s|380000 | 29628 | 12606k|  33.2 | 158M|  71 |   - | 600 |5237 |   0 |   0 | 322 | 505k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
892.61/892.67	c   893s|390000 | 30255 | 12909k|  33.1 | 162M|  71 | 129 | 600 |4880 | 600 | 723 | 322 | 519k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
911.81/911.89	c   912s|400000 | 30633 | 13203k|  33.0 | 163M|  71 |   - | 600 |5040 | 600 | 723 | 322 | 533k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
933.11/933.13	c   933s|410000 | 31292 | 13517k|  33.0 | 167M|  71 |   - | 600 |5507 |   0 |   0 | 322 | 546k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
954.42/954.43	c   954s|420000 | 32083 | 13859k|  33.0 | 171M|  71 |   - | 600 |5006 |   0 |   0 | 322 | 559k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
975.42/975.44	c   975s|430000 | 32884 | 14193k|  33.0 | 175M|  71 | 107 | 600 |4961 | 600 | 723 | 322 | 572k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
996.91/996.91	c   997s|440000 | 33609 | 14519k|  33.0 | 178M|  71 |   - | 600 |5672 |   0 |   0 | 322 | 586k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1016.52/1016.54	c  1017s|450000 | 34078 | 14824k|  32.9 | 181M|  71 |  41 | 600 |5403 | 600 | 723 | 322 | 600k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1037.62/1037.66	c  1038s|460000 | 34748 | 15141k|  32.9 | 185M|  71 |   - | 600 |6121 |   0 |   0 | 322 | 613k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1057.81/1057.80	c  1058s|470000 | 35132 | 15453k|  32.9 | 188M|  71 |   - | 600 |8349 |   0 |   0 | 322 | 626k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1076.41/1076.47	c  1076s|480000 | 35993 | 15726k|  32.8 | 192M|  71 | 110 | 600 |9295 | 600 | 723 | 322 | 639k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1096.22/1096.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.22/1096.22	c  1096s|490000 | 37057 | 16005k|  32.7 | 197M|  71 |  80 | 600 |8945 | 600 | 723 | 322 | 652k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1114.41/1114.49	c  1114s|500000 | 37807 | 16265k|  32.5 | 202M|  71 |   - | 600 |  10k|   0 |   0 | 322 | 667k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1132.82/1132.83	c  1133s|510000 | 38139 | 16515k|  32.4 | 204M|  71 |   - | 600 |  11k|   0 |   0 | 322 | 680k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1152.72/1152.71	c  1153s|520000 | 38327 | 16769k|  32.2 | 205M|  71 |  64 | 600 |7057 | 600 | 723 | 322 | 695k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1174.83/1174.81	c  1175s|530000 | 39170 | 17089k|  32.2 | 208M|  71 | 135 | 600 |7180 | 600 | 723 | 322 | 709k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1194.42/1194.49	c  1194s|540000 | 39430 | 17382k|  32.2 | 209M|  71 |  58 | 600 |5278 | 600 | 723 | 322 | 723k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1215.42/1215.48	c  1215s|550000 | 40114 | 17704k|  32.2 | 213M|  71 |   - | 600 |5922 |   0 |   0 | 322 | 737k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1236.92/1236.98	c  1237s|560000 | 40944 | 18027k|  32.2 | 216M|  71 |  70 | 600 |5753 | 600 | 723 | 322 | 751k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1256.42/1256.46	c  1256s|570000 | 41532 | 18334k|  32.2 | 218M|  71 |  51 | 600 |5898 | 600 | 723 | 322 | 764k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1276.92/1276.94	c  1277s|580000 | 42708 | 18670k|  32.2 | 224M|  71 |   - | 600 |6615 |   0 |   0 | 322 | 777k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1278.92/1278.94	o 53
1278.92/1278.94	c g1279s|580995 | 35457 | 18698k|  32.2 | 198M|  71 |   - | 600 |7045 | 600 | 723 | 322 | 778k|  34k| 3.600000e+01 | 5.300000e+01 |  47.22%
1280.42/1280.47	o 52
1280.42/1280.47	c C1280s|581595 | 25151 | 18716k|  32.2 | 164M|  71 | 208 | 600 |7102 | 600 | 723 | 322 | 779k|  34k| 3.600000e+01 | 5.200000e+01 |  44.44%
1297.93/1297.91	c  1298s|590000 | 25530 | 18952k|  32.1 | 165M|  71 |  69 | 600 |3772 | 600 | 723 | 322 | 790k|  34k| 3.650000e+01 | 5.200000e+01 |  42.47%
1316.02/1316.02	c  1316s|600000 | 25712 | 19206k|  32.0 | 167M|  71 |  68 | 600 |3999 | 600 | 723 | 322 | 804k|  34k| 3.700000e+01 | 5.200000e+01 |  40.54%
1333.52/1333.51	c  1334s|610000 | 26030 | 19452k|  31.9 | 168M|  71 | 139 | 600 |4427 | 600 | 723 | 322 | 817k|  34k| 3.700000e+01 | 5.200000e+01 |  40.54%
1352.32/1352.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.32/1352.34	c  1352s|620000 | 26453 | 19715k|  31.8 | 170M|  71 |   - | 600 |4161 |   0 |   0 | 322 | 831k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1371.22/1371.28	c  1371s|630000 | 27136 | 19988k|  31.7 | 173M|  71 |   - | 600 |4377 |   0 |   0 | 322 | 844k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1390.52/1390.56	c  1391s|640000 | 27638 | 20283k|  31.7 | 176M|  71 | 190 | 600 |5847 | 600 | 723 | 322 | 857k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1409.42/1409.40	c  1409s|650000 | 28193 | 20557k|  31.6 | 179M|  71 |  79 | 600 |6378 | 600 | 723 | 322 | 870k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1429.13/1429.16	c  1429s|660000 | 29108 | 20834k|  31.6 | 183M|  71 |  17 | 600 |5784 | 600 | 723 | 322 | 883k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1447.63/1447.65	c  1448s|670000 | 29752 | 21097k|  31.5 | 186M|  71 |   - | 600 |6235 |   0 |   0 | 322 | 896k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1465.02/1465.10	c  1465s|680000 | 30416 | 21342k|  31.4 | 189M|  71 |   - | 600 |6491 |   0 |   0 | 322 | 909k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1483.83/1483.81	c  1484s|690000 | 30880 | 21593k|  31.3 | 192M|  71 | 148 | 600 |6721 | 600 | 723 | 322 | 922k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1503.43/1503.46	c  1503s|700000 | 31595 | 21862k|  31.2 | 195M|  71 |   - | 600 |7212 |   0 |   0 | 322 | 935k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1522.72/1522.74	c  1523s|710000 | 32126 | 22146k|  31.2 | 198M|  71 |   - | 600 |7145 |   0 |   0 | 322 | 949k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1541.43/1541.44	c  1541s|720000 | 32781 | 22424k|  31.1 | 201M|  71 |   - | 600 |7519 |   0 |   0 | 322 | 963k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1561.03/1561.09	c  1561s|730000 | 33097 | 22690k|  31.1 | 203M|  71 |   - | 600 |8945 |   0 |   0 | 322 | 976k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1580.43/1580.45	c  1580s|740000 | 33220 | 22941k|  31.0 | 204M|  71 |   - | 600 |8201 |   0 |   0 | 322 | 990k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1598.83/1598.85	c  1599s|750000 | 33575 | 23198k|  30.9 | 207M|  71 | 179 | 600 |8488 | 600 | 723 | 322 |1004k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1617.53/1617.53	c  1618s|760000 | 33841 | 23463k|  30.9 | 208M|  71 | 138 | 600 |7920 | 600 | 723 | 322 |1017k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1636.13/1636.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1636.13/1636.13	c  1636s|770000 | 34046 | 23695k|  30.8 | 210M|  71 |  83 | 600 |8624 | 600 | 723 | 322 |1031k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1656.23/1656.25	c  1656s|780000 | 34632 | 23990k|  30.8 | 213M|  71 | 121 | 600 |8075 | 600 | 723 | 322 |1044k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1675.84/1675.85	c  1676s|790000 | 35374 | 24286k|  30.7 | 217M|  71 |  90 | 600 |  10k| 600 | 723 | 322 |1056k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1696.63/1696.62	c  1697s|800000 | 35734 | 24579k|  30.7 | 219M|  71 |   - | 600 |8837 |   0 |   0 | 322 |1069k|  39k| 3.700000e+01 | 5.200000e+01 |  40.54%
1715.43/1715.48	c  1715s|810000 | 35789 | 24820k|  30.6 | 219M|  71 |  86 | 600 |7021 | 600 | 723 | 322 |1083k|  39k| 3.740000e+01 | 5.200000e+01 |  39.04%
1732.93/1732.98	c  1733s|820000 | 35641 | 25050k|  30.5 | 219M|  71 | 120 | 600 |6729 | 600 | 723 | 322 |1097k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1750.83/1750.90	c  1751s|830000 | 35815 | 25306k|  30.5 | 219M|  71 |   - | 600 |6646 |   0 |   0 | 322 |1110k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1767.33/1767.31	c  1767s|840000 | 35920 | 25507k|  30.4 | 220M|  71 |  25 | 600 |7286 | 600 | 723 | 322 |1124k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1785.24/1785.27	c  1785s|850000 | 36236 | 25748k|  30.3 | 221M|  71 |   - | 600 |7382 |   0 |   0 | 322 |1137k|  40k| 3.800000e+01 | 5.200000e+01 |  36.84%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 857215
1797.03/1797.00	c Primal Bound       : +5.20000000000000e+01 (6 solutions)
1797.03/1797.00	c Dual Bound         : +3.80000000000000e+01
1797.03/1797.00	c Gap                : 36.84 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 
1797.03/1797.00	v x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 x116 x117 x118 
1797.03/1797.00	v x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 x140 x141 x142 x143 
1797.03/1797.00	v -x144 -x145 x146 x147 x148 x149 -x150 x151 x152 x153 x154 -x155 x156 x157 x158 x159 x160 x161 -x162 -x163 -x164 x165 x166 x167 
1797.03/1797.00	v x168 x169 x170 x171 x172 x173 x174 -x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 -x185 x186 x187 x188 x189 x190 x191 
1797.03/1797.00	v -x192 -x193 -x194 x195 x196 x197 x198 x199 x200 x201 x202 -x203 x204 x205 x206 -x207 x208 x209 x210 -x211 x212 x213 x214 x215 
1797.03/1797.00	v x216 x217 -x218 -x219 -x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 -x236 -x237 x238 -x239 
1797.03/1797.00	v -x240 -x241 x242 x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 -x259 -x260 -x261 
1797.03/1797.00	v -x262 -x263 -x264 x265 x266 x267 x268 x269 x270 x271 -x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 
1797.03/1797.00	v x286 x287 x288 x289 x290 x291 x292 -x293 x294 x295 x296 x297 x298 -x299 -x300 x301 x302 x303 x304 -x305 x306 x307 x308 x309 
1797.03/1797.00	v -x310 x311 x312 x313 x314 x315 x316 -x317 -x318 -x319 x320 x321 x322 x323 x324 -x325 x326 x327 x328 x329 -x330 x331 x332 x333 
1797.03/1797.00	v x334 -x335 x336 x337 x338 x339 x340 x341 -x342 -x343 -x344 x345 x346 x347 x348 -x349 x350 x351 x352 -x353 x354 x355 x356 -x357 
1797.03/1797.00	v x358 x359 x360 x361 x362 x363 -x364 -x365 -x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 -x379 -x380 
1797.03/1797.00	v x381 -x382 -x383 -x384 x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 
1797.03/1797.00	v -x403 -x404 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x405 -x406 x407 x408 x409 x410 -x411 x412 x413 x414 x415 -x416 x417 x418 x419 
1797.03/1797.00	v x420 x421 x422 -x423 -x424 -x425 -x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 -x436 x437 x438 x439 x440 x441 x442 
1797.03/1797.00	v -x443 -x444 -x445 -x446 x447 x448 x449 -x450 x451 x452 x453 -x454 x455 x456 x457 x458 x459 x460 -x461 -x462 -x463 x464 x465 x466 
1797.03/1797.00	v x467 x468 x469 x470 x471 x472 -x473 x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 
1797.03/1797.00	v -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x13 -x12 -x11 -x10 -x9 -x8 x7 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 
1797.03/1797.00	v x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 -x522 x523 -x524 x525 x526 x527 x528 x529 x530 
1797.03/1797.00	v x531 x532 x533 -x534 -x535 -x536 x537 x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x27 -x26 
1797.03/1797.00	v -x25 x24 -x23 -x22 -x21 x551 x552 x553 x554 x555 x556 x557 -x558 x559 -x560 x561 x562 x563 x564 x565 x566 -x567 -x568 -x569 
1797.03/1797.00	v -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x34 -x33 -x32 -x31 x30 x29 -x28 x581 x582 x583 -x584 -x585 
1797.03/1797.00	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x41 -x40 -x39 -x38 x37 x36 x35 -x595 -x596 -x597 -x598 -x599 -x48 -x47 
1797.03/1797.00	v -x46 x45 -x44 x43 -x42 -x600 -x60 x59 -x58 x57 -x56 x55 -x54 x53 x52 -x51 -x50 -x49 x601 -x6 x5 -x4 -x3 -x2 -x1 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.11 (included in solving)
1797.03/1797.00	c   reading          :       0.02 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3489020-1307774574.opb
1797.03/1797.00	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1089 initial, 1089 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3489020-1307774574.opb
1797.03/1797.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 655 initial, 12779 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.08          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.01          0          0          0          0          0          0          4          8         37
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.02          1          0          0          1          0        438          0          8        137
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          9          -          -          9          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     549078          0         11          0        237      23761          0          0    1085496
1797.03/1797.00	c   knapsack         :        214          6    3512749          1          1          8    4213918      74699    5153191        686          0          0
1797.03/1797.00	c   setppc           :          4          6      41835          0          0          5      84180          1        943          0          0          0
1797.03/1797.00	c   linear           :        437+         7    3438090          0          0          5    3265483     321095   23457549          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    1686751          0          0          0    4108031      19521    1615123          5          0          0
1797.03/1797.00	c   countsols        :          0          0          0          1          1          7          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     128.90       0.00       0.00     128.90       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      59.36       0.02      56.59       0.00       0.00       0.00       2.75
1797.03/1797.00	c   setppc           :       0.04       0.00       0.01       0.00       0.00       0.00       0.03
1797.03/1797.00	c   linear           :     190.42       0.00     185.44       0.00       0.00       0.00       4.98
1797.03/1797.00	c   logicor          :      76.42       0.00      73.07       0.00       0.00       0.00       3.35
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          6          0          0          2
1797.03/1797.00	c   pseudoobj        :    3512531       5640         72       4911
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.56       0.56       0.00
1797.03/1797.00	c   rootredcost      :       0.60       0.60       0.00
1797.03/1797.00	c   pseudoobj        :       1.77       1.77       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      20.57     415388     414409    3540782       28.0      15085       21.0          -
1797.03/1797.00	c   infeasible LP    :       5.65      60522      60522     349841       23.6       5402       19.5          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -    1147069       23.2          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -        992          -    (maximal pool size: 3138)
1797.03/1797.00	c   redcost          :       5.67     549676          0        876          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0         14          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.06          6          0          0         28          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.06          6          0          0         23          0
1797.03/1797.00	c   cmir             :       0.26          6          0          0       2156          0
1797.03/1797.00	c   flowcover        :       0.15          6          0          0       1200          0
1797.03/1797.00	c   clique           :       0.00          6          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.17          1          0          0          0        223
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     128.55     549077        237      23761          0          0    1085496
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          1
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   intshifting      :       0.01          0          0
1797.03/1797.00	c   oneopt           :       0.23          6          0
1797.03/1797.00	c   crossover        :       1.69         11          2
1797.03/1797.00	c   feaspump         :       4.06        195          0
1797.03/1797.00	c   rootsoldiving    :       6.89        585          0
1797.03/1797.00	c   coefdiving       :       6.61       1170          2
1797.03/1797.00	c   pscostdiving     :      11.18       1170          0
1797.03/1797.00	c   fracdiving       :       6.26       1170          0
1797.03/1797.00	c   veclendiving     :       8.26       1170          0
1797.03/1797.00	c   linesearchdiving :       8.92       1170          0
1797.03/1797.00	c   guideddiving     :       8.73       1170          1
1797.03/1797.00	c   objpscostdiving  :       9.87        586          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.01          1          0
1797.03/1797.00	c   simplerounding   :       0.15          0          0
1797.03/1797.00	c   zirounding       :       0.24       1000          0
1797.03/1797.00	c   rounding         :       0.93      10469          0
1797.03/1797.00	c   shifting         :       7.66       3295          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.02          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.15          0          0
1797.03/1797.00	c   trysol           :       0.20          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     967.19     599211   24884249      41.53   25728.36
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:      52.34      52300    1009239      19.30   19282.65
1797.03/1797.00	c   strong branching :     112.15      40391    1929092      47.76   17201.73
1797.03/1797.00	c     (at root node) :          -         12       1812     151.00          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     857215
1797.03/1797.00	c   nodes (total)    :     857215
1797.03/1797.00	c   nodes left       :      36506
1797.03/1797.00	c   max depth        :         71
1797.03/1797.00	c   max depth (total):         71
1797.03/1797.00	c   backtracks       :     180721 (21.1%)
1797.03/1797.00	c   delayed cutoffs  :     169757
1797.03/1797.00	c   repropagations   :    1094537 (9839404 domain reductions, 138991 cutoffs)
1797.03/1797.00	c   avg switch length:       5.82
1797.03/1797.00	c   switching time   :     183.82
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          6 (6 improvements)
1797.03/1797.00	c   First Solution   : +8.00000000000000e+01   (in run 1, after 34479 nodes, 126.09 seconds, depth 44, found by <coefdiving>)
1797.03/1797.00	c   Primal Bound     : +5.20000000000000e+01   (in run 1, after 581595 nodes, 1280.44 seconds, depth 24, found by <crossover>)
1797.03/1797.00	c   Dual Bound       : +3.80000000000000e+01
1797.03/1797.00	c   Gap              :      36.84 %
1797.03/1797.00	c   Root Dual Bound  : +3.60000000000000e+01
1797.03/1797.00	c   Root Iterations  :       4593
1797.23/1797.26	c Time complete: 1797.3.

Verifier Data

OK	52

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.06 2.01 2/178 3069
/proc/meminfo: memFree=30847776/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=9580 CPUtime=0 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 1527 0 0 0 0 0 0 0 25 0 1 0 889055547 9809920 1482 33554432000 4194304 9016284 140735229179424 18446744073709551615 7875499 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3069/statm: 2395 1482 311 1178 0 1213 0

[startup+0.0886269 s]
/proc/loadavg: 2.05 2.06 2.01 2/178 3069
/proc/meminfo: memFree=30847776/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=25792 CPUtime=0.08 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 5506 0 0 0 8 0 0 0 25 0 1 0 889055547 26411008 5204 33554432000 4194304 9016284 140735229179424 18446744073709551615 5251876 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 6448 5204 525 1178 0 5266 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25792

[startup+0.100582 s]
/proc/loadavg: 2.05 2.06 2.01 2/178 3069
/proc/meminfo: memFree=30847776/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=25792 CPUtime=0.09 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 5506 0 0 0 9 0 0 0 25 0 1 0 889055547 26411008 5204 33554432000 4194304 9016284 140735229179424 18446744073709551615 5252669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 6448 5204 525 1178 0 5266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25792

[startup+0.30059 s]
/proc/loadavg: 2.05 2.06 2.01 2/178 3069
/proc/meminfo: memFree=30847776/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=28672 CPUtime=0.29 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 6641 0 0 0 29 0 0 0 25 0 1 0 889055547 29360128 6156 33554432000 4194304 9016284 140735229179424 18446744073709551615 6578058 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 7168 6156 676 1178 0 5986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28672

[startup+0.700519 s]
/proc/loadavg: 2.05 2.06 2.01 2/178 3069
/proc/meminfo: memFree=30847776/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43716 CPUtime=0.69 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 11057 0 0 0 69 0 0 0 25 0 1 0 889055547 44765184 9863 33554432000 4194304 9016284 140735229179424 18446744073709551615 4243812 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10929 9863 703 1178 0 9747 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43716

[startup+1.50038 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 3070
/proc/meminfo: memFree=30811580/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43728 CPUtime=1.49 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 12997 0 0 0 148 1 0 0 25 0 1 0 889055547 44777472 9963 33554432000 4194304 9016284 140735229179424 18446744073709551615 7199020 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10932 9963 704 1178 0 9750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43728

[startup+3.10105 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 3070
/proc/meminfo: memFree=30810092/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43728 CPUtime=3.09 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 12999 0 0 0 305 4 0 0 25 0 1 0 889055547 44777472 9965 33554432000 4194304 9016284 140735229179424 18446744073709551615 7214112 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10932 9965 706 1178 0 9750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43728

[startup+6.30052 s]
/proc/loadavg: 2.04 2.06 2.01 3/179 3071
/proc/meminfo: memFree=30807156/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43728 CPUtime=6.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 12999 0 0 0 618 12 0 0 25 0 1 0 889055547 44777472 9965 33554432000 4194304 9016284 140735229179424 18446744073709551615 7198975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10932 9965 706 1178 0 9750 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43728

[startup+12.7004 s]
/proc/loadavg: 2.04 2.06 2.01 3/179 3071
/proc/meminfo: memFree=30804780/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43728 CPUtime=12.69 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 13001 0 0 0 1247 22 0 0 25 0 1 0 889055547 44777472 9967 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10932 9967 707 1178 0 9750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43728

[startup+25.5011 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 3071
/proc/meminfo: memFree=30800672/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=43728 CPUtime=25.49 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 13007 0 0 0 2505 44 0 0 25 0 1 0 889055547 44777472 9973 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 10932 9973 707 1178 0 9750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43728

[startup+51.1005 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 3072
/proc/meminfo: memFree=30780424/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=51476 CPUtime=51.09 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 14966 0 0 0 5019 90 0 0 25 0 1 0 889055547 52711424 11887 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 12869 11887 707 1178 0 11687 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51476

[startup+102.306 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 3073
/proc/meminfo: memFree=30743048/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=65312 CPUtime=102.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 18587 0 0 0 10047 183 0 0 25 0 1 0 889055547 66879488 15397 33554432000 4194304 9016284 140735229179424 18446744073709551615 6421252 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 16328 15397 707 1178 0 15146 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65312

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 3075
/proc/meminfo: memFree=30704408/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=75116 CPUtime=162.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 21046 0 0 0 15944 286 0 0 25 0 1 0 889055547 76918784 17823 33554432000 4194304 9016284 140735229179424 18446744073709551615 4799991 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 18779 17823 707 1178 0 17597 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75116

[startup+222.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 3076
/proc/meminfo: memFree=30635188/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=90120 CPUtime=222.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 24937 0 0 0 21849 381 0 0 25 0 1 0 889055547 92282880 21558 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 22530 21558 707 1178 0 21348 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90120

[startup+282.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 3078
/proc/meminfo: memFree=30575348/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=101704 CPUtime=282.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 27872 0 0 0 27755 475 0 0 25 0 1 0 889055547 104144896 24465 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 25426 24465 707 1178 0 24244 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101704

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 3080
/proc/meminfo: memFree=30508948/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=117128 CPUtime=342.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 31814 0 0 0 33654 576 0 0 25 0 1 0 889055547 119939072 28302 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 29282 28302 707 1178 0 28100 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117128

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3081
/proc/meminfo: memFree=30445892/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=132232 CPUtime=402.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 35673 0 0 0 39544 686 0 0 25 0 1 0 889055547 135405568 32078 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 33058 32078 707 1178 0 31876 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132232

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 3083
/proc/meminfo: memFree=30386444/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=148496 CPUtime=462.3 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 39905 0 0 0 45445 785 0 0 25 0 1 0 889055547 152059904 36179 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 37124 36179 707 1178 0 35942 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 148496

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3085
/proc/meminfo: memFree=30331932/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=164100 CPUtime=522.31 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 55084 0 0 0 51341 890 0 0 25 0 1 0 889055547 168038400 40074 33554432000 4194304 9016284 140735229179424 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 41025 40074 710 1178 0 39843 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 164100

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3087
/proc/meminfo: memFree=30285880/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=169880 CPUtime=582.31 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 83713 0 0 0 57240 991 0 0 25 0 1 0 889055547 173957120 41482 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 42470 41482 710 1178 0 41288 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 169880

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=31219792/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=300484 CPUtime=1122.32 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 129094 0 0 0 110359 1873 0 0 25 0 1 0 889055547 307695616 73773 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 75121 73773 721 1178 0 73939 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 300484

[startup+1182.3 s]
/proc/loadavg: 1.19 1.40 1.72 2/173 3139
/proc/meminfo: memFree=31207712/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=312980 CPUtime=1182.32 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 132181 0 0 0 116265 1967 0 0 25 0 1 0 889055547 320491520 76827 33554432000 4194304 9016284 140735229179424 18446744073709551615 5252189 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 78245 76827 726 1178 0 77063 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 312980

[startup+1242.3 s]
/proc/loadavg: 1.07 1.32 1.67 2/173 3141
/proc/meminfo: memFree=31198620/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=322088 CPUtime=1242.32 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 134472 0 0 0 122174 2058 0 0 25 0 1 0 889055547 329818112 79046 33554432000 4194304 9016284 140735229179424 18446744073709551615 4349812 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 80522 79046 737 1178 0 79340 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 322088

[startup+1302.3 s]
/proc/loadavg: 1.02 1.26 1.62 2/173 3145
/proc/meminfo: memFree=31191000/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=328536 CPUtime=1302.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 164307 0 0 0 128071 2162 0 0 25 0 1 0 889055547 336420864 80654 33554432000 4194304 9016284 140735229179424 18446744073709551615 5254730 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 82134 80654 733 1178 0 80952 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 328536

[startup+1362.3 s]
/proc/loadavg: 1.05 1.23 1.59 2/173 3147
/proc/meminfo: memFree=31191900/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=328720 CPUtime=1362.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 172158 0 0 0 133983 2250 0 0 25 0 1 0 889055547 336609280 80673 33554432000 4194304 9016284 140735229179424 18446744073709551615 5222124 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 82180 80673 733 1178 0 80998 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 328720

[startup+1422.31 s]
/proc/loadavg: 1.02 1.18 1.54 2/173 3148
/proc/meminfo: memFree=31191500/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=329308 CPUtime=1422.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 174679 0 0 0 139886 2347 0 0 25 0 1 0 889055547 337211392 80790 33554432000 4194304 9016284 140735229179424 18446744073709551615 4979252 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 82327 80790 733 1178 0 81145 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 329308

[startup+1482.3 s]
/proc/loadavg: 1.00 1.15 1.51 2/173 3150
/proc/meminfo: memFree=31191580/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=328908 CPUtime=1482.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 182380 0 0 0 145799 2434 0 0 25 0 1 0 889055547 336801792 80730 33554432000 4194304 9016284 140735229179424 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 82227 80730 730 1178 0 81045 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 328908

[startup+1542.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/173 3152
/proc/meminfo: memFree=31189816/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=331040 CPUtime=1542.32 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 182856 0 0 0 151700 2532 0 0 25 0 1 0 889055547 338984960 81206 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 82760 81206 730 1178 0 81578 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 331040

[startup+1602.3 s]
/proc/loadavg: 1.00 1.09 1.44 2/173 3153
/proc/meminfo: memFree=31188284/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=332040 CPUtime=1602.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 183197 0 0 0 157612 2621 0 0 25 0 1 0 889055547 340008960 81544 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 83010 81544 727 1178 0 81828 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 332040

[startup+1662.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/173 3155
/proc/meminfo: memFree=31185144/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=335052 CPUtime=1662.34 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 183973 0 0 0 163522 2712 0 0 25 0 1 0 889055547 343093248 82318 33554432000 4194304 9016284 140735229179424 18446744073709551615 5215024 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 83763 82318 727 1178 0 82581 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 335052

[startup+1722.3 s]
/proc/loadavg: 1.06 1.07 1.39 2/173 3156
/proc/meminfo: memFree=31180368/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=340748 CPUtime=1722.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 188447 0 0 0 169438 2795 0 0 25 0 1 0 889055547 348925952 83640 33554432000 4194304 9016284 140735229179424 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 85187 83640 725 1178 0 84005 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 340748

[startup+1782.3 s]
/proc/loadavg: 1.02 1.06 1.36 2/173 3158
/proc/meminfo: memFree=31176108/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344596 CPUtime=1782.33 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189377 0 0 0 175342 2891 0 0 25 0 1 0 889055547 352866304 84566 33554432000 4194304 9016284 140735229179424 18446744073709551615 7091568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86149 84566 725 1178 0 84967 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 344596

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

[startup+1785.5 s]
/proc/loadavg: 1.02 1.06 1.36 2/173 3158
/proc/meminfo: memFree=31175968/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1785.54 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189419 0 0 0 175658 2896 0 0 25 0 1 0 889055547 353071104 84608 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84608 725 1178 0 85017 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 344796

[startup+1791.91 s]
/proc/loadavg: 1.02 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1791.94 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189421 0 0 0 176288 2906 0 0 25 0 1 0 889055547 353071104 84610 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84610 725 1178 0 85017 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 344796

[startup+1795.1 s]
/proc/loadavg: 1.01 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1795.14 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189421 0 0 0 176604 2910 0 0 25 0 1 0 889055547 353071104 84610 33554432000 4194304 9016284 140735229179424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84610 725 1178 0 85017 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 344796

[startup+1795.9 s]
/proc/loadavg: 1.01 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1795.93 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189421 0 0 0 176683 2910 0 0 25 0 1 0 889055547 353071104 84610 33554432000 4194304 9016284 140735229179424 18446744073709551615 5252669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84610 725 1178 0 85017 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 344796

[startup+1796.7 s]
/proc/loadavg: 1.01 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1796.74 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189422 0 0 0 176762 2912 0 0 25 0 1 0 889055547 353071104 84611 33554432000 4194304 9016284 140735229179424 18446744073709551615 5227633 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84611 725 1178 0 85017 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 344796

[startup+1797.1 s]
/proc/loadavg: 1.01 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1797.13 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189425 0 0 0 176801 2912 0 0 25 0 1 0 889055547 353071104 84614 33554432000 4194304 9016284 140735229179424 18446744073709551615 6812620 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84614 727 1178 0 85017 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 344796

[startup+1797.2 s]
/proc/loadavg: 1.01 1.05 1.36 2/173 3158
/proc/meminfo: memFree=31175964/32951124 swapFree=67063272/67111528
[pid=3069] ppid=3067 vsize=344796 CPUtime=1797.23 cores=0,2,4,6
/proc/3069/stat : 3069 (scip-2.0.1.4b_2) R 3067 3069 965 0 -1 4202496 189425 0 0 0 176811 2912 0 0 25 0 1 0 889055547 353071104 84614 33554432000 4194304 9016284 140735229179424 18446744073709551615 4330109 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3069/statm: 86199 84614 727 1178 0 85017 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 344796

Child status: 0
Real time (s): 1797.26
CPU time (s): 1797.31
CPU user time (s): 1768.16
CPU system time (s): 29.1436
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 359572

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

runsolver used 2.81657 second user time and 5.59615 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 08:42:54
IDJOB=3489020
IDBENCH=2943
IDSOLVER=1979
FILE ID=node132/3489020-1307774574
RUNJOBID= node132-1307758991-983
PBS_JOBID= 13550862
Free space on /tmp= 74084 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489020-1307774574/watcher-3489020-1307774574 -o /tmp/evaluation-result-3489020-1307774574/solver-3489020-1307774574 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489020-1307774574.opb -t 1800 -m 15500

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=2013898345

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30848468 kB
Buffers:        261076 kB
Cached:         968856 kB
SwapCached:       9968 kB
Active:        1226248 kB
Inactive:       668380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30848468 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           17140 kB
Writeback:           0 kB
AnonPages:      662548 kB
Mapped:          12152 kB
Slab:           142800 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   824820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74084 MiB
End job on node132 at 2011-06-11 09:12:51