Trace number 1870361

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-33 1797.5 1797.99

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_2.opb
MD5SUMfecc1e3404707b1609ea9647c91fc73f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1800.45
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint105
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37488
Sum of products size (including duplicates)74976
Number of different products18744
Sum of products size37488

Quality of the solution as a function of time


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

Solver Data

0.19/0.20	c SCIP version 1.1.0.7
0.19/0.20	c LP-Solver Clp 1.8.2
0.19/0.20	c user parameter file <scip.set> not found - using default parameters
0.19/0.20	c read problem <HOME/instance-1870361-1245199634.opb>
0.19/0.20	c original problem has 19244 variables (19244 bin, 0 int, 0 impl, 0 cont) and 19244 constraints
0.30/0.39	c start presolving problem
0.30/0.39	c presolving:
0.79/0.89	c (round 1) 18744 del vars, 500 del conss, 18744 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 74976 impls, 0 clqs
2.39/2.47	c    (2.0s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.47	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.39/2.47	c presolving (2 rounds):
2.39/2.47	c  18744 deleted vars, 500 deleted constraints, 18744 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.47	c  112464 implications, 0 cliques
2.39/2.47	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 18744 constraints
2.39/2.47	c   18744 constraints of type <and>
2.39/2.47	c transformed objective value is always integral (scale: 1)
2.39/2.47	c Presolving Time: 1.95
2.39/2.47	c OPT-NLC
2.39/2.47	c -----------------------------------------------------------------------------------------------
2.39/2.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/memory = c 1620
2.39/2.47	c # maximal time in seconds to run
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/time = c 1791
2.39/2.47	c # frequency for displaying node information lines
2.39/2.47	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.47	c display/freq = c 10000
2.39/2.47	c -----------------------------------------------------------------------------------------------
2.39/2.47	c start solving problem
2.39/2.47	c 
2.79/2.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.83	c   2.4s|     1 |     0 |   507 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
2.79/2.85	o -24
2.79/2.85	c R 2.4s|     1 |     0 |   507 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |-2.400000e+01 |  90.40%
3.69/3.72	c   3.2s|     1 |     0 |   591 |  69M|   0 | 488 | 500 |  18k|  18k| 500 |  18k|   7 |   0 |   0 |-2.440000e+02 |-2.400000e+01 |  90.16%
4.70/4.78	c   4.3s|     1 |     0 |   700 |  69M|   0 | 478 | 500 |  18k|  18k| 500 |  18k|  15 |   0 |   0 |-2.390000e+02 |-2.400000e+01 |  89.96%
5.79/5.90	c   5.4s|     1 |     0 |   827 |  69M|   0 | 465 | 500 |  18k|  18k| 500 |  18k|  23 |   0 |   0 |-2.325000e+02 |-2.400000e+01 |  89.68%
5.89/5.92	o -25
5.89/5.92	c R 5.4s|     1 |     0 |   827 |  69M|   0 | 465 | 500 |  18k|  18k| 500 |  18k|  23 |   0 |   0 |-2.325000e+02 |-2.500000e+01 |  89.25%
7.09/7.19	c   6.7s|     1 |     0 |   961 |  69M|   0 | 457 | 500 |  18k|  18k| 500 |  18k|  30 |   0 |   0 |-2.285000e+02 |-2.500000e+01 |  89.06%
8.49/8.58	c   8.1s|     1 |     0 |  1112 |  69M|   0 | 449 | 500 |  18k|  18k| 500 |  18k|  36 |   0 |   0 |-2.245000e+02 |-2.500000e+01 |  88.86%
9.99/10.04	c   9.5s|     1 |     0 |  1268 |  69M|   0 | 444 | 500 |  18k|  18k| 500 |  18k|  42 |   0 |   0 |-2.220000e+02 |-2.500000e+01 |  88.74%
12.09/12.12	c  11.6s|     1 |     0 |  1568 |  69M|   0 | 435 | 500 |  18k|  18k| 500 |  18k|  49 |   0 |   0 |-2.175000e+02 |-2.500000e+01 |  88.51%
14.19/14.27	c  13.7s|     1 |     0 |  1848 |  69M|   0 | 427 | 500 |  18k|  18k| 500 |  18k|  59 |   0 |   0 |-2.135000e+02 |-2.500000e+01 |  88.29%
15.69/15.74	c  15.2s|     1 |     0 |  1932 |  69M|   0 | 421 | 500 |  18k|  18k| 500 |  18k|  68 |   0 |   0 |-2.105000e+02 |-2.500000e+01 |  88.12%
16.99/17.08	c  16.5s|     1 |     0 |  2027 |  69M|   0 | 418 | 500 |  18k|  18k| 500 |  18k|  72 |   0 |   0 |-2.090000e+02 |-2.500000e+01 |  88.04%
18.38/18.47	c  17.9s|     1 |     0 |  2272 |  69M|   0 | 412 | 500 |  18k|  18k| 500 | 777 |  81 |   0 |   0 |-2.060000e+02 |-2.500000e+01 |  87.86%
18.69/18.72	c  18.2s|     1 |     0 |  2641 |  69M|   0 | 389 | 500 |  18k|  18k| 500 | 786 |  90 |   0 |   0 |-2.030000e+02 |-2.500000e+01 |  87.68%
20.49/20.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.49/20.54	c  20.0s|     1 |     0 |  2913 |  70M|   0 | 405 | 500 |  18k|  18k| 500 |2786 |2090 |   0 |   0 |-2.025000e+02 |-2.500000e+01 |  87.65%
20.79/20.87	c  20.3s|     1 |     0 |  3214 |  70M|   0 | 402 | 500 |  18k|  18k| 500 |2794 |2098 |   0 |   0 |-2.010000e+02 |-2.500000e+01 |  87.56%
21.18/21.24	c  20.7s|     1 |     0 |  3578 |  70M|   0 | 399 | 500 |  18k|  18k| 500 |2800 |2104 |   0 |   0 |-1.995000e+02 |-2.500000e+01 |  87.47%
21.79/21.85	c  21.3s|     1 |     0 |  4249 |  70M|   0 | 396 | 500 |  18k|  18k| 500 |2809 |2113 |   0 |   0 |-1.990000e+02 |-2.500000e+01 |  87.44%
22.59/22.62	c  22.1s|     1 |     0 |  4981 |  70M|   0 | 400 | 500 |  18k|  18k| 500 |2560 |2164 |   0 |   0 |-1.960000e+02 |-2.500000e+01 |  87.24%
22.88/22.99	c  22.4s|     1 |     0 |  5283 |  71M|   0 | 386 | 500 |  18k|  18k| 500 |2566 |2170 |   0 |   0 |-1.945000e+02 |-2.500000e+01 |  87.15%
23.48/23.59	c  23.0s|     1 |     0 |  6084 |  71M|   0 | 406 | 500 |  18k|  18k| 500 |2795 |2399 |   0 |   0 |-1.910000e+02 |-2.500000e+01 |  86.91%
26.39/26.45	c  25.9s|     1 |     0 |  6145 |  72M|   0 | 385 | 500 |  18k|  18k| 500 |4795 |4399 |   0 |   0 |-1.910000e+02 |-2.500000e+01 |  86.91%
26.88/26.93	c  26.4s|     1 |     0 |  6471 |  72M|   0 | 379 | 500 |  18k|  18k| 500 |4805 |4409 |   0 |   0 |-1.895000e+02 |-2.500000e+01 |  86.81%
27.68/27.72	c  27.1s|     1 |     0 |  7173 |  72M|   0 | 379 | 500 |  18k|  18k| 500 |4812 |4416 |   0 |   0 |-1.875000e+02 |-2.500000e+01 |  86.67%
28.38/28.41	c  27.8s|     1 |     0 |  7794 |  72M|   0 | 372 | 500 |  18k|  18k| 500 |2858 |4462 |   0 |   0 |-1.860000e+02 |-2.500000e+01 |  86.56%
28.78/28.86	c  28.3s|     1 |     0 |  8301 |  72M|   0 | 366 | 500 |  18k|  18k| 500 |2865 |4469 |   0 |   0 |-1.850000e+02 |-2.500000e+01 |  86.49%
29.38/29.47	c  28.9s|     1 |     0 |  8992 |  72M|   0 | 354 | 500 |  18k|  18k| 500 |2982 |4586 |   0 |   0 |-1.850000e+02 |-2.500000e+01 |  86.49%
30.28/30.39	c  29.8s|     1 |     0 | 10008 |  72M|   0 | 369 | 500 |  18k|  18k| 500 |3413 |5017 |   0 |   0 |-1.843750e+02 |-2.500000e+01 |  86.44%
31.39/31.45	c  30.9s|     1 |     0 | 10986 |  73M|   0 | 358 | 500 |  18k|  18k| 500 |4154 |5758 |   0 |   0 |-1.810000e+02 |-2.500000e+01 |  86.19%
32.58/32.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.58/32.63	c  32.0s|     1 |     0 | 12162 |  73M|   0 | 357 | 500 |  18k|  18k| 500 |4270 |5874 |   0 |   0 |-1.785000e+02 |-2.500000e+01 |  85.99%
33.28/33.39	c  32.8s|     1 |     0 | 12849 |  73M|   0 | 361 | 500 |  18k|  18k| 500 |3824 |5881 |   0 |   0 |-1.765000e+02 |-2.500000e+01 |  85.84%
34.49/34.58	c  34.0s|     1 |     0 | 14129 |  73M|   0 | 368 | 500 |  18k|  18k| 500 |3881 |5938 |   0 |   0 |-1.741667e+02 |-2.500000e+01 |  85.65%
35.49/35.57	c  35.0s|     1 |     0 | 14384 |  74M|   0 | 353 | 500 |  18k|  18k| 500 |5463 |7520 |   0 |   0 |-1.740000e+02 |-2.500000e+01 |  85.63%
36.19/36.26	c  35.7s|     1 |     0 | 14919 |  74M|   0 | 348 | 500 |  18k|  18k| 500 |5470 |7527 |   0 |   0 |-1.730000e+02 |-2.500000e+01 |  85.55%
37.18/37.28	c  36.7s|     1 |     0 | 15854 |  74M|   0 | 342 | 500 |  18k|  18k| 500 |5478 |7535 |   0 |   0 |-1.710000e+02 |-2.500000e+01 |  85.38%
38.09/38.16	c  37.6s|     1 |     0 | 16671 |  74M|   0 | 338 | 500 |  18k|  18k| 500 |5483 |7540 |   0 |   0 |-1.700000e+02 |-2.500000e+01 |  85.29%
38.98/39.04	c  38.4s|     1 |     0 | 17338 |  74M|   0 | 336 | 500 |  18k|  18k| 500 |3484 |7592 |   0 |   0 |-1.690000e+02 |-2.500000e+01 |  85.21%
39.78/39.88	c  39.3s|     1 |     0 | 18263 |  74M|   0 | 350 | 500 |  18k|  18k| 500 |3534 |7642 |   0 |   0 |-1.682500e+02 |-2.500000e+01 |  85.14%
40.28/40.36	c  39.8s|     1 |     0 | 18795 |  74M|   0 | 332 | 500 |  18k|  18k| 500 |3575 |7683 |   0 |   0 |-1.660000e+02 |-2.500000e+01 |  84.94%
40.98/41.02	c  40.4s|     1 |     0 | 19654 |  74M|   0 | 385 | 500 |  18k|  18k| 500 |3585 |7693 |   0 |   0 |-1.637000e+02 |-2.500000e+01 |  84.73%
42.18/42.29	c  41.7s|     1 |     0 | 19968 |  75M|   0 | 327 | 500 |  18k|  18k| 500 |5223 |9331 |   0 |   0 |-1.635000e+02 |-2.500000e+01 |  84.71%
43.18/43.23	c  42.6s|     1 |     0 | 20663 |  75M|   0 | 345 | 500 |  18k|  18k| 500 |5232 |9340 |   0 |   0 |-1.630000e+02 |-2.500000e+01 |  84.66%
44.48/44.51	c  43.9s|     1 |     0 | 21683 |  75M|   0 | 333 | 500 |  18k|  18k| 500 |2613 |9351 |   0 |   0 |-1.615000e+02 |-2.500000e+01 |  84.52%
45.09/45.11	c  44.5s|     1 |     0 | 22313 |  75M|   0 | 332 | 500 |  18k|  18k| 500 |2621 |9359 |   0 |   0 |-1.610000e+02 |-2.500000e+01 |  84.47%
45.78/45.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.78/45.86	c  45.2s|     1 |     0 | 23149 |  75M|   0 | 339 | 500 |  18k|  18k| 500 |2629 |9367 |   0 |   0 |-1.600000e+02 |-2.500000e+01 |  84.38%
46.48/46.52	c  45.9s|     1 |     0 | 23911 |  75M|   0 | 340 | 500 |  18k|  18k| 500 |2703 |9441 |   0 |   0 |-1.588125e+02 |-2.500000e+01 |  84.26%
46.98/47.06	c  46.4s|     1 |     0 | 24579 |  75M|   0 | 360 | 500 |  18k|  18k| 500 |2965 |9703 |   0 |   0 |-1.568077e+02 |-2.500000e+01 |  84.06%
47.38/47.42	c  46.8s|     1 |     0 | 24911 |  76M|   0 | 340 | 500 |  18k|  18k| 500 |3218 |9956 |   0 |   0 |-1.560625e+02 |-2.500000e+01 |  83.98%
48.08/48.11	c  47.5s|     1 |     0 | 25671 |  76M|   0 | 355 | 500 |  18k|  18k| 500 |2944 |9991 |   0 |   0 |-1.547682e+02 |-2.500000e+01 |  83.85%
48.68/48.75	c  48.1s|     1 |     0 | 26458 |  76M|   0 | 352 | 500 |  18k|  18k| 500 |3120 |  10k|   0 |   0 |-1.531000e+02 |-2.500000e+01 |  83.67%
49.38/49.43	c  48.8s|     1 |     0 | 27219 |  76M|   0 | 367 | 500 |  18k|  18k| 500 |3269 |  10k|   0 |   0 |-1.514194e+02 |-2.500000e+01 |  83.49%
49.98/50.03	c  49.4s|     1 |     0 | 27892 |  77M|   0 | 375 | 500 |  18k|  18k| 500 |3309 |  10k|   0 |   0 |-1.500323e+02 |-2.500000e+01 |  83.34%
50.78/50.81	c  50.2s|     1 |     0 | 28701 |  77M|   0 | 374 | 500 |  18k|  18k| 500 |3651 |  10k|   0 |   0 |-1.479047e+02 |-2.500000e+01 |  83.10%
51.48/51.54	c  50.9s|     1 |     0 | 29426 |  78M|   0 | 367 | 500 |  18k|  18k| 500 |3755 |  10k|   0 |   0 |-1.464920e+02 |-2.500000e+01 |  82.93%
52.18/52.26	c  51.6s|     1 |     0 | 30036 |  79M|   0 | 376 | 500 |  18k|  18k| 500 |2751 |  10k|   0 |   0 |-1.459820e+02 |-2.500000e+01 |  82.87%
53.08/53.14	c  52.5s|     1 |     0 | 30778 |  79M|   0 | 361 | 500 |  18k|  18k| 500 |2846 |  10k|   0 |   0 |-1.442188e+02 |-2.500000e+01 |  82.67%
53.98/54.00	c  53.4s|     1 |     0 | 31597 |  80M|   0 | 373 | 500 |  18k|  18k| 500 |2996 |  11k|   0 |   0 |-1.427254e+02 |-2.500000e+01 |  82.48%
54.98/55.06	c  54.4s|     1 |     0 | 32417 |  80M|   0 | 363 | 500 |  18k|  18k| 500 |3047 |  11k|   0 |   0 |-1.416266e+02 |-2.500000e+01 |  82.35%
55.98/56.00	c  55.3s|     1 |     0 | 33292 |  81M|   0 | 372 | 500 |  18k|  18k| 500 |3139 |  11k|   0 |   0 |-1.402300e+02 |-2.500000e+01 |  82.17%
57.38/57.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.38/57.48	c  56.8s|     1 |     0 | 34440 |  82M|   0 | 356 | 500 |  18k|  18k| 500 |3310 |  11k|   0 |   0 |-1.380670e+02 |-2.500000e+01 |  81.89%
58.57/58.69	c  58.0s|     1 |     0 | 35573 |  83M|   0 | 393 | 500 |  18k|  18k| 500 |2836 |  11k|   0 |   0 |-1.363504e+02 |-2.500000e+01 |  81.66%
60.18/60.27	c  59.6s|     1 |     0 | 36462 |  83M|   0 | 374 | 500 |  18k|  18k| 500 |3268 |  11k|   0 |   0 |-1.341009e+02 |-2.500000e+01 |  81.36%
61.68/61.71	c  61.0s|     1 |     0 | 37273 |  83M|   0 | 379 | 500 |  18k|  18k| 500 |3331 |  11k|   0 |   0 |-1.326833e+02 |-2.500000e+01 |  81.16%
63.07/63.17	c  62.5s|     1 |     0 | 38129 |  83M|   0 | 388 | 500 |  18k|  18k| 500 |3418 |  12k|   0 |   0 |-1.317769e+02 |-2.500000e+01 |  81.03%
64.68/64.72	c  64.0s|     1 |     0 | 38869 |  83M|   0 | 386 | 500 |  18k|  18k| 500 |3439 |  12k|   0 |   0 |-1.311383e+02 |-2.500000e+01 |  80.94%
66.18/66.29	c  65.6s|     1 |     0 | 39609 |  83M|   0 | 393 | 500 |  18k|  18k| 500 |3495 |  12k|   0 |   0 |-1.302741e+02 |-2.500000e+01 |  80.81%
68.37/68.40	c  67.7s|     1 |     0 | 40799 |  83M|   0 | 387 | 500 |  18k|  18k| 500 |3071 |  12k|   0 |   0 |-1.286849e+02 |-2.500000e+01 |  80.57%
69.87/69.92	c  69.2s|     1 |     0 | 41729 |  83M|   0 | 398 | 500 |  18k|  18k| 500 |3162 |  12k|   0 |   0 |-1.273573e+02 |-2.500000e+01 |  80.37%
71.18/71.27	c  70.6s|     1 |     0 | 42595 |  83M|   0 | 387 | 500 |  18k|  18k| 500 |3173 |  12k|   0 |   0 |-1.263328e+02 |-2.500000e+01 |  80.21%
72.67/72.77	c  72.1s|     1 |     0 | 43181 |  83M|   0 | 403 | 500 |  18k|  18k| 500 |3294 |  12k|   0 |   0 |-1.258446e+02 |-2.500000e+01 |  80.13%
74.47/74.57	c  73.9s|     1 |     0 | 44153 |  83M|   0 | 410 | 500 |  18k|  18k| 500 |3355 |  12k|   0 |   0 |-1.249931e+02 |-2.500000e+01 |  80.00%
76.17/76.22	c  75.5s|     1 |     0 | 44873 |  83M|   0 | 396 | 500 |  18k|  18k| 500 |3388 |  12k|   0 |   0 |-1.245498e+02 |-2.500000e+01 |  79.93%
78.07/78.11	c  77.4s|     1 |     0 | 45637 |  83M|   0 | 403 | 500 |  18k|  18k| 500 |3104 |  12k|   0 |   0 |-1.240291e+02 |-2.500000e+01 |  79.84%
79.88/79.93	c  79.2s|     1 |     0 | 46607 |  83M|   0 | 404 | 500 |  18k|  18k| 500 |3146 |  12k|   0 |   0 |-1.232977e+02 |-2.500000e+01 |  79.72%
81.67/81.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.67/81.78	c  81.1s|     1 |     0 | 47388 |  83M|   0 | 408 | 500 |  18k|  18k| 500 |3231 |  12k|   0 |   0 |-1.226055e+02 |-2.500000e+01 |  79.61%
83.27/83.35	c  82.6s|     1 |     0 | 47926 |  83M|   0 | 414 | 500 |  18k|  18k| 500 |3280 |  12k|   0 |   0 |-1.223987e+02 |-2.500000e+01 |  79.57%
85.17/85.20	c  84.5s|     1 |     0 | 48654 |  83M|   0 | 406 | 500 |  18k|  18k| 500 |3319 |  12k|   0 |   0 |-1.218342e+02 |-2.500000e+01 |  79.48%
86.88/86.95	c  86.2s|     1 |     0 | 49315 |  83M|   0 | 406 | 500 |  18k|  18k| 500 |3338 |  12k|   0 |   0 |-1.214981e+02 |-2.500000e+01 |  79.42%
88.87/88.99	c  88.3s|     1 |     0 | 50051 |  83M|   0 | 419 | 500 |  18k|  18k| 500 |3194 |  12k|   0 |   0 |-1.207538e+02 |-2.500000e+01 |  79.30%
90.87/90.90	c  90.2s|     1 |     0 | 50861 |  83M|   0 | 412 | 500 |  18k|  18k| 500 |3276 |  12k|   0 |   0 |-1.201791e+02 |-2.500000e+01 |  79.20%
92.57/92.60	c  91.9s|     1 |     0 | 51437 |  83M|   0 | 417 | 500 |  18k|  18k| 500 |3295 |  12k|   0 |   0 |-1.197225e+02 |-2.500000e+01 |  79.12%
94.36/94.46	c  93.7s|     1 |     0 | 52196 |  83M|   0 | 417 | 500 |  18k|  18k| 500 |3371 |  13k|   0 |   0 |-1.190952e+02 |-2.500000e+01 |  79.01%
96.27/96.33	c  95.6s|     1 |     0 | 52869 |  83M|   0 | 420 | 500 |  18k|  18k| 500 |3427 |  13k|   0 |   0 |-1.185177e+02 |-2.500000e+01 |  78.91%
98.27/98.33	c  97.6s|     1 |     0 | 53562 |  83M|   0 | 424 | 500 |  18k|  18k| 500 |3471 |  13k|   0 |   0 |-1.180648e+02 |-2.500000e+01 |  78.83%
100.36/100.41	c  99.7s|     1 |     0 | 54140 |  83M|   0 | 433 | 500 |  18k|  18k| 500 |3298 |  13k|   0 |   0 |-1.177617e+02 |-2.500000e+01 |  78.77%
102.36/102.48	c   102s|     1 |     0 | 54867 |  84M|   0 | 436 | 500 |  18k|  18k| 500 |3322 |  13k|   0 |   0 |-1.173277e+02 |-2.500000e+01 |  78.69%
104.37/104.41	c   104s|     1 |     0 | 55483 |  84M|   0 | 441 | 500 |  18k|  18k| 500 |3355 |  13k|   0 |   0 |-1.169489e+02 |-2.500000e+01 |  78.62%
106.36/106.40	c   106s|     1 |     0 | 56132 |  84M|   0 | 435 | 500 |  18k|  18k| 500 |3376 |  13k|   0 |   0 |-1.165040e+02 |-2.500000e+01 |  78.54%
108.26/108.32	c   108s|     1 |     0 | 56678 |  84M|   0 | 441 | 500 |  18k|  18k| 500 |3421 |  13k|   0 |   0 |-1.161903e+02 |-2.500000e+01 |  78.48%
109.97/110.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.97/110.08	c   109s|     1 |     0 | 57046 |  84M|   0 | 442 | 500 |  18k|  18k| 500 |3438 |  13k|   0 |   0 |-1.160023e+02 |-2.500000e+01 |  78.45%
112.16/112.21	c   111s|     1 |     0 | 57571 |  84M|   0 | 440 | 500 |  18k|  18k| 500 |3330 |  13k|   0 |   0 |-1.156805e+02 |-2.500000e+01 |  78.39%
113.97/114.07	c   113s|     1 |     0 | 58066 |  84M|   0 | 440 | 500 |  18k|  18k| 500 |3346 |  13k|   0 |   0 |-1.154630e+02 |-2.500000e+01 |  78.35%
115.86/115.92	c   115s|     1 |     0 | 58527 |  84M|   0 | 441 | 500 |  18k|  18k| 500 |3373 |  13k|   0 |   0 |-1.152893e+02 |-2.500000e+01 |  78.32%
117.76/117.87	c   117s|     1 |     0 | 59086 |  84M|   0 | 441 | 500 |  18k|  18k| 500 |3390 |  13k|   0 |   0 |-1.150519e+02 |-2.500000e+01 |  78.27%
119.66/119.75	c   119s|     1 |     0 | 59558 |  84M|   0 | 441 | 500 |  18k|  18k| 500 |3404 |  13k|   0 |   0 |-1.147893e+02 |-2.500000e+01 |  78.22%
121.76/121.82	c   121s|     1 |     0 | 60122 |  84M|   0 | 439 | 500 |  18k|  18k| 500 |3414 |  13k|   0 |   0 |-1.143634e+02 |-2.500000e+01 |  78.14%
124.06/124.13	c   123s|     1 |     0 | 60890 |  84M|   0 | 440 | 500 |  18k|  18k| 500 |3335 |  13k|   0 |   0 |-1.138340e+02 |-2.500000e+01 |  78.04%
126.36/126.43	c   126s|     1 |     0 | 61738 |  84M|   0 | 448 | 500 |  18k|  18k| 500 |3364 |  13k|   0 |   0 |-1.133568e+02 |-2.500000e+01 |  77.95%
128.75/128.80	c   128s|     1 |     0 | 62648 |  84M|   0 | 453 | 500 |  18k|  18k| 500 |3388 |  13k|   0 |   0 |-1.128299e+02 |-2.500000e+01 |  77.84%
130.66/130.73	c   130s|     1 |     0 | 63099 |  84M|   0 | 463 | 500 |  18k|  18k| 500 |3406 |  13k|   0 |   0 |-1.125909e+02 |-2.500000e+01 |  77.80%
132.55/132.68	c   132s|     1 |     0 | 63565 |  84M|   0 | 469 | 500 |  18k|  18k| 500 |3416 |  13k|   0 |   0 |-1.122526e+02 |-2.500000e+01 |  77.73%
134.66/134.79	c   134s|     1 |     0 | 64120 |  84M|   0 | 465 | 500 |  18k|  18k| 500 |3427 |  13k|   0 |   0 |-1.119357e+02 |-2.500000e+01 |  77.67%
137.06/137.14	c   136s|     1 |     0 | 64728 |  84M|   0 | 462 | 500 |  18k|  18k| 500 |3387 |  13k|   0 |   0 |-1.115525e+02 |-2.500000e+01 |  77.59%
139.25/139.30	c   138s|     1 |     0 | 65358 |  84M|   0 | 466 | 500 |  18k|  18k| 500 |3409 |  13k|   0 |   0 |-1.112900e+02 |-2.500000e+01 |  77.54%
140.95/141.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.95/141.04	c   140s|     1 |     0 | 65584 |  84M|   0 | 470 | 500 |  18k|  18k| 500 |3426 |  13k|   0 |   0 |-1.111954e+02 |-2.500000e+01 |  77.52%
142.86/142.92	c   142s|     1 |     0 | 65916 |  84M|   0 | 470 | 500 |  18k|  18k| 500 |3439 |  13k|   0 |   0 |-1.110665e+02 |-2.500000e+01 |  77.49%
145.06/145.13	c   144s|     1 |     0 | 66534 |  84M|   0 | 464 | 500 |  18k|  18k| 500 |3456 |  13k|   0 |   0 |-1.106977e+02 |-2.500000e+01 |  77.42%
147.05/147.10	c   146s|     1 |     0 | 66910 |  84M|   0 | 468 | 500 |  18k|  18k| 500 |3469 |  13k|   0 |   0 |-1.105209e+02 |-2.500000e+01 |  77.38%
149.25/149.38	c   149s|     1 |     0 | 67392 |  84M|   0 | 474 | 500 |  18k|  18k| 500 |3429 |  13k|   0 |   0 |-1.102877e+02 |-2.500000e+01 |  77.33%
151.26/151.37	c   150s|     1 |     0 | 67808 |  84M|   0 | 473 | 500 |  18k|  18k| 500 |3443 |  13k|   0 |   0 |-1.101174e+02 |-2.500000e+01 |  77.30%
153.25/153.32	c   152s|     1 |     0 | 68160 |  84M|   0 | 472 | 500 |  18k|  18k| 500 |3458 |  13k|   0 |   0 |-1.099658e+02 |-2.500000e+01 |  77.27%
155.15/155.25	c   154s|     1 |     0 | 68524 |  84M|   0 | 475 | 500 |  18k|  18k| 500 |3473 |  13k|   0 |   0 |-1.098041e+02 |-2.500000e+01 |  77.23%
156.96/157.01	c   156s|     1 |     0 | 68709 |  84M|   0 | 476 | 500 |  18k|  18k| 500 |3487 |  13k|   0 |   0 |-1.097316e+02 |-2.500000e+01 |  77.22%
158.75/158.84	c   158s|     1 |     0 | 68981 |  84M|   0 | 480 | 500 |  18k|  18k| 500 |3499 |  13k|   0 |   0 |-1.096101e+02 |-2.500000e+01 |  77.19%
160.85/160.90	c   160s|     1 |     0 | 69278 |  84M|   0 | 475 | 500 |  18k|  18k| 500 |3455 |  13k|   0 |   0 |-1.095238e+02 |-2.500000e+01 |  77.17%
162.85/162.96	c   162s|     1 |     0 | 69720 |  84M|   0 | 482 | 500 |  18k|  18k| 500 |3463 |  13k|   0 |   0 |-1.093230e+02 |-2.500000e+01 |  77.13%
164.75/164.81	c   164s|     1 |     0 | 69987 |  84M|   0 | 480 | 500 |  18k|  18k| 500 |3474 |  13k|   0 |   0 |-1.092173e+02 |-2.500000e+01 |  77.11%
166.55/166.68	c   166s|     1 |     0 | 70251 |  84M|   0 | 487 | 500 |  18k|  18k| 500 |3483 |  13k|   0 |   0 |-1.091253e+02 |-2.500000e+01 |  77.09%
168.65/168.72	c   168s|     1 |     0 | 70623 |  83M|   0 | 484 | 500 |  18k|  18k| 500 |3493 |  13k|   0 |   0 |-1.089948e+02 |-2.500000e+01 |  77.06%
170.45/170.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.45/170.54	c   170s|     1 |     0 | 70896 |  83M|   0 | 479 | 500 |  18k|  18k| 500 |3509 |  13k|   0 |   0 |-1.088863e+02 |-2.500000e+01 |  77.04%
172.55/172.62	c   172s|     1 |     0 | 71236 |  83M|   0 | 485 | 500 |  18k|  18k| 500 |3475 |  13k|   0 |   0 |-1.087605e+02 |-2.500000e+01 |  77.01%
174.34/174.48	c   174s|     1 |     0 | 71512 |  83M|   0 | 487 | 500 |  18k|  18k| 500 |3488 |  13k|   0 |   0 |-1.086498e+02 |-2.500000e+01 |  76.99%
176.25/176.33	c   175s|     1 |     0 | 71727 |  83M|   0 | 487 | 500 |  18k|  18k| 500 |3493 |  13k|   0 |   0 |-1.085573e+02 |-2.500000e+01 |  76.97%
178.44/178.50	c   178s|     1 |     0 | 72209 |  83M|   0 | 487 | 500 |  18k|  18k| 500 |3513 |  13k|   0 |   0 |-1.083382e+02 |-2.500000e+01 |  76.92%
180.45/180.57	c   180s|     1 |     0 | 72597 |  83M|   0 | 490 | 500 |  18k|  18k| 500 |3525 |  13k|   0 |   0 |-1.081898e+02 |-2.500000e+01 |  76.89%
182.45/182.55	c   182s|     1 |     0 | 72870 |  82M|   0 | 487 | 500 |  18k|  18k| 500 |3537 |  13k|   0 |   0 |-1.080959e+02 |-2.500000e+01 |  76.87%
184.64/184.78	c   184s|     1 |     0 | 73266 |  82M|   0 | 487 | 500 |  18k|  18k| 500 |3519 |  13k|   0 |   0 |-1.079717e+02 |-2.500000e+01 |  76.85%
186.54/186.63	c   186s|     1 |     0 | 73481 |  82M|   0 | 486 | 500 |  18k|  18k| 500 |3529 |  13k|   0 |   0 |-1.079282e+02 |-2.500000e+01 |  76.84%
188.75/188.83	c   188s|     1 |     0 | 73922 |  82M|   0 | 485 | 500 |  18k|  18k| 500 |3545 |  13k|   0 |   0 |-1.076922e+02 |-2.500000e+01 |  76.79%
190.64/190.77	c   190s|     1 |     0 | 74248 |  82M|   0 | 489 | 500 |  18k|  18k| 500 |3565 |  13k|   0 |   0 |-1.075897e+02 |-2.500000e+01 |  76.76%
192.75/192.81	c   192s|     1 |     0 | 74523 |  82M|   0 | 489 | 500 |  18k|  18k| 500 |3574 |  13k|   0 |   0 |-1.074942e+02 |-2.500000e+01 |  76.74%
194.74/194.83	c   194s|     1 |     0 | 74871 |  82M|   0 | 494 | 500 |  18k|  18k| 500 |3585 |  13k|   0 |   0 |-1.073693e+02 |-2.500000e+01 |  76.72%
196.64/196.80	c   196s|     1 |     0 | 75020 |  82M|   0 | 493 | 500 |  18k|  18k| 500 |3546 |  13k|   0 |   0 |-1.073477e+02 |-2.500000e+01 |  76.71%
198.63/198.72	c   198s|     1 |     0 | 75270 |  82M|   0 | 493 | 500 |  18k|  18k| 500 |3559 |  13k|   0 |   0 |-1.072441e+02 |-2.500000e+01 |  76.69%
200.54/200.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.54/200.66	c   200s|     1 |     0 | 75547 |  82M|   0 | 490 | 500 |  18k|  18k| 500 |3575 |  13k|   0 |   0 |-1.071461e+02 |-2.500000e+01 |  76.67%
202.35/202.42	c   201s|     1 |     0 | 75678 |  82M|   0 | 490 | 500 |  18k|  18k| 500 |3587 |  13k|   0 |   0 |-1.071295e+02 |-2.500000e+01 |  76.66%
204.24/204.39	c   203s|     1 |     0 | 75978 |  82M|   0 | 491 | 500 |  18k|  18k| 500 |3598 |  13k|   0 |   0 |-1.070413e+02 |-2.500000e+01 |  76.64%
206.13/206.20	c   205s|     1 |     0 | 76118 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |3609 |  13k|   0 |   0 |-1.069989e+02 |-2.500000e+01 |  76.64%
208.33/208.47	c   207s|     1 |     0 | 76450 |  81M|   0 | 489 | 500 |  18k|  18k| 500 |3562 |  13k|   0 |   0 |-1.068882e+02 |-2.500000e+01 |  76.61%
210.34/210.43	c   209s|     1 |     0 | 76722 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |3575 |  14k|   0 |   0 |-1.068004e+02 |-2.500000e+01 |  76.59%
212.14/212.28	c   211s|     1 |     0 | 76905 |  81M|   0 | 495 | 500 |  18k|  18k| 500 |3597 |  14k|   0 |   0 |-1.067659e+02 |-2.500000e+01 |  76.58%
214.23/214.30	c   213s|     1 |     0 | 77145 |  81M|   0 | 496 | 500 |  18k|  18k| 500 |3609 |  14k|   0 |   0 |-1.066820e+02 |-2.500000e+01 |  76.57%
216.23/216.31	c   215s|     1 |     0 | 77362 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |3619 |  14k|   0 |   0 |-1.066214e+02 |-2.500000e+01 |  76.55%
218.14/218.21	c   217s|     1 |     0 | 77535 |  80M|   0 | 493 | 500 |  18k|  18k| 500 |3636 |  14k|   0 |   0 |-1.065495e+02 |-2.500000e+01 |  76.54%
220.33/220.43	c   219s|     1 |     0 | 77782 |  80M|   0 | 493 | 500 |  18k|  18k| 500 |3592 |  14k|   0 |   0 |-1.064650e+02 |-2.500000e+01 |  76.52%
222.33/222.49	c   221s|     1 |     0 | 78036 |  80M|   0 | 494 | 500 |  18k|  18k| 500 |3604 |  14k|   0 |   0 |-1.063630e+02 |-2.500000e+01 |  76.50%
224.23/224.38	c   223s|     1 |     0 | 78206 |  80M|   0 | 495 | 500 |  18k|  18k| 500 |3618 |  14k|   0 |   0 |-1.063289e+02 |-2.500000e+01 |  76.49%
226.13/226.22	c   225s|     1 |     0 | 78333 |  80M|   0 | 494 | 500 |  18k|  18k| 500 |3624 |  14k|   0 |   0 |-1.062898e+02 |-2.500000e+01 |  76.48%
228.13/228.24	c   227s|     1 |     0 | 78630 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |3633 |  14k|   0 |   0 |-1.061578e+02 |-2.500000e+01 |  76.45%
230.23/230.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.23/230.34	c   229s|     1 |     0 | 78935 |  79M|   0 | 497 | 500 |  18k|  18k| 500 |3646 |  14k|   0 |   0 |-1.060272e+02 |-2.500000e+01 |  76.42%
232.53/232.63	c   232s|     1 |     0 | 79265 |  79M|   0 | 497 | 500 |  18k|  18k| 500 |3611 |  14k|   0 |   0 |-1.059249e+02 |-2.500000e+01 |  76.40%
234.63/234.72	c   234s|     1 |     0 | 79571 |  79M|   0 | 496 | 500 |  18k|  18k| 500 |3626 |  14k|   0 |   0 |-1.058091e+02 |-2.500000e+01 |  76.37%
236.53/236.65	c   236s|     1 |     0 | 79760 |  79M|   0 | 498 | 500 |  18k|  18k| 500 |3639 |  14k|   0 |   0 |-1.057525e+02 |-2.500000e+01 |  76.36%
238.64/238.76	c   238s|     1 |     0 | 80085 |  78M|   0 | 499 | 500 |  18k|  18k| 500 |3656 |  14k|   0 |   0 |-1.056463e+02 |-2.500000e+01 |  76.34%
240.93/241.09	c   240s|     1 |     0 | 80527 |  78M|   0 | 497 | 500 |  18k|  18k| 500 |3671 |  14k|   0 |   0 |-1.054859e+02 |-2.500000e+01 |  76.30%
243.13/243.28	c   242s|     1 |     0 | 80797 |  77M|   0 | 498 | 500 |  18k|  18k| 500 |3682 |  14k|   0 |   0 |-1.053661e+02 |-2.500000e+01 |  76.27%
245.42/245.50	c   244s|     1 |     0 | 80981 |  76M|   0 | 497 | 500 |  18k|  18k| 500 |3659 |  14k|   0 |   0 |-1.053083e+02 |-2.500000e+01 |  76.26%
247.43/247.55	c   246s|     1 |     0 | 81235 |  76M|   0 | 495 | 500 |  18k|  18k| 500 |3667 |  14k|   0 |   0 |-1.052311e+02 |-2.500000e+01 |  76.24%
249.42/249.59	c   248s|     1 |     0 | 81481 |  75M|   0 | 498 | 500 |  18k|  18k| 500 |3684 |  14k|   0 |   0 |-1.051525e+02 |-2.500000e+01 |  76.23%
251.63/251.75	c   251s|     1 |     0 | 81767 |  74M|   0 | 498 | 500 |  18k|  18k| 500 |3695 |  14k|   0 |   0 |-1.050598e+02 |-2.500000e+01 |  76.20%
253.72/253.86	c   253s|     1 |     0 | 82028 |  74M|   0 | 498 | 500 |  18k|  18k| 500 |3709 |  14k|   0 |   0 |-1.049851e+02 |-2.500000e+01 |  76.19%
255.92/256.06	c   255s|     1 |     0 | 82308 |  73M|   0 | 498 | 500 |  18k|  18k| 500 |3718 |  14k|   0 |   0 |-1.049050e+02 |-2.500000e+01 |  76.17%
258.22/258.33	c   257s|     1 |     0 | 82546 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |3684 |  14k|   0 |   0 |-1.048573e+02 |-2.500000e+01 |  76.16%
260.22/260.33	c   259s|     1 |     0 | 82745 |  72M|   0 | 500 | 500 |  18k|  18k| 500 |3695 |  14k|   0 |   0 |-1.048057e+02 |-2.500000e+01 |  76.15%
262.32/262.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.32/262.44	c   261s|     1 |     0 | 82959 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |3704 |  14k|   0 |   0 |-1.047373e+02 |-2.500000e+01 |  76.13%
264.41/264.53	c   263s|     1 |     0 | 83222 |  72M|   0 | 500 | 500 |  18k|  18k| 500 |3718 |  14k|   0 |   0 |-1.046647e+02 |-2.500000e+01 |  76.11%
266.62/266.73	c   266s|     1 |     0 | 83479 |  72M|   0 | 500 | 500 |  18k|  18k| 500 |3729 |  14k|   0 |   0 |-1.046055e+02 |-2.500000e+01 |  76.10%
268.71/268.84	c   268s|     1 |     0 | 83749 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |3740 |  14k|   0 |   0 |-1.045524e+02 |-2.500000e+01 |  76.09%
270.92/271.06	c   270s|     1 |     0 | 83952 |  72M|   0 | 500 | 500 |  18k|  18k| 500 |3692 |  14k|   0 |   0 |-1.045242e+02 |-2.500000e+01 |  76.08%
273.02/273.11	c   272s|     1 |     0 | 84145 |  72M|   0 | 500 | 500 |  18k|  18k| 500 |3706 |  14k|   0 |   0 |-1.044893e+02 |-2.500000e+01 |  76.07%
275.21/275.35	c   274s|     1 |     0 | 84488 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3721 |  14k|   0 |   0 |-1.043995e+02 |-2.500000e+01 |  76.05%
277.22/277.37	c   276s|     1 |     0 | 84704 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3730 |  14k|   0 |   0 |-1.043478e+02 |-2.500000e+01 |  76.04%
279.52/279.68	c   278s|     1 |     0 | 85129 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3740 |  14k|   0 |   0 |-1.042184e+02 |-2.500000e+01 |  76.01%
281.61/281.70	c   280s|     1 |     0 | 85335 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3754 |  14k|   0 |   0 |-1.041654e+02 |-2.500000e+01 |  76.00%
283.72/283.86	c   283s|     1 |     0 | 85457 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3714 |  14k|   0 |   0 |-1.041414e+02 |-2.500000e+01 |  75.99%
285.71/285.81	c   285s|     1 |     0 | 85593 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3725 |  14k|   0 |   0 |-1.041120e+02 |-2.500000e+01 |  75.99%
287.92/288.00	c   287s|     1 |     0 | 85867 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3733 |  14k|   0 |   0 |-1.040481e+02 |-2.500000e+01 |  75.97%
290.11/290.22	c   289s|     1 |     0 | 86173 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3742 |  14k|   0 |   0 |-1.039632e+02 |-2.500000e+01 |  75.95%
292.31/292.42	c   291s|     1 |     0 | 86471 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3753 |  14k|   0 |   0 |-1.038752e+02 |-2.500000e+01 |  75.93%
294.41/294.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.41/294.52	c   293s|     1 |     0 | 86697 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3764 |  14k|   0 |   0 |-1.038204e+02 |-2.500000e+01 |  75.92%
296.71/296.82	c   296s|     1 |     0 | 86946 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3724 |  14k|   0 |   0 |-1.037498e+02 |-2.500000e+01 |  75.90%
298.71/298.89	c   298s|     1 |     0 | 87133 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3734 |  14k|   0 |   0 |-1.037155e+02 |-2.500000e+01 |  75.90%
300.61/300.79	c   299s|     1 |     0 | 87293 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3746 |  14k|   0 |   0 |-1.036836e+02 |-2.500000e+01 |  75.89%
302.81/302.91	c   302s|     1 |     0 | 87521 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3757 |  14k|   0 |   0 |-1.036000e+02 |-2.500000e+01 |  75.87%
304.91/305.02	c   304s|     1 |     0 | 87759 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3770 |  14k|   0 |   0 |-1.035597e+02 |-2.500000e+01 |  75.86%
307.00/307.18	c   306s|     1 |     0 | 88030 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3780 |  14k|   0 |   0 |-1.035075e+02 |-2.500000e+01 |  75.85%
309.20/309.39	c   308s|     1 |     0 | 88156 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3750 |  14k|   0 |   0 |-1.034822e+02 |-2.500000e+01 |  75.84%
311.31/311.40	c   310s|     1 |     0 | 88336 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3760 |  14k|   0 |   0 |-1.034418e+02 |-2.500000e+01 |  75.83%
313.31/313.41	c   312s|     1 |     0 | 88504 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3770 |  14k|   0 |   0 |-1.034082e+02 |-2.500000e+01 |  75.82%
315.31/315.47	c   314s|     1 |     0 | 88710 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3785 |  14k|   0 |   0 |-1.033400e+02 |-2.500000e+01 |  75.81%
317.50/317.64	c   316s|     1 |     0 | 88956 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3798 |  14k|   0 |   0 |-1.032876e+02 |-2.500000e+01 |  75.80%
319.51/319.68	c   318s|     1 |     0 | 89144 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3810 |  14k|   0 |   0 |-1.032535e+02 |-2.500000e+01 |  75.79%
321.91/322.01	c   321s|     1 |     0 | 89346 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3759 |  14k|   0 |   0 |-1.032134e+02 |-2.500000e+01 |  75.78%
324.01/324.11	c   323s|     1 |     0 | 89561 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3771 |  14k|   0 |   0 |-1.031791e+02 |-2.500000e+01 |  75.77%
326.30/326.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.30/326.41	c   325s|     1 |     0 | 89868 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3783 |  14k|   0 |   0 |-1.031102e+02 |-2.500000e+01 |  75.75%
328.30/328.49	c   327s|     1 |     0 | 90089 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3796 |  14k|   0 |   0 |-1.030487e+02 |-2.500000e+01 |  75.74%
330.50/330.64	c   329s|     1 |     0 | 90314 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3809 |  14k|   0 |   0 |-1.030120e+02 |-2.500000e+01 |  75.73%
332.60/332.74	c   331s|     1 |     0 | 90530 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3821 |  14k|   0 |   0 |-1.029732e+02 |-2.500000e+01 |  75.72%
334.90/335.03	c   334s|     1 |     0 | 90739 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3787 |  14k|   0 |   0 |-1.029456e+02 |-2.500000e+01 |  75.72%
337.00/337.19	c   336s|     1 |     0 | 90975 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3796 |  14k|   0 |   0 |-1.029023e+02 |-2.500000e+01 |  75.71%
339.20/339.32	c   338s|     1 |     0 | 91170 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3806 |  14k|   0 |   0 |-1.028776e+02 |-2.500000e+01 |  75.70%
341.20/341.35	c   340s|     1 |     0 | 91318 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3817 |  14k|   0 |   0 |-1.028526e+02 |-2.500000e+01 |  75.69%
343.20/343.35	c   342s|     1 |     0 | 91468 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3827 |  14k|   0 |   0 |-1.028375e+02 |-2.500000e+01 |  75.69%
345.21/345.32	c   344s|     1 |     0 | 91598 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3841 |  14k|   0 |   0 |-1.028196e+02 |-2.500000e+01 |  75.69%
347.50/347.69	c   346s|     1 |     0 | 91839 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3793 |  14k|   0 |   0 |-1.027779e+02 |-2.500000e+01 |  75.68%
349.60/349.79	c   348s|     1 |     0 | 92028 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3802 |  14k|   0 |   0 |-1.027582e+02 |-2.500000e+01 |  75.67%
351.70/351.81	c   350s|     1 |     0 | 92184 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3813 |  14k|   0 |   0 |-1.027355e+02 |-2.500000e+01 |  75.67%
353.69/353.88	c   352s|     1 |     0 | 92439 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3825 |  14k|   0 |   0 |-1.026963e+02 |-2.500000e+01 |  75.66%
355.69/355.84	c   354s|     1 |     0 | 92584 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3837 |  14k|   0 |   0 |-1.026787e+02 |-2.500000e+01 |  75.65%
357.79/357.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.79/357.98	c   356s|     1 |     0 | 92812 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3848 |  14k|   0 |   0 |-1.026442e+02 |-2.500000e+01 |  75.64%
360.09/360.20	c   359s|     1 |     0 | 92961 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3801 |  14k|   0 |   0 |-1.026326e+02 |-2.500000e+01 |  75.64%
362.09/362.24	c   361s|     1 |     0 | 93115 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3811 |  14k|   0 |   0 |-1.026171e+02 |-2.500000e+01 |  75.64%
364.19/364.36	c   363s|     1 |     0 | 93338 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3822 |  14k|   0 |   0 |-1.025856e+02 |-2.500000e+01 |  75.63%
366.19/366.39	c   365s|     1 |     0 | 93496 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3837 |  14k|   0 |   0 |-1.025711e+02 |-2.500000e+01 |  75.63%
368.39/368.57	c   367s|     1 |     0 | 93697 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3846 |  14k|   0 |   0 |-1.025412e+02 |-2.500000e+01 |  75.62%
370.49/370.64	c   369s|     1 |     0 | 93865 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3858 |  14k|   0 |   0 |-1.025214e+02 |-2.500000e+01 |  75.61%
372.89/373.02	c   371s|     1 |     0 | 94050 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3824 |  14k|   0 |   0 |-1.024972e+02 |-2.500000e+01 |  75.61%
374.99/375.18	c   374s|     1 |     0 | 94269 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3834 |  14k|   0 |   0 |-1.024635e+02 |-2.500000e+01 |  75.60%
377.09/377.24	c   376s|     1 |     0 | 94469 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3844 |  14k|   0 |   0 |-1.024283e+02 |-2.500000e+01 |  75.59%
379.18/379.30	c   378s|     1 |     0 | 94651 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3858 |  14k|   0 |   0 |-1.024049e+02 |-2.500000e+01 |  75.59%
381.28/381.42	c   380s|     1 |     0 | 94805 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3867 |  14k|   0 |   0 |-1.023863e+02 |-2.500000e+01 |  75.58%
383.48/383.63	c   382s|     1 |     0 | 95030 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3877 |  14k|   0 |   0 |-1.023614e+02 |-2.500000e+01 |  75.58%
385.88/386.00	c   384s|     1 |     0 | 95212 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3842 |  14k|   0 |   0 |-1.023431e+02 |-2.500000e+01 |  75.57%
387.88/388.06	c   386s|     1 |     0 | 95380 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3851 |  14k|   0 |   0 |-1.023273e+02 |-2.500000e+01 |  75.57%
390.08/390.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.08/390.27	c   389s|     1 |     0 | 95636 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3860 |  14k|   0 |   0 |-1.023006e+02 |-2.500000e+01 |  75.56%
392.18/392.30	c   391s|     1 |     0 | 95743 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3866 |  15k|   0 |   0 |-1.022953e+02 |-2.500000e+01 |  75.56%
394.18/394.31	c   393s|     1 |     0 | 95871 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3875 |  15k|   0 |   0 |-1.022886e+02 |-2.500000e+01 |  75.56%
396.28/396.41	c   395s|     1 |     0 | 96003 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3881 |  15k|   0 |   0 |-1.022810e+02 |-2.500000e+01 |  75.56%
398.67/398.82	c   397s|     1 |     0 | 96172 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3828 |  15k|   0 |   0 |-1.022686e+02 |-2.500000e+01 |  75.55%
400.68/400.85	c   399s|     1 |     0 | 96273 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3835 |  15k|   0 |   0 |-1.022654e+02 |-2.500000e+01 |  75.55%
402.67/402.85	c   401s|     1 |     0 | 96358 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3842 |  15k|   0 |   0 |-1.022632e+02 |-2.500000e+01 |  75.55%
404.68/404.85	c   403s|     1 |     0 | 96420 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3850 |  15k|   0 |   0 |-1.022611e+02 |-2.500000e+01 |  75.55%
406.67/406.87	c   405s|     1 |     0 | 96478 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3853 |  15k|   0 |   0 |-1.022600e+02 |-2.500000e+01 |  75.55%
408.67/408.81	c   407s|     1 |     0 | 96511 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3854 |  15k|   0 |   0 |-1.022595e+02 |-2.500000e+01 |  75.55%
421.67/421.85	c   420s|     1 |     2 | 96511 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3854 |  15k|   0 |  20 |-1.022595e+02 |-2.500000e+01 |  75.55%
1406.30/1406.77	o -27
1406.30/1406.77	c l1402s|  4001 |  4002 |  2267k| 127M|  67 |   - | 500 |  18k|  30 | 500 | 899 | 467k|   0 |2205 |-9.774599e+01 |-2.700000e+01 |  72.38%
1703.53/1704.05	o -33
1703.53/1704.05	c o1698s|  6486 |  6487 |  3054k| 151M|  69 |   0 | 500 |  18k| 154 | 500 | 830 | 700k|   0 |2747 |-9.739511e+01 |-3.300000e+01 |  66.12%
1796.81/1797.30	c 
1796.81/1797.30	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.30	c Solving Time (sec) : 1791.00
1796.81/1797.30	c Solving Nodes      : 7433
1796.81/1797.30	c Primal Bound       : -3.30000000000000e+01 (5 solutions)
1796.81/1797.30	c Dual Bound         : -9.72982718003217e+01
1796.81/1797.30	c Gap                : 66.08 %
1796.81/1797.34	c NODE         7433
1796.81/1797.34	c DUAL BOUND   -97.2983
1796.81/1797.34	c PRIMAL BOUND -33
1796.81/1797.34	c GAP          0.660837
1796.81/1797.34	s SATISFIABLE
1796.81/1797.34	v -x500 -x499 -x498 -x497 -x496 x495 -x494 -x493 x492 -x491 -x490 -x489 -x488 x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1796.81/1797.34	v -x478 x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1796.81/1797.34	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1796.81/1797.34	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 -x417 -x416 
1796.81/1797.34	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 x403 -x402 -x401 -x400 x399 -x398 -x397 -x396 -x395 
1796.81/1797.34	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1796.81/1797.34	v -x373 -x372 x371 -x370 -x369 -x368 -x367 -x366 -x365 x364 -x363 -x362 -x361 x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1796.81/1797.34	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1796.81/1797.34	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1796.81/1797.34	v -x310 -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1796.81/1797.34	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 x271 -x270 -x269 
1796.81/1797.34	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 x254 -x253 -x252 -x251 -x250 x249 -x248 
1796.81/1797.34	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 x233 x232 -x231 -x230 -x229 -x228 -x227 
1796.81/1797.34	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1796.81/1797.34	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1796.81/1797.34	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
1796.81/1797.34	v -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 
1796.81/1797.34	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 
1796.81/1797.34	v -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 
1796.81/1797.34	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 
1796.81/1797.34	v -x75 -x74 -x73 -x72 x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 
1796.81/1797.34	v -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 x31 -x30 -x29 -x28 -x27 x26 x25 
1796.81/1797.34	v -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1796.81/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.34	c Solving Time       :    1791.00
1796.81/1797.34	c Original Problem   :
1796.81/1797.34	c   Problem name     : HOME/instance-1870361-1245199634.opb
1796.81/1797.34	c   Variables        : 19244 (19244 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.34	c   Constraints      : 19244 initial, 19244 maximal
1796.81/1797.34	c Presolved Problem  :
1796.81/1797.34	c   Problem name     : t_HOME/instance-1870361-1245199634.opb
1796.81/1797.34	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.34	c   Constraints      : 18744 initial, 18744 maximal
1796.81/1797.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.81/1797.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.81/1797.34	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1796.81/1797.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.81/1797.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.81/1797.34	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.81/1797.34	c   probing          :       1.39          0          0          0          0          0          0          0          0
1796.81/1797.34	c   and              :       0.36          0          0          0          0          0          0          0          0
1796.81/1797.34	c   linear           :       0.12      18744          0          0      18744          0        500          0          0
1796.81/1797.34	c   root node        :          -          0          -          -          0          -          -          -          -
1796.81/1797.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.34	c   integral         :          0          0          0       7411          0          0          0          0          0      14822
1796.81/1797.34	c   and              :      18744      20644      39321          0          1          0     234704    1412936          0          0
1796.81/1797.34	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.81/1797.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.81/1797.34	c   integral         :     223.20       0.00       0.00     223.20       0.00
1796.81/1797.34	c   and              :     120.61      98.51      22.10       0.00       0.00
1796.81/1797.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.34	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.81/1797.34	c   rootredcost      :       0.01          2          0          0
1796.81/1797.34	c   pseudoobj        :       1.33      39530          0          0
1796.81/1797.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.81/1797.34	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.34	c   infeasible LP    :       0.00        151          0          0        0.0          0        0.0          0
1796.81/1797.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.34	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.81/1797.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.81/1797.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.81/1797.34	c   cut pool         :       0.71        231          -          -       3558          -    (maximal pool size: 12811)
1796.81/1797.34	c   redcost          :       0.66      20644          0          3          0          0
1796.81/1797.34	c   impliedbounds    :       0.46        232          0          0      23975          0
1796.81/1797.34	c   intobj           :       0.00          0          0          0          0          0
1796.81/1797.34	c   gomory           :     268.10        228          0          0      34293          0
1796.81/1797.34	c   strongcg         :       2.39         20          0          0      10000          0
1796.81/1797.34	c   cmir             :       2.33         10          0          0          0          0
1796.81/1797.34	c   flowcover        :       2.18         10          0          0          0          0
1796.81/1797.34	c   clique           :       7.01        228          0          0       2129          0
1796.81/1797.34	c   zerohalf         :       0.00          0          0          0          0          0
1796.81/1797.34	c   mcf              :       0.04          1          0          0          0          0
1796.81/1797.34	c Pricers            :       Time      Calls       Vars
1796.81/1797.34	c   problem variables:       0.00          0          0
1796.81/1797.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.34	c   relpscost        :     223.16       7411          0          0          0          0      14822
1796.81/1797.34	c   pscost           :       0.00          0          0          0          0          0          0
1796.81/1797.34	c   inference        :       0.00          1          0          0          0          0          2
1796.81/1797.34	c   mostinf          :       0.00          0          0          0          0          0          0
1796.81/1797.34	c   leastinf         :       0.00          0          0          0          0          0          0
1796.81/1797.34	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.81/1797.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.81/1797.34	c   random           :       0.00          0          0          0          0          0          0
1796.81/1797.34	c Primal Heuristics  :       Time      Calls      Found
1796.81/1797.34	c   LP solutions     :       0.00          -          0
1796.81/1797.34	c   pseudo solutions :       0.00          -          0
1796.81/1797.34	c   feaspump         :       0.00          0          0
1796.81/1797.34	c   oneopt           :       0.00          3          0
1796.81/1797.34	c   crossover        :       0.18          6          0
1796.81/1797.34	c   guideddiving     :      15.87        153          0
1796.81/1797.34	c   rootsoldiving    :       4.34         77          0
1796.81/1797.34	c   objpscostdiving  :      12.04         77          1
1796.81/1797.34	c   coefdiving       :      18.12        154          0
1796.81/1797.34	c   pscostdiving     :      22.02        154          0
1796.81/1797.34	c   veclendiving     :      21.37        154          0
1796.81/1797.34	c   linesearchdiving :      11.73        154          1
1796.81/1797.34	c   simplerounding   :       0.03          0          0
1796.81/1797.34	c   rounding         :      11.34       8592          2
1796.81/1797.34	c   shifting         :       2.10        847          1
1796.81/1797.34	c   intshifting      :       0.00          0          0
1796.81/1797.34	c   fixandinfer      :       0.00          0          0
1796.81/1797.34	c   fracdiving       :      11.95        154          0
1796.81/1797.34	c   intdiving        :       0.00          0          0
1796.81/1797.35	c   actconsdiving    :       0.00          0          0
1796.81/1797.35	c   octane           :       0.00          0          0
1796.81/1797.35	c   rens             :       0.00          0          0
1796.81/1797.35	c   rins             :       0.00          0          0
1796.81/1797.35	c   localbranching   :       0.00          0          0
1796.81/1797.35	c   mutation         :       0.00          0          0
1796.81/1797.35	c   dins             :       0.00          0          0
1796.81/1797.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.81/1797.35	c   primal LP        :      71.70          0          0       0.00       0.00
1796.81/1797.35	c   dual LP          :     918.08      20696    2830744     136.78    3083.33
1796.81/1797.35	c   barrier LP       :       0.00          0          0       0.00          -
1796.81/1797.35	c   diving/probing LP:     101.59      27033     479475      17.74    4719.71
1796.81/1797.35	c   strong branching :     222.05       2838     775588     273.29    3492.85
1796.81/1797.35	c     (at root node) :          -         20      10861     543.05          -
1796.81/1797.35	c   conflict analysis:       0.00          0          0       0.00          -
1796.81/1797.35	c B&B Tree           :
1796.81/1797.35	c   number of runs   :          1
1796.81/1797.35	c   nodes            :       7433
1796.81/1797.35	c   nodes (total)    :       7433
1796.81/1797.35	c   nodes left       :       7377
1796.81/1797.35	c   max depth        :         72
1796.81/1797.35	c   max depth (total):         72
1796.81/1797.35	c   backtracks       :       1128 (15.2%)
1796.81/1797.35	c   delayed cutoffs  :          0
1796.81/1797.35	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.81/1797.35	c   avg switch length:       6.01
1796.81/1797.35	c   switching time   :      76.26
1796.81/1797.35	c Solution           :
1796.81/1797.35	c   Solutions found  :          5 (4 improvements)
1796.81/1797.35	c   Primal Bound     : -3.30000000000000e+01   (in run 1, after 6486 nodes, 1698.20 seconds, depth 29, found by <objpscostdiving>)
1796.81/1797.35	c   Dual Bound       : -9.72982718003217e+01
1796.81/1797.35	c   Gap              :      66.08 %
1796.81/1797.35	c   Root Dual Bound  : -1.02259451014127e+02
1797.40/1797.98	c Time complete: 1797.49.

Verifier Data

OK	-33

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4624
/proc/meminfo: memFree=1843880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=5812 CPUtime=0
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 187563501 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/4624/statm: 1453 502 332 1256 0 192 0

[startup+0.0912051 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4624
/proc/meminfo: memFree=1843880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=22544 CPUtime=0.08
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 4605 0 0 0 7 1 0 0 18 0 1 0 187563501 23085056 4589 1992294400 4194304 9342243 548682068736 18446744073709551615 8371280 0 0 4096 0 0 0 0 17 1 0 0
/proc/4624/statm: 5636 4589 378 1256 0 4375 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22544

[startup+0.101204 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4624
/proc/meminfo: memFree=1843880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=23764 CPUtime=0.09
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 4905 0 0 0 8 1 0 0 18 0 1 0 187563501 24334336 4889 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/4624/statm: 5941 4889 378 1256 0 4680 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23764

[startup+0.301226 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4624
/proc/meminfo: memFree=1843880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=57196 CPUtime=0.3
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 13656 0 0 0 25 5 0 0 19 0 1 0 187563501 58568704 13249 1992294400 4194304 9342243 548682068736 18446744073709551615 4210732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 14299 13249 412 1256 0 13038 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 57196

[startup+0.701268 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4624
/proc/meminfo: memFree=1843880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=69204 CPUtime=0.69
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 17184 0 0 0 60 9 0 0 22 0 1 0 187563501 70864896 16023 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 17301 16023 446 1256 0 16040 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69204

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1778464/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=72132 CPUtime=1.49
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 17949 0 0 0 125 24 0 0 25 0 1 0 187563501 73863168 16788 1992294400 4194304 9342243 548682068736 18446744073709551615 4220002 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 18033 16788 475 1256 0 16772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72132

[startup+3.10253 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1778272/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=121144 CPUtime=3.09
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 28069 0 0 0 279 30 0 0 25 0 1 0 187563501 124051456 26782 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 30286 26782 620 1256 0 29025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121144

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1734880/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=122520 CPUtime=6.29
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 29313 0 0 0 596 33 0 0 25 0 1 0 187563501 125460480 28026 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 30630 28026 642 1256 0 29369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122520

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1732256/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=123064 CPUtime=12.69
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 29896 0 0 0 1235 34 0 0 25 0 1 0 187563501 126017536 28609 1992294400 4194304 9342243 548682068736 18446744073709551615 5575813 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 30766 28609 645 1256 0 29505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123064

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1725856/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=127404 CPUtime=25.48
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 31330 0 0 0 2511 37 0 0 25 0 1 0 187563501 130461696 30043 1992294400 4194304 9342243 548682068736 18446744073709551615 4291205 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 31851 30043 659 1256 0 30590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 127404

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1713120/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=140432 CPUtime=51.08
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 35676 0 0 0 5063 45 0 0 25 0 1 0 187563501 143802368 33273 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 35108 33273 659 1256 0 33847 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140432

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1703264/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=149640 CPUtime=102.27
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 38083 0 0 0 10172 55 0 0 25 0 1 0 187563501 153231360 35680 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 37410 35680 659 1256 0 36149 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149640

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1700832/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=152196 CPUtime=162.25
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 38669 0 0 0 16158 67 0 0 25 0 1 0 187563501 155848704 36266 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38049 36266 668 1256 0 36788 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 152196

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1703520/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=153184 CPUtime=222.23
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 50694 0 0 0 22141 82 0 0 25 0 1 0 187563501 156860416 35807 1992294400 4194304 9342243 548682068736 18446744073709551615 6968347 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38296 35807 668 1256 0 37035 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 153184

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4625
/proc/meminfo: memFree=1702816/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=153476 CPUtime=282.22
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 67383 0 0 0 28122 100 0 0 25 0 1 0 187563501 157159424 35583 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38369 35583 668 1256 0 37108 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 153476

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1703136/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=153604 CPUtime=342.2
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 83421 0 0 0 34101 119 0 0 25 0 1 0 187563501 157290496 35602 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38401 35602 668 1256 0 37140 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 153604

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1703072/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=153656 CPUtime=402.17
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 98998 0 0 0 40082 135 0 0 25 0 1 0 187563501 157343744 35619 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38414 35619 668 1256 0 37153 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 153656

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1701152/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=152340 CPUtime=462.15
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 102185 0 0 0 46068 147 0 0 25 0 1 0 187563501 155996160 36090 1992294400 4194304 9342243 548682068736 18446744073709551615 4289566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38085 36090 679 1256 0 36824 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 152340

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1700768/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=152340 CPUtime=522.14
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 102293 0 0 0 52049 165 0 0 25 0 1 0 187563501 155996160 36198 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38085 36198 686 1256 0 36824 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 152340

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1699680/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=151792 CPUtime=582.13
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 104060 0 0 0 58030 183 0 0 25 0 1 0 187563501 155435008 36461 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 37948 36461 686 1256 0 36687 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 151792

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4627
/proc/meminfo: memFree=1696416/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=154532 CPUtime=642.11
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 110422 0 0 0 64012 199 0 0 25 0 1 0 187563501 158240768 37261 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 38633 37261 698 1256 0 37372 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 154532

[startup+702.302 s]

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

/proc/meminfo: memFree=1667744/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=187400 CPUtime=1062
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 138551 0 0 0 105880 320 0 0 25 0 1 0 187563501 191897600 44347 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 46850 44347 698 1256 0 45589 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 187400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1661728/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=194216 CPUtime=1121.98
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 140708 0 0 0 111861 337 0 0 25 0 1 0 187563501 198877184 45864 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 48554 45864 698 1256 0 47293 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 194216

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1656032/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=196040 CPUtime=1181.96
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 144930 0 0 0 117841 355 0 0 25 0 1 0 187563501 200744960 47001 1992294400 4194304 9342243 548682068736 18446744073709551615 4289566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 49010 47001 698 1256 0 47749 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 196040

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1652064/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=202768 CPUtime=1241.95
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 147884 0 0 0 123821 374 0 0 25 0 1 0 187563501 207634432 48256 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 50692 48256 698 1256 0 49431 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 202768

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1649376/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=204072 CPUtime=1301.94
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 149997 0 0 0 129801 393 0 0 25 0 1 0 187563501 208969728 48926 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 51018 48926 698 1256 0 49757 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 204072

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1643744/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=216768 CPUtime=1361.91
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 157343 0 0 0 135779 412 0 0 25 0 1 0 187563501 221970432 50297 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 54192 50297 701 1256 0 52931 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 216768

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1640800/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=213492 CPUtime=1421.9
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 165444 0 0 0 141756 434 0 0 25 0 1 0 187563501 218615808 51049 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 53373 51049 701 1256 0 52112 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 213492

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1632544/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=219516 CPUtime=1481.89
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 169327 0 0 0 147737 452 0 0 25 0 1 0 187563501 224784384 53113 1992294400 4194304 9342243 548682068736 18446744073709551615 6960495 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 54879 53113 701 1256 0 53618 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 219516

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1629152/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=234016 CPUtime=1541.87
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 172499 0 0 0 153716 471 0 0 25 0 1 0 187563501 239632384 53927 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 58504 53927 701 1256 0 57243 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 234016

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1626016/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=230184 CPUtime=1601.85
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 176830 0 0 0 159696 489 0 0 25 0 1 0 187563501 235708416 54616 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 57546 54616 701 1256 0 56285 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 230184

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1619936/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=234100 CPUtime=1661.84
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 179854 0 0 0 165678 506 0 0 25 0 1 0 187563501 239718400 56201 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 58525 56201 701 1256 0 57264 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 234100

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1616096/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=241544 CPUtime=1721.82
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 188640 0 0 0 171656 526 0 0 25 0 1 0 187563501 247341056 57197 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60386 57197 701 1256 0 59125 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 241544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1613344/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=242900 CPUtime=1781.81
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 211180 0 0 0 177623 558 0 0 25 0 1 0 187563501 248729600 57888 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60725 57888 709 1256 0 59464 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 242900

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1613152/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=242900 CPUtime=1785.01
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 211218 0 0 0 177943 558 0 0 25 0 1 0 187563501 248729600 57926 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60725 57926 709 1256 0 59464 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 242900

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1613600/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=242760 CPUtime=1791.41
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 213935 0 0 0 178580 561 0 0 25 0 1 0 187563501 248586240 57821 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60690 57821 709 1256 0 59429 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 242760

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1613728/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=242872 CPUtime=1794.61
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 214638 0 0 0 178899 562 0 0 25 0 1 0 187563501 248700928 57787 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60718 57787 709 1256 0 59457 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 242872

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1613088/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=243844 CPUtime=1796.21
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 215010 0 0 0 179058 563 0 0 25 0 1 0 187563501 249696256 58159 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4624/statm: 60961 58159 709 1256 0 59700 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 243844

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1611040/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=246752 CPUtime=1797
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 215303 0 0 0 179137 563 0 0 25 0 1 0 187563501 252674048 58452 1992294400 4194304 9342243 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4624/statm: 61688 58452 710 1256 0 60427 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 246752

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4633
/proc/meminfo: memFree=1611040/2055920 swapFree=4181536/4192956
[pid=4624] ppid=4622 vsize=246752 CPUtime=1797.4
/proc/4624/stat : 4624 (pbscip.linux.x8) R 4622 4624 4285 0 -1 4194304 215303 0 0 0 179177 563 0 0 25 0 1 0 187563501 252674048 58452 1992294400 4194304 9342243 548682068736 18446744073709551615 4813574 0 0 4096 0 0 0 0 17 1 0 0
/proc/4624/statm: 61688 58452 710 1256 0 60427 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (KiB) 246752

Child status: 0
Real time (s): 1797.99
CPU time (s): 1797.5
CPU user time (s): 1791.83
CPU system time (s): 5.67514
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 246752

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

runsolver used 1.18982 second user time and 3.9224 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-17 02:47:14
IDJOB=1870361
IDBENCH=48179
IDSOLVER=684
FILE ID=node19/1870361-1245199634
PBS_JOBID= 9368306
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870361-1245199634/watcher-1870361-1245199634 -o /tmp/evaluation-result-1870361-1245199634/solver-1870361-1245199634 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870361-1245199634.opb

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

MD5SUM BENCH= fecc1e3404707b1609ea9647c91fc73f
RANDOM SEED=738736965

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844360 kB
Buffers:         45028 kB
Cached:         101300 kB
SwapCached:       6060 kB
Active:          92096 kB
Inactive:        63028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844360 kB
SwapTotal:     4192956 kB
SwapFree:      4181536 kB
Dirty:           12188 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            42444 kB
Committed_AS:   205236 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66148 MiB
End job on node19 at 2009-06-17 03:17:12