Trace number 1870437

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-48 1798.11 1799.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_4.opb
MD5SUM95ae68c901d0b7917be5b837e9e56612
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 benchmark1800.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -78
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 constraint49
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)15754
Sum of products size (including duplicates)31508
Number of different products7877
Sum of products size15754

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-1870437-1245204102.opb>
0.07/0.09	c original problem has 8377 variables (8377 bin, 0 int, 0 impl, 0 cont) and 8377 constraints
0.09/0.17	c start presolving problem
0.09/0.17	c presolving:
0.29/0.39	c (round 1) 7877 del vars, 500 del conss, 7877 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31508 impls, 0 clqs
0.69/0.77	c    (0.5s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.77	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.69/0.77	c presolving (2 rounds):
0.69/0.77	c  7877 deleted vars, 500 deleted constraints, 7877 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.77	c  47262 implications, 0 cliques
0.69/0.77	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7877 constraints
0.69/0.77	c    7877 constraints of type <and>
0.69/0.77	c transformed objective value is always integral (scale: 1)
0.69/0.77	c Presolving Time: 0.48
0.69/0.77	c OPT-NLC
0.69/0.77	c -----------------------------------------------------------------------------------------------
0.69/0.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.77	c limits/memory = c 1620
0.69/0.77	c # maximal time in seconds to run
0.69/0.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.77	c limits/time = c 1791
0.69/0.77	c # frequency for displaying node information lines
0.69/0.77	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.77	c display/freq = c 10000
0.69/0.77	c -----------------------------------------------------------------------------------------------
0.69/0.77	c start solving problem
0.69/0.77	c 
0.89/0.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.91	c   0.6s|     1 |     0 |   522 |  29M|   0 | 500 | 500 |7877 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.89/0.92	o -48
0.89/0.92	c R 0.7s|     1 |     0 |   522 |  29M|   0 | 500 | 500 |7877 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 |-4.800000e+01 |  80.80%
1.19/1.24	c   1.0s|     1 |     0 |   617 |  29M|   0 | 489 | 500 |7877 |7877 | 500 |7887 |  10 |   0 |   0 |-2.445000e+02 |-4.800000e+01 |  80.37%
1.49/1.56	c   1.3s|     1 |     0 |   674 |  29M|   0 | 484 | 500 |7877 |7877 | 500 |7896 |  19 |   0 |   0 |-2.420000e+02 |-4.800000e+01 |  80.17%
1.89/1.91	c   1.6s|     1 |     0 |   757 |  29M|   0 | 479 | 500 |7877 |7877 | 500 |7904 |  27 |   0 |   0 |-2.395000e+02 |-4.800000e+01 |  79.96%
2.19/2.28	c   2.0s|     1 |     0 |   837 |  29M|   0 | 474 | 500 |7877 |7877 | 500 |7911 |  34 |   0 |   0 |-2.370000e+02 |-4.800000e+01 |  79.75%
2.59/2.62	c   2.3s|     1 |     0 |   905 |  29M|   0 | 472 | 500 |7877 |7877 | 500 |7918 |  41 |   0 |   0 |-2.360000e+02 |-4.800000e+01 |  79.66%
2.99/3.04	c   2.7s|     1 |     0 |  1055 |  29M|   0 | 466 | 500 |7877 |7877 | 500 |7930 |  53 |   0 |   0 |-2.322500e+02 |-4.800000e+01 |  79.33%
3.40/3.48	c   3.2s|     1 |     0 |  1140 |  29M|   0 | 463 | 500 |7877 |7877 | 500 |7939 |  62 |   0 |   0 |-2.307500e+02 |-4.800000e+01 |  79.20%
3.99/4.09	c   3.8s|     1 |     0 |  1366 |  29M|   0 | 459 | 500 |7877 |7877 | 500 |7948 |  71 |   0 |   0 |-2.287500e+02 |-4.800000e+01 |  79.02%
4.58/4.63	c   4.3s|     1 |     0 |  1529 |  30M|   0 | 455 | 500 |7877 |7877 | 500 |7957 |  80 |   0 |   0 |-2.275000e+02 |-4.800000e+01 |  78.90%
5.49/5.55	c   5.2s|     1 |     0 |  1943 |  30M|   0 | 451 | 500 |7877 |7877 | 500 |7965 |  88 |   0 |   0 |-2.255000e+02 |-4.800000e+01 |  78.71%
6.19/6.29	c   6.0s|     1 |     0 |  2334 |  30M|   0 | 448 | 500 |7877 |7877 | 500 | 820 |  96 |   0 |   0 |-2.240000e+02 |-4.800000e+01 |  78.57%
6.49/6.54	c   6.2s|     1 |     0 |  2819 |  30M|   0 | 440 | 500 |7877 |7877 | 500 | 827 | 103 |   0 |   0 |-2.230000e+02 |-4.800000e+01 |  78.48%
6.89/6.97	c   6.6s|     1 |     0 |  3448 |  30M|   0 | 447 | 500 |7877 |7877 | 500 |1281 | 557 |   0 |   0 |-2.212500e+02 |-4.800000e+01 |  78.31%
7.49/7.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.49/7.53	c   7.2s|     1 |     0 |  4305 |  31M|   0 | 437 | 500 |7877 |7877 | 500 |1943 |1219 |   0 |   0 |-2.177500e+02 |-4.800000e+01 |  77.96%
7.89/7.92	c   7.6s|     1 |     0 |  5081 |  31M|   0 | 444 | 500 |7877 |7877 | 500 |1955 |1231 |   0 |   0 |-2.165000e+02 |-4.800000e+01 |  77.83%
8.28/8.35	c   8.0s|     1 |     0 |  5673 |  31M|   0 | 443 | 500 |7877 |7877 | 500 |2204 |1480 |   0 |   0 |-2.157500e+02 |-4.800000e+01 |  77.75%
8.59/8.67	c   8.3s|     1 |     0 |  6082 |  31M|   0 | 442 | 500 |7877 |7877 | 500 |1935 |1486 |   0 |   0 |-2.149167e+02 |-4.800000e+01 |  77.67%
8.99/9.03	c   8.7s|     1 |     0 |  6592 |  31M|   0 | 426 | 500 |7877 |7877 | 500 |2007 |1558 |   0 |   0 |-2.140000e+02 |-4.800000e+01 |  77.57%
9.39/9.46	c   9.1s|     1 |     0 |  7174 |  32M|   0 | 437 | 500 |7877 |7877 | 500 |2035 |1586 |   0 |   0 |-2.127500e+02 |-4.800000e+01 |  77.44%
9.79/9.81	c   9.5s|     1 |     0 |  7623 |  32M|   0 | 428 | 500 |7877 |7877 | 500 |2067 |1618 |   0 |   0 |-2.117500e+02 |-4.800000e+01 |  77.33%
10.19/10.22	c   9.9s|     1 |     0 |  8320 |  32M|   0 | 414 | 500 |7877 |7877 | 500 |2118 |1669 |   0 |   0 |-2.090000e+02 |-4.800000e+01 |  77.03%
10.59/10.65	c  10.3s|     1 |     0 |  8959 |  32M|   0 | 423 | 500 |7877 |7877 | 500 |2159 |1710 |   0 |   0 |-2.070000e+02 |-4.800000e+01 |  76.81%
11.19/11.22	c  10.8s|     1 |     0 |  9794 |  32M|   0 | 448 | 500 |7877 |7877 | 500 |1649 |1715 |   0 |   0 |-2.057273e+02 |-4.800000e+01 |  76.67%
11.89/11.90	c  11.5s|     1 |     0 | 10235 |  33M|   0 | 426 | 500 |7877 |7877 | 500 |2907 |2973 |   0 |   0 |-2.053438e+02 |-4.800000e+01 |  76.62%
12.29/12.32	c  11.9s|     1 |     0 | 10854 |  33M|   0 | 419 | 500 |7877 |7877 | 500 |2917 |2983 |   0 |   0 |-2.039167e+02 |-4.800000e+01 |  76.46%
12.88/12.94	c  12.6s|     1 |     0 | 11735 |  33M|   0 | 415 | 500 |7877 |7877 | 500 |2925 |2991 |   0 |   0 |-2.024464e+02 |-4.800000e+01 |  76.29%
13.28/13.31	c  12.9s|     1 |     0 | 12152 |  33M|   0 | 408 | 500 |7877 |7877 | 500 |2955 |3021 |   0 |   0 |-2.012500e+02 |-4.800000e+01 |  76.15%
13.69/13.78	c  13.4s|     1 |     0 | 12775 |  33M|   0 | 403 | 500 |7877 |7877 | 500 |2965 |3031 |   0 |   0 |-2.007500e+02 |-4.800000e+01 |  76.09%
14.68/14.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.68/14.70	c  14.3s|     1 |     0 | 13921 |  33M|   0 | 396 | 500 |7877 |7877 | 500 |2059 |3037 |   0 |   0 |-1.990000e+02 |-4.800000e+01 |  75.88%
15.09/15.19	c  14.8s|     1 |     0 | 14613 |  33M|   0 | 413 | 500 |7877 |7877 | 500 |2084 |3062 |   0 |   0 |-1.971667e+02 |-4.800000e+01 |  75.66%
15.49/15.51	c  15.1s|     1 |     0 | 15046 |  34M|   0 | 402 | 500 |7877 |7877 | 500 |2295 |3273 |   0 |   0 |-1.960000e+02 |-4.800000e+01 |  75.51%
15.99/16.04	c  15.6s|     1 |     0 | 15805 |  34M|   0 | 412 | 500 |7877 |7877 | 500 |2429 |3407 |   0 |   0 |-1.946500e+02 |-4.800000e+01 |  75.34%
16.39/16.43	c  16.0s|     1 |     0 | 16375 |  34M|   0 | 397 | 500 |7877 |7877 | 500 |2528 |3506 |   0 |   0 |-1.927500e+02 |-4.800000e+01 |  75.10%
16.99/17.01	c  16.6s|     1 |     0 | 17205 |  34M|   0 | 384 | 500 |7877 |7877 | 500 |2559 |3537 |   0 |   0 |-1.915000e+02 |-4.800000e+01 |  74.93%
17.49/17.52	c  17.1s|     1 |     0 | 17836 |  35M|   0 | 399 | 500 |7877 |7877 | 500 |1354 |3609 |   0 |   0 |-1.902500e+02 |-4.800000e+01 |  74.77%
17.79/17.81	c  17.4s|     1 |     0 | 18286 |  35M|   0 | 357 | 500 |7877 |7877 | 500 |1408 |3663 |   0 |   0 |-1.885000e+02 |-4.800000e+01 |  74.54%
18.19/18.23	c  17.8s|     1 |     0 | 19099 |  35M|   0 | 412 | 500 |7877 |7877 | 500 |1597 |3852 |   0 |   0 |-1.872500e+02 |-4.800000e+01 |  74.37%
18.59/18.68	c  18.3s|     1 |     0 | 19960 |  35M|   0 | 372 | 500 |7877 |7877 | 500 |1684 |3939 |   0 |   0 |-1.852500e+02 |-4.800000e+01 |  74.09%
18.98/19.06	c  18.7s|     1 |     0 | 20638 |  35M|   0 | 389 | 500 |7877 |7877 | 500 |1886 |4141 |   0 |   0 |-1.843750e+02 |-4.800000e+01 |  73.97%
19.58/19.60	c  19.2s|     1 |     0 | 21644 |  36M|   0 | 422 | 500 |7877 |7877 | 500 |2000 |4255 |   0 |   0 |-1.830147e+02 |-4.800000e+01 |  73.77%
20.16/20.28	c  19.8s|     1 |     0 | 22663 |  36M|   0 | 371 | 500 |7877 |7877 | 500 |1772 |4419 |   0 |   0 |-1.817500e+02 |-4.800000e+01 |  73.59%
20.68/21.00	c  20.4s|     1 |     0 | 23613 |  36M|   0 | 372 | 500 |7877 |7877 | 500 |1778 |4425 |   0 |   0 |-1.812500e+02 |-4.800000e+01 |  73.52%
21.07/21.35	c  20.7s|     1 |     0 | 24233 |  36M|   0 | 416 | 500 |7877 |7877 | 500 |1862 |4509 |   0 |   0 |-1.804091e+02 |-4.800000e+01 |  73.39%
21.64/21.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.64/21.94	c  21.3s|     1 |     0 | 25254 |  36M|   0 | 407 | 500 |7877 |7877 | 500 |2004 |4651 |   0 |   0 |-1.791250e+02 |-4.800000e+01 |  73.20%
22.22/22.50	c  21.8s|     1 |     0 | 26094 |  36M|   0 | 427 | 500 |7877 |7877 | 500 |2126 |4773 |   0 |   0 |-1.785278e+02 |-4.800000e+01 |  73.11%
22.82/23.14	c  22.4s|     1 |     0 | 27198 |  37M|   0 | 437 | 500 |7877 |7877 | 500 |2233 |4880 |   0 |   0 |-1.761562e+02 |-4.800000e+01 |  72.75%
23.46/23.80	c  23.1s|     1 |     0 | 28092 |  38M|   0 | 413 | 500 |7877 |7877 | 500 |1769 |4950 |   0 |   0 |-1.751786e+02 |-4.800000e+01 |  72.60%
23.83/24.26	c  23.5s|     1 |     0 | 28850 |  38M|   0 | 419 | 500 |7877 |7877 | 500 |1795 |4976 |   0 |   0 |-1.742197e+02 |-4.800000e+01 |  72.45%
24.32/24.75	c  24.0s|     1 |     0 | 29664 |  39M|   0 | 386 | 500 |7877 |7877 | 500 |1860 |5041 |   0 |   0 |-1.733676e+02 |-4.800000e+01 |  72.31%
24.82/25.25	c  24.4s|     1 |     0 | 30526 |  40M|   0 | 450 | 500 |7877 |7877 | 500 |1950 |5131 |   0 |   0 |-1.722482e+02 |-4.800000e+01 |  72.13%
25.51/25.94	c  25.1s|     1 |     0 | 31045 |  40M|   0 | 431 | 500 |7877 |7877 | 500 |2301 |5482 |   0 |   0 |-1.713518e+02 |-4.800000e+01 |  71.99%
26.02/26.49	c  25.7s|     1 |     0 | 31834 |  41M|   0 | 447 | 500 |7877 |7877 | 500 |2378 |5559 |   0 |   0 |-1.704823e+02 |-4.800000e+01 |  71.84%
26.70/27.16	c  26.3s|     1 |     0 | 32610 |  42M|   0 | 442 | 500 |7877 |7877 | 500 |2006 |5631 |   0 |   0 |-1.698725e+02 |-4.800000e+01 |  71.74%
27.49/27.91	c  27.1s|     1 |     0 | 33457 |  42M|   0 | 444 | 500 |7877 |7877 | 500 |2068 |5693 |   0 |   0 |-1.690420e+02 |-4.800000e+01 |  71.60%
28.29/28.80	c  27.9s|     1 |     0 | 34558 |  43M|   0 | 449 | 500 |7877 |7877 | 500 |2110 |5735 |   0 |   0 |-1.672244e+02 |-4.800000e+01 |  71.30%
29.09/29.50	c  28.7s|     1 |     0 | 35353 |  44M|   0 | 452 | 500 |7877 |7877 | 500 |2219 |5844 |   0 |   0 |-1.663964e+02 |-4.800000e+01 |  71.15%
29.88/30.38	c  29.5s|     1 |     0 | 36476 |  46M|   0 | 455 | 500 |7877 |7877 | 500 |2276 |5901 |   0 |   0 |-1.649348e+02 |-4.800000e+01 |  70.90%
30.87/31.36	c  30.5s|     1 |     0 | 37373 |  46M|   0 | 458 | 500 |7877 |7877 | 500 |2330 |5955 |   0 |   0 |-1.641556e+02 |-4.800000e+01 |  70.76%
31.77/32.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.77/32.30	c  31.4s|     1 |     0 | 38137 |  48M|   0 | 460 | 500 |7877 |7877 | 500 |2021 |5994 |   0 |   0 |-1.636502e+02 |-4.800000e+01 |  70.67%
32.67/33.15	c  32.3s|     1 |     0 | 39011 |  48M|   0 | 468 | 500 |7877 |7877 | 500 |2047 |6020 |   0 |   0 |-1.622089e+02 |-4.800000e+01 |  70.41%
33.57/34.09	c  33.2s|     1 |     0 | 39799 |  48M|   0 | 459 | 500 |7877 |7877 | 500 |2230 |6203 |   0 |   0 |-1.609565e+02 |-4.800000e+01 |  70.18%
34.46/34.94	c  34.0s|     1 |     0 | 40423 |  48M|   0 | 466 | 500 |7877 |7877 | 500 |2281 |6254 |   0 |   0 |-1.606005e+02 |-4.800000e+01 |  70.11%
35.36/35.87	c  35.0s|     1 |     0 | 41044 |  48M|   0 | 470 | 500 |7877 |7877 | 500 |2305 |6278 |   0 |   0 |-1.600200e+02 |-4.800000e+01 |  70.00%
36.36/36.82	c  35.9s|     1 |     0 | 41559 |  48M|   0 | 470 | 500 |7877 |7877 | 500 |2329 |6302 |   0 |   0 |-1.594886e+02 |-4.800000e+01 |  69.90%
37.46/37.94	c  37.0s|     1 |     0 | 42259 |  48M|   0 | 473 | 500 |7877 |7877 | 500 |2034 |6333 |   0 |   0 |-1.590555e+02 |-4.800000e+01 |  69.82%
38.35/38.86	c  38.0s|     1 |     0 | 43002 |  48M|   0 | 479 | 500 |7877 |7877 | 500 |2075 |6374 |   0 |   0 |-1.585012e+02 |-4.800000e+01 |  69.72%
39.35/39.84	c  38.9s|     1 |     0 | 43587 |  48M|   0 | 482 | 500 |7877 |7877 | 500 |2135 |6434 |   0 |   0 |-1.579040e+02 |-4.800000e+01 |  69.60%
40.26/40.79	c  39.9s|     1 |     0 | 44055 |  48M|   0 | 484 | 500 |7877 |7877 | 500 |2155 |6454 |   0 |   0 |-1.576726e+02 |-4.800000e+01 |  69.56%
41.35/41.86	c  40.9s|     1 |     0 | 44772 |  48M|   0 | 478 | 500 |7877 |7877 | 500 |2181 |6480 |   0 |   0 |-1.570319e+02 |-4.800000e+01 |  69.43%
42.36/42.86	c  41.9s|     1 |     0 | 45324 |  48M|   0 | 484 | 500 |7877 |7877 | 500 |2226 |6525 |   0 |   0 |-1.564954e+02 |-4.800000e+01 |  69.33%
43.56/44.01	c  43.1s|     1 |     0 | 45933 |  48M|   0 | 487 | 500 |7877 |7877 | 500 |2048 |6555 |   0 |   0 |-1.561992e+02 |-4.800000e+01 |  69.27%
44.45/44.99	c  44.1s|     1 |     0 | 46525 |  48M|   0 | 484 | 500 |7877 |7877 | 500 |2092 |6599 |   0 |   0 |-1.556260e+02 |-4.800000e+01 |  69.16%
45.36/45.88	c  44.9s|     1 |     0 | 46826 |  48M|   0 | 486 | 500 |7877 |7877 | 500 |2133 |6640 |   0 |   0 |-1.554273e+02 |-4.800000e+01 |  69.12%
46.45/46.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.45/46.99	c  46.1s|     1 |     0 | 47530 |  48M|   0 | 486 | 500 |7877 |7877 | 500 |2161 |6668 |   0 |   0 |-1.548908e+02 |-4.800000e+01 |  69.01%
47.45/47.97	c  47.0s|     1 |     0 | 48038 |  48M|   0 | 483 | 500 |7877 |7877 | 500 |2201 |6708 |   0 |   0 |-1.543350e+02 |-4.800000e+01 |  68.90%
48.55/49.03	c  48.1s|     1 |     0 | 48633 |  48M|   0 | 488 | 500 |7877 |7877 | 500 |2225 |6732 |   0 |   0 |-1.539517e+02 |-4.800000e+01 |  68.82%
49.75/50.24	c  49.3s|     1 |     0 | 49209 |  48M|   0 | 490 | 500 |7877 |7877 | 500 |2125 |6750 |   0 |   0 |-1.535500e+02 |-4.800000e+01 |  68.74%
50.75/51.24	c  50.3s|     1 |     0 | 49670 |  48M|   0 | 490 | 500 |7877 |7877 | 500 |2153 |6778 |   0 |   0 |-1.532127e+02 |-4.800000e+01 |  68.67%
51.65/52.15	c  51.2s|     1 |     0 | 50016 |  48M|   0 | 491 | 500 |7877 |7877 | 500 |2173 |6798 |   0 |   0 |-1.530190e+02 |-4.800000e+01 |  68.63%
52.75/53.22	c  52.3s|     1 |     0 | 50547 |  48M|   0 | 492 | 500 |7877 |7877 | 500 |2191 |6816 |   0 |   0 |-1.525701e+02 |-4.800000e+01 |  68.54%
53.75/54.25	c  53.3s|     1 |     0 | 51008 |  48M|   0 | 488 | 500 |7877 |7877 | 500 |2208 |6833 |   0 |   0 |-1.522736e+02 |-4.800000e+01 |  68.48%
54.75/55.24	c  54.3s|     1 |     0 | 51335 |  48M|   0 | 486 | 500 |7877 |7877 | 500 |2223 |6848 |   0 |   0 |-1.520965e+02 |-4.800000e+01 |  68.44%
55.84/56.36	c  55.4s|     1 |     0 | 51756 |  48M|   0 | 490 | 500 |7877 |7877 | 500 |2156 |6863 |   0 |   0 |-1.517506e+02 |-4.800000e+01 |  68.37%
56.74/57.27	c  56.3s|     1 |     0 | 52041 |  48M|   0 | 489 | 500 |7877 |7877 | 500 |2168 |6875 |   0 |   0 |-1.515990e+02 |-4.800000e+01 |  68.34%
57.65/58.17	c  57.2s|     1 |     0 | 52297 |  48M|   0 | 489 | 500 |7877 |7877 | 500 |2182 |6889 |   0 |   0 |-1.514022e+02 |-4.800000e+01 |  68.30%
58.55/59.05	c  58.1s|     1 |     0 | 52545 |  48M|   0 | 489 | 500 |7877 |7877 | 500 |2199 |6906 |   0 |   0 |-1.513027e+02 |-4.800000e+01 |  68.28%
59.54/60.07	c  59.1s|     1 |     0 | 52930 |  48M|   0 | 491 | 500 |7877 |7877 | 500 |2212 |6919 |   0 |   0 |-1.510237e+02 |-4.800000e+01 |  68.22%
60.54/61.09	c  60.1s|     1 |     0 | 53352 |  48M|   0 | 492 | 500 |7877 |7877 | 500 |2225 |6932 |   0 |   0 |-1.507442e+02 |-4.800000e+01 |  68.16%
61.84/62.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.84/62.31	c  61.3s|     1 |     0 | 53923 |  48M|   0 | 492 | 500 |7877 |7877 | 500 |2175 |6946 |   0 |   0 |-1.504473e+02 |-4.800000e+01 |  68.10%
62.74/63.21	c  62.2s|     1 |     0 | 54202 |  48M|   0 | 489 | 500 |7877 |7877 | 500 |2197 |6968 |   0 |   0 |-1.502840e+02 |-4.800000e+01 |  68.06%
63.64/64.12	c  63.1s|     1 |     0 | 54464 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2211 |6982 |   0 |   0 |-1.501471e+02 |-4.800000e+01 |  68.03%
64.54/65.08	c  64.1s|     1 |     0 | 54805 |  48M|   0 | 493 | 500 |7877 |7877 | 500 |2219 |6990 |   0 |   0 |-1.498688e+02 |-4.800000e+01 |  67.97%
65.44/65.98	c  65.0s|     1 |     0 | 55055 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2232 |7003 |   0 |   0 |-1.497218e+02 |-4.800000e+01 |  67.94%
66.34/66.81	c  65.8s|     1 |     0 | 55225 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2242 |7013 |   0 |   0 |-1.496408e+02 |-4.800000e+01 |  67.92%
67.24/67.72	c  66.7s|     1 |     0 | 55356 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2189 |7022 |   0 |   0 |-1.495885e+02 |-4.800000e+01 |  67.91%
68.04/68.57	c  67.6s|     1 |     0 | 55603 |  48M|   0 | 497 | 500 |7877 |7877 | 500 |2195 |7028 |   0 |   0 |-1.494582e+02 |-4.800000e+01 |  67.88%
68.84/69.39	c  68.4s|     1 |     0 | 55782 |  48M|   0 | 495 | 500 |7877 |7877 | 500 |2202 |7035 |   0 |   0 |-1.493769e+02 |-4.800000e+01 |  67.87%
69.73/70.25	c  69.3s|     1 |     0 | 56003 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2213 |7046 |   0 |   0 |-1.492892e+02 |-4.800000e+01 |  67.85%
70.54/71.08	c  70.1s|     1 |     0 | 56189 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2225 |7058 |   0 |   0 |-1.492321e+02 |-4.800000e+01 |  67.84%
71.43/71.94	c  70.9s|     1 |     0 | 56435 |  48M|   0 | 497 | 500 |7877 |7877 | 500 |2237 |7070 |   0 |   0 |-1.491200e+02 |-4.800000e+01 |  67.81%
72.43/72.92	c  71.9s|     1 |     0 | 56726 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2197 |7083 |   0 |   0 |-1.490092e+02 |-4.800000e+01 |  67.79%
73.23/73.74	c  72.7s|     1 |     0 | 56959 |  48M|   0 | 493 | 500 |7877 |7877 | 500 |2213 |7099 |   0 |   0 |-1.489237e+02 |-4.800000e+01 |  67.77%
74.02/74.54	c  73.5s|     1 |     0 | 57135 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2224 |7110 |   0 |   0 |-1.488608e+02 |-4.800000e+01 |  67.76%
74.82/75.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.82/75.32	c  74.3s|     1 |     0 | 57265 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2234 |7120 |   0 |   0 |-1.488289e+02 |-4.800000e+01 |  67.75%
75.53/76.09	c  75.1s|     1 |     0 | 57379 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2245 |7131 |   0 |   0 |-1.487902e+02 |-4.800000e+01 |  67.74%
76.33/76.89	c  75.9s|     1 |     0 | 57581 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2257 |7143 |   0 |   0 |-1.487118e+02 |-4.800000e+01 |  67.72%
77.23/77.76	c  76.7s|     1 |     0 | 57703 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2215 |7154 |   0 |   0 |-1.486900e+02 |-4.800000e+01 |  67.72%
78.02/78.58	c  77.6s|     1 |     0 | 57905 |  48M|   0 | 495 | 500 |7877 |7877 | 500 |2224 |7163 |   0 |   0 |-1.486248e+02 |-4.800000e+01 |  67.70%
78.92/79.40	c  78.4s|     1 |     0 | 58115 |  48M|   0 | 495 | 500 |7877 |7877 | 500 |2234 |7173 |   0 |   0 |-1.485791e+02 |-4.800000e+01 |  67.69%
79.62/80.20	c  79.2s|     1 |     0 | 58376 |  48M|   0 | 494 | 500 |7877 |7877 | 500 |2246 |7185 |   0 |   0 |-1.485078e+02 |-4.800000e+01 |  67.68%
80.43/80.98	c  80.0s|     1 |     0 | 58619 |  48M|   0 | 493 | 500 |7877 |7877 | 500 |2262 |7201 |   0 |   0 |-1.484614e+02 |-4.800000e+01 |  67.67%
81.23/81.72	c  80.7s|     1 |     0 | 58767 |  48M|   0 | 495 | 500 |7877 |7877 | 500 |2275 |7214 |   0 |   0 |-1.484466e+02 |-4.800000e+01 |  67.67%
82.03/82.60	c  81.6s|     1 |     0 | 59066 |  48M|   0 | 496 | 500 |7877 |7877 | 500 |2239 |7224 |   0 |   0 |-1.483928e+02 |-4.800000e+01 |  67.65%
82.82/83.33	c  82.3s|     1 |     0 | 59276 |  47M|   0 | 497 | 500 |7877 |7877 | 500 |2248 |7233 |   0 |   0 |-1.483584e+02 |-4.800000e+01 |  67.65%
83.52/84.07	c  83.0s|     1 |     0 | 59464 |  47M|   0 | 444 | 500 |7877 |7877 | 500 |2259 |7244 |   0 |   0 |-1.483333e+02 |-4.800000e+01 |  67.64%
84.12/84.65	c  83.6s|     1 |     0 | 59467 |  47M|   0 | 445 | 500 |7877 |7877 | 500 |2263 |7248 |   0 |   0 |-1.483333e+02 |-4.800000e+01 |  67.64%
91.72/92.25	c  91.2s|     1 |     2 | 65796 |  47M|   0 | 445 | 500 |7877 |7877 | 500 |2263 |7248 |   0 |  27 |-1.483333e+02 |-4.800000e+01 |  67.64%
1797.80/1799.05	c 
1797.80/1799.05	c SCIP Status        : solving was interrupted [time limit reached]
1797.80/1799.05	c Solving Time (sec) : 1791.00
1797.80/1799.05	c Solving Nodes      : 6897
1797.80/1799.05	c Primal Bound       : -4.80000000000000e+01 (1 solutions)
1797.80/1799.05	c Dual Bound         : -1.40923347798857e+02
1797.80/1799.05	c Gap                : 65.94 %
1797.80/1799.07	c NODE         6897
1797.80/1799.07	c DUAL BOUND   -140.923
1797.80/1799.07	c PRIMAL BOUND -48
1797.80/1799.07	c GAP          0.659389
1797.80/1799.07	s SATISFIABLE
1797.80/1799.07	v -x500 -x499 -x498 x497 -x496 x495 -x494 x493 x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1797.80/1799.07	v -x478 -x477 -x476 -x475 -x474 -x473 x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 
1797.80/1799.07	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 
1797.80/1799.07	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 x420 -x419 -x418 -x417 -x416 
1797.80/1799.07	v -x415 x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 
1797.80/1799.07	v -x393 -x392 x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 
1797.80/1799.07	v -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1797.80/1799.07	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1797.80/1799.07	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1797.80/1799.07	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1797.80/1799.07	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1797.80/1799.07	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1797.80/1799.07	v -x247 -x246 -x245 -x244 -x243 x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 x230 -x229 -x228 x227 
1797.80/1799.07	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1797.80/1799.07	v x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 
1797.80/1799.07	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
1797.80/1799.07	v -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 x147 -x146 x145 -x144 -x143 -x142 
1797.80/1799.07	v x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 x121 
1797.80/1799.07	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 
1797.80/1799.07	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 -x74 
1797.80/1799.07	v -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 -x48 
1797.80/1799.07	v -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 x22 
1797.80/1799.07	v -x21 -x20 x19 -x18 -x17 x16 -x15 x14 x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 x2 -x1 
1797.80/1799.07	c SCIP Status        : solving was interrupted [time limit reached]
1797.80/1799.07	c Solving Time       :    1791.00
1797.80/1799.07	c Original Problem   :
1797.80/1799.07	c   Problem name     : HOME/instance-1870437-1245204102.opb
1797.80/1799.07	c   Variables        : 8377 (8377 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.80/1799.07	c   Constraints      : 8377 initial, 8377 maximal
1797.80/1799.07	c Presolved Problem  :
1797.80/1799.07	c   Problem name     : t_HOME/instance-1870437-1245204102.opb
1797.80/1799.07	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.80/1799.07	c   Constraints      : 7877 initial, 7877 maximal
1797.80/1799.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.80/1799.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.80/1799.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.80/1799.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.80/1799.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.80/1799.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.80/1799.07	c   probing          :       0.24          0          0          0          0          0          0          0          0
1797.80/1799.07	c   and              :       0.17          0          0          0          0          0          0          0          0
1797.80/1799.07	c   linear           :       0.04       7877          0          0       7877          0        500          0          0
1797.80/1799.07	c   root node        :          -          0          -          -          0          -          -          -          -
1797.80/1799.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.80/1799.07	c   integral         :          0          0          0       6897          0          0          0          0          0      13794
1797.80/1799.07	c   and              :       7877      20742      57686          0          0          0     158458    1427119          0          0
1797.80/1799.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.80/1799.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.80/1799.07	c   integral         :     224.54       0.00       0.00     224.54       0.00
1797.80/1799.07	c   and              :     105.55      87.02      18.53       0.00       0.00
1797.80/1799.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.80/1799.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.80/1799.07	c   rootredcost      :       0.04          0          0          0
1797.80/1799.07	c   pseudoobj        :       1.74      57986          0          0
1797.80/1799.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.80/1799.07	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.80/1799.07	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1799.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1799.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1799.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.80/1799.07	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.80/1799.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.80/1799.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.80/1799.07	c   cut pool         :       0.46        116          -          -       1506          -    (maximal pool size: 7731)
1797.80/1799.07	c   redcost          :       0.43      20742          0          0          0          0
1797.80/1799.07	c   impliedbounds    :       0.12        117          0          0      10458          0
1797.80/1799.07	c   intobj           :       0.00          0          0          0          0          0
1797.80/1799.07	c   gomory           :      43.87        117          0          0      30165          0
1797.80/1799.07	c   strongcg         :       1.25         20          0          0      10000          0
1797.80/1799.07	c   cmir             :       0.54         10          0          0          0          0
1797.80/1799.07	c   flowcover        :       0.42         10          0          0          0          0
1797.80/1799.07	c   clique           :       1.25        116          0          0       1011          0
1797.80/1799.07	c   zerohalf         :       0.00          0          0          0          0          0
1797.80/1799.07	c   mcf              :       0.02          1          0          0          0          0
1797.80/1799.07	c Pricers            :       Time      Calls       Vars
1797.80/1799.07	c   problem variables:       0.00          0          0
1797.80/1799.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.80/1799.07	c   relpscost        :     224.50       6897          0          0          0          0      13794
1797.80/1799.07	c   pscost           :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   inference        :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   mostinf          :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   leastinf         :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.80/1799.07	c   random           :       0.00          0          0          0          0          0          0
1797.80/1799.07	c Primal Heuristics  :       Time      Calls      Found
1797.80/1799.07	c   LP solutions     :       0.00          -          0
1797.80/1799.07	c   pseudo solutions :       0.00          -          0
1797.80/1799.07	c   crossover        :       0.00          0          0
1797.80/1799.07	c   oneopt           :       0.00          1          0
1797.80/1799.07	c   pscostdiving     :      49.29        108          0
1797.80/1799.07	c   feaspump         :      17.06         72          0
1797.80/1799.07	c   fracdiving       :      31.32        174          0
1797.80/1799.07	c   linesearchdiving :      29.10        175          0
1797.80/1799.07	c   guideddiving     :      37.53        175          0
1797.80/1799.07	c   simplerounding   :       0.05          0          0
1797.80/1799.07	c   rounding         :      17.16       6441          1
1797.80/1799.07	c   shifting         :       1.87        590          0
1797.80/1799.07	c   intshifting      :       0.00          0          0
1797.80/1799.07	c   fixandinfer      :       0.00          0          0
1797.80/1799.07	c   coefdiving       :      45.01        124          0
1797.80/1799.07	c   veclendiving     :      49.99        112          0
1797.80/1799.07	c   intdiving        :       0.00          0          0
1797.80/1799.07	c   actconsdiving    :       0.00          0          0
1797.80/1799.07	c   objpscostdiving  :      17.15         51          0
1797.80/1799.07	c   rootsoldiving    :      10.05         82          0
1797.80/1799.07	c   octane           :       0.00          0          0
1797.80/1799.07	c   rens             :       0.00          0          0
1797.80/1799.07	c   rins             :       0.00          0          0
1797.80/1799.07	c   localbranching   :       0.00          0          0
1797.80/1799.07	c   mutation         :       0.00          0          0
1797.80/1799.07	c   dins             :       0.00          0          0
1797.80/1799.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.80/1799.07	c   primal LP        :      78.81          0          0       0.00       0.00
1797.80/1799.07	c   dual LP          :    1001.78      20920    4084433     195.24    4077.18
1797.80/1799.07	c   barrier LP       :       0.00          0          0       0.00          -
1797.80/1799.07	c   diving/probing LP:     256.87      45319    1395258      30.79    5431.77
1797.80/1799.07	c   strong branching :     223.29       3181     893448     280.87    4001.29
1797.80/1799.07	c     (at root node) :          -         27       6997     259.15          -
1797.80/1799.07	c   conflict analysis:       0.00          0          0       0.00          -
1797.80/1799.07	c B&B Tree           :
1797.80/1799.07	c   number of runs   :          1
1797.80/1799.07	c   nodes            :       6897
1797.80/1799.07	c   nodes (total)    :       6897
1797.80/1799.07	c   nodes left       :       6898
1797.80/1799.07	c   max depth        :         55
1797.80/1799.07	c   max depth (total):         55
1797.80/1799.07	c   backtracks       :       1411 (20.5%)
1797.80/1799.07	c   delayed cutoffs  :          0
1797.80/1799.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.80/1799.07	c   avg switch length:       6.70
1797.80/1799.07	c   switching time   :      82.57
1797.80/1799.07	c Solution           :
1797.80/1799.07	c   Solutions found  :          1 (1 improvements)
1797.80/1799.07	c   Primal Bound     : -4.80000000000000e+01   (in run 1, after 1 nodes, 0.64 seconds, depth 0, found by <rounding>)
1797.80/1799.07	c   Dual Bound       : -1.40923347798857e+02
1797.80/1799.07	c   Gap              :      65.94 %
1797.80/1799.07	c   Root Dual Bound  : -1.48333333333333e+02
1798.00/1799.29	c Time complete: 1798.09.

Verifier Data

OK	-48

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870437-1245204102/watcher-1870437-1245204102 -o /tmp/evaluation-result-1870437-1245204102/solver-1870437-1245204102 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870437-1245204102.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.92 1.00 0.99 3/65 12872
/proc/meminfo: memFree=1820032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=7616 CPUtime=0
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 584 0 0 0 0 0 0 0 20 0 1 0 188008186 7798784 568 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/12872/statm: 1904 578 353 1256 0 643 0

[startup+0.0775521 s]
/proc/loadavg: 0.92 1.00 0.99 3/65 12872
/proc/meminfo: memFree=1820032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=19680 CPUtime=0.07
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 3899 0 0 0 6 1 0 0 20 0 1 0 188008186 20152320 3883 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/12872/statm: 4920 3883 378 1256 0 3659 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19680

[startup+0.101554 s]
/proc/loadavg: 0.92 1.00 0.99 3/65 12872
/proc/meminfo: memFree=1820032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=21952 CPUtime=0.09
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 4845 0 0 0 8 1 0 0 20 0 1 0 188008186 22478848 4475 1992294400 4194304 9342243 548682068736 18446744073709551615 8228225 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 5488 4475 408 1256 0 4227 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21952

[startup+0.301577 s]
/proc/loadavg: 0.92 1.00 0.99 3/65 12872
/proc/meminfo: memFree=1820032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=38640 CPUtime=0.29
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 8823 0 0 0 22 7 0 0 22 0 1 0 188008186 39567360 8453 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 9660 8453 446 1256 0 8399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38640

[startup+0.701619 s]
/proc/loadavg: 0.92 1.00 0.99 3/65 12872
/proc/meminfo: memFree=1820032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=39792 CPUtime=0.69
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 9112 0 0 0 52 17 0 0 25 0 1 0 188008186 40747008 8742 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 9948 8742 475 1256 0 8687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39792

[startup+1.50171 s]
/proc/loadavg: 0.92 1.00 0.99 2/66 12873
/proc/meminfo: memFree=1770104/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=61956 CPUtime=1.49
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 14016 0 0 0 128 21 0 0 25 0 1 0 188008186 63442944 13620 1992294400 4194304 9342243 548682068736 18446744073709551615 6896270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 15489 13620 641 1256 0 14228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61956

[startup+3.10189 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 12873
/proc/meminfo: memFree=1767224/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=63348 CPUtime=3.09
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 14364 0 0 0 287 22 0 0 25 0 1 0 188008186 64868352 13967 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 15837 13967 645 1256 0 14576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63348

[startup+6.30124 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 12873
/proc/meminfo: memFree=1758456/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=69248 CPUtime=6.29
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 16580 0 0 0 604 25 0 0 25 0 1 0 188008186 70909952 15941 1992294400 4194304 9342243 548682068736 18446744073709551615 5394031 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 17312 15941 659 1256 0 16051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69248

[startup+12.702 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12873
/proc/meminfo: memFree=1746752/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=82940 CPUtime=12.69
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 20585 0 0 0 1239 30 0 0 25 0 1 0 188008186 84930560 18986 1992294400 4194304 9342243 548682068736 18446744073709551615 6978074 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12872/statm: 20735 18986 659 1256 0 19474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82940

[startup+25.5014 s]
/proc/loadavg: 1.09 1.03 1.01 3/71 13313
/proc/meminfo: memFree=1724248/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=91748 CPUtime=25.12
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 24286 0 0 0 2477 35 0 0 25 0 1 0 188008186 93949952 21532 1992294400 4194304 9342243 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 22937 21532 659 1256 0 21676 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 91748

[startup+51.1014 s]
/proc/loadavg: 1.18 1.06 1.01 2/66 13369
/proc/meminfo: memFree=1693056/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=101988 CPUtime=50.65
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 26697 0 0 0 5023 42 0 0 25 0 1 0 188008186 104435712 23943 1992294400 4194304 9342243 548682068736 18446744073709551615 6960768 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25497 23943 659 1256 0 24236 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 101988

[startup+102.305 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 13369
/proc/meminfo: memFree=1691392/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=102792 CPUtime=101.82
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 27089 0 0 0 10127 55 0 0 25 0 1 0 188008186 105259008 24335 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25698 24335 676 1256 0 24437 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 102792

[startup+162.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 13369
/proc/meminfo: memFree=1691136/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=102792 CPUtime=161.8
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 27178 0 0 0 16105 75 0 0 25 0 1 0 188008186 105259008 24424 1992294400 4194304 9342243 548682068736 18446744073709551615 6978062 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25698 24424 677 1256 0 24437 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 102792

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 13369
/proc/meminfo: memFree=1690688/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=103060 CPUtime=221.77
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 27288 0 0 0 22086 91 0 0 25 0 1 0 188008186 105533440 24534 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25765 24534 677 1256 0 24504 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 103060

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 13369
/proc/meminfo: memFree=1691520/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=102892 CPUtime=281.74
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 28460 0 0 0 28065 109 0 0 25 0 1 0 188008186 105361408 24294 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25723 24294 677 1256 0 24462 0
Current children cumulated CPU time (s) 281.74
Current children cumulated vsize (KiB) 102892

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13369
/proc/meminfo: memFree=1691072/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=102084 CPUtime=341.71
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 30921 0 0 0 34044 127 0 0 25 0 1 0 188008186 104534016 24451 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 25521 24451 677 1256 0 24260 0
Current children cumulated CPU time (s) 341.71
Current children cumulated vsize (KiB) 102084

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13369
/proc/meminfo: memFree=1689088/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=105176 CPUtime=401.69
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 33106 0 0 0 40024 145 0 0 25 0 1 0 188008186 107700224 25009 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 26294 25009 677 1256 0 25033 0
Current children cumulated CPU time (s) 401.69
Current children cumulated vsize (KiB) 105176

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1688000/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=106140 CPUtime=461.67
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 36328 0 0 0 46006 161 0 0 25 0 1 0 188008186 108687360 25208 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 26535 25208 677 1256 0 25274 0
Current children cumulated CPU time (s) 461.67
Current children cumulated vsize (KiB) 106140

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1686464/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=106664 CPUtime=521.65
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 37962 0 0 0 51986 179 0 0 25 0 1 0 188008186 109223936 25563 1992294400 4194304 9342243 548682068736 18446744073709551615 6965691 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 26666 25563 677 1256 0 25405 0
Current children cumulated CPU time (s) 521.65
Current children cumulated vsize (KiB) 106664

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1687424/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=106892 CPUtime=581.62
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 43946 0 0 0 57962 200 0 0 25 0 1 0 188008186 109457408 25382 1992294400 4194304 9342243 548682068736 18446744073709551615 6978091 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 26723 25382 677 1256 0 25462 0
Current children cumulated CPU time (s) 581.62
Current children cumulated vsize (KiB) 106892

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1683520/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=110776 CPUtime=641.59
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 46386 0 0 0 63941 218 0 0 25 0 1 0 188008186 113434624 26315 1992294400 4194304 9342243 548682068736 18446744073709551615 4903376 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 27694 26315 677 1256 0 26433 0
Current children cumulated CPU time (s) 641.59
Current children cumulated vsize (KiB) 110776

[startup+702.302 s]

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

/proc/meminfo: memFree=1669632/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=123736 CPUtime=1121.4
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 120741 0 0 0 111752 388 0 0 25 0 1 0 188008186 126705664 29753 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 30934 29753 677 1256 0 29673 0
Current children cumulated CPU time (s) 1121.4
Current children cumulated vsize (KiB) 123736

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1669120/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=126648 CPUtime=1181.36
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 121388 0 0 0 117726 410 0 0 25 0 1 0 188008186 129687552 30128 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 31662 30128 677 1256 0 30401 0
Current children cumulated CPU time (s) 1181.36
Current children cumulated vsize (KiB) 126648

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1666304/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=127180 CPUtime=1241.34
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 123975 0 0 0 123707 427 0 0 25 0 1 0 188008186 130232320 30539 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 31795 30539 677 1256 0 30534 0
Current children cumulated CPU time (s) 1241.34
Current children cumulated vsize (KiB) 127180

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1662656/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=131008 CPUtime=1301.32
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 126583 0 0 0 129688 444 0 0 25 0 1 0 188008186 134152192 31462 1992294400 4194304 9342243 548682068736 18446744073709551615 6960602 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 32752 31462 677 1256 0 31491 0
Current children cumulated CPU time (s) 1301.32
Current children cumulated vsize (KiB) 131008

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1663424/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=130860 CPUtime=1361.29
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 207882 0 0 0 135630 499 0 0 25 0 1 0 188008186 134000640 31219 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 32715 31219 677 1256 0 31454 0
Current children cumulated CPU time (s) 1361.29
Current children cumulated vsize (KiB) 130860

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1659264/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=135028 CPUtime=1421.27
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 287973 0 0 0 141570 557 0 0 25 0 1 0 188008186 138268672 32291 1992294400 4194304 9342243 548682068736 18446744073709551615 6239086 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 33757 32291 677 1256 0 32496 0
Current children cumulated CPU time (s) 1421.27
Current children cumulated vsize (KiB) 135028

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1657024/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=136644 CPUtime=1481.24
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 290385 0 0 0 147547 577 0 0 25 0 1 0 188008186 139923456 32862 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 34161 32862 677 1256 0 32900 0
Current children cumulated CPU time (s) 1481.24
Current children cumulated vsize (KiB) 136644

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1654464/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=139440 CPUtime=1541.21
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 292417 0 0 0 153525 596 0 0 25 0 1 0 188008186 142786560 33478 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 34860 33478 677 1256 0 33599 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 139440

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1652032/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=142020 CPUtime=1601.19
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 293396 0 0 0 159502 617 0 0 25 0 1 0 188008186 145428480 34080 1992294400 4194304 9342243 548682068736 18446744073709551615 6040613 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 35505 34080 677 1256 0 34244 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 142020

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1651264/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=144248 CPUtime=1661.17
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 295841 0 0 0 165479 638 0 0 25 0 1 0 188008186 147709952 34197 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36062 34197 677 1256 0 34801 0
Current children cumulated CPU time (s) 1661.17
Current children cumulated vsize (KiB) 144248

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1650368/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=143108 CPUtime=1721.13
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 297216 0 0 0 171459 654 0 0 25 0 1 0 188008186 146542592 34476 1992294400 4194304 9342243 548682068736 18446744073709551615 6959493 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 35777 34476 677 1256 0 34516 0
Current children cumulated CPU time (s) 1721.13
Current children cumulated vsize (KiB) 143108

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646912/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147044 CPUtime=1781.11
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 298441 0 0 0 177439 672 0 0 25 0 1 0 188008186 150573056 35335 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36761 35335 677 1256 0 35500 0
Current children cumulated CPU time (s) 1781.11
Current children cumulated vsize (KiB) 147044

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1647232/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=148664 CPUtime=1790.71
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299258 0 0 0 178395 676 0 0 25 0 1 0 188008186 152231936 35228 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 37166 35228 677 1256 0 35905 0
Current children cumulated CPU time (s) 1790.71
Current children cumulated vsize (KiB) 148664

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646912/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1793.91
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299801 0 0 0 178713 678 0 0 25 0 1 0 188008186 151031808 35337 1992294400 4194304 9342243 548682068736 18446744073709551615 4898424 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35337 677 1256 0 35612 0
Current children cumulated CPU time (s) 1793.91
Current children cumulated vsize (KiB) 147492

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646720/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1795.5
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299852 0 0 0 178872 678 0 0 25 0 1 0 188008186 151031808 35388 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35388 677 1256 0 35612 0
Current children cumulated CPU time (s) 1795.5
Current children cumulated vsize (KiB) 147492

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646720/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1797.11
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299881 0 0 0 179032 679 0 0 25 0 1 0 188008186 151031808 35417 1992294400 4194304 9342243 548682068736 18446744073709551615 6235768 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35417 677 1256 0 35612 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 147492

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646592/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1797.5
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299884 0 0 0 179071 679 0 0 25 0 1 0 188008186 151031808 35420 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35420 677 1256 0 35612 0
Current children cumulated CPU time (s) 1797.5
Current children cumulated vsize (KiB) 147492

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646592/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1797.9
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299894 0 0 0 179111 679 0 0 25 0 1 0 188008186 151031808 35430 1992294400 4194304 9342243 548682068736 18446744073709551615 4302021 0 0 4096 0 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35430 681 1256 0 35612 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 147492

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13369
/proc/meminfo: memFree=1646592/2055920 swapFree=4180892/4192956
[pid=12872] ppid=12870 vsize=147492 CPUtime=1798
/proc/12872/stat : 12872 (pbscip.linux.x8) R 12870 12872 12835 0 -1 4194304 299894 0 0 0 179121 679 0 0 25 0 1 0 188008186 151031808 35430 1992294400 4194304 9342243 548682068736 18446744073709551615 4211738 0 0 4096 0 0 0 0 17 0 0 0
/proc/12872/statm: 36873 35430 681 1256 0 35612 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 147492

Child status: 0
Real time (s): 1799.3
CPU time (s): 1798.11
CPU user time (s): 1791.29
CPU system time (s): 6.81896
CPU usage (%): 99.9338
Max. virtual memory (cumulated for all children) (KiB): 149656

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

runsolver used 2.07268 second user time and 3.80642 second system time

The end

Launcher Data

Begin job on node87 at 2009-06-17 04:01:42
IDJOB=1870437
IDBENCH=48217
IDSOLVER=684
FILE ID=node87/1870437-1245204102
PBS_JOBID= 9368364
Free space on /tmp= 66540 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_4.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-1870437-1245204102/watcher-1870437-1245204102 -o /tmp/evaluation-result-1870437-1245204102/solver-1870437-1245204102 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870437-1245204102.opb

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

MD5SUM BENCH= 95ae68c901d0b7917be5b837e9e56612
RANDOM SEED=70510493

node87.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.235
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.235
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820512 kB
Buffers:         49508 kB
Cached:         120912 kB
SwapCached:       6176 kB
Active:          36100 kB
Inactive:       142916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820512 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:           11996 kB
Writeback:           0 kB
Mapped:          14296 kB
Slab:            42192 kB
Committed_AS:   100140 kB
PageTables:       1460 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= 66528 MiB
End job on node87 at 2009-06-17 04:31:41