Trace number 3451100

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)48 1800.07 1800.03

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.4]
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-3451100-1307097460.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.03	c presolving:
0.00/0.04	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.14	c    (0.1s) probing: 165/600 (27.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	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.14	c  240 implications, 3 cliques
0.09/0.14	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.09/0.14	c     214 constraints of type <knapsack>
0.09/0.14	c       4 constraints of type <setppc>
0.09/0.14	c     437 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.5
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.16	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.16	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.74	c   0.7s|     1 |     0 |  3468 |     - |6476k|   0 | 330 | 600 | 886 | 600 | 814 | 159 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  3788 |     - |6871k|   0 | 289 | 600 | 886 | 600 | 866 | 211 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |  4228 |     - |7308k|   0 | 224 | 600 | 886 | 600 | 925 | 270 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.09/1.18	c   1.2s|     1 |     0 |  4593 |     - |7657k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.29/1.39	c   1.4s|     1 |     2 |  4593 |     - |7658k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |  12 | 3.600000e+01 |      --      |    Inf 
54.40/54.43	c  54.4s| 10000 |  3684 |713089 |  70.9 |  18M|  64 | 240 | 600 |2321 | 600 | 723 | 322 |  12k|4345 | 3.600000e+01 |      --      |    Inf 
84.59/84.63	c  84.6s| 20000 |  5305 |  1185k|  59.0 |  25M|  64 |   - | 600 |3966 |   0 |   0 | 322 |  26k|6124 | 3.600000e+01 |      --      |    Inf 
110.50/110.59	c   111s| 30000 |  5859 |  1563k|  51.9 |  28M|  64 | 222 | 600 |3874 | 600 | 723 | 322 |  39k|7561 | 3.600000e+01 |      --      |    Inf 
134.21/134.22	c   134s| 40000 |  6732 |  1972k|  49.2 |  31M|  64 |  33 | 600 |3122 | 600 | 723 | 322 |  52k|7929 | 3.600000e+01 |      --      |    Inf 
160.89/160.94	c   161s| 50000 |  8024 |  2428k|  48.5 |  37M|  64 |  69 | 600 |3328 | 600 | 723 | 322 |  66k|8878 | 3.600000e+01 |      --      |    Inf 
188.10/188.12	c   188s| 60000 |  8952 |  2863k|  47.6 |  41M|  64 | 108 | 600 |4758 | 600 | 723 | 322 |  79k|  10k| 3.600000e+01 |      --      |    Inf 
210.80/210.85	c   211s| 70000 |  9583 |  3222k|  46.0 |  44M|  64 |  94 | 600 |3680 | 600 | 723 | 322 |  93k|  10k| 3.600000e+01 |      --      |    Inf 
236.19/236.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.19/236.21	c   236s| 80000 | 10401 |  3634k|  45.4 |  48M|  64 |   - | 600 |4254 |   0 |   0 | 322 | 106k|  11k| 3.600000e+01 |      --      |    Inf 
260.81/260.89	c   261s| 90000 | 11471 |  4067k|  45.1 |  54M|  69 |   - | 600 |4512 |   0 |   0 | 322 | 119k|  12k| 3.600000e+01 |      --      |    Inf 
287.00/287.09	c   287s|100000 | 12752 |  4497k|  44.9 |  60M|  69 |   - | 600 |4846 |   0 |   0 | 322 | 133k|  13k| 3.600000e+01 |      --      |    Inf 
310.10/310.10	c   310s|110000 | 13682 |  4881k|  44.3 |  65M|  69 | 134 | 600 |5372 | 600 | 723 | 322 | 146k|  13k| 3.600000e+01 |      --      |    Inf 
331.30/331.34	c   331s|120000 | 14560 |  5232k|  43.6 |  69M|  72 |  83 | 600 |5265 | 600 | 723 | 322 | 159k|  14k| 3.600000e+01 |      --      |    Inf 
331.40/331.48	o 68
331.40/331.48	c * 331s|120061 | 10767 |  5235k|  43.6 |  58M|  72 |   - | 600 |5219 | 600 | 723 | 322 | 159k|  14k| 3.600000e+01 | 6.800000e+01 |  88.89%
353.22/353.28	o 66
353.22/353.28	c g 353s|129871 | 11551 |  5551k|  42.7 |  62M|  72 |   - | 600 |5965 | 600 | 723 | 322 | 171k|  15k| 3.600000e+01 | 6.600000e+01 |  83.33%
353.50/353.58	c   354s|130000 | 11575 |  5556k|  42.7 |  62M|  72 | 234 | 600 |5980 | 600 | 723 | 322 | 171k|  15k| 3.600000e+01 | 6.600000e+01 |  83.33%
355.50/355.52	o 65
355.50/355.52	c * 356s|130864 | 11453 |  5589k|  42.7 |  62M|  72 |   - | 600 |6303 | 600 | 723 | 322 | 172k|  15k| 3.600000e+01 | 6.500000e+01 |  80.56%
356.10/356.10	o 64
356.10/356.10	c C 356s|131064 | 11116 |  5595k|  42.7 |  62M|  72 |   - | 600 |6243 | 600 | 723 | 322 | 172k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
374.30/374.38	c   374s|140000 | 11861 |  5878k|  42.0 |  67M|  72 |  93 | 600 |8028 | 600 | 723 | 322 | 183k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
390.90/390.92	o 61
390.90/390.92	c g 391s|146588 | 11520 |  6148k|  41.9 |  66M|  72 |   - | 600 |5115 | 600 | 723 | 322 | 191k|  16k| 3.600000e+01 | 6.100000e+01 |  69.44%
398.50/398.53	c   399s|150000 | 11807 |  6287k|  41.9 |  67M|  72 | 134 | 600 |4846 | 600 | 723 | 322 | 195k|  16k| 3.600000e+01 | 6.100000e+01 |  69.44%
416.31/416.38	o 60
416.31/416.38	c C 416s|159188 | 12154 |  6568k|  41.2 |  71M|  72 |   - | 600 |5841 |   0 |   0 | 322 | 206k|  16k| 3.600000e+01 | 6.000000e+01 |  66.67%
417.90/417.96	c   418s|160000 | 12183 |  6590k|  41.2 |  71M|  72 |   - | 600 |6178 |   0 |   0 | 322 | 207k|  16k| 3.600000e+01 | 6.000000e+01 |  66.67%
436.50/436.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.50/436.54	c   437s|170000 | 12503 |  6854k|  40.3 |  74M|  72 |  47 | 600 |6982 | 600 | 723 | 322 | 220k|  17k| 3.600000e+01 | 6.000000e+01 |  66.67%
454.60/454.66	c   455s|180000 | 13101 |  7117k|  39.5 |  78M|  72 |   - | 600 |8824 |   0 |   0 | 322 | 232k|  17k| 3.600000e+01 | 6.000000e+01 |  66.67%
473.90/473.98	c   474s|190000 | 13874 |  7377k|  38.8 |  82M|  89 |  90 | 600 |8472 | 600 | 723 | 322 | 244k|  18k| 3.600000e+01 | 6.000000e+01 |  66.67%
491.90/491.92	c   492s|200000 | 14639 |  7636k|  38.2 |  87M|  89 |  69 | 600 |8672 | 600 | 723 | 322 | 256k|  18k| 3.600000e+01 | 6.000000e+01 |  66.67%
502.10/502.11	o 55
502.10/502.11	c * 502s|205544 | 14343 |  7801k|  37.9 |  85M|  89 |   - | 600 |3818 | 600 | 723 | 322 | 263k|  18k| 3.600000e+01 | 5.500000e+01 |  52.78%
510.11/510.19	c   510s|210000 | 14878 |  7922k|  37.7 |  88M|  89 |  66 | 600 |4800 | 600 | 723 | 322 | 268k|  18k| 3.600000e+01 | 5.500000e+01 |  52.78%
528.40/528.42	c   528s|220000 | 15719 |  8187k|  37.2 |  93M|  89 |   - | 600 |3721 | 600 | 723 | 322 | 281k|  19k| 3.600000e+01 | 5.500000e+01 |  52.78%
546.50/546.56	c   547s|230000 | 16542 |  8484k|  36.9 |  97M|  89 |  75 | 600 |3966 | 600 | 723 | 322 | 293k|  19k| 3.600000e+01 | 5.500000e+01 |  52.78%
565.80/565.80	c   566s|240000 | 17314 |  8780k|  36.6 | 102M|  89 |  69 | 600 |5993 | 600 | 723 | 322 | 306k|  20k| 3.600000e+01 | 5.500000e+01 |  52.78%
583.40/583.41	c   583s|250000 | 18135 |  9062k|  36.2 | 106M|  89 |  37 | 600 |5638 | 600 | 723 | 322 | 318k|  20k| 3.600000e+01 | 5.500000e+01 |  52.78%
601.41/601.49	c   601s|260000 | 18601 |  9314k|  35.8 | 108M|  89 | 112 | 600 |6387 | 600 | 723 | 322 | 331k|  20k| 3.600000e+01 | 5.500000e+01 |  52.78%
619.51/619.51	c   620s|270000 | 19374 |  9595k|  35.5 | 112M|  89 | 165 | 600 |6779 | 600 | 723 | 322 | 344k|  21k| 3.600000e+01 | 5.500000e+01 |  52.78%
640.81/640.88	c   641s|280000 | 20257 |  9934k|  35.5 | 118M|  89 |  84 | 600 |8146 | 600 | 723 | 322 | 357k|  21k| 3.600000e+01 | 5.500000e+01 |  52.78%
661.31/661.32	c   661s|290000 | 21060 | 10251k|  35.3 | 122M|  89 |  76 | 600 |5369 | 600 | 723 | 322 | 369k|  22k| 3.600000e+01 | 5.500000e+01 |  52.78%
664.52/664.57	o 48
664.52/664.57	c * 665s|291632 | 11704 | 10305k|  35.3 |  84M|  89 |   - | 600 |5522 | 600 | 723 | 322 | 371k|  22k| 3.600000e+01 | 4.800000e+01 |  33.33%
679.81/679.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
679.81/679.83	c   680s|300000 | 12153 | 10534k|  35.1 |  88M|  89 | 162 | 600 |7129 | 600 | 723 | 322 | 381k|  22k| 3.600000e+01 | 4.800000e+01 |  33.33%
699.73/699.73	c   700s|310000 | 12329 | 10797k|  34.8 |  89M|  89 |  49 | 600 |8515 | 600 | 723 | 322 | 394k|  23k| 3.600000e+01 | 4.800000e+01 |  33.33%
719.21/719.26	c   719s|320000 | 12614 | 11064k|  34.6 |  92M|  89 |  63 | 600 |9894 | 600 | 723 | 322 | 406k|  23k| 3.600000e+01 | 4.800000e+01 |  33.33%
738.61/738.69	c   739s|330000 | 12736 | 11348k|  34.4 |  92M|  89 |   - | 600 |5395 |   0 |   0 | 322 | 419k|  23k| 3.600000e+01 | 4.800000e+01 |  33.33%
758.11/758.19	c   758s|340000 | 13126 | 11668k|  34.3 |  95M|  89 |   - | 600 |5908 |   0 |   0 | 322 | 432k|  24k| 3.600000e+01 | 4.800000e+01 |  33.33%
779.01/779.08	c   779s|350000 | 13507 | 12004k|  34.3 |  98M|  89 |   - | 600 |5990 |   0 |   0 | 322 | 445k|  24k| 3.600000e+01 | 4.800000e+01 |  33.33%
797.63/797.62	c   798s|360000 | 13882 | 12305k|  34.2 | 100M|  89 | 153 | 600 |5144 | 600 | 723 | 322 | 458k|  24k| 3.600000e+01 | 4.800000e+01 |  33.33%
818.01/818.03	c   818s|370000 | 14150 | 12610k|  34.1 | 102M|  89 |   - | 600 |5029 |   0 |   0 | 322 | 471k|  25k| 3.600000e+01 | 4.800000e+01 |  33.33%
836.61/836.65	c   837s|380000 | 15184 | 12917k|  34.0 | 106M|  89 | 111 | 600 |5549 | 600 | 723 | 322 | 483k|  25k| 3.600000e+01 | 4.800000e+01 |  33.33%
854.61/854.68	c   855s|390000 | 16107 | 13191k|  33.8 | 111M|  89 |  59 | 600 |7340 | 600 | 723 | 322 | 494k|  26k| 3.600000e+01 | 4.800000e+01 |  33.33%
873.81/873.86	c   874s|400000 | 16976 | 13460k|  33.6 | 117M|  89 |   - | 600 |7185 |   0 |   0 | 322 | 506k|  27k| 3.600000e+01 | 4.800000e+01 |  33.33%
890.02/890.06	c   890s|410000 | 17574 | 13691k|  33.4 | 120M|  89 |  63 | 600 |8649 | 600 | 723 | 322 | 518k|  27k| 3.600000e+01 | 4.800000e+01 |  33.33%
905.62/905.60	c   906s|420000 | 18092 | 13904k|  33.1 | 123M|  89 |  41 | 600 |9403 | 600 | 723 | 322 | 529k|  27k| 3.600000e+01 | 4.800000e+01 |  33.33%
924.13/924.15	c   924s|430000 | 18398 | 14148k|  32.9 | 125M|  89 | 142 | 600 |9877 | 600 | 723 | 322 | 541k|  27k| 3.600000e+01 | 4.800000e+01 |  33.33%
941.22/941.25	c   941s|440000 | 19239 | 14378k|  32.7 | 130M|  89 |  68 | 600 |  11k| 600 | 723 | 322 | 553k|  28k| 3.600000e+01 | 4.800000e+01 |  33.33%
961.43/961.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
961.43/961.42	c   961s|450000 | 19911 | 14666k|  32.6 | 134M|  89 |  48 | 600 |8821 | 600 | 723 | 322 | 564k|  28k| 3.600000e+01 | 4.800000e+01 |  33.33%
981.91/981.91	c   982s|460000 | 20353 | 14967k|  32.5 | 136M|  89 |   - | 600 |5277 |   0 |   0 | 322 | 577k|  29k| 3.600000e+01 | 4.800000e+01 |  33.33%
1000.51/1000.53	c  1001s|470000 | 20928 | 15254k|  32.4 | 140M|  89 |   - | 600 |7534 |   0 |   0 | 322 | 589k|  29k| 3.600000e+01 | 4.800000e+01 |  33.33%
1021.92/1022.01	c  1022s|480000 | 21343 | 15571k|  32.4 | 142M|  89 |  71 | 600 |5596 | 600 | 723 | 322 | 602k|  30k| 3.600000e+01 | 4.800000e+01 |  33.33%
1043.42/1043.42	c  1043s|490000 | 21878 | 15898k|  32.4 | 145M|  89 |  47 | 600 |5812 | 600 | 723 | 322 | 614k|  31k| 3.600000e+01 | 4.800000e+01 |  33.33%
1062.92/1062.95	c  1063s|500000 | 22414 | 16215k|  32.4 | 147M|  89 |  39 | 600 |5426 | 600 | 723 | 322 | 626k|  31k| 3.600000e+01 | 4.800000e+01 |  33.33%
1083.22/1083.29	c  1083s|510000 | 23367 | 16537k|  32.4 | 152M|  89 |  22 | 600 |6316 | 600 | 723 | 322 | 639k|  31k| 3.600000e+01 | 4.800000e+01 |  33.33%
1106.92/1106.96	c  1107s|520000 | 24409 | 16913k|  32.5 | 157M|  89 |  16 | 600 |6958 | 600 | 723 | 322 | 651k|  32k| 3.600000e+01 | 4.800000e+01 |  33.33%
1125.71/1125.73	c  1126s|530000 | 25074 | 17194k|  32.4 | 161M|  89 | 166 | 600 |8734 | 600 | 723 | 322 | 664k|  32k| 3.600000e+01 | 4.800000e+01 |  33.33%
1144.42/1144.45	c  1144s|540000 | 25699 | 17480k|  32.4 | 165M|  89 |   - | 600 |9692 |   0 |   0 | 322 | 676k|  32k| 3.600000e+01 | 4.800000e+01 |  33.33%
1165.04/1165.04	c  1165s|550000 | 26280 | 17785k|  32.3 | 169M|  89 |  81 | 600 |  11k| 600 | 723 | 322 | 689k|  33k| 3.600000e+01 | 4.800000e+01 |  33.33%
1186.93/1186.92	c  1187s|560000 | 26807 | 18102k|  32.3 | 170M|  89 | 140 | 600 |3354 | 600 | 723 | 322 | 702k|  33k| 3.660000e+01 | 4.800000e+01 |  31.15%
1205.12/1205.12	c  1205s|570000 | 26690 | 18374k|  32.2 | 169M|  89 |  81 | 600 |3855 | 600 | 723 | 322 | 716k|  34k| 3.700000e+01 | 4.800000e+01 |  29.73%
1223.23/1223.28	c  1223s|580000 | 26775 | 18653k|  32.2 | 170M|  89 | 113 | 600 |4739 | 600 | 723 | 322 | 730k|  34k| 3.700000e+01 | 4.800000e+01 |  29.73%
1242.04/1242.03	c  1242s|590000 | 26869 | 18915k|  32.1 | 171M|  89 |  70 | 600 |4908 | 600 | 723 | 322 | 743k|  34k| 3.700000e+01 | 4.800000e+01 |  29.73%
1259.53/1259.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.53/1259.58	c  1260s|600000 | 27264 | 19174k|  32.0 | 173M|  89 |  78 | 600 |5103 | 600 | 723 | 322 | 755k|  34k| 3.700000e+01 | 4.800000e+01 |  29.73%
1277.32/1277.39	c  1277s|610000 | 27612 | 19455k|  31.9 | 175M|  89 |   - | 600 |6111 |   0 |   0 | 322 | 768k|  34k| 3.700000e+01 | 4.800000e+01 |  29.73%
1295.32/1295.35	c  1295s|620000 | 28048 | 19717k|  31.8 | 177M|  89 |  71 | 600 |6576 | 600 | 723 | 322 | 780k|  35k| 3.700000e+01 | 4.800000e+01 |  29.73%
1314.92/1314.96	c  1315s|630000 | 28920 | 20018k|  31.8 | 181M|  89 | 191 | 600 |5461 | 600 | 723 | 322 | 792k|  35k| 3.700000e+01 | 4.800000e+01 |  29.73%
1333.23/1333.26	c  1333s|640000 | 29281 | 20310k|  31.7 | 183M|  89 |   - | 600 |6208 |   0 |   0 | 322 | 805k|  35k| 3.700000e+01 | 4.800000e+01 |  29.73%
1350.84/1350.82	c  1351s|650000 | 29828 | 20589k|  31.7 | 186M|  89 |   - | 600 |5578 |   0 |   0 | 322 | 817k|  35k| 3.700000e+01 | 4.800000e+01 |  29.73%
1369.83/1369.86	c  1370s|660000 | 30206 | 20862k|  31.6 | 188M|  89 |   - | 600 |6774 |   0 |   0 | 322 | 829k|  36k| 3.700000e+01 | 4.800000e+01 |  29.73%
1389.72/1389.77	c  1390s|670000 | 30701 | 21168k|  31.6 | 190M|  89 |   - | 600 |6026 |   0 |   0 | 322 | 842k|  36k| 3.700000e+01 | 4.800000e+01 |  29.73%
1407.04/1407.03	c  1407s|680000 | 31162 | 21430k|  31.5 | 193M|  89 |   - | 600 |6863 | 600 | 723 | 322 | 854k|  36k| 3.700000e+01 | 4.800000e+01 |  29.73%
1425.74/1425.77	c  1426s|690000 | 31787 | 21725k|  31.5 | 196M|  89 | 172 | 600 |7409 | 600 | 723 | 322 | 867k|  36k| 3.700000e+01 | 4.800000e+01 |  29.73%
1444.03/1444.08	c  1444s|700000 | 32334 | 21995k|  31.4 | 199M|  89 | 129 | 600 |7108 | 600 | 723 | 322 | 879k|  37k| 3.700000e+01 | 4.800000e+01 |  29.73%
1463.03/1463.04	c  1463s|710000 | 32801 | 22294k|  31.4 | 201M|  89 |   - | 600 |7287 |   0 |   0 | 322 | 892k|  37k| 3.700000e+01 | 4.800000e+01 |  29.73%
1481.52/1481.59	c  1482s|720000 | 32929 | 22581k|  31.4 | 202M|  89 |   - | 600 |7305 |   0 |   0 | 322 | 905k|  37k| 3.700000e+01 | 4.800000e+01 |  29.73%
1503.84/1503.82	c  1504s|730000 | 34040 | 22937k|  31.4 | 208M|  89 |  80 | 600 |6863 | 600 | 723 | 322 | 916k|  38k| 3.700000e+01 | 4.800000e+01 |  29.73%
1523.54/1523.54	c  1524s|740000 | 34449 | 23235k|  31.4 | 210M|  89 |  83 | 600 |7153 | 600 | 723 | 322 | 929k|  38k| 3.700000e+01 | 4.800000e+01 |  29.73%
1541.72/1541.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1541.72/1541.77	c  1542s|750000 | 34487 | 23516k|  31.3 | 210M|  89 |  67 | 600 |5811 | 600 | 723 | 322 | 942k|  38k| 3.766667e+01 | 4.800000e+01 |  27.43%
1559.73/1559.78	c  1560s|760000 | 34333 | 23771k|  31.3 | 211M|  89 |   - | 600 |7583 | 600 | 723 | 322 | 955k|  38k| 3.800000e+01 | 4.800000e+01 |  26.32%
1577.23/1577.25	c  1577s|770000 | 34169 | 23995k|  31.2 | 210M|  89 |   - | 600 |6270 |   0 |   0 | 322 | 969k|  38k| 3.800000e+01 | 4.800000e+01 |  26.32%
1594.83/1594.81	c  1595s|780000 | 33964 | 24246k|  31.1 | 209M|  89 |   - | 600 |5963 |   0 |   0 | 322 | 982k|  39k| 3.800000e+01 | 4.800000e+01 |  26.32%
1610.93/1610.95	c  1611s|790000 | 33977 | 24474k|  31.0 | 209M|  89 |  30 | 600 |7681 | 600 | 723 | 322 | 994k|  39k| 3.800000e+01 | 4.800000e+01 |  26.32%
1627.43/1627.50	c  1627s|800000 | 33737 | 24684k|  30.8 | 209M|  89 | 103 | 600 |7927 | 600 | 723 | 322 |1007k|  39k| 3.800000e+01 | 4.800000e+01 |  26.32%
1644.73/1644.73	c  1645s|810000 | 33621 | 24912k|  30.8 | 208M|  89 | 131 | 600 |8649 | 600 | 723 | 322 |1020k|  39k| 3.800000e+01 | 4.800000e+01 |  26.32%
1662.53/1662.53	c  1663s|820000 | 33355 | 25152k|  30.7 | 207M|  89 | 112 | 600 |8660 | 600 | 723 | 322 |1033k|  39k| 3.800000e+01 | 4.800000e+01 |  26.32%
1679.23/1679.27	c  1679s|830000 | 33131 | 25390k|  30.6 | 206M|  89 |  65 | 600 |5805 | 600 | 723 | 322 |1047k|  39k| 3.850000e+01 | 4.800000e+01 |  24.68%
1695.53/1695.51	c  1696s|840000 | 33189 | 25607k|  30.5 | 206M|  89 |  79 | 600 |6469 | 600 | 723 | 322 |1059k|  39k| 3.900000e+01 | 4.800000e+01 |  23.08%
1712.93/1712.97	c  1713s|850000 | 33074 | 25837k|  30.4 | 205M|  89 |  59 | 600 |5250 | 600 | 723 | 322 |1073k|  40k| 3.900000e+01 | 4.800000e+01 |  23.08%
1730.64/1730.65	c  1731s|860000 | 33196 | 26090k|  30.3 | 206M|  89 |   - | 600 |5922 |   0 |   0 | 322 |1086k|  40k| 3.900000e+01 | 4.800000e+01 |  23.08%
1747.43/1747.45	c  1747s|870000 | 33083 | 26318k|  30.2 | 205M|  89 |   - | 600 |6215 |   0 |   0 | 322 |1099k|  40k| 3.900000e+01 | 4.800000e+01 |  23.08%
1763.94/1763.97	c  1764s|880000 | 33028 | 26551k|  30.2 | 205M|  89 | 105 | 600 |6720 | 600 | 723 | 322 |1113k|  40k| 3.900000e+01 | 4.800000e+01 |  23.08%
1781.63/1781.68	c  1782s|890000 | 32924 | 26783k|  30.1 | 204M|  89 |  48 | 600 |7040 | 600 | 723 | 322 |1126k|  41k| 3.900000e+01 | 4.800000e+01 |  23.08%
1799.03/1799.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1799.03/1799.02	c  1799s|900000 | 32903 | 27008k|  30.0 | 205M|  89 |  89 | 600 |7085 | 600 | 723 | 322 |1139k|  41k| 3.966667e+01 | 4.800000e+01 |  21.01%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 900465
1800.03/1800.00	c Primal Bound       : +4.80000000000000e+01 (9 solutions)
1800.03/1800.00	c Dual Bound         : +3.96666666666667e+01
1800.03/1800.00	c Gap                : 21.01 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.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 
1800.03/1800.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 x119 
1800.03/1800.00	v x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 
1800.03/1800.00	v x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 
1800.03/1800.00	v x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 -x185 x186 x187 x188 -x189 x190 x191 -x192 x193 
1800.03/1800.00	v -x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 -x207 x208 x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 
1800.03/1800.00	v -x217 -x218 -x219 -x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230 x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 
1800.03/1800.00	v -x240 -x241 x242 x243 x244 x245 x246 x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 x259 -x260 -x261 -x262 
1800.03/1800.00	v -x263 -x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 
1800.03/1800.00	v x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 
1800.03/1800.00	v x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 -x335 x336 
1800.03/1800.00	v x337 x338 -x339 x340 x341 -x342 x343 -x344 x345 x346 x347 x348 x349 x350 x351 x352 -x353 x354 x355 x356 -x357 -x358 -x359 
1800.03/1800.00	v -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 x368 x369 x370 x371 x372 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 
1800.03/1800.00	v -x383 -x384 x385 x386 x387 x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 x399 -x400 -x401 -x402 -x403 -x404 
1800.03/1800.00	v -x20 -x19 -x18 -x17 -x16 -x15 -x14 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 
1800.03/1800.00	v x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 -x436 x437 x438 x439 -x440 x441 x442 -x443 x444 -x445 x446 
1800.03/1800.00	v x447 x448 x449 -x450 x451 x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 x465 x466 -x467 x468 
1800.03/1800.00	v x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 
1800.03/1800.00	v -x491 -x492 -x493 -x494 -x495 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x496 x497 x498 x499 x500 -x501 x502 x503 x504 -x505 x506 x507 
1800.03/1800.00	v x508 x509 -x510 -x511 x512 x513 x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 x527 -x528 -x529 
1800.03/1800.00	v -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 
1800.03/1800.00	v -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x551 -x552 x553 x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 -x566 
1800.03/1800.00	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x34 -x33 -x32 -x31 x30 -x29 -x28 x581 
1800.03/1800.00	v x582 x583 x584 x585 -x586 x587 x588 -x589 x590 -x591 -x592 -x593 -x594 -x41 -x40 -x39 x38 x37 x36 x35 x595 x596 -x597 -x598 -x599 
1800.03/1800.00	v -x48 -x47 -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 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.11 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3451100-1307097460.opb
1800.03/1800.00	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1089 initial, 1089 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3451100-1307097460.opb
1800.03/1800.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 655 initial, 13686 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.08          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          4          8         37
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          1          0          0          1          0        438          0          8        137
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -         14          -          -         14          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     577945          0         11          0        205      24843          0          0    1142580
1800.03/1800.00	c   knapsack         :        214          6    3649126          4          1          8    4068009      74234    5356752        686          0          0
1800.03/1800.00	c   setppc           :          4          6      32641          0          0          5      23617          1       1069          0          0          0
1800.03/1800.00	c   linear           :        437+         7    3574935          0          0          5    3618677     354166   25919126          0          0          0
1800.03/1800.00	c   logicor          :          0+         6    1688522          0          0          0    3674494      21003    1489197          5          0          0
1800.03/1800.00	c   countsols        :          0          0          0          4          1          7          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     126.08       0.00       0.00     126.08       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      54.53       0.02      51.86       0.00       0.00       0.00       2.65
1800.03/1800.00	c   setppc           :       0.02       0.00       0.01       0.00       0.00       0.00       0.01
1800.03/1800.00	c   linear           :     203.07       0.00     197.55       0.00       0.00       0.00       5.52
1800.03/1800.00	c   logicor          :      83.76       0.00      80.60       0.00       0.00       0.00       3.16
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          8          0          0          2
1800.03/1800.00	c   pseudoobj        :    3649006      15442        158       9532
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.62       0.62       0.00
1800.03/1800.00	c   rootredcost      :       0.75       0.75       0.00
1800.03/1800.00	c   pseudoobj        :       1.95       1.94       0.01
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      20.13     449562     448785    3511564       26.2      15526       20.5          -
1800.03/1800.00	c   infeasible LP    :       4.68      52202      52202     286359       22.4       4520       18.2          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    1140422       21.9          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -        992          -    (maximal pool size: 3138)
1800.03/1800.00	c   redcost          :       5.60     578819          0       1287          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0         14          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.06          6          0          0         28          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.06          6          0          0         23          0
1800.03/1800.00	c   cmir             :       0.28          6          0          0       2156          0
1800.03/1800.00	c   flowcover        :       0.15          6          0          0       1200          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.17          1          0          0          0        223
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     125.69     577941        205      24843          0          0    1142580
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.04          -          4
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.25          8          0
1800.03/1800.00	c   crossover        :       2.88         19          3
1800.03/1800.00	c   coefdiving       :       4.85        924          0
1800.03/1800.00	c   pscostdiving     :       8.78        924          0
1800.03/1800.00	c   fracdiving       :       4.59        924          0
1800.03/1800.00	c   veclendiving     :       6.25        924          0
1800.03/1800.00	c   linesearchdiving :       6.55        924          0
1800.03/1800.00	c   guideddiving     :       4.93        924          2
1800.03/1800.00	c   objpscostdiving  :       6.22        463          0
1800.03/1800.00	c   rootsoldiving    :       5.56        463          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.01          1          0
1800.03/1800.00	c   simplerounding   :       0.15          0          0
1800.03/1800.00	c   zirounding       :       0.24       1000          0
1800.03/1800.00	c   rounding         :       0.97      10675          0
1800.03/1800.00	c   shifting         :       9.19       3381          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       3.77        147          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.02          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.16          0          0
1800.03/1800.00	c   trysol           :       0.20          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     961.52     623205   26244707      42.11   27295.08
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:      38.01      39167     778205      19.87   20473.90
1800.03/1800.00	c   strong branching :     108.93      41412    2035208      49.15   18682.84
1800.03/1800.00	c     (at root node) :          -         12       1812     151.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     900465
1800.03/1800.00	c   nodes (total)    :     900465
1800.03/1800.00	c   nodes left       :      32932
1800.03/1800.00	c   max depth        :         89
1800.03/1800.00	c   max depth (total):         89
1800.03/1800.00	c   backtracks       :     195369 (21.7%)
1800.03/1800.00	c   delayed cutoffs  :     192497
1800.03/1800.00	c   repropagations   :    1168975 (11029234 domain reductions, 156270 cutoffs)
1800.03/1800.00	c   avg switch length:       5.80
1800.03/1800.00	c   switching time   :     196.19
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          9 (8 improvements)
1800.03/1800.00	c   First Solution   : +6.80000000000000e+01   (in run 1, after 120061 nodes, 331.47 seconds, depth 28, found by <relaxation>)
1800.03/1800.00	c   Primal Bound     : +4.80000000000000e+01   (in run 1, after 291632 nodes, 664.54 seconds, depth 66, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +3.96666666666667e+01
1800.03/1800.00	c   Gap              :      21.01 %
1800.03/1800.00	c   Root Dual Bound  : +3.60000000000000e+01
1800.03/1800.00	c   Root Iterations  :       4593

Verifier Data

OK	48

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.06 2.01 1/441 10331
/proc/meminfo: memFree=31427456/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=13112 CPUtime=0 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 2267 0 0 0 0 0 0 0 25 0 1 0 821344728 13426688 2221 33554432000 4194304 9163163 140734400009680 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10331/statm: 3278 2221 395 1214 0 2060 0

[startup+0.108437 s]
/proc/loadavg: 2.07 2.06 2.01 1/441 10331
/proc/meminfo: memFree=31427456/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=25932 CPUtime=0.09 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 5533 0 0 0 9 0 0 0 25 0 1 0 821344728 26554368 5229 33554432000 4194304 9163163 140734400009680 18446744073709551615 5178457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 6483 5229 547 1214 0 5265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25932

[startup+0.200491 s]
/proc/loadavg: 2.07 2.06 2.01 1/441 10331
/proc/meminfo: memFree=31427456/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=28816 CPUtime=0.19 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 6656 0 0 0 19 0 0 0 18 0 1 0 821344728 29507584 6175 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 7204 6175 687 1214 0 5986 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28816

[startup+0.300464 s]
/proc/loadavg: 2.07 2.06 2.01 1/441 10331
/proc/meminfo: memFree=31427456/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=28816 CPUtime=0.29 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 6679 0 0 0 28 1 0 0 18 0 1 0 821344728 29507584 6190 33554432000 4194304 9163163 140734400009680 18446744073709551615 6668738 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 7204 6190 690 1214 0 5986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28816

[startup+0.700394 s]
/proc/loadavg: 2.07 2.06 2.01 1/441 10331
/proc/meminfo: memFree=31427456/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43856 CPUtime=0.69 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 11091 0 0 0 68 1 0 0 18 0 1 0 821344728 44908544 9881 33554432000 4194304 9163163 140734400009680 18446744073709551615 6668679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10964 9881 720 1214 0 9746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43856

[startup+1.50027 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10341
/proc/meminfo: memFree=31328084/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43868 CPUtime=1.49 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 13034 0 0 0 147 2 0 0 19 0 1 0 821344728 44920832 9985 33554432000 4194304 9163163 140734400009680 18446744073709551615 5923585 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10967 9985 725 1214 0 9749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43868

[startup+3.10086 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10341
/proc/meminfo: memFree=31325408/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43868 CPUtime=3.09 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 13035 0 0 0 303 6 0 0 24 0 1 0 821344728 44920832 9986 33554432000 4194304 9163163 140734400009680 18446744073709551615 5846229 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10967 9986 726 1214 0 9749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43868

[startup+6.30042 s]
/proc/loadavg: 2.14 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31324660/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43868 CPUtime=6.29 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 13035 0 0 0 617 12 0 0 25 0 1 0 821344728 44920832 9986 33554432000 4194304 9163163 140734400009680 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10967 9986 726 1214 0 9749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43868

[startup+12.7003 s]
/proc/loadavg: 2.13 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31323632/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43868 CPUtime=12.69 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 13040 0 0 0 1246 23 0 0 25 0 1 0 821344728 44920832 9990 33554432000 4194304 9163163 140734400009680 18446744073709551615 7379374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10967 9990 727 1214 0 9749 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43868

[startup+25.501 s]
/proc/loadavg: 2.10 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31323580/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=43868 CPUtime=25.49 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 13045 0 0 0 2500 49 0 0 25 0 1 0 821344728 44920832 9995 33554432000 4194304 9163163 140734400009680 18446744073709551615 4793058 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 10967 9995 727 1214 0 9749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43868

[startup+51.1005 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10342
/proc/meminfo: memFree=31306428/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=52776 CPUtime=51.1 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 15340 0 0 0 5007 103 0 0 25 0 1 0 821344728 54042624 12199 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 13194 12199 727 1214 0 11976 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 52776

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/447 10343
/proc/meminfo: memFree=31268856/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=67808 CPUtime=102.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 19226 0 0 0 10037 193 0 0 25 0 1 0 821344728 69435392 15970 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 16952 15970 727 1214 0 15734 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67808

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10345
/proc/meminfo: memFree=31242748/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=80952 CPUtime=162.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 22607 0 0 0 15928 302 0 0 25 0 1 0 821344728 82894848 19278 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 20238 19278 727 1214 0 19020 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80952

[startup+222.317 s]
/proc/loadavg: 2.08 2.04 2.01 3/447 10346
/proc/meminfo: memFree=31209816/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=95128 CPUtime=222.31 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 26260 0 0 0 21823 408 0 0 25 0 1 0 821344728 97411072 22807 33554432000 4194304 9163163 140734400009680 18446744073709551615 4794331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 23782 22807 727 1214 0 22564 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 95128

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.00 3/447 10348
/proc/meminfo: memFree=31179268/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=112128 CPUtime=282.29 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 30596 0 0 0 27709 520 0 0 25 0 1 0 821344728 114819072 27061 33554432000 4194304 9163163 140734400009680 18446744073709551615 7249833 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 28032 27061 727 1214 0 26814 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 112128

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 10350
/proc/meminfo: memFree=31148592/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=125520 CPUtime=342.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 34120 0 0 0 33605 625 0 0 25 0 1 0 821344728 128532480 30434 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 31380 30434 728 1214 0 30162 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 125520

[startup+402.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/447 10351
/proc/meminfo: memFree=31131928/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=132600 CPUtime=402.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 107355 0 0 0 39490 740 0 0 25 0 1 0 821344728 135782400 32189 33554432000 4194304 9163163 140734400009680 18446744073709551615 5176473 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 33150 32189 733 1214 0 31932 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132600

[startup+462.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 10353
/proc/meminfo: memFree=31108548/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=143088 CPUtime=462.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 145409 0 0 0 45388 842 0 0 25 0 1 0 821344728 146522112 34813 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 35772 34813 733 1214 0 34554 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 143088

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/447 10354
/proc/meminfo: memFree=31083940/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=158148 CPUtime=522.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 167018 0 0 0 51290 940 0 0 25 0 1 0 821344728 161943552 38489 33554432000 4194304 9163163 140734400009680 18446744073709551615 4246822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 39537 38489 733 1214 0 38319 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158148

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10356
/proc/meminfo: memFree=31058952/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=172824 CPUtime=582.3 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 181757 0 0 0 57187 1043 0 0 25 0 1 0 821344728 176971776 42237 33554432000 4194304 9163163 140734400009680 18446744073709551615 7225127 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 43206 42237 735 1214 0 41988 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 172824

[startup+642.3 s]

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

[startup+882.317 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 10364
/proc/meminfo: memFree=30944008/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=201512 CPUtime=882.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 236455 0 0 0 86688 1545 0 0 25 0 1 0 821344728 206348288 49383 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 50378 49383 734 1214 0 49160 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 201512

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 10366
/proc/meminfo: memFree=30921892/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=212040 CPUtime=942.31 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 239054 0 0 0 92601 1630 0 0 25 0 1 0 821344728 217128960 51957 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 53010 51957 734 1214 0 51792 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 212040

[startup+1002.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/447 10367
/proc/meminfo: memFree=30890968/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=226780 CPUtime=1002.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 242812 0 0 0 98505 1727 0 0 25 0 1 0 821344728 232222720 55588 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 56695 55588 734 1214 0 55477 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 226780

[startup+1062.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/447 10369
/proc/meminfo: memFree=30870220/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=235028 CPUtime=1062.31 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 247652 0 0 0 104407 1824 0 0 25 0 1 0 821344728 240668672 57622 33554432000 4194304 9163163 140734400009680 18446744073709551615 7376395 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 58757 57622 734 1214 0 57539 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 235028

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 10370
/proc/meminfo: memFree=30840776/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=249072 CPUtime=1122.31 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 251205 0 0 0 110307 1924 0 0 25 0 1 0 821344728 255049728 61065 33554432000 4194304 9163163 140734400009680 18446744073709551615 5180012 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 62268 61065 738 1214 0 61050 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 249072

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 10372
/proc/meminfo: memFree=30817528/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=260516 CPUtime=1182.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 254221 0 0 0 116214 2018 0 0 25 0 1 0 821344728 266768384 63962 33554432000 4194304 9163163 140734400009680 18446744073709551615 7250837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 65129 63962 752 1214 0 63911 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 260516

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10374
/proc/meminfo: memFree=30795888/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=263844 CPUtime=1242.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 255068 0 0 0 122123 2109 0 0 25 0 1 0 821344728 270176256 64786 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 65961 64786 746 1214 0 64743 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 263844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10375
/proc/meminfo: memFree=30775752/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=272796 CPUtime=1302.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 257322 0 0 0 128027 2205 0 0 25 0 1 0 821344728 279343104 66970 33554432000 4194304 9163163 140734400009680 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 68199 66970 747 1214 0 66981 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 272796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10377
/proc/meminfo: memFree=30750272/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=282792 CPUtime=1362.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 259759 0 0 0 133932 2300 0 0 25 0 1 0 821344728 289579008 69404 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 70698 69404 745 1214 0 69480 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 282792

[startup+1422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 10387
/proc/meminfo: memFree=30727232/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=295292 CPUtime=1422.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 262859 0 0 0 139836 2397 0 0 25 0 1 0 821344728 302379008 72469 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 73823 72469 756 1214 0 72605 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 295292

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10389
/proc/meminfo: memFree=30704964/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=306904 CPUtime=1482.32 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 268577 0 0 0 145742 2490 0 0 25 0 1 0 821344728 314269696 75323 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 76726 75323 758 1214 0 75508 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 306904

[startup+1542.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/447 10391
/proc/meminfo: memFree=30684812/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=312460 CPUtime=1542.35 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 269952 0 0 0 151653 2582 0 0 25 0 1 0 821344728 319959040 76639 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 78115 76639 758 1214 0 76897 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 312460

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 10394
/proc/meminfo: memFree=30669636/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=314376 CPUtime=1602.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270544 0 0 0 157559 2674 0 0 25 0 1 0 821344728 321921024 77162 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 78594 77162 758 1214 0 77376 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 314376

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 10397
/proc/meminfo: memFree=30658928/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=314376 CPUtime=1662.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270575 0 0 0 163476 2757 0 0 25 0 1 0 821344728 321921024 77193 33554432000 4194304 9163163 140734400009680 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 78594 77193 758 1214 0 77376 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 314376

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10398
/proc/meminfo: memFree=30649836/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=315048 CPUtime=1722.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270729 0 0 0 169386 2847 0 0 25 0 1 0 821344728 322609152 77347 33554432000 4194304 9163163 140734400009680 18446744073709551615 5078882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 78762 77347 758 1214 0 77544 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 315048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10400
/proc/meminfo: memFree=30640848/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=315048 CPUtime=1782.33 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270736 0 0 0 175295 2938 0 0 25 0 1 0 821344728 322609152 77354 33554432000 4194304 9163163 140734400009680 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10331/statm: 78762 77354 758 1214 0 77544 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 315048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10401
/proc/meminfo: memFree=30638236/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=315048 CPUtime=1800.04 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270754 0 0 0 177043 2961 0 0 25 0 1 0 821344728 322609152 77372 33554432000 4194304 9163163 140734400009680 18446744073709551615 5149579 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10331/statm: 78762 77372 761 1214 0 77544 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 315048

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10401
/proc/meminfo: memFree=30638236/32950928 swapFree=34365992/67111528
[pid=10331] ppid=10329 vsize=315048 CPUtime=1800.04 cores=0,2,4,6
/proc/10331/stat : 10331 (scip-2.0.1.4b.l) R 10329 10331 10081 0 -1 4202496 270754 0 0 0 177043 2961 0 0 25 0 1 0 821344728 322609152 77372 33554432000 4194304 9163163 140734400009680 18446744073709551615 5149579 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10331/statm: 78762 77372 761 1214 0 77544 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 315048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1770.45
CPU system time (s): 29.6285
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 315048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.45
system time used= 29.6285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270754
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= 3418

runsolver used 8.15476 second user time and 18.0543 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 12:37:40
IDJOB=3451100
IDBENCH=2943
IDSOLVER=1948
FILE ID=node120/3451100-1307097460
RUNJOBID= node120-1307093855-10099
PBS_JOBID= 13498002
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
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.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451100-1307097460/watcher-3451100-1307097460 -o /tmp/evaluation-result-3451100-1307097460/solver-3451100-1307097460 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451100-1307097460.opb -t 1800 -m 15500

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=2096295798

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.75
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.809
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.809
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:     32950928 kB
MemFree:      31427736 kB
Buffers:        256692 kB
Cached:         955392 kB
SwapCached:      12852 kB
Active:         310996 kB
Inactive:       920480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31427736 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           12528 kB
Writeback:           0 kB
AnonPages:       16760 kB
Mapped:           8832 kB
Slab:           131936 kB
PageTables:      90944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105369552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73788 MiB
End job on node120 at 2011-06-03 13:07:42