Trace number 3485578

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 2 2011-06-10 (fixed)SAT52 1797.29 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.4 [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-3485578-1307776782.opb>
0.00/0.01	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.00/0.01	c problem read
0.00/0.01	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.04	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.12	c    (0.1s) probing: 165/600 (27.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	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.12	c  240 implications, 3 cliques
0.09/0.12	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.09/0.12	c     214 constraints of type <knapsack>
0.09/0.12	c       4 constraints of type <setppc>
0.09/0.12	c     437 constraints of type <linear>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.10
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1797
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |   402 |     - |4775k|   0 | 242 | 600 | 663 | 600 | 655 |   0 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |  2809 |     - |5479k|   0 | 294 | 600 | 886 | 600 | 709 |  54 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  3116 |     - |5913k|   0 | 277 | 600 | 886 | 600 | 752 |  97 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |  3468 |     - |6391k|   0 | 330 | 600 | 886 | 600 | 814 | 159 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |  3788 |     - |6785k|   0 | 289 | 600 | 886 | 600 | 866 | 211 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  4228 |     - |7223k|   0 | 224 | 600 | 886 | 600 | 925 | 270 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |  4593 |     - |7572k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.19/1.22	c   1.2s|     1 |     2 |  4593 |     - |7573k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |  12 | 3.600000e+01 |      --      |    Inf 
55.78/55.89	c  55.9s| 10000 |  3746 |744458 |  74.0 |  18M|  52 |   - | 600 |2289 |   0 |   0 | 322 |  12k|4245 | 3.600000e+01 |      --      |    Inf 
86.28/86.35	c  86.4s| 20000 |  4884 |  1208k|  60.2 |  23M|  52 |   - | 600 |3661 | 600 | 723 | 322 |  26k|5615 | 3.600000e+01 |      --      |    Inf 
113.19/113.26	c   113s| 30000 |  5743 |  1580k|  52.5 |  27M|  53 | 132 | 600 |4125 | 600 | 723 | 322 |  40k|7031 | 3.600000e+01 |      --      |    Inf 
123.28/123.37	o 80
123.28/123.37	c c 123s| 34479 |  5856 |  1731k|  50.1 |  29M|  53 |   - | 600 |5254 | 600 | 723 | 322 |  47k|7289 | 3.600000e+01 | 8.000000e+01 | 122.22%
135.57/135.68	c   136s| 40000 |  6498 |  1935k|  48.3 |  32M|  60 |  37 | 600 |3627 | 600 | 723 | 322 |  54k|7312 | 3.600000e+01 | 8.000000e+01 | 122.22%
138.88/138.93	o 62
138.88/138.93	c * 139s| 41597 |  5053 |  1987k|  47.7 |  27M|  68 |   - | 600 |3806 | 600 | 723 | 322 |  56k|7329 | 3.600000e+01 | 6.200000e+01 |  72.22%
158.39/158.48	c   158s| 50000 |  5746 |  2250k|  44.9 |  31M|  68 |   - | 600 |3640 |   0 |   0 | 322 |  67k|8329 | 3.600000e+01 | 6.200000e+01 |  72.22%
182.18/182.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.18/182.29	c   182s| 60000 |  6784 |  2564k|  42.7 |  37M|  68 |  55 | 600 |4551 | 600 | 723 | 322 |  80k|9696 | 3.600000e+01 | 6.200000e+01 |  72.22%
202.49/202.54	c   203s| 70000 |  7668 |  2845k|  40.6 |  41M|  68 |  64 | 600 |3580 | 600 | 723 | 322 |  94k|  10k| 3.600000e+01 | 6.200000e+01 |  72.22%
224.58/224.62	c   225s| 80000 |  8228 |  3161k|  39.5 |  44M|  68 |  88 | 600 |4313 | 600 | 723 | 322 | 108k|  10k| 3.600000e+01 | 6.200000e+01 |  72.22%
243.99/244.10	c   244s| 90000 |  8841 |  3416k|  37.9 |  48M|  68 |  46 | 600 |5866 | 600 | 723 | 322 | 123k|  11k| 3.600000e+01 | 6.200000e+01 |  72.22%
266.69/266.72	c   267s|100000 |  9353 |  3710k|  37.1 |  50M|  68 |   - | 600 |4261 |   0 |   0 | 322 | 137k|  12k| 3.600000e+01 | 6.200000e+01 |  72.22%
288.98/289.06	c   289s|110000 |  9993 |  4045k|  36.7 |  54M|  68 | 149 | 600 |5824 | 600 | 723 | 322 | 151k|  13k| 3.600000e+01 | 6.200000e+01 |  72.22%
310.78/310.87	c   311s|120000 | 10665 |  4363k|  36.3 |  58M|  68 | 207 | 600 |5377 | 600 | 723 | 322 | 165k|  13k| 3.600000e+01 | 6.200000e+01 |  72.22%
333.89/333.90	c   334s|130000 | 11056 |  4679k|  36.0 |  60M|  68 | 120 | 600 |4869 | 600 | 723 | 322 | 180k|  14k| 3.600000e+01 | 6.200000e+01 |  72.22%
354.79/354.89	c   355s|140000 | 11693 |  4995k|  35.6 |  64M|  68 |  79 | 600 |5276 | 600 | 723 | 322 | 194k|  15k| 3.600000e+01 | 6.200000e+01 |  72.22%
378.19/378.22	c   378s|150000 | 12777 |  5387k|  35.9 |  70M|  71 | 102 | 600 |5291 | 600 | 723 | 322 | 207k|  15k| 3.600000e+01 | 6.200000e+01 |  72.22%
402.28/402.40	c   402s|160000 | 13909 |  5758k|  36.0 |  76M|  71 |  97 | 600 |6287 | 600 | 723 | 322 | 219k|  16k| 3.600000e+01 | 6.200000e+01 |  72.22%
426.59/426.63	c   427s|170000 | 14947 |  6145k|  36.1 |  82M|  71 |   - | 600 |5148 | 600 | 723 | 322 | 232k|  16k| 3.600000e+01 | 6.200000e+01 |  72.22%
448.49/448.53	c   449s|180000 | 15940 |  6497k|  36.1 |  86M|  71 | 151 | 600 |3820 | 600 | 723 | 322 | 245k|  17k| 3.600000e+01 | 6.200000e+01 |  72.22%
472.59/472.61	c   473s|190000 | 16951 |  6853k|  36.0 |  92M|  71 | 144 | 600 |5449 | 600 | 723 | 322 | 258k|  18k| 3.600000e+01 | 6.200000e+01 |  72.22%
493.29/493.32	c   493s|200000 | 17713 |  7168k|  35.8 |  95M|  71 |  94 | 600 |4339 | 600 | 723 | 322 | 272k|  18k| 3.600000e+01 | 6.200000e+01 |  72.22%
517.19/517.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.19/517.22	c   517s|210000 | 18531 |  7521k|  35.8 |  99M|  71 |  87 | 600 |3890 | 600 | 723 | 322 | 285k|  19k| 3.600000e+01 | 6.200000e+01 |  72.22%
518.29/518.31	o 61
518.29/518.31	c c 518s|210499 | 17245 |  7538k|  35.8 |  93M|  71 |   - | 600 |3786 | 600 | 723 | 322 | 285k|  19k| 3.600000e+01 | 6.100000e+01 |  69.44%
518.69/518.76	o 60
518.69/518.76	c C 519s|210699 | 16443 |  7543k|  35.8 |  91M|  71 |  43 | 600 |3925 | 600 | 723 | 322 | 286k|  19k| 3.600000e+01 | 6.000000e+01 |  66.67%
535.49/535.53	c   536s|220000 | 17149 |  7802k|  35.4 |  95M|  71 | 154 | 600 |6133 | 600 | 723 | 322 | 297k|  19k| 3.600000e+01 | 6.000000e+01 |  66.67%
558.29/558.30	c   558s|230000 | 17801 |  8121k|  35.3 | 100M|  71 |  65 | 600 |7236 | 600 | 723 | 322 | 309k|  20k| 3.600000e+01 | 6.000000e+01 |  66.67%
579.09/579.11	c   579s|240000 | 18371 |  8394k|  35.0 | 103M|  71 |  79 | 600 |7360 | 600 | 723 | 322 | 322k|  21k| 3.600000e+01 | 6.000000e+01 |  66.67%
597.09/597.15	c   597s|250000 | 19223 |  8639k|  34.5 | 106M|  71 |   - | 600 |5249 |   0 |   0 | 322 | 335k|  21k| 3.600000e+01 | 6.000000e+01 |  66.67%
618.00/618.03	c   618s|260000 | 20388 |  8961k|  34.5 | 112M|  71 |  68 | 600 |7445 | 600 | 723 | 322 | 348k|  22k| 3.600000e+01 | 6.000000e+01 |  66.67%
638.19/638.29	c   638s|270000 | 21455 |  9231k|  34.2 | 117M|  71 | 176 | 600 |7642 | 600 | 723 | 322 | 360k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
657.19/657.21	c   657s|280000 | 22650 |  9493k|  33.9 | 123M|  71 |  69 | 600 |8991 | 600 | 723 | 322 | 374k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
675.79/675.87	c   676s|290000 | 23351 |  9740k|  33.6 | 127M|  71 |  59 | 600 |9702 | 600 | 723 | 322 | 387k|  23k| 3.600000e+01 | 6.000000e+01 |  66.67%
696.99/697.06	c   697s|300000 | 23844 |  9994k|  33.3 | 129M|  71 | 101 | 600 |4819 | 600 | 723 | 322 | 400k|  24k| 3.600000e+01 | 6.000000e+01 |  66.67%
718.89/718.97	c   719s|310000 | 24202 | 10334k|  33.3 | 131M|  71 | 179 | 600 |6664 | 600 | 723 | 322 | 413k|  24k| 3.600000e+01 | 6.000000e+01 |  66.67%
740.39/740.41	c   740s|320000 | 24739 | 10657k|  33.3 | 133M|  71 | 105 | 600 |5612 | 600 | 723 | 322 | 426k|  25k| 3.600000e+01 | 6.000000e+01 |  66.67%
762.31/762.36	c   762s|330000 | 25693 | 10972k|  33.2 | 138M|  71 | 217 | 600 |6259 | 600 | 723 | 322 | 439k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
781.60/781.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
781.60/781.67	c   782s|340000 | 26515 | 11269k|  33.1 | 143M|  71 | 135 | 600 |7809 | 600 | 723 | 322 | 452k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
802.70/802.80	c   803s|350000 | 27418 | 11592k|  33.1 | 147M|  71 |  45 | 600 |8499 | 600 | 723 | 322 | 465k|  26k| 3.600000e+01 | 6.000000e+01 |  66.67%
825.30/825.37	c   825s|360000 | 28359 | 11924k|  33.1 | 153M|  71 |   - | 600 |8698 |   0 |   0 | 322 | 478k|  27k| 3.600000e+01 | 6.000000e+01 |  66.67%
846.91/846.92	c   847s|370000 | 29335 | 12271k|  33.2 | 158M|  71 |   - | 600 |9554 |   0 |   0 | 322 | 491k|  27k| 3.600000e+01 | 6.000000e+01 |  66.67%
868.80/868.84	c   869s|380000 | 29628 | 12606k|  33.2 | 158M|  71 |   - | 600 |5237 |   0 |   0 | 322 | 505k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
889.50/889.50	c   890s|390000 | 30255 | 12909k|  33.1 | 162M|  71 | 129 | 600 |4880 | 600 | 723 | 322 | 519k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
908.70/908.78	c   909s|400000 | 30633 | 13203k|  33.0 | 163M|  71 |   - | 600 |5040 | 600 | 723 | 322 | 533k|  28k| 3.600000e+01 | 6.000000e+01 |  66.67%
929.90/929.97	c   930s|410000 | 31292 | 13517k|  33.0 | 167M|  71 |   - | 600 |5507 |   0 |   0 | 322 | 546k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
951.10/951.16	c   951s|420000 | 32083 | 13859k|  33.0 | 171M|  71 |   - | 600 |5006 |   0 |   0 | 322 | 559k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
972.11/972.13	c   972s|430000 | 32884 | 14193k|  33.0 | 174M|  71 | 107 | 600 |4961 | 600 | 723 | 322 | 572k|  29k| 3.600000e+01 | 6.000000e+01 |  66.67%
993.50/993.58	c   994s|440000 | 33609 | 14519k|  33.0 | 178M|  71 |   - | 600 |5672 |   0 |   0 | 322 | 586k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1013.11/1013.15	c  1013s|450000 | 34078 | 14824k|  32.9 | 181M|  71 |  41 | 600 |5403 | 600 | 723 | 322 | 600k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1034.10/1034.18	c  1034s|460000 | 34748 | 15141k|  32.9 | 185M|  71 |   - | 600 |6121 |   0 |   0 | 322 | 613k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1054.21/1054.30	c  1054s|470000 | 35132 | 15453k|  32.9 | 188M|  71 |   - | 600 |8349 |   0 |   0 | 322 | 626k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1072.90/1072.91	c  1073s|480000 | 35993 | 15726k|  32.8 | 192M|  71 | 110 | 600 |9295 | 600 | 723 | 322 | 639k|  30k| 3.600000e+01 | 6.000000e+01 |  66.67%
1092.61/1092.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1092.61/1092.68	c  1093s|490000 | 37057 | 16005k|  32.7 | 197M|  71 |  80 | 600 |8945 | 600 | 723 | 322 | 652k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1110.91/1110.95	c  1111s|500000 | 37807 | 16265k|  32.5 | 201M|  71 |   - | 600 |  10k|   0 |   0 | 322 | 667k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1129.21/1129.24	c  1129s|510000 | 38139 | 16515k|  32.4 | 204M|  71 |   - | 600 |  11k|   0 |   0 | 322 | 680k|  31k| 3.600000e+01 | 6.000000e+01 |  66.67%
1149.11/1149.14	c  1149s|520000 | 38327 | 16769k|  32.2 | 204M|  71 |  64 | 600 |7057 | 600 | 723 | 322 | 695k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1171.21/1171.28	c  1171s|530000 | 39170 | 17089k|  32.2 | 208M|  71 | 135 | 600 |7180 | 600 | 723 | 322 | 709k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1190.91/1190.98	c  1191s|540000 | 39430 | 17382k|  32.2 | 209M|  71 |  58 | 600 |5278 | 600 | 723 | 322 | 723k|  32k| 3.600000e+01 | 6.000000e+01 |  66.67%
1211.91/1211.91	c  1212s|550000 | 40114 | 17704k|  32.2 | 213M|  71 |   - | 600 |5922 |   0 |   0 | 322 | 737k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1233.31/1233.32	c  1233s|560000 | 40944 | 18027k|  32.2 | 216M|  71 |  70 | 600 |5753 | 600 | 723 | 322 | 751k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1252.71/1252.73	c  1253s|570000 | 41532 | 18334k|  32.2 | 218M|  71 |  51 | 600 |5898 | 600 | 723 | 322 | 764k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1273.11/1273.11	c  1273s|580000 | 42708 | 18670k|  32.2 | 224M|  71 |   - | 600 |6615 |   0 |   0 | 322 | 777k|  33k| 3.600000e+01 | 6.000000e+01 |  66.67%
1275.11/1275.16	o 53
1275.11/1275.16	c g1275s|580995 | 35457 | 18698k|  32.2 | 198M|  71 |   - | 600 |7045 | 600 | 723 | 322 | 778k|  34k| 3.600000e+01 | 5.300000e+01 |  47.22%
1276.51/1276.55	o 52
1276.51/1276.55	c C1277s|581595 | 25151 | 18716k|  32.2 | 164M|  71 | 208 | 600 |7102 | 600 | 723 | 322 | 779k|  34k| 3.600000e+01 | 5.200000e+01 |  44.44%
1293.71/1293.73	c  1294s|590000 | 25530 | 18952k|  32.1 | 165M|  71 |  69 | 600 |3772 | 600 | 723 | 322 | 790k|  34k| 3.650000e+01 | 5.200000e+01 |  42.47%
1311.72/1311.70	c  1312s|600000 | 25712 | 19206k|  32.0 | 166M|  71 |  68 | 600 |3999 | 600 | 723 | 322 | 804k|  34k| 3.700000e+01 | 5.200000e+01 |  40.54%
1329.11/1329.12	c  1329s|610000 | 26030 | 19452k|  31.9 | 168M|  71 | 139 | 600 |4427 | 600 | 723 | 322 | 817k|  34k| 3.700000e+01 | 5.200000e+01 |  40.54%
1347.82/1347.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.82/1347.89	c  1348s|620000 | 26453 | 19715k|  31.8 | 170M|  71 |   - | 600 |4161 |   0 |   0 | 322 | 831k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1366.81/1366.82	c  1367s|630000 | 27136 | 19988k|  31.7 | 173M|  71 |   - | 600 |4377 |   0 |   0 | 322 | 844k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1386.02/1386.08	c  1386s|640000 | 27638 | 20283k|  31.7 | 176M|  71 | 190 | 600 |5847 | 600 | 723 | 322 | 857k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1404.81/1404.89	c  1405s|650000 | 28193 | 20557k|  31.6 | 179M|  71 |  79 | 600 |6378 | 600 | 723 | 322 | 870k|  35k| 3.700000e+01 | 5.200000e+01 |  40.54%
1424.62/1424.67	c  1425s|660000 | 29108 | 20834k|  31.6 | 183M|  71 |  17 | 600 |5784 | 600 | 723 | 322 | 883k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1443.12/1443.15	c  1443s|670000 | 29752 | 21097k|  31.5 | 186M|  71 |   - | 600 |6235 |   0 |   0 | 322 | 896k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1460.51/1460.58	c  1461s|680000 | 30416 | 21342k|  31.4 | 189M|  71 |   - | 600 |6491 |   0 |   0 | 322 | 909k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1479.22/1479.24	c  1479s|690000 | 30880 | 21593k|  31.3 | 192M|  71 | 148 | 600 |6721 | 600 | 723 | 322 | 922k|  36k| 3.700000e+01 | 5.200000e+01 |  40.54%
1498.82/1498.84	c  1499s|700000 | 31595 | 21862k|  31.2 | 195M|  71 |   - | 600 |7212 |   0 |   0 | 322 | 935k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1518.12/1518.10	c  1518s|710000 | 32126 | 22146k|  31.2 | 198M|  71 |   - | 600 |7145 |   0 |   0 | 322 | 949k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1536.72/1536.71	c  1537s|720000 | 32781 | 22424k|  31.1 | 201M|  71 |   - | 600 |7519 |   0 |   0 | 322 | 963k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1556.23/1556.28	c  1556s|730000 | 33097 | 22690k|  31.1 | 203M|  71 |   - | 600 |8945 |   0 |   0 | 322 | 976k|  37k| 3.700000e+01 | 5.200000e+01 |  40.54%
1575.52/1575.57	c  1576s|740000 | 33220 | 22941k|  31.0 | 204M|  71 |   - | 600 |8201 |   0 |   0 | 322 | 990k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1593.83/1593.87	c  1594s|750000 | 33575 | 23198k|  30.9 | 207M|  71 | 179 | 600 |8488 | 600 | 723 | 322 |1004k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1612.53/1612.58	c  1613s|760000 | 33841 | 23463k|  30.9 | 208M|  71 | 138 | 600 |7920 | 600 | 723 | 322 |1017k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1631.13/1631.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.13/1631.18	c  1631s|770000 | 34046 | 23695k|  30.8 | 210M|  71 |  83 | 600 |8624 | 600 | 723 | 322 |1031k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1651.23/1651.28	c  1651s|780000 | 34632 | 23990k|  30.8 | 213M|  71 | 121 | 600 |8075 | 600 | 723 | 322 |1044k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1670.82/1670.88	c  1671s|790000 | 35374 | 24286k|  30.7 | 217M|  71 |  90 | 600 |  10k| 600 | 723 | 322 |1056k|  38k| 3.700000e+01 | 5.200000e+01 |  40.54%
1691.73/1691.72	c  1692s|800000 | 35734 | 24579k|  30.7 | 219M|  71 |   - | 600 |8837 |   0 |   0 | 322 |1069k|  39k| 3.700000e+01 | 5.200000e+01 |  40.54%
1710.63/1710.62	c  1711s|810000 | 35789 | 24820k|  30.6 | 219M|  71 |  86 | 600 |7021 | 600 | 723 | 322 |1083k|  39k| 3.740000e+01 | 5.200000e+01 |  39.04%
1728.13/1728.18	c  1728s|820000 | 35641 | 25050k|  30.5 | 219M|  71 | 120 | 600 |6729 | 600 | 723 | 322 |1097k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1746.13/1746.14	c  1746s|830000 | 35815 | 25306k|  30.5 | 219M|  71 |   - | 600 |6646 |   0 |   0 | 322 |1110k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1762.52/1762.55	c  1763s|840000 | 35920 | 25507k|  30.4 | 219M|  71 |  25 | 600 |7286 | 600 | 723 | 322 |1124k|  39k| 3.800000e+01 | 5.200000e+01 |  36.84%
1780.52/1780.51	c  1781s|850000 | 36236 | 25748k|  30.3 | 221M|  71 |   - | 600 |7382 |   0 |   0 | 322 |1137k|  40k| 3.800000e+01 | 5.200000e+01 |  36.84%
1796.52/1796.56	c  1797s|860000 | 36537 | 25945k|  30.2 | 222M|  71 |  42 | 600 |7072 | 600 | 723 | 322 |1150k|  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      : 860213
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.10 (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-3485578-1307776782.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-3485578-1307776782.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   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.07          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.00          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     550944          0         20          0        237      23765          0          0    1089224
1797.03/1797.00	c   knapsack         :        214          6    3525461          1          1         17    4227417      74954    5167450        686          0          0
1797.03/1797.00	c   setppc           :          4          6      41855          0          0          5      84656          1        943          0          0          0
1797.03/1797.00	c   linear           :        437+         7    3450547          0          0          5    3278162     322294   23527021          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    1692821          0          0          0    4122665      19590    1620887          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         :     127.83       0.00       0.00     127.83       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      57.81       0.02      55.02       0.00       0.00       0.00       2.77
1797.03/1797.00	c   setppc           :       0.05       0.00       0.01       0.00       0.00       0.00       0.03
1797.03/1797.00	c   linear           :     191.93       0.00     186.92       0.00       0.00       0.00       5.00
1797.03/1797.00	c   logicor          :      77.49       0.00      74.15       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        :    3525243       5640         72       4911
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.52       0.52       0.00
1797.03/1797.00	c   rootredcost      :       0.55       0.55       0.00
1797.03/1797.00	c   pseudoobj        :       1.72       1.72       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.65     416911     415932    3554198       28.0      15151       21.1          -
1797.03/1797.00	c   infeasible LP    :       5.62      60733      60733     351071       23.6       5422       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 :          -          -          -    1151326       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.49     551544          0        881          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.05          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.05          6          0          0         23          0
1797.03/1797.00	c   cmir             :       0.24          6          0          0       2156          0
1797.03/1797.00	c   flowcover        :       0.14          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.15          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        :     127.42     550943        237      23765          0          0    1089224
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.24          6          0
1797.03/1797.00	c   crossover        :       0.70         11          2
1797.03/1797.00	c   veclendiving     :       8.19       1172          0
1797.03/1797.00	c   linesearchdiving :       8.84       1172          0
1797.03/1797.00	c   guideddiving     :       8.75       1172          1
1797.03/1797.00	c   coefdiving       :       6.54       1173          2
1797.03/1797.00	c   pscostdiving     :      11.11       1173          0
1797.03/1797.00	c   fracdiving       :       6.21       1173          0
1797.03/1797.00	c   objpscostdiving  :       9.83        587          0
1797.03/1797.00	c   rootsoldiving    :       6.88        587          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.22       1000          0
1797.03/1797.00	c   rounding         :       0.90      10486          0
1797.03/1797.00	c   shifting         :       7.54       3304          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   feaspump         :       4.01        195          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.13          0          0
1797.03/1797.00	c   trysol           :       0.18          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          :     965.42     601257   24941822      41.48   25835.13
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:      51.84      52394    1010995      19.30   19501.57
1797.03/1797.00	c   strong branching :     110.98      40396    1929508      47.76   17386.45
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            :     860213
1797.03/1797.00	c   nodes (total)    :     860213
1797.03/1797.00	c   nodes left       :      36553
1797.03/1797.00	c   max depth        :         71
1797.03/1797.00	c   max depth (total):         71
1797.03/1797.00	c   backtracks       :     181446 (21.1%)
1797.03/1797.00	c   delayed cutoffs  :     170440
1797.03/1797.00	c   repropagations   :    1098795 (9871972 domain reductions, 139541 cutoffs)
1797.03/1797.00	c   avg switch length:       5.82
1797.03/1797.00	c   switching time   :     187.49
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, 123.37 seconds, depth 44, found by <coefdiving>)
1797.03/1797.00	c   Primal Bound     : +5.20000000000000e+01   (in run 1, after 581595 nodes, 1276.52 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.22/1797.25	c Time complete: 1797.29.

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-3485578-1307776782/watcher-3485578-1307776782 -o /tmp/evaluation-result-3485578-1307776782/solver-3485578-1307776782 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485578-1307776782.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: 0.93 1.29 1.66 2/174 12864
/proc/meminfo: memFree=31751816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=9840 CPUtime=0 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 1477 0 0 0 0 0 0 0 18 0 1 0 889278638 10076160 1432 33554432000 4194304 8979876 140737485363200 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12864/statm: 2460 1432 366 1169 0 1287 0

[startup+0.075579 s]
/proc/loadavg: 0.93 1.29 1.66 2/174 12864
/proc/meminfo: memFree=31751816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=25388 CPUtime=0.06 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 5424 0 0 0 6 0 0 0 18 0 1 0 889278638 25997312 5122 33554432000 4194304 8979876 140737485363200 18446744073709551615 5309304 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 6347 5122 533 1169 0 5174 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25388

[startup+0.100573 s]
/proc/loadavg: 0.93 1.29 1.66 2/174 12864
/proc/meminfo: memFree=31751816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=25388 CPUtime=0.09 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 5424 0 0 0 9 0 0 0 18 0 1 0 889278638 25997312 5122 33554432000 4194304 8979876 140737485363200 18446744073709551615 5308557 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 6347 5122 533 1169 0 5174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25388

[startup+0.300534 s]
/proc/loadavg: 0.93 1.29 1.66 2/174 12864
/proc/meminfo: memFree=31751816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=28004 CPUtime=0.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 6538 0 0 0 28 1 0 0 18 0 1 0 889278638 28676096 6049 33554432000 4194304 8979876 140737485363200 18446744073709551615 7226435 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 7001 6049 682 1169 0 5828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28004

[startup+0.700482 s]
/proc/loadavg: 0.93 1.29 1.66 2/174 12864
/proc/meminfo: memFree=31751816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43060 CPUtime=0.69 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 10374 0 0 0 68 1 0 0 18 0 1 0 889278638 44093440 9532 33554432000 4194304 8979876 140737485363200 18446744073709551615 6603605 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10765 9532 710 1169 0 9592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43060

[startup+1.50033 s]
/proc/loadavg: 0.93 1.29 1.66 3/175 12865
/proc/meminfo: memFree=31694668/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43068 CPUtime=1.49 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 12332 0 0 0 147 2 0 0 19 0 1 0 889278638 44101632 9897 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10767 9897 714 1169 0 9594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43068

[startup+3.10104 s]
/proc/loadavg: 0.93 1.29 1.66 3/175 12865
/proc/meminfo: memFree=31650648/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43068 CPUtime=3.1 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 12336 0 0 0 304 6 0 0 25 0 1 0 889278638 44101632 9901 33554432000 4194304 8979876 140737485363200 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10767 9901 717 1169 0 9594 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 43068

[startup+6.30046 s]
/proc/loadavg: 1.02 1.30 1.67 3/175 12865
/proc/meminfo: memFree=31645444/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43068 CPUtime=6.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 12336 0 0 0 617 12 0 0 25 0 1 0 889278638 44101632 9901 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10767 9901 717 1169 0 9594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43068

[startup+12.7003 s]
/proc/loadavg: 1.10 1.31 1.67 3/175 12866
/proc/meminfo: memFree=31645236/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43068 CPUtime=12.69 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 12338 0 0 0 1249 20 0 0 25 0 1 0 889278638 44101632 9903 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10767 9903 718 1169 0 9594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43068

[startup+25.501 s]
/proc/loadavg: 1.30 1.35 1.67 3/175 12866
/proc/meminfo: memFree=31646056/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=43068 CPUtime=25.5 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 12343 0 0 0 2506 44 0 0 25 0 1 0 889278638 44101632 9908 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12864/statm: 10767 9908 718 1169 0 9594 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 43068

[startup+51.1003 s]
/proc/loadavg: 1.54 1.40 1.68 3/175 12867
/proc/meminfo: memFree=31638568/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=51236 CPUtime=51.08 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 14370 0 0 0 5012 96 0 0 25 0 1 0 889278638 52465664 11887 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 12809 11887 718 1169 0 11636 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51236

[startup+102.306 s]
/proc/loadavg: 1.80 1.49 1.69 3/175 12868
/proc/meminfo: memFree=31624720/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=64868 CPUtime=102.28 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 17890 0 0 0 10044 184 0 0 25 0 1 0 889278638 66424832 15344 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 16217 15344 718 1169 0 15044 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 64868

[startup+162.301 s]
/proc/loadavg: 1.92 1.58 1.71 3/175 12870
/proc/meminfo: memFree=31614744/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=74232 CPUtime=162.28 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 20296 0 0 0 15947 281 0 0 25 0 1 0 889278638 76013568 17713 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 18558 17713 718 1169 0 17385 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 74232

[startup+222.3 s]
/proc/loadavg: 1.97 1.65 1.73 3/175 12871
/proc/meminfo: memFree=31597588/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=89024 CPUtime=222.28 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 23991 0 0 0 21848 380 0 0 25 0 1 0 889278638 91160576 21352 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 22256 21352 718 1169 0 21083 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89024

[startup+282.3 s]
/proc/loadavg: 1.99 1.71 1.74 3/175 12873
/proc/meminfo: memFree=31574844/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=100760 CPUtime=282.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 26972 0 0 0 27753 476 0 0 25 0 1 0 889278638 103178240 24307 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 25190 24307 718 1169 0 24017 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 100760

[startup+342.3 s]
/proc/loadavg: 2.07 1.78 1.76 3/175 12874
/proc/meminfo: memFree=31557816/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=116008 CPUtime=342.28 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 30886 0 0 0 33656 572 0 0 25 0 1 0 889278638 118792192 28161 33554432000 4194304 8979876 140737485363200 18446744073709551615 6547199 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 29002 28161 720 1169 0 27829 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 116008

[startup+402.301 s]
/proc/loadavg: 2.02 1.82 1.77 3/175 12876
/proc/meminfo: memFree=31534724/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=131056 CPUtime=402.28 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 34749 0 0 0 39548 680 0 0 25 0 1 0 889278638 134201344 31904 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 32764 31904 719 1169 0 31591 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 131056

[startup+462.301 s]
/proc/loadavg: 2.01 1.85 1.78 3/175 12878
/proc/meminfo: memFree=31509624/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=149488 CPUtime=462.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 39426 0 0 0 45449 780 0 0 25 0 1 0 889278638 153075712 36500 33554432000 4194304 8979876 140737485363200 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 37372 36500 721 1169 0 36199 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 149488

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.79 3/175 12879
/proc/meminfo: memFree=31491736/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=162432 CPUtime=522.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 53618 0 0 0 51348 881 0 0 25 0 1 0 889278638 166330368 39746 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 40608 39746 725 1169 0 39435 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 162432

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.80 3/175 12881
/proc/meminfo: memFree=31480660/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=168868 CPUtime=582.29 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 60720 0 0 0 57247 982 0 0 25 0 1 0 889278638 172920832 41354 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 42217 41354 725 1169 0 41044 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 168868

[startup+642.301 s]

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

/proc/meminfo: memFree=31275176/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=298968 CPUtime=1122.3 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 97751 0 0 0 110389 1841 0 0 25 0 1 0 889278638 306143232 73464 33554432000 4194304 8979876 140737485363200 18446744073709551615 7841056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 74742 73464 732 1169 0 73569 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 298968

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/175 12897
/proc/meminfo: memFree=31257160/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=310448 CPUtime=1182.31 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 100648 0 0 0 116294 1937 0 0 25 0 1 0 889278638 317898752 76261 33554432000 4194304 8979876 140737485363200 18446744073709551615 5310311 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 77612 76261 732 1169 0 76439 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 310448

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/175 12898
/proc/meminfo: memFree=31241620/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=319796 CPUtime=1242.31 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 102993 0 0 0 122200 2031 0 0 25 0 1 0 889278638 327471104 78570 33554432000 4194304 8979876 140737485363200 18446744073709551615 5284194 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 79949 78570 738 1169 0 78776 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 319796

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/175 12900
/proc/meminfo: memFree=31224588/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=325976 CPUtime=1302.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 115838 0 0 0 128101 2131 0 0 25 0 1 0 889278638 333799424 80064 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 81494 80064 736 1169 0 80321 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 325976

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/175 12902
/proc/meminfo: memFree=31217104/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=326408 CPUtime=1362.31 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 118571 0 0 0 134012 2219 0 0 25 0 1 0 889278638 334241792 80178 33554432000 4194304 8979876 140737485363200 18446744073709551615 5271635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 81602 80178 736 1169 0 80429 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 326408

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.89 3/175 12903
/proc/meminfo: memFree=31212212/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=326676 CPUtime=1422.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 119528 0 0 0 139923 2309 0 0 25 0 1 0 889278638 334516224 80272 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 81669 80272 736 1169 0 80496 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 326676

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/175 12905
/proc/meminfo: memFree=31207092/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=326436 CPUtime=1482.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 122278 0 0 0 145831 2401 0 0 25 0 1 0 889278638 334270464 80228 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 81609 80228 736 1169 0 80436 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 326436

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12906
/proc/meminfo: memFree=31200724/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=328452 CPUtime=1542.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 122810 0 0 0 151738 2494 0 0 25 0 1 0 889278638 336334848 80740 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 82113 80740 736 1169 0 80940 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 328452

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12908
/proc/meminfo: memFree=31191628/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=329528 CPUtime=1602.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 123110 0 0 0 157650 2582 0 0 25 0 1 0 889278638 337436672 81016 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 82382 81016 736 1169 0 81209 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 329528

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12910
/proc/meminfo: memFree=31181660/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=333444 CPUtime=1662.32 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 124131 0 0 0 163565 2667 0 0 25 0 1 0 889278638 341446656 82018 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 83361 82018 736 1169 0 82188 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 333444

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12911
/proc/meminfo: memFree=31170944/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=339692 CPUtime=1722.33 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 126535 0 0 0 169481 2752 0 0 25 0 1 0 889278638 347844608 83441 33554432000 4194304 8979876 140737485363200 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 84923 83441 736 1169 0 83750 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 339692

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31161608/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1782.33 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127119 0 0 0 175394 2839 0 0 25 0 1 0 889278638 350162944 84021 33554432000 4194304 8979876 140737485363200 18446744073709551615 5309326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84021 736 1169 0 84316 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 341956

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31161480/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1785.52 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127120 0 0 0 175709 2843 0 0 25 0 1 0 889278638 350162944 84022 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84022 736 1169 0 84316 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 341956

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31161476/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1791.93 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127121 0 0 0 176342 2851 0 0 25 0 1 0 889278638 350162944 84023 33554432000 4194304 8979876 140737485363200 18446744073709551615 5270136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84023 736 1169 0 84316 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 341956

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31157756/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1795.13 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127122 0 0 0 176659 2854 0 0 25 0 1 0 889278638 350162944 84024 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84024 736 1169 0 84316 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 341956

[startup+1795.9 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31157756/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1795.93 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127122 0 0 0 176738 2855 0 0 25 0 1 0 889278638 350162944 84024 33554432000 4194304 8979876 140737485363200 18446744073709551615 5310593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84024 736 1169 0 84316 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 341956

[startup+1796.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31163088/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1796.73 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127122 0 0 0 176817 2856 0 0 25 0 1 0 889278638 350162944 84024 33554432000 4194304 8979876 140737485363200 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84024 736 1169 0 84316 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 341956

[startup+1797.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31163088/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1797.12 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127125 0 0 0 176856 2856 0 0 25 0 1 0 889278638 350162944 84027 33554432000 4194304 8979876 140737485363200 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84027 739 1169 0 84316 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 341956

[startup+1797.2 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 12913
/proc/meminfo: memFree=31163088/32951124 swapFree=67060628/67111528
[pid=12864] ppid=12862 vsize=341956 CPUtime=1797.22 cores=0,2,4,6
/proc/12864/stat : 12864 (scip-2.0.1.4_2.) R 12862 12864 8673 0 -1 4202496 127125 0 0 0 176866 2856 0 0 25 0 1 0 889278638 350162944 84027 33554432000 4194304 8979876 140737485363200 18446744073709551615 4329904 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12864/statm: 85489 84027 739 1169 0 84316 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 341956

Child status: 0
Real time (s): 1797.26
CPU time (s): 1797.29
CPU user time (s): 1768.71
CPU system time (s): 28.5807
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 341956

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

runsolver used 2.67159 second user time and 5.52116 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 09:19:42
IDJOB=3485578
IDBENCH=2943
IDSOLVER=1977
FILE ID=node106/3485578-1307776782
RUNJOBID= node106-1307776781-12798
PBS_JOBID= 13550854
Free space on /tmp= 74004 MiB

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

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=1780667632

node106.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.830
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31752376 kB
Buffers:        131700 kB
Cached:         821864 kB
SwapCached:      12488 kB
Active:         332980 kB
Inactive:       706308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31752376 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           35108 kB
Writeback:          16 kB
AnonPages:       83468 kB
Mapped:          12344 kB
Slab:            95804 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249736 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= 73988 MiB
End job on node106 at 2011-06-11 09:49:40