Trace number 1870367

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-44 1798.76 1799.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
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-63
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
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 constraint25
Maximum length of a constraint47
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)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SCIP version 1.1.0.7
0.05/0.09	c LP-Solver Clp 1.8.2
0.05/0.09	c user parameter file <scip.set> not found - using default parameters
0.05/0.09	c read problem <HOME/instance-1870367-1245199837.opb>
0.05/0.09	c original problem has 8353 variables (8353 bin, 0 int, 0 impl, 0 cont) and 8353 constraints
0.09/0.18	c start presolving problem
0.09/0.18	c presolving:
0.39/0.42	c (round 1) 7853 del vars, 500 del conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31412 impls, 0 clqs
0.79/0.82	c    (0.5s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.82	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.79/0.82	c presolving (2 rounds):
0.79/0.82	c  7853 deleted vars, 500 deleted constraints, 7853 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.82	c  47118 implications, 0 cliques
0.79/0.82	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7853 constraints
0.79/0.82	c    7853 constraints of type <and>
0.79/0.82	c transformed objective value is always integral (scale: 1)
0.79/0.82	c Presolving Time: 0.50
0.79/0.82	c OPT-NLC
0.79/0.82	c -----------------------------------------------------------------------------------------------
0.79/0.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/memory = c 1620
0.79/0.82	c # maximal time in seconds to run
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/time = c 1791
0.79/0.82	c # frequency for displaying node information lines
0.79/0.82	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.82	c display/freq = c 10000
0.79/0.82	c -----------------------------------------------------------------------------------------------
0.79/0.82	c start solving problem
0.79/0.82	c 
0.89/0.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.97	c   0.7s|     1 |     0 |   528 |  29M|   0 | 500 | 500 |7853 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.89/0.98	o -44
0.89/0.98	c R 0.7s|     1 |     0 |   528 |  29M|   0 | 500 | 500 |7853 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-4.400000e+01 |  82.40%
1.29/1.34	c   1.0s|     1 |     0 |   619 |  29M|   0 | 493 | 500 |7853 |7853 | 500 |7862 |   9 |   0 |   0 |-2.465000e+02 |-4.400000e+01 |  82.15%
1.59/1.66	c   1.4s|     1 |     0 |   662 |  29M|   0 | 489 | 500 |7853 |7853 | 500 |7869 |  16 |   0 |   0 |-2.445000e+02 |-4.400000e+01 |  82.00%
1.99/2.02	c   1.7s|     1 |     0 |   740 |  29M|   0 | 484 | 500 |7853 |7853 | 500 |7878 |  25 |   0 |   0 |-2.420000e+02 |-4.400000e+01 |  81.82%
2.39/2.42	c   2.1s|     1 |     0 |   841 |  29M|   0 | 482 | 500 |7853 |7853 | 500 |7886 |  33 |   0 |   0 |-2.400000e+02 |-4.400000e+01 |  81.67%
2.89/2.92	c   2.6s|     1 |     0 |   991 |  29M|   0 | 476 | 500 |7853 |7853 | 500 |7896 |  43 |   0 |   0 |-2.380000e+02 |-4.400000e+01 |  81.51%
3.39/3.48	c   3.1s|     1 |     0 |  1184 |  29M|   0 | 471 | 500 |7853 |7853 | 500 |7903 |  50 |   0 |   0 |-2.355000e+02 |-4.400000e+01 |  81.32%
3.89/3.94	c   3.6s|     1 |     0 |  1298 |  29M|   0 | 467 | 500 |7853 |7853 | 500 |7911 |  58 |   0 |   0 |-2.335000e+02 |-4.400000e+01 |  81.16%
4.59/4.63	c   4.3s|     1 |     0 |  1484 |  30M|   0 | 461 | 500 |7853 |7853 | 500 |7921 |  68 |   0 |   0 |-2.305000e+02 |-4.400000e+01 |  80.91%
5.39/5.48	c   5.1s|     1 |     0 |  1819 |  30M|   0 | 467 | 500 |7853 |7853 | 500 |7927 |  74 |   0 |   0 |-2.300000e+02 |-4.400000e+01 |  80.87%
6.39/6.46	c   6.1s|     1 |     0 |  2241 |  30M|   0 | 463 | 500 |7853 |7853 | 500 |7934 |  81 |   0 |   0 |-2.287500e+02 |-4.400000e+01 |  80.77%
6.39/6.47	o -44
6.39/6.47	c s 6.1s|     1 |     0 |  2241 |  30M|   0 | 463 | 500 |7853 |7853 | 500 |7934 |  81 |   0 |   0 |-2.287500e+02 |-4.400000e+01 |  80.77%
7.19/7.24	c   6.9s|     1 |     0 |  2715 |  30M|   0 | 454 | 500 |7853 |7853 | 500 | 777 |  91 |   0 |   0 |-2.270000e+02 |-4.400000e+01 |  80.62%
7.39/7.43	c   7.1s|     1 |     0 |  3065 |  30M|   0 | 438 | 500 |7853 |7853 | 500 | 785 |  99 |   0 |   0 |-2.260000e+02 |-4.400000e+01 |  80.53%
7.59/7.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.59/7.67	c   7.3s|     1 |     0 |  3385 |  30M|   0 | 463 | 500 |7853 |7853 | 500 | 949 | 263 |   0 |   0 |-2.240000e+02 |-4.400000e+01 |  80.36%
8.38/8.45	c   8.1s|     1 |     0 |  4028 |  31M|   0 | 450 | 500 |7853 |7853 | 500 |2269 |1583 |   0 |   0 |-2.229167e+02 |-4.400000e+01 |  80.26%
8.69/8.76	c   8.4s|     1 |     0 |  4498 |  31M|   0 | 448 | 500 |7853 |7853 | 500 |2279 |1593 |   0 |   0 |-2.216875e+02 |-4.400000e+01 |  80.15%
9.19/9.21	c   8.8s|     1 |     0 |  5077 |  31M|   0 | 439 | 500 |7853 |7853 | 500 |2288 |1602 |   0 |   0 |-2.207500e+02 |-4.400000e+01 |  80.07%
9.68/9.77	c   9.4s|     1 |     0 |  5739 |  31M|   0 | 441 | 500 |7853 |7853 | 500 |2078 |1662 |   0 |   0 |-2.190000e+02 |-4.400000e+01 |  79.91%
10.38/10.49	c  10.1s|     1 |     0 |  6770 |  31M|   0 | 442 | 500 |7853 |7853 | 500 |2087 |1671 |   0 |   0 |-2.176667e+02 |-4.400000e+01 |  79.79%
10.99/11.02	c  10.7s|     1 |     0 |  7423 |  32M|   0 | 429 | 500 |7853 |7853 | 500 |2156 |1740 |   0 |   0 |-2.155000e+02 |-4.400000e+01 |  79.58%
11.39/11.44	c  11.1s|     1 |     0 |  7930 |  32M|   0 | 429 | 500 |7853 |7853 | 500 |2207 |1791 |   0 |   0 |-2.145000e+02 |-4.400000e+01 |  79.49%
11.89/11.92	c  11.5s|     1 |     0 |  8476 |  32M|   0 | 423 | 500 |7853 |7853 | 500 |2216 |1800 |   0 |   0 |-2.135000e+02 |-4.400000e+01 |  79.39%
12.59/12.62	c  12.2s|     1 |     0 |  9471 |  32M|   0 | 420 | 500 |7853 |7853 | 500 |2267 |1851 |   0 |   0 |-2.100000e+02 |-4.400000e+01 |  79.05%
13.38/13.41	c  13.0s|     1 |     0 | 10617 |  32M|   0 | 417 | 500 |7853 |7853 | 500 |2028 |1859 |   0 |   0 |-2.085000e+02 |-4.400000e+01 |  78.90%
13.89/13.93	c  13.6s|     1 |     0 | 11559 |  32M|   0 | 447 | 500 |7853 |7853 | 500 |2036 |1867 |   0 |   0 |-2.079091e+02 |-4.400000e+01 |  78.84%
14.79/14.81	c  14.4s|     1 |     0 | 11940 |  33M|   0 | 414 | 500 |7853 |7853 | 500 |3351 |3182 |   0 |   0 |-2.070000e+02 |-4.400000e+01 |  78.74%
15.49/15.53	c  15.1s|     1 |     0 | 12595 |  33M|   0 | 415 | 500 |7853 |7853 | 500 |3359 |3190 |   0 |   0 |-2.070000e+02 |-4.400000e+01 |  78.74%
16.59/16.60	c  16.2s|     1 |     0 | 13612 |  34M|   0 | 424 | 500 |7853 |7853 | 500 |3369 |3200 |   0 |   0 |-2.065000e+02 |-4.400000e+01 |  78.69%
17.59/17.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.59/17.69	c  17.3s|     1 |     0 | 14633 |  34M|   0 | 413 | 500 |7853 |7853 | 500 |3377 |3208 |   0 |   0 |-2.055000e+02 |-4.400000e+01 |  78.59%
18.19/18.28	c  17.9s|     1 |     0 | 15142 |  34M|   0 | 418 | 500 |7853 |7853 | 500 |2028 |3212 |   0 |   0 |-2.050000e+02 |-4.400000e+01 |  78.54%
18.89/18.94	c  18.5s|     1 |     0 | 16028 |  34M|   0 | 415 | 500 |7853 |7853 | 500 |2049 |3233 |   0 |   0 |-2.040000e+02 |-4.400000e+01 |  78.43%
19.29/19.33	c  18.9s|     1 |     0 | 16445 |  34M|   0 | 397 | 500 |7853 |7853 | 500 |2171 |3355 |   0 |   0 |-2.025000e+02 |-4.400000e+01 |  78.27%
19.89/19.90	c  19.5s|     1 |     0 | 17147 |  34M|   0 | 401 | 500 |7853 |7853 | 500 |2254 |3438 |   0 |   0 |-2.015000e+02 |-4.400000e+01 |  78.16%
20.48/20.55	c  20.1s|     1 |     0 | 17984 |  34M|   0 | 406 | 500 |7853 |7853 | 500 |2323 |3507 |   0 |   0 |-2.003333e+02 |-4.400000e+01 |  78.04%
20.88/20.93	c  20.5s|     1 |     0 | 18536 |  34M|   0 | 398 | 500 |7853 |7853 | 500 |2370 |3554 |   0 |   0 |-1.980000e+02 |-4.400000e+01 |  77.78%
21.49/21.51	c  21.1s|     1 |     0 | 19330 |  34M|   0 | 408 | 500 |7853 |7853 | 500 |1051 |3565 |   0 |   0 |-1.959500e+02 |-4.400000e+01 |  77.55%
21.69/21.76	c  21.4s|     1 |     0 | 19820 |  35M|   0 | 406 | 500 |7853 |7853 | 500 |1102 |3616 |   0 |   0 |-1.945000e+02 |-4.400000e+01 |  77.38%
22.29/22.30	c  21.9s|     1 |     0 | 20689 |  35M|   0 | 409 | 500 |7853 |7853 | 500 |1211 |3725 |   0 |   0 |-1.935000e+02 |-4.400000e+01 |  77.26%
22.69/22.75	c  22.3s|     1 |     0 | 21419 |  35M|   0 | 375 | 500 |7853 |7853 | 500 |1495 |4009 |   0 |   0 |-1.915000e+02 |-4.400000e+01 |  77.02%
22.99/23.05	c  22.6s|     1 |     0 | 21842 |  35M|   0 | 403 | 500 |7853 |7853 | 500 |1581 |4095 |   0 |   0 |-1.903333e+02 |-4.400000e+01 |  76.88%
23.58/23.60	c  23.2s|     1 |     0 | 22717 |  35M|   0 | 398 | 500 |7853 |7853 | 500 |1679 |4193 |   0 |   0 |-1.883333e+02 |-4.400000e+01 |  76.64%
24.18/24.28	c  23.9s|     1 |     0 | 23768 |  36M|   0 | 398 | 500 |7853 |7853 | 500 |1477 |4203 |   0 |   0 |-1.861250e+02 |-4.400000e+01 |  76.36%
24.48/24.54	c  24.1s|     1 |     0 | 24200 |  36M|   0 | 407 | 500 |7853 |7853 | 500 |1510 |4236 |   0 |   0 |-1.853750e+02 |-4.400000e+01 |  76.26%
24.89/24.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.89/24.94	c  24.5s|     1 |     0 | 24781 |  36M|   0 | 398 | 500 |7853 |7853 | 500 |1715 |4441 |   0 |   0 |-1.843750e+02 |-4.400000e+01 |  76.14%
25.29/25.38	c  25.0s|     1 |     0 | 25539 |  36M|   0 | 364 | 500 |7853 |7853 | 500 |1784 |4510 |   0 |   0 |-1.823750e+02 |-4.400000e+01 |  75.87%
25.79/25.89	c  25.5s|     1 |     0 | 26304 |  37M|   0 | 372 | 500 |7853 |7853 | 500 |1824 |4550 |   0 |   0 |-1.815000e+02 |-4.400000e+01 |  75.76%
26.39/26.42	c  26.0s|     1 |     0 | 27185 |  37M|   0 | 449 | 500 |7853 |7853 | 500 |1836 |4562 |   0 |   0 |-1.806182e+02 |-4.400000e+01 |  75.64%
26.99/27.07	c  26.6s|     1 |     0 | 27901 |  38M|   0 | 385 | 500 |7853 |7853 | 500 |2063 |5162 |   0 |   0 |-1.795000e+02 |-4.400000e+01 |  75.49%
27.89/27.99	c  27.6s|     1 |     0 | 29131 |  38M|   0 | 377 | 500 |7853 |7853 | 500 |2104 |5203 |   0 |   0 |-1.787500e+02 |-4.400000e+01 |  75.38%
28.59/28.63	c  28.2s|     1 |     0 | 30040 |  38M|   0 | 386 | 500 |7853 |7853 | 500 |2138 |5237 |   0 |   0 |-1.780000e+02 |-4.400000e+01 |  75.28%
29.08/29.12	c  28.7s|     1 |     0 | 30675 |  38M|   0 | 406 | 500 |7853 |7853 | 500 |2162 |5261 |   0 |   0 |-1.769844e+02 |-4.400000e+01 |  75.14%
29.38/29.46	c  29.0s|     1 |     0 | 31055 |  39M|   0 | 414 | 500 |7853 |7853 | 500 |2208 |5307 |   0 |   0 |-1.759868e+02 |-4.400000e+01 |  75.00%
29.98/30.07	c  29.6s|     1 |     0 | 31837 |  39M|   0 | 348 | 500 |7853 |7853 | 500 |2244 |5343 |   0 |   0 |-1.750000e+02 |-4.400000e+01 |  74.86%
31.08/31.19	c  30.7s|     1 |     0 | 33284 |  39M|   0 | 420 | 500 |7853 |7853 | 500 |1795 |5360 |   0 |   0 |-1.739136e+02 |-4.400000e+01 |  74.70%
31.59/31.65	c  31.2s|     1 |     0 | 33882 |  40M|   0 | 414 | 500 |7853 |7853 | 500 |1835 |5400 |   0 |   0 |-1.725472e+02 |-4.400000e+01 |  74.50%
31.99/32.08	c  31.6s|     1 |     0 | 34427 |  41M|   0 | 420 | 500 |7853 |7853 | 500 |1975 |5540 |   0 |   0 |-1.713393e+02 |-4.400000e+01 |  74.32%
32.48/32.54	c  32.1s|     1 |     0 | 34976 |  41M|   0 | 419 | 500 |7853 |7853 | 500 |2024 |5589 |   0 |   0 |-1.706263e+02 |-4.400000e+01 |  74.21%
33.08/33.12	c  32.7s|     1 |     0 | 35758 |  42M|   0 | 426 | 500 |7853 |7853 | 500 |2068 |5633 |   0 |   0 |-1.699189e+02 |-4.400000e+01 |  74.11%
33.58/33.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.58/33.69	c  33.2s|     1 |     0 | 36513 |  43M|   0 | 423 | 500 |7853 |7853 | 500 |2103 |5668 |   0 |   0 |-1.687708e+02 |-4.400000e+01 |  73.93%
34.38/34.46	c  34.0s|     1 |     0 | 37509 |  44M|   0 | 436 | 500 |7853 |7853 | 500 |1819 |5775 |   0 |   0 |-1.680756e+02 |-4.400000e+01 |  73.82%
34.88/34.99	c  34.5s|     1 |     0 | 38314 |  45M|   0 | 448 | 500 |7853 |7853 | 500 |1883 |5839 |   0 |   0 |-1.674211e+02 |-4.400000e+01 |  73.72%
35.78/35.83	c  35.4s|     1 |     0 | 39152 |  45M|   0 | 448 | 500 |7853 |7853 | 500 |1995 |5951 |   0 |   0 |-1.662090e+02 |-4.400000e+01 |  73.53%
36.38/36.44	c  36.0s|     1 |     0 | 39970 |  46M|   0 | 452 | 500 |7853 |7853 | 500 |2056 |6012 |   0 |   0 |-1.652244e+02 |-4.400000e+01 |  73.37%
37.18/37.26	c  36.8s|     1 |     0 | 40565 |  47M|   0 | 451 | 500 |7853 |7853 | 500 |2172 |6128 |   0 |   0 |-1.646550e+02 |-4.400000e+01 |  73.28%
38.18/38.24	c  37.8s|     1 |     0 | 41349 |  47M|   0 | 444 | 500 |7853 |7853 | 500 |2194 |6150 |   0 |   0 |-1.638512e+02 |-4.400000e+01 |  73.15%
39.08/39.15	c  38.7s|     1 |     0 | 41968 |  47M|   0 | 456 | 500 |7853 |7853 | 500 |1997 |6173 |   0 |   0 |-1.633339e+02 |-4.400000e+01 |  73.06%
39.97/40.02	c  39.5s|     1 |     0 | 42646 |  47M|   0 | 450 | 500 |7853 |7853 | 500 |2082 |6258 |   0 |   0 |-1.623272e+02 |-4.400000e+01 |  72.89%
40.78/40.81	c  40.3s|     1 |     0 | 43149 |  47M|   0 | 469 | 500 |7853 |7853 | 500 |2123 |6299 |   0 |   0 |-1.619113e+02 |-4.400000e+01 |  72.82%
41.58/41.68	c  41.2s|     1 |     0 | 43730 |  47M|   0 | 473 | 500 |7853 |7853 | 500 |2188 |6364 |   0 |   0 |-1.613470e+02 |-4.400000e+01 |  72.73%
42.58/42.64	c  42.1s|     1 |     0 | 44336 |  47M|   0 | 468 | 500 |7853 |7853 | 500 |2245 |6421 |   0 |   0 |-1.608080e+02 |-4.400000e+01 |  72.64%
43.48/43.51	c  43.0s|     1 |     0 | 44771 |  47M|   0 | 466 | 500 |7853 |7853 | 500 |2283 |6459 |   0 |   0 |-1.605209e+02 |-4.400000e+01 |  72.59%
44.78/44.82	c  44.3s|     1 |     0 | 45721 |  47M|   0 | 472 | 500 |7853 |7853 | 500 |2056 |6483 |   0 |   0 |-1.595001e+02 |-4.400000e+01 |  72.41%
45.67/45.73	c  45.2s|     1 |     0 | 46283 |  47M|   0 | 478 | 500 |7853 |7853 | 500 |2089 |6516 |   0 |   0 |-1.589530e+02 |-4.400000e+01 |  72.32%
46.58/46.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.66	c  46.2s|     1 |     0 | 46807 |  47M|   0 | 481 | 500 |7853 |7853 | 500 |2128 |6555 |   0 |   0 |-1.585576e+02 |-4.400000e+01 |  72.25%
47.58/47.66	c  47.1s|     1 |     0 | 47370 |  47M|   0 | 479 | 500 |7853 |7853 | 500 |2191 |6618 |   0 |   0 |-1.580839e+02 |-4.400000e+01 |  72.17%
48.57/48.65	c  48.1s|     1 |     0 | 47975 |  47M|   0 | 485 | 500 |7853 |7853 | 500 |2227 |6654 |   0 |   0 |-1.575522e+02 |-4.400000e+01 |  72.07%
49.68/49.72	c  49.2s|     1 |     0 | 48581 |  47M|   0 | 487 | 500 |7853 |7853 | 500 |2272 |6699 |   0 |   0 |-1.571485e+02 |-4.400000e+01 |  72.00%
50.88/50.91	c  50.4s|     1 |     0 | 49088 |  47M|   0 | 483 | 500 |7853 |7853 | 500 |2100 |6723 |   0 |   0 |-1.568654e+02 |-4.400000e+01 |  71.95%
51.87/51.94	c  51.4s|     1 |     0 | 49673 |  47M|   0 | 486 | 500 |7853 |7853 | 500 |2121 |6744 |   0 |   0 |-1.562787e+02 |-4.400000e+01 |  71.85%
52.97/53.05	c  52.5s|     1 |     0 | 50296 |  47M|   0 | 482 | 500 |7853 |7853 | 500 |2148 |6771 |   0 |   0 |-1.556170e+02 |-4.400000e+01 |  71.73%
53.98/54.07	c  53.5s|     1 |     0 | 50751 |  47M|   0 | 485 | 500 |7853 |7853 | 500 |2175 |6798 |   0 |   0 |-1.553238e+02 |-4.400000e+01 |  71.67%
55.08/55.16	c  54.6s|     1 |     0 | 51280 |  47M|   0 | 482 | 500 |7853 |7853 | 500 |2210 |6833 |   0 |   0 |-1.548933e+02 |-4.400000e+01 |  71.59%
56.17/56.24	c  55.7s|     1 |     0 | 51807 |  47M|   0 | 482 | 500 |7853 |7853 | 500 |2238 |6861 |   0 |   0 |-1.546368e+02 |-4.400000e+01 |  71.55%
57.27/57.33	c  56.8s|     1 |     0 | 52182 |  47M|   0 | 487 | 500 |7853 |7853 | 500 |2124 |6882 |   0 |   0 |-1.543729e+02 |-4.400000e+01 |  71.50%
58.37/58.43	c  57.9s|     1 |     0 | 52787 |  47M|   0 | 488 | 500 |7853 |7853 | 500 |2138 |6896 |   0 |   0 |-1.539859e+02 |-4.400000e+01 |  71.43%
59.28/59.35	c  58.8s|     1 |     0 | 53121 |  47M|   0 | 489 | 500 |7853 |7853 | 500 |2169 |6927 |   0 |   0 |-1.537972e+02 |-4.400000e+01 |  71.39%
60.27/60.34	c  59.8s|     1 |     0 | 53612 |  47M|   0 | 489 | 500 |7853 |7853 | 500 |2187 |6945 |   0 |   0 |-1.535956e+02 |-4.400000e+01 |  71.35%
61.38/61.44	c  60.9s|     1 |     0 | 54183 |  47M|   0 | 486 | 500 |7853 |7853 | 500 |2207 |6965 |   0 |   0 |-1.533066e+02 |-4.400000e+01 |  71.30%
62.48/62.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.48/62.56	c  62.0s|     1 |     0 | 54793 |  47M|   0 | 487 | 500 |7853 |7853 | 500 |2230 |6988 |   0 |   0 |-1.527896e+02 |-4.400000e+01 |  71.20%
63.57/63.68	c  63.1s|     1 |     0 | 55213 |  47M|   0 | 492 | 500 |7853 |7853 | 500 |2134 |7003 |   0 |   0 |-1.524458e+02 |-4.400000e+01 |  71.14%
64.57/64.69	c  64.1s|     1 |     0 | 55589 |  47M|   0 | 486 | 500 |7853 |7853 | 500 |2151 |7020 |   0 |   0 |-1.521376e+02 |-4.400000e+01 |  71.08%
65.57/65.61	c  65.0s|     1 |     0 | 55852 |  47M|   0 | 491 | 500 |7853 |7853 | 500 |2168 |7037 |   0 |   0 |-1.519730e+02 |-4.400000e+01 |  71.05%
66.58/66.67	c  66.1s|     1 |     0 | 56330 |  47M|   0 | 486 | 500 |7853 |7853 | 500 |2183 |7052 |   0 |   0 |-1.515629e+02 |-4.400000e+01 |  70.97%
67.57/67.62	c  67.0s|     1 |     0 | 56694 |  47M|   0 | 491 | 500 |7853 |7853 | 500 |2198 |7067 |   0 |   0 |-1.513117e+02 |-4.400000e+01 |  70.92%
68.47/68.51	c  67.9s|     1 |     0 | 56910 |  47M|   0 | 490 | 500 |7853 |7853 | 500 |2214 |7083 |   0 |   0 |-1.512301e+02 |-4.400000e+01 |  70.91%
69.58/69.61	c  69.0s|     1 |     0 | 57287 |  47M|   0 | 490 | 500 |7853 |7853 | 500 |2159 |7092 |   0 |   0 |-1.509533e+02 |-4.400000e+01 |  70.85%
70.47/70.52	c  69.9s|     1 |     0 | 57548 |  47M|   0 | 489 | 500 |7853 |7853 | 500 |2167 |7100 |   0 |   0 |-1.508015e+02 |-4.400000e+01 |  70.82%
71.38/71.48	c  70.9s|     1 |     0 | 57888 |  47M|   0 | 490 | 500 |7853 |7853 | 500 |2184 |7117 |   0 |   0 |-1.505818e+02 |-4.400000e+01 |  70.78%
72.38/72.43	c  71.8s|     1 |     0 | 58185 |  47M|   0 | 491 | 500 |7853 |7853 | 500 |2203 |7136 |   0 |   0 |-1.504065e+02 |-4.400000e+01 |  70.75%
73.37/73.40	c  72.8s|     1 |     0 | 58520 |  47M|   0 | 493 | 500 |7853 |7853 | 500 |2220 |7153 |   0 |   0 |-1.502185e+02 |-4.400000e+01 |  70.71%
74.27/74.34	c  73.8s|     1 |     0 | 58821 |  47M|   0 | 489 | 500 |7853 |7853 | 500 |2234 |7167 |   0 |   0 |-1.500901e+02 |-4.400000e+01 |  70.68%
75.37/75.41	c  74.8s|     1 |     0 | 59073 |  47M|   0 | 493 | 500 |7853 |7853 | 500 |2204 |7198 |   0 |   0 |-1.499823e+02 |-4.400000e+01 |  70.66%
76.27/76.36	c  75.8s|     1 |     0 | 59353 |  47M|   0 | 495 | 500 |7853 |7853 | 500 |2218 |7212 |   0 |   0 |-1.498604e+02 |-4.400000e+01 |  70.64%
77.17/77.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.17/77.28	c  76.7s|     1 |     0 | 59598 |  47M|   0 | 495 | 500 |7853 |7853 | 500 |2229 |7223 |   0 |   0 |-1.497812e+02 |-4.400000e+01 |  70.62%
78.17/78.24	c  77.6s|     1 |     0 | 59909 |  47M|   0 | 492 | 500 |7853 |7853 | 500 |2241 |7235 |   0 |   0 |-1.496530e+02 |-4.400000e+01 |  70.60%
79.07/79.12	c  78.5s|     1 |     0 | 60123 |  47M|   0 | 497 | 500 |7853 |7853 | 500 |2256 |7250 |   0 |   0 |-1.495772e+02 |-4.400000e+01 |  70.58%
79.97/80.02	c  79.4s|     1 |     0 | 60314 |  47M|   0 | 496 | 500 |7853 |7853 | 500 |2269 |7263 |   0 |   0 |-1.495286e+02 |-4.400000e+01 |  70.57%
80.87/80.98	c  80.4s|     1 |     0 | 60469 |  47M|   0 | 495 | 500 |7853 |7853 | 500 |2235 |7273 |   0 |   0 |-1.494961e+02 |-4.400000e+01 |  70.57%
81.76/81.84	c  81.2s|     1 |     0 | 60644 |  47M|   0 | 497 | 500 |7853 |7853 | 500 |2242 |7280 |   0 |   0 |-1.494576e+02 |-4.400000e+01 |  70.56%
82.67/82.72	c  82.1s|     1 |     0 | 60852 |  47M|   0 | 495 | 500 |7853 |7853 | 500 |2254 |7292 |   0 |   0 |-1.494039e+02 |-4.400000e+01 |  70.55%
83.47/83.59	c  83.0s|     1 |     0 | 61010 |  47M|   0 | 493 | 500 |7853 |7853 | 500 |2265 |7303 |   0 |   0 |-1.493666e+02 |-4.400000e+01 |  70.54%
84.37/84.48	c  83.9s|     1 |     0 | 61252 |  47M|   0 | 498 | 500 |7853 |7853 | 500 |2281 |7319 |   0 |   0 |-1.492970e+02 |-4.400000e+01 |  70.53%
85.27/85.34	c  84.7s|     1 |     0 | 61444 |  47M|   0 | 496 | 500 |7853 |7853 | 500 |2290 |7328 |   0 |   0 |-1.492528e+02 |-4.400000e+01 |  70.52%
86.26/86.30	c  85.7s|     1 |     0 | 61591 |  47M|   0 | 496 | 500 |7853 |7853 | 500 |2221 |7338 |   0 |   0 |-1.492300e+02 |-4.400000e+01 |  70.52%
87.07/87.15	c  86.5s|     1 |     0 | 61803 |  47M|   0 | 497 | 500 |7853 |7853 | 500 |2230 |7347 |   0 |   0 |-1.491904e+02 |-4.400000e+01 |  70.51%
87.87/87.99	c  87.4s|     1 |     0 | 61987 |  46M|   0 | 499 | 500 |7853 |7853 | 500 |2244 |7361 |   0 |   0 |-1.491487e+02 |-4.400000e+01 |  70.50%
88.77/88.88	c  88.3s|     1 |     0 | 62238 |  46M|   0 | 497 | 500 |7853 |7853 | 500 |2257 |7374 |   0 |   0 |-1.491008e+02 |-4.400000e+01 |  70.49%
89.66/89.73	c  89.1s|     1 |     0 | 62428 |  46M|   0 | 498 | 500 |7853 |7853 | 500 |2266 |7383 |   0 |   0 |-1.490700e+02 |-4.400000e+01 |  70.48%
90.57/90.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.57/90.62	c  90.0s|     1 |     0 | 62673 |  46M|   0 | 499 | 500 |7853 |7853 | 500 |2277 |7394 |   0 |   0 |-1.490064e+02 |-4.400000e+01 |  70.47%
91.47/91.59	c  91.0s|     1 |     0 | 62884 |  46M|   0 | 499 | 500 |7853 |7853 | 500 |2237 |7402 |   0 |   0 |-1.489609e+02 |-4.400000e+01 |  70.46%
92.37/92.43	c  91.8s|     1 |     0 | 63061 |  46M|   0 | 497 | 500 |7853 |7853 | 500 |2245 |7410 |   0 |   0 |-1.489350e+02 |-4.400000e+01 |  70.46%
93.17/93.28	c  92.7s|     1 |     0 | 63248 |  46M|   0 | 500 | 500 |7853 |7853 | 500 |2253 |7418 |   0 |   0 |-1.489075e+02 |-4.400000e+01 |  70.45%
93.96/94.08	c  93.5s|     1 |     0 | 63410 |  46M|   0 | 498 | 500 |7853 |7853 | 500 |2261 |7426 |   0 |   0 |-1.488900e+02 |-4.400000e+01 |  70.45%
94.76/94.89	c  94.3s|     1 |     0 | 63627 |  46M|   0 | 498 | 500 |7853 |7853 | 500 |2269 |7434 |   0 |   0 |-1.488742e+02 |-4.400000e+01 |  70.44%
95.57/95.69	c  95.0s|     1 |     0 | 63774 |  46M|   0 | 499 | 500 |7853 |7853 | 500 |2278 |7443 |   0 |   0 |-1.488599e+02 |-4.400000e+01 |  70.44%
96.47/96.56	c  95.9s|     1 |     0 | 63889 |  46M|   0 | 497 | 500 |7853 |7853 | 500 |2250 |7452 |   0 |   0 |-1.488522e+02 |-4.400000e+01 |  70.44%
97.37/97.43	c  96.8s|     1 |     0 | 64189 |  46M|   0 | 499 | 500 |7853 |7853 | 500 |2257 |7459 |   0 |   0 |-1.488298e+02 |-4.400000e+01 |  70.44%
98.17/98.21	c  97.6s|     1 |     0 | 64381 |  45M|   0 | 498 | 500 |7853 |7853 | 500 |2266 |7468 |   0 |   0 |-1.488204e+02 |-4.400000e+01 |  70.43%
98.87/98.99	c  98.3s|     1 |     0 | 64559 |  45M|   0 | 500 | 500 |7853 |7853 | 500 |2273 |7475 |   0 |   0 |-1.488142e+02 |-4.400000e+01 |  70.43%
99.66/99.78	c  99.1s|     1 |     0 | 64736 |  44M|   0 | 500 | 500 |7853 |7853 | 500 |2279 |7481 |   0 |   0 |-1.488071e+02 |-4.400000e+01 |  70.43%
100.46/100.58	c  99.9s|     1 |     0 | 64922 |  44M|   0 | 500 | 500 |7853 |7853 | 500 |2287 |7489 |   0 |   0 |-1.487932e+02 |-4.400000e+01 |  70.43%
101.36/101.48	c   101s|     1 |     0 | 65145 |  44M|   0 | 499 | 500 |7853 |7853 | 500 |2238 |7499 |   0 |   0 |-1.487819e+02 |-4.400000e+01 |  70.43%
102.16/102.22	c   102s|     1 |     0 | 65231 |  44M|   0 | 465 | 500 |7853 |7853 | 500 |2246 |7507 |   0 |   0 |-1.487778e+02 |-4.400000e+01 |  70.43%
106.67/106.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.67/106.76	c   106s|     1 |     2 | 65231 |  44M|   0 | 465 | 500 |7853 |7853 | 500 |2246 |7507 |   0 |  28 |-1.487778e+02 |-4.400000e+01 |  70.43%
1798.41/1798.99	c 
1798.41/1798.99	c SCIP Status        : solving was interrupted [time limit reached]
1798.41/1798.99	c Solving Time (sec) : 1791.00
1798.41/1798.99	c Solving Nodes      : 6692
1798.41/1798.99	c Primal Bound       : -4.40000000000000e+01 (5 solutions)
1798.41/1798.99	c Dual Bound         : -1.42141718450871e+02
1798.41/1798.99	c Gap                : 69.04 %
1798.51/1799.01	c NODE         6692
1798.51/1799.01	c DUAL BOUND   -142.142
1798.51/1799.01	c PRIMAL BOUND -44
1798.51/1799.01	c GAP          0.69045
1798.51/1799.01	s SATISFIABLE
1798.51/1799.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 x479 
1798.51/1799.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1798.51/1799.01	v -x457 -x456 -x455 -x454 x453 -x452 x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1798.51/1799.01	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1798.51/1799.01	v -x415 x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1798.51/1799.01	v -x394 -x393 -x392 x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1798.51/1799.01	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1798.51/1799.01	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1798.51/1799.01	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 x319 x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1798.51/1799.01	v x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1798.51/1799.01	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1798.51/1799.01	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
1798.51/1799.01	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 
1798.51/1799.01	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 x208 -x207 
1798.51/1799.01	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
1798.51/1799.01	v -x185 x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 
1798.51/1799.01	v -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 
1798.51/1799.01	v -x143 x142 -x141 x140 x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 
1798.51/1799.01	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 
1798.51/1799.01	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 -x75 
1798.51/1799.01	v -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 
1798.51/1799.01	v x48 x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 
1798.51/1799.01	v -x22 x21 -x20 -x19 -x18 x17 x16 -x15 x14 -x13 x12 x11 -x10 x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1798.51/1799.01	c SCIP Status        : solving was interrupted [time limit reached]
1798.51/1799.01	c Solving Time       :    1791.00
1798.51/1799.01	c Original Problem   :
1798.51/1799.01	c   Problem name     : HOME/instance-1870367-1245199837.opb
1798.51/1799.01	c   Variables        : 8353 (8353 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.51/1799.01	c   Constraints      : 8353 initial, 8353 maximal
1798.51/1799.01	c Presolved Problem  :
1798.51/1799.01	c   Problem name     : t_HOME/instance-1870367-1245199837.opb
1798.51/1799.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.51/1799.01	c   Constraints      : 7853 initial, 7853 maximal
1798.51/1799.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.51/1799.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.51/1799.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.51/1799.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.51/1799.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.51/1799.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.51/1799.01	c   probing          :       0.26          0          0          0          0          0          0          0          0
1798.51/1799.01	c   and              :       0.17          0          0          0          0          0          0          0          0
1798.51/1799.01	c   linear           :       0.04       7853          0          0       7853          0        500          0          0
1798.51/1799.01	c   root node        :          -          0          -          -          0          -          -          -          -
1798.51/1799.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.51/1799.01	c   integral         :          0          0          0       6692          0          0          1          0          0      13382
1798.51/1799.01	c   and              :       7853      20100      55255          0          1          0     147621    1469309          0          0
1798.51/1799.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.51/1799.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.51/1799.01	c   integral         :     234.56       0.00       0.00     234.56       0.00
1798.51/1799.01	c   and              :     103.98      84.70      19.28       0.00       0.00
1798.51/1799.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.51/1799.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.51/1799.01	c   rootredcost      :       0.03          0          0          0
1798.51/1799.01	c   pseudoobj        :       1.77      55502          0          0
1798.51/1799.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.51/1799.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.51/1799.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1799.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1799.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1799.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.51/1799.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.51/1799.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.51/1799.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.51/1799.01	c   cut pool         :       0.58        132          -          -       1774          -    (maximal pool size: 7615)
1798.51/1799.01	c   redcost          :       0.46      20100          0          0          0          0
1798.51/1799.01	c   impliedbounds    :       0.15        133          0          0      11237          0
1798.51/1799.01	c   intobj           :       0.00          0          0          0          0          0
1798.51/1799.01	c   gomory           :      53.02        133          0          0      33278          0
1798.51/1799.01	c   strongcg         :       1.40         20          0          0      10000          0
1798.51/1799.01	c   cmir             :       0.57         10          0          0          0          0
1798.51/1799.01	c   flowcover        :       0.42         10          0          0          0          0
1798.51/1799.01	c   clique           :       1.62        131          0          0       1125          0
1798.51/1799.01	c   zerohalf         :       0.00          0          0          0          0          0
1798.51/1799.01	c   mcf              :       0.01          1          0          0          0          0
1798.51/1799.01	c Pricers            :       Time      Calls       Vars
1798.51/1799.01	c   problem variables:       0.00          0          0
1798.51/1799.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.51/1799.01	c   relpscost        :     234.52       6692          0          1          0          0      13382
1798.51/1799.01	c   pscost           :       0.00          0          0          0          0          0          0
1798.51/1799.01	c   inference        :       0.00          1          0          0          0          0          2
1798.51/1799.01	c   mostinf          :       0.00          0          0          0          0          0          0
1798.51/1799.01	c   leastinf         :       0.00          0          0          0          0          0          0
1798.51/1799.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.51/1799.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.51/1799.01	c   random           :       0.00          0          0          0          0          0          0
1798.51/1799.01	c Primal Heuristics  :       Time      Calls      Found
1798.51/1799.01	c   LP solutions     :       0.00          -          0
1798.51/1799.01	c   pseudo solutions :       0.00          -          0
1798.51/1799.01	c   oneopt           :       0.01          1          0
1798.51/1799.01	c   crossover        :       0.13          5          0
1798.51/1799.01	c   veclendiving     :      48.85        102          0
1798.51/1799.01	c   coefdiving       :      44.55        114          0
1798.51/1799.01	c   fracdiving       :      33.52        188          0
1798.51/1799.01	c   linesearchdiving :      30.27        188          0
1798.51/1799.01	c   simplerounding   :       0.12          0          0
1798.51/1799.01	c   rounding         :      18.16       6339          1
1798.51/1799.01	c   shifting         :       6.45       1861          4
1798.51/1799.01	c   intshifting      :       0.00          0          0
1798.51/1799.01	c   fixandinfer      :       0.00          0          0
1798.51/1799.01	c   feaspump         :       0.00          0          0
1798.51/1799.01	c   pscostdiving     :      49.38         99          0
1798.51/1799.01	c   intdiving        :       0.00          0          0
1798.51/1799.01	c   actconsdiving    :       0.00          0          0
1798.51/1799.01	c   objpscostdiving  :      18.45         34          0
1798.51/1799.01	c   rootsoldiving    :      10.12         84          0
1798.51/1799.01	c   guideddiving     :      39.47        188          0
1798.51/1799.01	c   octane           :       0.00          0          0
1798.51/1799.01	c   rens             :       0.01          0          0
1798.51/1799.01	c   rins             :       0.00          0          0
1798.51/1799.01	c   localbranching   :       0.00          0          0
1798.51/1799.01	c   mutation         :       0.00          0          0
1798.51/1799.01	c   dins             :       0.00          0          0
1798.51/1799.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.51/1799.01	c   primal LP        :      76.86          0          0       0.00       0.00
1798.51/1799.01	c   dual LP          :     990.62      20292    3904148     192.40    3941.12
1798.51/1799.01	c   barrier LP       :       0.00          0          0       0.00          -
1798.51/1799.01	c   diving/probing LP:     246.72      42054    1313083      31.22    5322.16
1798.51/1799.01	c   strong branching :     233.20       3142     889332     283.05    3813.60
1798.51/1799.01	c     (at root node) :          -         28       8068     288.14          -
1798.51/1799.01	c   conflict analysis:       0.00          0          0       0.00          -
1798.51/1799.01	c B&B Tree           :
1798.51/1799.01	c   number of runs   :          1
1798.51/1799.01	c   nodes            :       6692
1798.51/1799.01	c   nodes (total)    :       6692
1798.51/1799.01	c   nodes left       :       6693
1798.51/1799.01	c   max depth        :         57
1798.51/1799.01	c   max depth (total):         57
1798.51/1799.01	c   backtracks       :       1398 (20.9%)
1798.51/1799.01	c   delayed cutoffs  :          0
1798.51/1799.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.51/1799.01	c   avg switch length:       6.84
1798.51/1799.01	c   switching time   :      80.45
1798.51/1799.01	c Solution           :
1798.51/1799.01	c   Solutions found  :          5 (2 improvements)
1798.51/1799.01	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 1 nodes, 6.11 seconds, depth 0, found by <shifting>)
1798.51/1799.01	c   Dual Bound       : -1.42141718450871e+02
1798.51/1799.01	c   Gap              :      69.04 %
1798.51/1799.01	c   Root Dual Bound  : -1.48777777777778e+02
1798.71/1799.24	c Time complete: 1798.75.

Verifier Data

OK	-44

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870367-1245199837/watcher-1870367-1245199837 -o /tmp/evaluation-result-1870367-1245199837/solver-1870367-1245199837 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870367-1245199837.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 10806
/proc/meminfo: memFree=1853112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=5812 CPUtime=0
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 187580852 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/10806/statm: 1453 503 332 1256 0 192 0

[startup+0.065891 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10806
/proc/meminfo: memFree=1853112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=17452 CPUtime=0.05
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 3338 0 0 0 4 1 0 0 18 0 1 0 187580852 17870848 3322 1992294400 4194304 9342243 548682068736 18446744073709551615 7635775 0 0 4096 0 0 0 0 17 1 0 0
/proc/10806/statm: 4363 3322 378 1256 0 3102 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17452

[startup+0.101894 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10806
/proc/meminfo: memFree=1853112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=19596 CPUtime=0.09
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 4038 0 0 0 7 2 0 0 18 0 1 0 187580852 20066304 3668 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 4899 3675 406 1256 0 3638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19596

[startup+0.301916 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10806
/proc/meminfo: memFree=1853112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=38488 CPUtime=0.29
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 8783 0 0 0 21 8 0 0 19 0 1 0 187580852 39411712 8413 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 9622 8413 446 1256 0 8361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38488

[startup+0.70196 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10806
/proc/meminfo: memFree=1853112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=39640 CPUtime=0.69
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 9072 0 0 0 49 20 0 0 22 0 1 0 187580852 40591360 8702 1992294400 4194304 9342243 548682068736 18446744073709551615 4903340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 9910 8702 475 1256 0 8649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39640

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10807
/proc/meminfo: memFree=1803312/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=61800 CPUtime=1.49
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 14053 0 0 0 126 23 0 0 25 0 1 0 187580852 63283200 13656 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 15450 13656 641 1256 0 14189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61800

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10807
/proc/meminfo: memFree=1799664/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=64356 CPUtime=3.09
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 14711 0 0 0 284 25 0 0 25 0 1 0 187580852 65900544 14314 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 16089 14314 642 1256 0 14828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64356

[startup+6.30158 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 10807
/proc/meminfo: memFree=1789872/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=75416 CPUtime=6.29
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 17259 0 0 0 601 28 0 0 25 0 1 0 187580852 77225984 16779 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 18854 16779 645 1256 0 17593 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75416

[startup+12.7013 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 10807
/proc/meminfo: memFree=1782448/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=78180 CPUtime=12.68
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 18728 0 0 0 1238 30 0 0 25 0 1 0 187580852 80056320 18248 1992294400 4194304 9342243 548682068736 18446744073709551615 6044093 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 19545 18248 659 1256 0 18284 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78180

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 10807
/proc/meminfo: memFree=1772656/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=88044 CPUtime=25.49
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 21996 0 0 0 2515 34 0 0 25 0 1 0 187580852 90157056 20935 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 22011 20935 659 1256 0 20750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88044

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 10807
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=103992 CPUtime=51.08
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 28768 0 0 0 5065 43 0 0 25 0 1 0 187580852 106487808 24663 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 25998 24663 659 1256 0 24737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103992

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 10807
/proc/meminfo: memFree=1756016/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=104436 CPUtime=102.27
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 28926 0 0 0 10172 55 0 0 25 0 1 0 187580852 106942464 24821 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26109 24821 659 1256 0 24848 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 104436

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1755888/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=106280 CPUtime=162.25
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 30609 0 0 0 16152 73 0 0 25 0 1 0 187580852 108830720 24854 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26570 24854 677 1256 0 25309 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 106280

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1755504/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=104304 CPUtime=222.23
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 32461 0 0 0 22129 94 0 0 25 0 1 0 187580852 106807296 24935 1992294400 4194304 9342243 548682068736 18446744073709551615 6046276 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26076 24935 677 1256 0 24815 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 104304

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1754288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=107504 CPUtime=282.21
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 37472 0 0 0 28108 113 0 0 25 0 1 0 187580852 110084096 25294 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26876 25294 689 1256 0 25615 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 107504

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1753776/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=106812 CPUtime=342.2
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 43414 0 0 0 34087 133 0 0 25 0 1 0 187580852 109375488 25406 1992294400 4194304 9342243 548682068736 18446744073709551615 6978102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26703 25406 689 1256 0 25442 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 106812

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1752880/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=106972 CPUtime=402.18
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 45102 0 0 0 40068 150 0 0 25 0 1 0 187580852 109539328 25626 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 26743 25626 689 1256 0 25482 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 106972

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1752112/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=108180 CPUtime=462.17
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 49584 0 0 0 46047 170 0 0 25 0 1 0 187580852 110776320 25774 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 27045 25774 689 1256 0 25784 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 108180

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1750192/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=110792 CPUtime=522.15
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 50880 0 0 0 52024 191 0 0 25 0 1 0 187580852 113451008 26268 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 27698 26268 689 1256 0 26437 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 110792

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10809
/proc/meminfo: memFree=1749552/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=111820 CPUtime=582.13
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 53856 0 0 0 58001 212 0 0 25 0 1 0 187580852 114503680 26448 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 27955 26448 689 1256 0 26694 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 111820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1747120/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=113884 CPUtime=642.12
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 56242 0 0 0 63979 233 0 0 25 0 1 0 187580852 116617216 27032 1992294400 4194304 9342243 548682068736 18446744073709551615 6040640 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 28471 27032 689 1256 0 27210 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 113884

[startup+702.302 s]

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

/proc/meminfo: memFree=1734448/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=127036 CPUtime=1121.98
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 99632 0 0 0 111794 404 0 0 25 0 1 0 187580852 130084864 30162 1992294400 4194304 9342243 548682068736 18446744073709551615 6890351 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 31759 30162 689 1256 0 30498 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 127036

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1731952/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=129016 CPUtime=1181.97
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 101199 0 0 0 117774 423 0 0 25 0 1 0 187580852 132112384 30827 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 32254 30827 689 1256 0 30993 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 129016

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1731056/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=128868 CPUtime=1241.96
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 121580 0 0 0 123743 453 0 0 25 0 1 0 187580852 131960832 30939 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 32217 30939 689 1256 0 30956 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 128868

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1728304/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=135388 CPUtime=1301.94
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 159029 0 0 0 129706 488 0 0 25 0 1 0 187580852 138637312 31657 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 33847 31657 689 1256 0 32586 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 135388

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=132768 CPUtime=1361.92
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 160150 0 0 0 135684 508 0 0 25 0 1 0 187580852 135954432 31918 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 33192 31918 689 1256 0 31931 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 132768

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1726832/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=133064 CPUtime=1421.91
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 163543 0 0 0 141660 531 0 0 25 0 1 0 187580852 136257536 32034 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 33266 32034 689 1256 0 32005 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 133064

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1723760/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=137592 CPUtime=1481.89
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 185906 0 0 0 147625 564 0 0 25 0 1 0 187580852 140894208 32883 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 34398 32883 689 1256 0 33137 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 137592

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1723568/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=136512 CPUtime=1541.88
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 225056 0 0 0 153584 604 0 0 25 0 1 0 187580852 139788288 32806 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 34128 32806 689 1256 0 32867 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 136512

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1721008/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=139528 CPUtime=1601.86
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 267819 0 0 0 159541 645 0 0 25 0 1 0 187580852 142876672 33384 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 34882 33384 689 1256 0 33621 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 139528

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=139608 CPUtime=1661.84
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 322866 0 0 0 165493 691 0 0 25 0 1 0 187580852 142958592 33380 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 34902 33380 689 1256 0 33641 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 139608

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1715632/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=144924 CPUtime=1721.83
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 331751 0 0 0 171466 717 0 0 25 0 1 0 187580852 148402176 34822 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36231 34822 689 1256 0 34970 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 144924

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714416/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1781.81
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333147 0 0 0 177444 737 0 0 25 0 1 0 187580852 149032960 35099 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35099 689 1256 0 35124 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 145540

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1791.42
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333182 0 0 0 178401 741 0 0 25 0 1 0 187580852 149032960 35134 1992294400 4194304 9342243 548682068736 18446744073709551615 6085150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35134 689 1256 0 35124 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 145540

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1794.62
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333186 0 0 0 178720 742 0 0 25 0 1 0 187580852 149032960 35138 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35138 689 1256 0 35124 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 145540

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1796.21
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333189 0 0 0 178878 743 0 0 25 0 1 0 187580852 149032960 35141 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35141 689 1256 0 35124 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 145540

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1797.81
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333190 0 0 0 179038 743 0 0 25 0 1 0 187580852 149032960 35142 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35142 689 1256 0 35124 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 145540

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1798.21
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333190 0 0 0 179078 743 0 0 25 0 1 0 187580852 149032960 35142 1992294400 4194304 9342243 548682068736 18446744073709551615 4750892 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35142 689 1256 0 35124 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 145540

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1798.61
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333193 0 0 0 179118 743 0 0 17 0 1 0 187580852 149032960 35145 1992294400 4194304 9342243 548682068736 18446744073709551615 4303008 0 0 4096 0 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35145 691 1256 0 35124 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 145540

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10815
/proc/meminfo: memFree=1714288/2055920 swapFree=4191900/4192956
[pid=10806] ppid=10804 vsize=145540 CPUtime=1798.71
/proc/10806/stat : 10806 (pbscip.linux.x8) R 10804 10806 10474 0 -1 4194304 333193 0 0 0 179128 743 0 0 18 0 1 0 187580852 149032960 35145 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10806/statm: 36385 35145 691 1256 0 35124 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 145540

Child status: 0
Real time (s): 1799.24
CPU time (s): 1798.76
CPU user time (s): 1791.3
CPU system time (s): 7.46387
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 148628

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

runsolver used 1.62475 second user time and 3.39248 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-17 02:50:37
IDJOB=1870367
IDBENCH=48182
IDSOLVER=684
FILE ID=node38/1870367-1245199837
PBS_JOBID= 9368312
Free space on /tmp= 66236 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_25_5.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-1870367-1245199837/watcher-1870367-1245199837 -o /tmp/evaluation-result-1870367-1245199837/solver-1870367-1245199837 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870367-1245199837.opb

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=1787193099

node38.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.232
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.232
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:       1853592 kB
Buffers:         42464 kB
Cached:          76548 kB
SwapCached:        260 kB
Active:          37180 kB
Inactive:        95132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853592 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11920 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            55952 kB
Committed_AS:   171712 kB
PageTables:       1464 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= 66224 MiB
End job on node38 at 2009-06-17 03:20:36