Trace number 1870385

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-45 1797.98 1798.59

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_1.opb
MD5SUM7980660368cd371c40e33d6668082e41
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-62
Best CPU time to get the best result obtained on this benchmark1800.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -64
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 constraint48
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)15716
Sum of products size (including duplicates)31432
Number of different products7858
Sum of products size15716

Quality of the solution as a function of time


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

Solver Data

0.07/0.09	c SCIP version 1.1.0.7
0.07/0.09	c LP-Solver Clp 1.8.2
0.07/0.09	c user parameter file <scip.set> not found - using default parameters
0.07/0.09	c read problem <HOME/instance-1870385-1245201041.opb>
0.07/0.09	c original problem has 8358 variables (8358 bin, 0 int, 0 impl, 0 cont) and 8358 constraints
0.09/0.17	c start presolving problem
0.09/0.17	c presolving:
0.40/0.41	c (round 1) 7858 del vars, 500 del conss, 7858 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31432 impls, 0 clqs
0.79/0.81	c    (0.5s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.81	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.79/0.81	c presolving (2 rounds):
0.79/0.81	c  7858 deleted vars, 500 deleted constraints, 7858 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.81	c  47148 implications, 0 cliques
0.79/0.81	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7858 constraints
0.79/0.81	c    7858 constraints of type <and>
0.79/0.81	c transformed objective value is always integral (scale: 1)
0.79/0.81	c Presolving Time: 0.50
0.79/0.81	c OPT-NLC
0.79/0.81	c -----------------------------------------------------------------------------------------------
0.79/0.81	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.81	c limits/memory = c 1620
0.79/0.81	c # maximal time in seconds to run
0.79/0.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.81	c limits/time = c 1791
0.79/0.81	c # frequency for displaying node information lines
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.81	c display/freq = c 10000
0.79/0.81	c -----------------------------------------------------------------------------------------------
0.79/0.81	c start solving problem
0.79/0.81	c 
0.89/0.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.95	c   0.7s|     1 |     0 |   524 |  29M|   0 | 500 | 500 |7858 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.89/0.96	o -43
0.89/0.96	c R 0.7s|     1 |     0 |   524 |  29M|   0 | 500 | 500 |7858 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 |-4.300000e+01 |  82.80%
1.20/1.29	c   1.0s|     1 |     0 |   583 |  29M|   0 | 491 | 500 |7858 |7858 | 500 |7869 |  11 |   0 |   0 |-2.455000e+02 |-4.300000e+01 |  82.48%
1.59/1.63	c   1.3s|     1 |     0 |   644 |  29M|   0 | 486 | 500 |7858 |7858 | 500 |7876 |  18 |   0 |   0 |-2.430000e+02 |-4.300000e+01 |  82.30%
1.59/1.64	o -44
1.59/1.64	c R 1.3s|     1 |     0 |   644 |  29M|   0 | 486 | 500 |7858 |7858 | 500 |7876 |  18 |   0 |   0 |-2.430000e+02 |-4.400000e+01 |  81.89%
1.89/1.99	c   1.7s|     1 |     0 |   720 |  29M|   0 | 481 | 500 |7858 |7858 | 500 |7884 |  26 |   0 |   0 |-2.405000e+02 |-4.400000e+01 |  81.70%
2.29/2.37	c   2.1s|     1 |     0 |   804 |  29M|   0 | 476 | 500 |7858 |7858 | 500 |7892 |  34 |   0 |   0 |-2.380000e+02 |-4.400000e+01 |  81.51%
2.79/2.80	c   2.5s|     1 |     0 |   912 |  29M|   0 | 472 | 500 |7858 |7858 | 500 |7901 |  43 |   0 |   0 |-2.360000e+02 |-4.400000e+01 |  81.36%
2.79/2.81	o -45
2.79/2.81	c R 2.5s|     1 |     0 |   912 |  29M|   0 | 472 | 500 |7858 |7858 | 500 |7901 |  43 |   0 |   0 |-2.360000e+02 |-4.500000e+01 |  80.93%
3.09/3.20	c   2.9s|     1 |     0 |  1003 |  29M|   0 | 467 | 500 |7858 |7858 | 500 |7910 |  52 |   0 |   0 |-2.335000e+02 |-4.500000e+01 |  80.73%
3.49/3.57	c   3.2s|     1 |     0 |  1057 |  29M|   0 | 465 | 500 |7858 |7858 | 500 |7914 |  56 |   0 |   0 |-2.325000e+02 |-4.500000e+01 |  80.65%
4.00/4.08	c   3.8s|     1 |     0 |  1233 |  29M|   0 | 460 | 500 |7858 |7858 | 500 |7923 |  65 |   0 |   0 |-2.300000e+02 |-4.500000e+01 |  80.43%
4.49/4.56	c   4.2s|     1 |     0 |  1383 |  29M|   0 | 455 | 500 |7858 |7858 | 500 |7931 |  73 |   0 |   0 |-2.275000e+02 |-4.500000e+01 |  80.22%
5.09/5.18	c   4.8s|     1 |     0 |  1579 |  29M|   0 | 456 | 500 |7858 |7858 | 500 |7939 |  81 |   0 |   0 |-2.262500e+02 |-4.500000e+01 |  80.11%
5.89/5.98	c   5.7s|     1 |     0 |  1976 |  30M|   0 | 452 | 500 |7858 |7858 | 500 | 748 |  94 |   0 |   0 |-2.232500e+02 |-4.500000e+01 |  79.84%
6.09/6.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.09/6.17	c   5.8s|     1 |     0 |  2243 |  30M|   0 | 430 | 500 |7858 |7858 | 500 | 755 | 101 |   0 |   0 |-2.223750e+02 |-4.500000e+01 |  79.76%
6.39/6.49	c   6.2s|     1 |     0 |  2677 |  30M|   0 | 418 | 500 |7858 |7858 | 500 |1233 | 579 |   0 |   0 |-2.190000e+02 |-4.500000e+01 |  79.45%
6.79/6.83	c   6.5s|     1 |     0 |  3124 |  31M|   0 | 426 | 500 |7858 |7858 | 500 |1455 | 801 |   0 |   0 |-2.165000e+02 |-4.500000e+01 |  79.21%
7.09/7.19	c   6.8s|     1 |     0 |  3783 |  31M|   0 | 462 | 500 |7858 |7858 | 500 |1547 | 893 |   0 |   0 |-2.136667e+02 |-4.500000e+01 |  78.94%
7.59/7.62	c   7.3s|     1 |     0 |  3853 |  31M|   0 | 422 | 500 |7858 |7858 | 500 |2700 |2046 |   0 |   0 |-2.120000e+02 |-4.500000e+01 |  78.77%
8.09/8.18	c   7.8s|     1 |     0 |  4378 |  32M|   0 | 422 | 500 |7858 |7858 | 500 |2490 |2080 |   0 |   0 |-2.110000e+02 |-4.500000e+01 |  78.67%
8.79/8.82	c   8.5s|     1 |     0 |  4997 |  32M|   0 | 419 | 500 |7858 |7858 | 500 |2500 |2090 |   0 |   0 |-2.095000e+02 |-4.500000e+01 |  78.52%
9.29/9.36	c   9.0s|     1 |     0 |  5756 |  32M|   0 | 418 | 500 |7858 |7858 | 500 |2505 |2095 |   0 |   0 |-2.090000e+02 |-4.500000e+01 |  78.47%
9.89/9.98	c   9.6s|     1 |     0 |  6620 |  32M|   0 | 411 | 500 |7858 |7858 | 500 |2514 |2104 |   0 |   0 |-2.075000e+02 |-4.500000e+01 |  78.31%
10.79/10.86	c  10.5s|     1 |     0 |  7898 |  32M|   0 | 411 | 500 |7858 |7858 | 500 |2574 |2164 |   0 |   0 |-2.055000e+02 |-4.500000e+01 |  78.10%
11.29/11.31	c  10.9s|     1 |     0 |  8482 |  33M|   0 | 408 | 500 |7858 |7858 | 500 |2581 |2171 |   0 |   0 |-2.040000e+02 |-4.500000e+01 |  77.94%
12.09/12.12	c  11.8s|     1 |     0 |  9539 |  33M|   0 | 406 | 500 |7858 |7858 | 500 |1994 |2181 |   0 |   0 |-2.030000e+02 |-4.500000e+01 |  77.83%
12.59/12.64	c  12.3s|     1 |     0 | 10595 |  33M|   0 | 425 | 500 |7858 |7858 | 500 |2001 |2188 |   0 |   0 |-2.025000e+02 |-4.500000e+01 |  77.78%
13.28/13.36	c  13.0s|     1 |     0 | 11698 |  33M|   0 | 391 | 500 |7858 |7858 | 500 |2143 |2330 |   0 |   0 |-2.015000e+02 |-4.500000e+01 |  77.67%
14.08/14.15	c  13.8s|     1 |     0 | 12944 |  33M|   0 | 400 | 500 |7858 |7858 | 500 |2279 |2466 |   0 |   0 |-2.000000e+02 |-4.500000e+01 |  77.50%
14.49/14.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.49/14.54	c  14.2s|     1 |     0 | 13638 |  33M|   0 | 441 | 500 |7858 |7858 | 500 |2288 |2475 |   0 |   0 |-1.980000e+02 |-4.500000e+01 |  77.27%
15.09/15.20	c  14.8s|     1 |     0 | 14256 |  34M|   0 | 404 | 500 |7858 |7858 | 500 |3066 |3253 |   0 |   0 |-1.960000e+02 |-4.500000e+01 |  77.04%
15.98/16.04	c  15.7s|     1 |     0 | 15322 |  34M|   0 | 387 | 500 |7858 |7858 | 500 |1675 |3264 |   0 |   0 |-1.945000e+02 |-4.500000e+01 |  76.86%
16.49/16.50	c  16.1s|     1 |     0 | 16203 |  34M|   0 | 387 | 500 |7858 |7858 | 500 |1699 |3288 |   0 |   0 |-1.935000e+02 |-4.500000e+01 |  76.74%
16.98/17.01	c  16.6s|     1 |     0 | 17062 |  34M|   0 | 377 | 500 |7858 |7858 | 500 |1808 |3397 |   0 |   0 |-1.915000e+02 |-4.500000e+01 |  76.50%
17.18/17.20	c  16.8s|     1 |     0 | 17345 |  34M|   0 | 381 | 500 |7858 |7858 | 500 |1885 |3474 |   0 |   0 |-1.910000e+02 |-4.500000e+01 |  76.44%
17.68/17.78	c  17.4s|     1 |     0 | 18280 |  34M|   0 | 410 | 500 |7858 |7858 | 500 |1972 |3561 |   0 |   0 |-1.910000e+02 |-4.500000e+01 |  76.44%
18.48/18.53	c  18.1s|     1 |     0 | 19483 |  35M|   0 | 415 | 500 |7858 |7858 | 500 |2051 |3640 |   0 |   0 |-1.898750e+02 |-4.500000e+01 |  76.30%
18.99/19.01	c  18.6s|     1 |     0 | 20252 |  35M|   0 | 371 | 500 |7858 |7858 | 500 |1966 |3842 |   0 |   0 |-1.875000e+02 |-4.500000e+01 |  76.00%
19.59/19.61	c  19.2s|     1 |     0 | 21345 |  35M|   0 | 411 | 500 |7858 |7858 | 500 |2012 |3888 |   0 |   0 |-1.865000e+02 |-4.500000e+01 |  75.87%
20.29/20.33	c  19.9s|     1 |     0 | 22535 |  36M|   0 | 389 | 500 |7858 |7858 | 500 |2109 |3985 |   0 |   0 |-1.850357e+02 |-4.500000e+01 |  75.68%
20.98/21.01	c  20.6s|     1 |     0 | 23617 |  36M|   0 | 361 | 500 |7858 |7858 | 500 |2267 |4143 |   0 |   0 |-1.825000e+02 |-4.500000e+01 |  75.34%
21.48/21.55	c  21.2s|     1 |     0 | 24473 |  36M|   0 | 404 | 500 |7858 |7858 | 500 |2317 |4193 |   0 |   0 |-1.815833e+02 |-4.500000e+01 |  75.22%
22.48/22.52	c  22.1s|     1 |     0 | 25867 |  36M|   0 | 401 | 500 |7858 |7858 | 500 |2469 |4345 |   0 |   0 |-1.805000e+02 |-4.500000e+01 |  75.07%
23.18/23.25	c  22.9s|     1 |     0 | 26792 |  36M|   0 | 411 | 500 |7858 |7858 | 500 |1598 |4380 |   0 |   0 |-1.800000e+02 |-4.500000e+01 |  75.00%
23.88/23.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.88/23.92	c  23.5s|     1 |     0 | 27748 |  37M|   0 | 400 | 500 |7858 |7858 | 500 |1626 |4408 |   0 |   0 |-1.793333e+02 |-4.500000e+01 |  74.91%
24.59/24.62	c  24.2s|     1 |     0 | 28736 |  37M|   0 | 408 | 500 |7858 |7858 | 500 |1949 |4731 |   0 |   0 |-1.790000e+02 |-4.500000e+01 |  74.86%
25.38/25.49	c  25.1s|     1 |     0 | 29964 |  38M|   0 | 356 | 500 |7858 |7858 | 500 |2042 |4824 |   0 |   0 |-1.785000e+02 |-4.500000e+01 |  74.79%
25.88/25.91	c  25.5s|     1 |     0 | 30635 |  38M|   0 | 405 | 500 |7858 |7858 | 500 |2073 |4855 |   0 |   0 |-1.776250e+02 |-4.500000e+01 |  74.67%
26.48/26.59	c  26.2s|     1 |     0 | 31721 |  38M|   0 | 428 | 500 |7858 |7858 | 500 |2208 |4990 |   0 |   0 |-1.760529e+02 |-4.500000e+01 |  74.44%
27.17/27.23	c  26.8s|     1 |     0 | 32447 |  39M|   0 | 424 | 500 |7858 |7858 | 500 |2033 |5309 |   0 |   0 |-1.750715e+02 |-4.500000e+01 |  74.30%
27.68/27.78	c  27.4s|     1 |     0 | 33076 |  40M|   0 | 408 | 500 |7858 |7858 | 500 |2118 |5394 |   0 |   0 |-1.746667e+02 |-4.500000e+01 |  74.24%
28.58/28.62	c  28.2s|     1 |     0 | 34197 |  41M|   0 | 421 | 500 |7858 |7858 | 500 |2133 |5409 |   0 |   0 |-1.739948e+02 |-4.500000e+01 |  74.14%
29.28/29.35	c  28.9s|     1 |     0 | 35053 |  41M|   0 | 431 | 500 |7858 |7858 | 500 |2221 |5497 |   0 |   0 |-1.723065e+02 |-4.500000e+01 |  73.88%
30.08/30.19	c  29.8s|     1 |     0 | 35746 |  42M|   0 | 433 | 500 |7858 |7858 | 500 |2313 |5589 |   0 |   0 |-1.706827e+02 |-4.500000e+01 |  73.64%
30.78/30.87	c  30.4s|     1 |     0 | 36557 |  42M|   0 | 444 | 500 |7858 |7858 | 500 |2388 |5664 |   0 |   0 |-1.699276e+02 |-4.500000e+01 |  73.52%
32.18/32.24	c  31.8s|     1 |     0 | 38001 |  44M|   0 | 455 | 500 |7858 |7858 | 500 |2016 |5721 |   0 |   0 |-1.689551e+02 |-4.500000e+01 |  73.37%
32.98/33.08	c  32.6s|     1 |     0 | 38816 |  44M|   0 | 439 | 500 |7858 |7858 | 500 |2071 |5776 |   0 |   0 |-1.679343e+02 |-4.500000e+01 |  73.20%
33.78/33.88	c  33.4s|     1 |     0 | 39422 |  44M|   0 | 446 | 500 |7858 |7858 | 500 |2187 |5892 |   0 |   0 |-1.673535e+02 |-4.500000e+01 |  73.11%
34.78/34.80	c  34.4s|     1 |     0 | 40126 |  45M|   0 | 448 | 500 |7858 |7858 | 500 |2245 |5950 |   0 |   0 |-1.665174e+02 |-4.500000e+01 |  72.98%
35.57/35.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.57/35.64	c  35.2s|     1 |     0 | 40637 |  45M|   0 | 455 | 500 |7858 |7858 | 500 |2295 |6000 |   0 |   0 |-1.655849e+02 |-4.500000e+01 |  72.82%
36.57/36.62	c  36.2s|     1 |     0 | 41330 |  45M|   0 | 448 | 500 |7858 |7858 | 500 |2366 |6071 |   0 |   0 |-1.649645e+02 |-4.500000e+01 |  72.72%
37.58/37.63	c  37.2s|     1 |     0 | 41858 |  45M|   0 | 450 | 500 |7858 |7858 | 500 |1993 |6106 |   0 |   0 |-1.643072e+02 |-4.500000e+01 |  72.61%
38.38/38.47	c  38.0s|     1 |     0 | 42482 |  45M|   0 | 455 | 500 |7858 |7858 | 500 |2067 |6180 |   0 |   0 |-1.636411e+02 |-4.500000e+01 |  72.50%
39.17/39.28	c  38.8s|     1 |     0 | 42960 |  45M|   0 | 462 | 500 |7858 |7858 | 500 |2109 |6222 |   0 |   0 |-1.632735e+02 |-4.500000e+01 |  72.44%
40.17/40.29	c  39.8s|     1 |     0 | 43771 |  45M|   0 | 463 | 500 |7858 |7858 | 500 |2152 |6265 |   0 |   0 |-1.623303e+02 |-4.500000e+01 |  72.28%
41.07/41.19	c  40.7s|     1 |     0 | 44333 |  45M|   0 | 467 | 500 |7858 |7858 | 500 |2177 |6290 |   0 |   0 |-1.618430e+02 |-4.500000e+01 |  72.20%
42.17/42.28	c  41.8s|     1 |     0 | 45019 |  45M|   0 | 476 | 500 |7858 |7858 | 500 |2286 |6399 |   0 |   0 |-1.614151e+02 |-4.500000e+01 |  72.12%
43.57/43.63	c  43.2s|     1 |     0 | 45760 |  45M|   0 | 469 | 500 |7858 |7858 | 500 |2091 |6534 |   0 |   0 |-1.606024e+02 |-4.500000e+01 |  71.98%
44.57/44.69	c  44.2s|     1 |     0 | 46497 |  45M|   0 | 469 | 500 |7858 |7858 | 500 |2117 |6560 |   0 |   0 |-1.597645e+02 |-4.500000e+01 |  71.83%
45.67/45.75	c  45.3s|     1 |     0 | 47151 |  45M|   0 | 463 | 500 |7858 |7858 | 500 |2179 |6622 |   0 |   0 |-1.592416e+02 |-4.500000e+01 |  71.74%
46.76/46.85	c  46.4s|     1 |     0 | 47835 |  45M|   0 | 471 | 500 |7858 |7858 | 500 |2206 |6649 |   0 |   0 |-1.587715e+02 |-4.500000e+01 |  71.66%
47.97/48.04	c  47.6s|     1 |     0 | 48625 |  45M|   0 | 476 | 500 |7858 |7858 | 500 |2249 |6692 |   0 |   0 |-1.583636e+02 |-4.500000e+01 |  71.58%
49.17/49.28	c  48.8s|     1 |     0 | 49335 |  45M|   0 | 482 | 500 |7858 |7858 | 500 |2309 |6752 |   0 |   0 |-1.578891e+02 |-4.500000e+01 |  71.50%
50.57/50.67	c  50.2s|     1 |     0 | 50077 |  45M|   0 | 473 | 500 |7858 |7858 | 500 |2148 |6801 |   0 |   0 |-1.572703e+02 |-4.500000e+01 |  71.39%
51.67/51.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.67/51.76	c  51.3s|     1 |     0 | 50731 |  45M|   0 | 485 | 500 |7858 |7858 | 500 |2209 |6862 |   0 |   0 |-1.569206e+02 |-4.500000e+01 |  71.32%
52.87/52.90	c  52.4s|     1 |     0 | 51298 |  45M|   0 | 486 | 500 |7858 |7858 | 500 |2253 |6906 |   0 |   0 |-1.566224e+02 |-4.500000e+01 |  71.27%
53.87/53.94	c  53.5s|     1 |     0 | 51718 |  45M|   0 | 483 | 500 |7858 |7858 | 500 |2288 |6941 |   0 |   0 |-1.563844e+02 |-4.500000e+01 |  71.22%
55.17/55.22	c  54.7s|     1 |     0 | 52411 |  45M|   0 | 486 | 500 |7858 |7858 | 500 |2323 |6976 |   0 |   0 |-1.556435e+02 |-4.500000e+01 |  71.09%
56.26/56.39	c  55.9s|     1 |     0 | 52919 |  45M|   0 | 486 | 500 |7858 |7858 | 500 |2343 |6996 |   0 |   0 |-1.552722e+02 |-4.500000e+01 |  71.02%
57.77/57.85	c  57.3s|     1 |     0 | 53638 |  45M|   0 | 485 | 500 |7858 |7858 | 500 |2180 |7020 |   0 |   0 |-1.545051e+02 |-4.500000e+01 |  70.87%
58.86/58.97	c  58.5s|     1 |     0 | 54157 |  45M|   0 | 488 | 500 |7858 |7858 | 500 |2203 |7043 |   0 |   0 |-1.540782e+02 |-4.500000e+01 |  70.79%
59.96/60.05	c  59.5s|     1 |     0 | 54599 |  45M|   0 | 486 | 500 |7858 |7858 | 500 |2228 |7068 |   0 |   0 |-1.536929e+02 |-4.500000e+01 |  70.72%
61.07/61.19	c  60.7s|     1 |     0 | 55078 |  45M|   0 | 491 | 500 |7858 |7858 | 500 |2252 |7092 |   0 |   0 |-1.533939e+02 |-4.500000e+01 |  70.66%
62.16/62.27	c  61.8s|     1 |     0 | 55433 |  45M|   0 | 490 | 500 |7858 |7858 | 500 |2267 |7107 |   0 |   0 |-1.532384e+02 |-4.500000e+01 |  70.63%
63.46/63.55	c  63.0s|     1 |     0 | 56050 |  45M|   0 | 492 | 500 |7858 |7858 | 500 |2296 |7136 |   0 |   0 |-1.526953e+02 |-4.500000e+01 |  70.53%
64.76/64.86	c  64.3s|     1 |     0 | 56601 |  45M|   0 | 488 | 500 |7858 |7858 | 500 |2190 |7153 |   0 |   0 |-1.523118e+02 |-4.500000e+01 |  70.46%
65.77/65.89	c  65.4s|     1 |     0 | 56916 |  45M|   0 | 492 | 500 |7858 |7858 | 500 |2207 |7170 |   0 |   0 |-1.520766e+02 |-4.500000e+01 |  70.41%
66.86/66.98	c  66.4s|     1 |     0 | 57278 |  45M|   0 | 493 | 500 |7858 |7858 | 500 |2229 |7192 |   0 |   0 |-1.517757e+02 |-4.500000e+01 |  70.35%
67.96/68.09	c  67.6s|     1 |     0 | 57731 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2245 |7208 |   0 |   0 |-1.514117e+02 |-4.500000e+01 |  70.28%
68.96/69.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.96/69.06	c  68.5s|     1 |     0 | 57912 |  45M|   0 | 491 | 500 |7858 |7858 | 500 |2257 |7220 |   0 |   0 |-1.513291e+02 |-4.500000e+01 |  70.26%
69.96/70.04	c  69.5s|     1 |     0 | 58129 |  45M|   0 | 488 | 500 |7858 |7858 | 500 |2267 |7230 |   0 |   0 |-1.512271e+02 |-4.500000e+01 |  70.24%
71.16/71.21	c  70.7s|     1 |     0 | 58441 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2188 |7242 |   0 |   0 |-1.509753e+02 |-4.500000e+01 |  70.19%
72.26/72.30	c  71.8s|     1 |     0 | 58892 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2205 |7259 |   0 |   0 |-1.505749e+02 |-4.500000e+01 |  70.11%
73.16/73.27	c  72.7s|     1 |     0 | 59196 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2222 |7276 |   0 |   0 |-1.502851e+02 |-4.500000e+01 |  70.06%
74.16/74.22	c  73.7s|     1 |     0 | 59448 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2235 |7289 |   0 |   0 |-1.501290e+02 |-4.500000e+01 |  70.03%
75.16/75.27	c  74.7s|     1 |     0 | 59833 |  45M|   0 | 488 | 500 |7858 |7858 | 500 |2246 |7300 |   0 |   0 |-1.498622e+02 |-4.500000e+01 |  69.97%
76.06/76.19	c  75.6s|     1 |     0 | 60055 |  45M|   0 | 486 | 500 |7858 |7858 | 500 |2258 |7312 |   0 |   0 |-1.497312e+02 |-4.500000e+01 |  69.95%
77.16/77.25	c  76.7s|     1 |     0 | 60262 |  45M|   0 | 494 | 500 |7858 |7858 | 500 |2222 |7322 |   0 |   0 |-1.496499e+02 |-4.500000e+01 |  69.93%
78.16/78.24	c  77.7s|     1 |     0 | 60569 |  45M|   0 | 484 | 500 |7858 |7858 | 500 |2232 |7332 |   0 |   0 |-1.494659e+02 |-4.500000e+01 |  69.89%
79.06/79.19	c  78.6s|     1 |     0 | 60822 |  45M|   0 | 489 | 500 |7858 |7858 | 500 |2244 |7344 |   0 |   0 |-1.493680e+02 |-4.500000e+01 |  69.87%
80.06/80.19	c  79.6s|     1 |     0 | 61123 |  45M|   0 | 491 | 500 |7858 |7858 | 500 |2255 |7355 |   0 |   0 |-1.492257e+02 |-4.500000e+01 |  69.84%
81.06/81.11	c  80.5s|     1 |     0 | 61318 |  45M|   0 | 491 | 500 |7858 |7858 | 500 |2265 |7365 |   0 |   0 |-1.491390e+02 |-4.500000e+01 |  69.83%
81.96/82.03	c  81.5s|     1 |     0 | 61487 |  45M|   0 | 493 | 500 |7858 |7858 | 500 |2276 |7376 |   0 |   0 |-1.490955e+02 |-4.500000e+01 |  69.82%
82.86/82.99	c  82.4s|     1 |     0 | 61746 |  45M|   0 | 494 | 500 |7858 |7858 | 500 |2222 |7387 |   0 |   0 |-1.489927e+02 |-4.500000e+01 |  69.80%
83.85/83.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.85/83.94	c  83.4s|     1 |     0 | 61993 |  45M|   0 | 497 | 500 |7858 |7858 | 500 |2238 |7403 |   0 |   0 |-1.488860e+02 |-4.500000e+01 |  69.78%
84.85/84.92	c  84.3s|     1 |     0 | 62186 |  45M|   0 | 497 | 500 |7858 |7858 | 500 |2252 |7417 |   0 |   0 |-1.487748e+02 |-4.500000e+01 |  69.75%
85.85/85.93	c  85.4s|     1 |     0 | 62434 |  45M|   0 | 495 | 500 |7858 |7858 | 500 |2269 |7434 |   0 |   0 |-1.486420e+02 |-4.500000e+01 |  69.73%
86.75/86.86	c  86.3s|     1 |     0 | 62583 |  45M|   0 | 498 | 500 |7858 |7858 | 500 |2284 |7449 |   0 |   0 |-1.486064e+02 |-4.500000e+01 |  69.72%
87.65/87.76	c  87.2s|     1 |     0 | 62714 |  45M|   0 | 497 | 500 |7858 |7858 | 500 |2292 |7457 |   0 |   0 |-1.485636e+02 |-4.500000e+01 |  69.71%
88.75/88.86	c  88.3s|     1 |     0 | 62949 |  45M|   0 | 497 | 500 |7858 |7858 | 500 |2250 |7465 |   0 |   0 |-1.484805e+02 |-4.500000e+01 |  69.69%
89.66/89.79	c  89.2s|     1 |     0 | 63102 |  45M|   0 | 496 | 500 |7858 |7858 | 500 |2264 |7479 |   0 |   0 |-1.484297e+02 |-4.500000e+01 |  69.68%
90.66/90.74	c  90.2s|     1 |     0 | 63343 |  45M|   0 | 499 | 500 |7858 |7858 | 500 |2277 |7492 |   0 |   0 |-1.482968e+02 |-4.500000e+01 |  69.66%
91.55/91.67	c  91.1s|     1 |     0 | 63610 |  45M|   0 | 498 | 500 |7858 |7858 | 500 |2290 |7505 |   0 |   0 |-1.481760e+02 |-4.500000e+01 |  69.63%
92.45/92.59	c  92.0s|     1 |     0 | 63793 |  45M|   0 | 499 | 500 |7858 |7858 | 500 |2301 |7516 |   0 |   0 |-1.481116e+02 |-4.500000e+01 |  69.62%
93.46/93.52	c  92.9s|     1 |     0 | 64026 |  45M|   0 | 496 | 500 |7858 |7858 | 500 |2309 |7524 |   0 |   0 |-1.480287e+02 |-4.500000e+01 |  69.60%
94.46/94.53	c  93.9s|     1 |     0 | 64191 |  45M|   0 | 497 | 500 |7858 |7858 | 500 |2288 |7536 |   0 |   0 |-1.479869e+02 |-4.500000e+01 |  69.59%
95.35/95.42	c  94.8s|     1 |     0 | 64345 |  45M|   0 | 499 | 500 |7858 |7858 | 500 |2296 |7544 |   0 |   0 |-1.479412e+02 |-4.500000e+01 |  69.58%
96.25/96.30	c  95.7s|     1 |     0 | 64530 |  45M|   0 | 499 | 500 |7858 |7858 | 500 |2304 |7552 |   0 |   0 |-1.478953e+02 |-4.500000e+01 |  69.57%
97.05/97.18	c  96.6s|     1 |     0 | 64731 |  44M|   0 | 499 | 500 |7858 |7858 | 500 |2316 |7564 |   0 |   0 |-1.478675e+02 |-4.500000e+01 |  69.57%
97.95/98.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.95/98.08	c  97.5s|     1 |     0 | 64969 |  44M|   0 | 499 | 500 |7858 |7858 | 500 |2327 |7575 |   0 |   0 |-1.478310e+02 |-4.500000e+01 |  69.56%
98.85/98.95	c  98.3s|     1 |     0 | 65156 |  44M|   0 | 499 | 500 |7858 |7858 | 500 |2338 |7586 |   0 |   0 |-1.477998e+02 |-4.500000e+01 |  69.55%
99.85/99.93	c  99.3s|     1 |     0 | 65427 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2303 |7599 |   0 |   0 |-1.477552e+02 |-4.500000e+01 |  69.54%
100.75/100.80	c   100s|     1 |     0 | 65656 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2313 |7609 |   0 |   0 |-1.477058e+02 |-4.500000e+01 |  69.53%
101.55/101.69	c   101s|     1 |     0 | 65904 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2326 |7622 |   0 |   0 |-1.476696e+02 |-4.500000e+01 |  69.53%
102.45/102.54	c   102s|     1 |     0 | 66154 |  43M|   0 | 499 | 500 |7858 |7858 | 500 |2338 |7634 |   0 |   0 |-1.476435e+02 |-4.500000e+01 |  69.52%
103.25/103.35	c   103s|     1 |     0 | 66301 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2346 |7642 |   0 |   0 |-1.476356e+02 |-4.500000e+01 |  69.52%
104.05/104.18	c   104s|     1 |     0 | 66490 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2354 |7650 |   0 |   0 |-1.476217e+02 |-4.500000e+01 |  69.52%
105.04/105.11	c   104s|     1 |     0 | 66695 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2300 |7656 |   0 |   0 |-1.476062e+02 |-4.500000e+01 |  69.51%
105.85/105.92	c   105s|     1 |     0 | 66881 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2308 |7664 |   0 |   0 |-1.475939e+02 |-4.500000e+01 |  69.51%
106.65/106.76	c   106s|     1 |     0 | 67147 |  43M|   0 | 500 | 500 |7858 |7858 | 500 |2319 |7675 |   0 |   0 |-1.475701e+02 |-4.500000e+01 |  69.51%
107.45/107.59	c   107s|     1 |     0 | 67371 |  43M|   0 | 499 | 500 |7858 |7858 | 500 |2331 |7687 |   0 |   0 |-1.475507e+02 |-4.500000e+01 |  69.50%
108.34/108.43	c   108s|     1 |     0 | 67606 |  43M|   0 | 499 | 500 |7858 |7858 | 500 |2339 |7695 |   0 |   0 |-1.475353e+02 |-4.500000e+01 |  69.50%
109.14/109.23	c   109s|     1 |     0 | 67848 |  42M|   0 | 498 | 500 |7858 |7858 | 500 |2344 |7700 |   0 |   0 |-1.475217e+02 |-4.500000e+01 |  69.50%
110.04/110.11	c   109s|     1 |     0 | 68026 |  42M|   0 | 497 | 500 |7858 |7858 | 500 |2294 |7706 |   0 |   0 |-1.475139e+02 |-4.500000e+01 |  69.49%
110.64/110.79	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.64/110.79	c   110s|     1 |     0 | 68030 |  42M|   0 | 500 | 500 |7858 |7858 | 500 |2303 |7715 |   0 |   0 |-1.475139e+02 |-4.500000e+01 |  69.49%
111.44/111.56	c   111s|     1 |     0 | 68213 |  42M|   0 | 499 | 500 |7858 |7858 | 500 |2309 |7721 |   0 |   0 |-1.475096e+02 |-4.500000e+01 |  69.49%
112.24/112.33	c   112s|     1 |     0 | 68401 |  42M|   0 | 500 | 500 |7858 |7858 | 500 |2314 |7726 |   0 |   0 |-1.475060e+02 |-4.500000e+01 |  69.49%
112.94/113.01	c   112s|     1 |     0 | 68402 |  41M|   0 | 500 | 500 |7858 |7858 | 500 |2315 |7727 |   0 |   0 |-1.475060e+02 |-4.500000e+01 |  69.49%
113.65/113.74	c   113s|     1 |     0 | 68535 |  41M|   0 | 500 | 500 |7858 |7858 | 500 |2316 |7728 |   0 |   0 |-1.475045e+02 |-4.500000e+01 |  69.49%
124.94/125.09	c   124s|     1 |     2 | 68535 |  41M|   0 | 500 | 500 |7858 |7858 | 500 |2316 |7728 |   0 |  58 |-1.475045e+02 |-4.500000e+01 |  69.49%
1797.69/1798.35	c 
1797.69/1798.35	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.35	c Solving Time (sec) : 1791.00
1797.69/1798.35	c Solving Nodes      : 6112
1797.69/1798.35	c Primal Bound       : -4.50000000000000e+01 (4 solutions)
1797.69/1798.35	c Dual Bound         : -1.40596875915105e+02
1797.69/1798.35	c Gap                : 67.99 %
1797.69/1798.36	c NODE         6112
1797.69/1798.36	c DUAL BOUND   -140.597
1797.69/1798.36	c PRIMAL BOUND -45
1797.69/1798.36	c GAP          0.679936
1797.69/1798.36	s SATISFIABLE
1797.69/1798.36	v -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1797.69/1798.36	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1797.69/1798.36	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1797.69/1798.36	v -x436 -x435 -x434 -x433 -x432 x431 -x430 x429 -x428 -x427 -x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1797.69/1798.36	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 x397 -x396 -x395 
1797.69/1798.36	v -x394 -x393 -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1797.69/1798.36	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1797.69/1798.36	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1797.69/1798.36	v -x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1797.69/1798.36	v -x310 -x309 -x308 -x307 -x306 -x305 x304 x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1797.69/1798.36	v -x289 -x288 -x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 x274 -x273 -x272 -x271 -x270 -x269 x268 
1797.69/1798.36	v -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 x259 -x258 -x257 -x256 -x255 -x254 -x253 x252 -x251 -x250 -x249 -x248 -x247 
1797.69/1798.36	v x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 x232 -x231 -x230 -x229 -x228 -x227 -x226 
1797.69/1798.36	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 
1797.69/1798.36	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
1797.69/1798.36	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1797.69/1798.36	v -x162 -x161 -x160 x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1797.69/1798.36	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1797.69/1798.36	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
1797.69/1798.36	v -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 
1797.69/1798.36	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 
1797.69/1798.36	v 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 x24 x23 
1797.69/1798.36	v x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 x5 x4 -x3 -x2 -x1 
1797.69/1798.36	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.36	c Solving Time       :    1791.00
1797.69/1798.36	c Original Problem   :
1797.69/1798.36	c   Problem name     : HOME/instance-1870385-1245201041.opb
1797.69/1798.36	c   Variables        : 8358 (8358 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.36	c   Constraints      : 8358 initial, 8358 maximal
1797.69/1798.36	c Presolved Problem  :
1797.69/1798.36	c   Problem name     : t_HOME/instance-1870385-1245201041.opb
1797.69/1798.36	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.36	c   Constraints      : 7858 initial, 7858 maximal
1797.69/1798.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.69/1798.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.36	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.36	c   probing          :       0.25          0          0          0          0          0          0          0          0
1797.69/1798.36	c   and              :       0.17          0          0          0          0          0          0          0          0
1797.69/1798.36	c   linear           :       0.05       7858          0          0       7858          0        500          0          0
1797.69/1798.36	c   root node        :          -          0          -          -          0          -          -          -          -
1797.69/1798.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.36	c   integral         :          0          0          0       6112          0          0          0          0          0      12224
1797.69/1798.36	c   and              :       7858      18510      50844          0          0          0     135461    1316357          0          0
1797.69/1798.36	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.69/1798.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.69/1798.36	c   integral         :     239.21       0.00       0.00     239.21       0.00
1797.69/1798.36	c   and              :      96.55      79.61      16.94       0.00       0.00
1797.69/1798.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.69/1798.36	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.69/1798.36	c   rootredcost      :       0.02          0          0          0
1797.69/1798.36	c   pseudoobj        :       1.57      51115          0          0
1797.69/1798.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.69/1798.36	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.69/1798.36	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.69/1798.36	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.69/1798.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.69/1798.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.69/1798.36	c   cut pool         :       0.60        135          -          -       1706          -    (maximal pool size: 7975)
1797.69/1798.36	c   redcost          :       0.45      18510          0          0          0          0
1797.69/1798.36	c   impliedbounds    :       0.17        136          0          0      11077          0
1797.69/1798.36	c   intobj           :       0.00          0          0          0          0          0
1797.69/1798.36	c   gomory           :      62.27        136          0          0      30310          0
1797.69/1798.36	c   strongcg         :       1.30         20          0          0      10000          0
1797.69/1798.36	c   cmir             :       0.54         10          0          0          0          0
1797.69/1798.36	c   flowcover        :       0.41         10          0          0          0          0
1797.69/1798.36	c   clique           :       1.69        135          0          0       1182          0
1797.69/1798.36	c   zerohalf         :       0.00          0          0          0          0          0
1797.69/1798.36	c   mcf              :       0.02          1          0          0          0          0
1797.69/1798.36	c Pricers            :       Time      Calls       Vars
1797.69/1798.36	c   problem variables:       0.00          0          0
1797.69/1798.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.36	c   relpscost        :     239.17       6112          0          0          0          0      12224
1797.69/1798.36	c   pscost           :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   inference        :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   mostinf          :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   leastinf         :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.69/1798.36	c   random           :       0.00          0          0          0          0          0          0
1797.69/1798.36	c Primal Heuristics  :       Time      Calls      Found
1797.69/1798.36	c   LP solutions     :       0.00          -          0
1797.69/1798.37	c   pseudo solutions :       0.00          -          0
1797.69/1798.37	c   intshifting      :       0.00          0          0
1797.69/1798.37	c   feaspump         :       0.00          0          0
1797.69/1798.37	c   oneopt           :       0.00          1          0
1797.69/1798.37	c   crossover        :       0.10          4          0
1797.69/1798.37	c   veclendiving     :      47.23         92          0
1797.69/1798.37	c   linesearchdiving :      31.55        158          0
1797.69/1798.37	c   simplerounding   :       0.04          0          0
1797.69/1798.37	c   rounding         :      26.96       9577          3
1797.69/1798.37	c   shifting         :       2.69        779          1
1797.69/1798.37	c   fixandinfer      :       0.00          0          0
1797.69/1798.37	c   coefdiving       :      43.08        101          0
1797.69/1798.37	c   pscostdiving     :      47.31         84          0
1797.69/1798.37	c   fracdiving       :      35.96        159          0
1797.69/1798.37	c   intdiving        :       0.00          0          0
1797.69/1798.37	c   actconsdiving    :       0.00          0          0
1797.69/1798.37	c   objpscostdiving  :      16.87         31          0
1797.69/1798.37	c   rootsoldiving    :       9.81         74          0
1797.69/1798.37	c   guideddiving     :      39.98        158          0
1797.69/1798.37	c   octane           :       0.00          0          0
1797.69/1798.37	c   rens             :       0.01          0          0
1797.69/1798.37	c   rins             :       0.00          0          0
1797.69/1798.37	c   localbranching   :       0.00          0          0
1797.69/1798.37	c   mutation         :       0.00          0          0
1797.69/1798.37	c   dins             :       0.00          0          0
1797.69/1798.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.69/1798.37	c   primal LP        :      75.24          0          0       0.00       0.00
1797.69/1798.37	c   dual LP          :     985.21      18698    3721713     199.04    3777.58
1797.69/1798.37	c   barrier LP       :       0.00          0          0       0.00          -
1797.69/1798.37	c   diving/probing LP:     245.18      38749    1287417      33.22    5250.91
1797.69/1798.37	c   strong branching :     238.01       2928     868637     296.67    3649.58
1797.69/1798.37	c     (at root node) :          -         58      20422     352.10          -
1797.69/1798.37	c   conflict analysis:       0.00          0          0       0.00          -
1797.69/1798.37	c B&B Tree           :
1797.69/1798.37	c   number of runs   :          1
1797.69/1798.37	c   nodes            :       6112
1797.69/1798.37	c   nodes (total)    :       6112
1797.69/1798.37	c   nodes left       :       6113
1797.69/1798.37	c   max depth        :         53
1797.69/1798.37	c   max depth (total):         53
1797.69/1798.37	c   backtracks       :       1376 (22.5%)
1797.69/1798.37	c   delayed cutoffs  :          0
1797.69/1798.37	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.69/1798.37	c   avg switch length:       6.89
1797.69/1798.37	c   switching time   :      78.59
1797.69/1798.37	c Solution           :
1797.69/1798.37	c   Solutions found  :          4 (3 improvements)
1797.69/1798.37	c   Primal Bound     : -4.50000000000000e+01   (in run 1, after 1 nodes, 2.49 seconds, depth 0, found by <rounding>)
1797.69/1798.37	c   Dual Bound       : -1.40596875915105e+02
1797.69/1798.37	c   Gap              :      67.99 %
1797.69/1798.37	c   Root Dual Bound  : -1.47504458847895e+02
1797.89/1798.58	c Time complete: 1797.97.

Verifier Data

OK	-45

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870385-1245201041/watcher-1870385-1245201041 -o /tmp/evaluation-result-1870385-1245201041/solver-1870385-1245201041 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870385-1245201041.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: 0.94 0.98 0.99 3/64 7225
/proc/meminfo: memFree=1801824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=5812 CPUtime=0
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 187705014 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7225/statm: 1453 508 337 1256 0 192 0

[startup+0.079289 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 7225
/proc/meminfo: memFree=1801824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=19684 CPUtime=0.07
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 3914 0 0 0 6 1 0 0 18 0 1 0 187705014 20156416 3898 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/7225/statm: 4921 3898 378 1256 0 3660 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19684

[startup+0.101292 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 7225
/proc/meminfo: memFree=1801824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=19624 CPUtime=0.09
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 4118 0 0 0 8 1 0 0 18 0 1 0 187705014 20094976 3748 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 4906 3756 406 1256 0 3645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19624

[startup+0.301327 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 7225
/proc/meminfo: memFree=1801824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=38528 CPUtime=0.29
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 8793 0 0 0 23 6 0 0 19 0 1 0 187705014 39452672 8423 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 9632 8423 446 1256 0 8371 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38528

[startup+0.701397 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 7225
/proc/meminfo: memFree=1801824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=39680 CPUtime=0.69
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 9082 0 0 0 51 18 0 0 22 0 1 0 187705014 40632320 8712 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 9920 8712 475 1256 0 8659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39680

[startup+1.50154 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1752088/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=61876 CPUtime=1.49
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 13916 0 0 0 128 21 0 0 25 0 1 0 187705014 63361024 13521 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 15469 13521 641 1256 0 14208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61876

[startup+3.10182 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1748952/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=63384 CPUtime=3.09
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 14585 0 0 0 286 23 0 0 25 0 1 0 187705014 64905216 14190 1992294400 4194304 9342243 548682068736 18446744073709551615 6911068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 15846 14190 642 1256 0 14585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63384

[startup+6.30138 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1745496/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=65056 CPUtime=6.29
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 15945 0 0 0 604 25 0 0 25 0 1 0 187705014 66617344 15189 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 16264 15189 659 1256 0 15003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65056

[startup+12.7015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1730648/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=79472 CPUtime=12.69
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 19397 0 0 0 1241 28 0 0 25 0 1 0 187705014 81379328 18427 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 19868 18427 659 1256 0 18607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79472

[startup+25.5017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1719448/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=90024 CPUtime=25.48
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 22167 0 0 0 2517 31 0 0 25 0 1 0 187705014 92184576 21197 1992294400 4194304 9342243 548682068736 18446744073709551615 5392909 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 22506 21197 659 1256 0 21245 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90024

[startup+51.1012 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1709784/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=100024 CPUtime=51.07
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 25786 0 0 0 5070 37 0 0 25 0 1 0 187705014 102424576 23630 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 25006 23630 659 1256 0 23745 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100024

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1709400/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=100024 CPUtime=102.25
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 25852 0 0 0 10177 48 0 0 25 0 1 0 187705014 102424576 23696 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 25006 23696 659 1256 0 23745 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100024

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1709016/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=99992 CPUtime=162.23
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 27995 0 0 0 16160 63 0 0 25 0 1 0 187705014 102391808 23806 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 24998 23806 676 1256 0 23737 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 99992

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1708824/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=101400 CPUtime=222.21
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 28043 0 0 0 22139 82 0 0 25 0 1 0 187705014 103833600 23854 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 25350 23854 677 1256 0 24089 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 101400

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1708888/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=99260 CPUtime=282.19
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 29004 0 0 0 28119 100 0 0 25 0 1 0 187705014 101642240 23791 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 24815 23791 677 1256 0 23554 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 99260

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1708184/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=100696 CPUtime=342.16
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 33303 0 0 0 34099 117 0 0 25 0 1 0 187705014 103112704 24003 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 25174 24003 689 1256 0 23913 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 100696

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1707160/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=101144 CPUtime=402.15
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 35577 0 0 0 40077 138 0 0 25 0 1 0 187705014 103571456 24275 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 25286 24275 689 1256 0 24025 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 101144

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1706648/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=104824 CPUtime=462.13
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 43100 0 0 0 46055 158 0 0 25 0 1 0 187705014 107339776 24350 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 26206 24350 689 1256 0 24945 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 104824

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1704152/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=105532 CPUtime=522.1
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 46884 0 0 0 52033 177 0 0 25 0 1 0 187705014 108064768 25027 1992294400 4194304 9342243 548682068736 18446744073709551615 4289658 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 26383 25027 689 1256 0 25122 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 105532

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1702360/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=106840 CPUtime=582.08
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 48211 0 0 0 58013 195 0 0 25 0 1 0 187705014 109404160 25469 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 26710 25469 689 1256 0 25449 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 106840

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1701784/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=107116 CPUtime=642.07
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 52422 0 0 0 63994 213 0 0 25 0 1 0 187705014 109686784 25571 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 26779 25571 689 1256 0 25518 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 107116

[startup+702.301 s]

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

/proc/meminfo: memFree=1690136/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=119232 CPUtime=1061.93
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 114121 0 0 0 105830 363 0 0 25 0 1 0 187705014 122093568 28504 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 29808 28504 689 1256 0 28547 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 119232

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1690200/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=119076 CPUtime=1121.91
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 131790 0 0 0 111803 388 0 0 25 0 1 0 187705014 121933824 28460 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 29769 28460 689 1256 0 28508 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 119076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1687256/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=123192 CPUtime=1181.9
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 146395 0 0 0 117778 412 0 0 25 0 1 0 187705014 126148608 29209 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 30798 29209 689 1256 0 29537 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 123192

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1687192/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=122128 CPUtime=1241.88
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 147946 0 0 0 123757 431 0 0 25 0 1 0 187705014 125059072 29166 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 30532 29166 689 1256 0 29271 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 122128

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1686040/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=123168 CPUtime=1301.86
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 148641 0 0 0 129738 448 0 0 25 0 1 0 187705014 126124032 29479 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 30792 29479 689 1256 0 29531 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 123168

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1685272/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=124112 CPUtime=1361.83
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 150239 0 0 0 135716 467 0 0 25 0 1 0 187705014 127090688 29688 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 31028 29688 689 1256 0 29767 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 124112

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1681560/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=127820 CPUtime=1421.81
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 153108 0 0 0 141695 486 0 0 25 0 1 0 187705014 130887680 30586 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 31955 30586 689 1256 0 30694 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 127820

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1679448/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=131452 CPUtime=1481.79
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 159638 0 0 0 147669 510 0 0 25 0 1 0 187705014 134606848 31172 1992294400 4194304 9342243 548682068736 18446744073709551615 6966594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 32863 31172 689 1256 0 31602 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 131452

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1677656/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=131384 CPUtime=1541.78
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 165118 0 0 0 153646 532 0 0 25 0 1 0 187705014 134537216 31564 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 32846 31564 689 1256 0 31585 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 131384

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1677208/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=133340 CPUtime=1601.75
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 204047 0 0 0 159599 576 0 0 25 0 1 0 187705014 136540160 31728 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 33335 31728 689 1256 0 32074 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 133340

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1675224/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=133836 CPUtime=1661.74
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 210670 0 0 0 165575 599 0 0 25 0 1 0 187705014 137048064 32192 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 33459 32192 689 1256 0 32198 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 133836

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1671384/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=138360 CPUtime=1721.71
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 249927 0 0 0 171537 634 0 0 25 0 1 0 187705014 141680640 33214 1992294400 4194304 9342243 548682068736 18446744073709551615 6951726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 34590 33214 689 1256 0 33329 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 138360

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668760/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=140480 CPUtime=1781.7
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262354 0 0 0 177510 660 0 0 25 0 1 0 187705014 143851520 33774 1992294400 4194304 9342243 548682068736 18446744073709551615 6890348 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 35120 33774 689 1256 0 33859 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 140480

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668120/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=140980 CPUtime=1791.3
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262513 0 0 0 178467 663 0 0 25 0 1 0 187705014 144363520 33933 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 35245 33933 689 1256 0 33984 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 140980

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1667864/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=141424 CPUtime=1794.49
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262582 0 0 0 178785 664 0 0 25 0 1 0 187705014 144818176 34002 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 35356 34002 689 1256 0 34095 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 141424

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668952/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=140268 CPUtime=1796.09
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262742 0 0 0 178944 665 0 0 25 0 1 0 187705014 143634432 33711 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 35067 33711 689 1256 0 33806 0
Current children cumulated CPU time (s) 1796.09
Current children cumulated vsize (KiB) 140268

[startup+1797.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668632/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=140768 CPUtime=1796.89
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262834 0 0 0 179024 665 0 0 25 0 1 0 187705014 144146432 33803 1992294400 4194304 9342243 548682068736 18446744073709551615 4899255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 35192 33803 689 1256 0 33931 0
Current children cumulated CPU time (s) 1796.89
Current children cumulated vsize (KiB) 140768

[startup+1798.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668632/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=144228 CPUtime=1797.69
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262897 0 0 0 179103 666 0 0 25 0 1 0 187705014 147689472 33866 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7225/statm: 36057 33866 689 1256 0 34796 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 144228

[startup+1798.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7226
/proc/meminfo: memFree=1668312/2055920 swapFree=4191900/4192956
[pid=7225] ppid=7223 vsize=140396 CPUtime=1797.89
/proc/7225/stat : 7225 (pbscip.linux.x8) R 7223 7225 6764 0 -1 4194304 262920 0 0 0 179123 666 0 0 25 0 1 0 187705014 143765504 33873 1992294400 4194304 9342243 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7225/statm: 35099 33873 691 1256 0 33838 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 140396

Child status: 0
Real time (s): 1798.59
CPU time (s): 1797.98
CPU user time (s): 1791.29
CPU system time (s): 6.68798
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 144228

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

runsolver used 1.61875 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 03:10:41
IDJOB=1870385
IDBENCH=48191
IDSOLVER=684
FILE ID=node4/1870385-1245201041
PBS_JOBID= 9368309
Free space on /tmp= 66408 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_1.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-1870385-1245201041/watcher-1870385-1245201041 -o /tmp/evaluation-result-1870385-1245201041/solver-1870385-1245201041 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870385-1245201041.opb

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

MD5SUM BENCH= 7980660368cd371c40e33d6668082e41
RANDOM SEED=1751062111

node4.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.259
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.259
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:       1802304 kB
Buffers:         50744 kB
Cached:         134432 kB
SwapCached:        260 kB
Active:          69732 kB
Inactive:       128756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802304 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12108 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            41044 kB
Committed_AS:   151852 kB
PageTables:       1472 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= 66396 MiB
End job on node4 at 2009-06-17 03:40:39