Trace number 1870366

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-47 1800.3 1801.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-63
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SCIP version 1.1.0.7
0.02/0.09	c LP-Solver SoPlex 1.4.1
0.02/0.09	c user parameter file <scip.set> not found - using default parameters
0.02/0.09	c read problem <HOME/instance-1870366-1245199816.opb>
0.02/0.09	c original problem has 8353 variables (8353 bin, 0 int, 0 impl, 0 cont) and 8353 constraints
0.09/0.16	c start presolving problem
0.09/0.16	c presolving:
0.29/0.39	c (round 1) 7853 del vars, 500 del conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31412 impls, 0 clqs
0.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  7853 deleted vars, 500 deleted constraints, 7853 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.77	c  47118 implications, 0 cliques
0.69/0.77	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7853 constraints
0.69/0.77	c    7853 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.46
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.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.97	c   0.7s|     1 |     0 |   519 |  29M|   0 | 500 | 500 |7853 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.89/0.98	o -44
0.89/0.98	c R 0.7s|     1 |     0 |   519 |  29M|   0 | 500 | 500 |7853 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-4.400000e+01 |  82.40%
1.29/1.36	c   1.1s|     1 |     0 |   621 |  29M|   0 | 493 | 500 |7853 |7853 | 500 |7861 |   8 |   0 |   0 |-2.465000e+02 |-4.400000e+01 |  82.15%
1.69/1.70	c   1.4s|     1 |     0 |   687 |  29M|   0 | 488 | 500 |7853 |7853 | 500 |7867 |  14 |   0 |   0 |-2.440000e+02 |-4.400000e+01 |  81.97%
2.09/2.13	c   1.8s|     1 |     0 |   834 |  29M|   0 | 483 | 500 |7853 |7853 | 500 |7873 |  20 |   0 |   0 |-2.415000e+02 |-4.400000e+01 |  81.78%
2.49/2.57	c   2.2s|     1 |     0 |   974 |  29M|   0 | 475 | 500 |7853 |7853 | 500 |7885 |  32 |   0 |   0 |-2.375000e+02 |-4.400000e+01 |  81.47%
2.89/2.94	c   2.6s|     1 |     0 |  1025 |  29M|   0 | 472 | 500 |7853 |7853 | 500 |7893 |  40 |   0 |   0 |-2.360000e+02 |-4.400000e+01 |  81.36%
3.20/3.30	c   2.9s|     1 |     0 |  1107 |  29M|   0 | 470 | 500 |7853 |7853 | 500 |7901 |  48 |   0 |   0 |-2.342500e+02 |-4.400000e+01 |  81.22%
3.30/3.31	o -45
3.30/3.31	c R 3.0s|     1 |     0 |  1107 |  29M|   0 | 470 | 500 |7853 |7853 | 500 |7901 |  48 |   0 |   0 |-2.342500e+02 |-4.500000e+01 |  80.79%
3.69/3.75	c   3.4s|     1 |     0 |  1243 |  29M|   0 | 467 | 500 |7853 |7853 | 500 |7909 |  56 |   0 |   0 |-2.322500e+02 |-4.500000e+01 |  80.62%
4.39/4.49	c   4.1s|     1 |     0 |  1530 |  30M|   0 | 461 | 500 |7853 |7853 | 500 |7921 |  68 |   0 |   0 |-2.292500e+02 |-4.500000e+01 |  80.37%
4.39/4.50	o -47
4.39/4.50	c R 4.1s|     1 |     0 |  1530 |  30M|   0 | 461 | 500 |7853 |7853 | 500 |7921 |  68 |   0 |   0 |-2.292500e+02 |-4.700000e+01 |  79.50%
5.09/5.13	c   4.8s|     1 |     0 |  1738 |  30M|   0 | 454 | 500 |7853 |7853 | 500 |7932 |  79 |   0 |   0 |-2.270000e+02 |-4.700000e+01 |  79.30%
5.68/5.77	c   5.4s|     1 |     0 |  2020 |  30M|   0 | 450 | 500 |7853 |7853 | 500 |7940 |  87 |   0 |   0 |-2.250000e+02 |-4.700000e+01 |  79.11%
6.19/6.29	c   5.9s|     1 |     0 |  2235 |  30M|   0 | 446 | 500 |7853 |7853 | 500 | 766 |  94 |   0 |   0 |-2.230000e+02 |-4.700000e+01 |  78.92%
6.39/6.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.41	c   6.0s|     1 |     0 |  2355 |  30M|   0 | 442 | 500 |7853 |7853 | 500 | 774 | 102 |   0 |   0 |-2.225000e+02 |-4.700000e+01 |  78.88%
6.60/6.67	c   6.3s|     1 |     0 |  2648 |  30M|   0 | 424 | 500 |7853 |7853 | 500 | 900 | 228 |   0 |   0 |-2.200000e+02 |-4.700000e+01 |  78.64%
6.79/6.89	c   6.5s|     1 |     0 |  3041 |  30M|   0 | 428 | 500 |7853 |7853 | 500 |1082 | 410 |   0 |   0 |-2.180000e+02 |-4.700000e+01 |  78.44%
7.08/7.10	c   6.7s|     1 |     0 |  3300 |  30M|   0 | 430 | 500 |7853 |7853 | 500 |1174 | 502 |   0 |   0 |-2.170000e+02 |-4.700000e+01 |  78.34%
7.29/7.39	c   7.0s|     1 |     0 |  3793 |  30M|   0 | 413 | 500 |7853 |7853 | 500 |1222 | 550 |   0 |   0 |-2.155000e+02 |-4.700000e+01 |  78.19%
7.69/7.73	c   7.3s|     1 |     0 |  4149 |  31M|   0 | 427 | 500 |7853 |7853 | 500 |1182 | 746 |   0 |   0 |-2.145000e+02 |-4.700000e+01 |  78.09%
7.89/7.97	c   7.5s|     1 |     0 |  4370 |  31M|   0 | 414 | 500 |7853 |7853 | 500 |1205 | 769 |   0 |   0 |-2.140000e+02 |-4.700000e+01 |  78.04%
8.29/8.39	c   8.0s|     1 |     0 |  4836 |  31M|   0 | 424 | 500 |7853 |7853 | 500 |1365 | 929 |   0 |   0 |-2.112500e+02 |-4.700000e+01 |  77.75%
8.59/8.65	c   8.2s|     1 |     0 |  5327 |  31M|   0 | 428 | 500 |7853 |7853 | 500 |1485 |1049 |   0 |   0 |-2.092500e+02 |-4.700000e+01 |  77.54%
9.19/9.21	c   8.8s|     1 |     0 |  5854 |  31M|   0 | 411 | 500 |7853 |7853 | 500 |2443 |2007 |   0 |   0 |-2.050000e+02 |-4.700000e+01 |  77.07%
9.38/9.47	c   9.0s|     1 |     0 |  6204 |  31M|   0 | 405 | 500 |7853 |7853 | 500 |2453 |2017 |   0 |   0 |-2.030000e+02 |-4.700000e+01 |  76.85%
9.59/9.69	c   9.2s|     1 |     0 |  6485 |  31M|   0 | 405 | 500 |7853 |7853 | 500 |2226 |2048 |   0 |   0 |-2.025000e+02 |-4.700000e+01 |  76.79%
9.89/9.95	c   9.5s|     1 |     0 |  6866 |  31M|   0 | 402 | 500 |7853 |7853 | 500 |2235 |2057 |   0 |   0 |-2.005000e+02 |-4.700000e+01 |  76.56%
10.19/10.28	c   9.8s|     1 |     0 |  7270 |  31M|   0 | 403 | 500 |7853 |7853 | 500 |2242 |2064 |   0 |   0 |-1.995000e+02 |-4.700000e+01 |  76.44%
10.69/10.75	c  10.3s|     1 |     0 |  7980 |  32M|   0 | 409 | 500 |7853 |7853 | 500 |2270 |2092 |   0 |   0 |-1.977917e+02 |-4.700000e+01 |  76.24%
11.09/11.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.09/11.14	c  10.7s|     1 |     0 |  8540 |  32M|   0 | 424 | 500 |7853 |7853 | 500 |2316 |2138 |   0 |   0 |-1.972558e+02 |-4.700000e+01 |  76.17%
11.69/11.72	c  11.3s|     1 |     0 |  9383 |  32M|   0 | 389 | 500 |7853 |7853 | 500 |2495 |2317 |   0 |   0 |-1.945000e+02 |-4.700000e+01 |  75.84%
12.28/12.32	c  11.9s|     1 |     0 | 10166 |  32M|   0 | 387 | 500 |7853 |7853 | 500 |1881 |2326 |   0 |   0 |-1.935000e+02 |-4.700000e+01 |  75.71%
12.58/12.63	c  12.2s|     1 |     0 | 10717 |  32M|   0 | 408 | 500 |7853 |7853 | 500 |1890 |2335 |   0 |   0 |-1.930000e+02 |-4.700000e+01 |  75.65%
12.99/13.06	c  12.6s|     1 |     0 | 11459 |  32M|   0 | 398 | 500 |7853 |7853 | 500 |1933 |2378 |   0 |   0 |-1.914000e+02 |-4.700000e+01 |  75.44%
13.29/13.39	c  12.9s|     1 |     0 | 11948 |  32M|   0 | 398 | 500 |7853 |7853 | 500 |2011 |2456 |   0 |   0 |-1.901500e+02 |-4.700000e+01 |  75.28%
13.78/13.84	c  13.4s|     1 |     0 | 12777 |  32M|   0 | 438 | 500 |7853 |7853 | 500 |2095 |2540 |   0 |   0 |-1.881628e+02 |-4.700000e+01 |  75.02%
14.38/14.42	c  13.9s|     1 |     0 | 13305 |  33M|   0 | 391 | 500 |7853 |7853 | 500 |3034 |3479 |   0 |   0 |-1.875700e+02 |-4.700000e+01 |  74.94%
14.78/14.88	c  14.4s|     1 |     0 | 13865 |  33M|   0 | 411 | 500 |7853 |7853 | 500 |2046 |3490 |   0 |   0 |-1.872670e+02 |-4.700000e+01 |  74.90%
15.18/15.28	c  14.8s|     1 |     0 | 14379 |  33M|   0 | 401 | 500 |7853 |7853 | 500 |2060 |3504 |   0 |   0 |-1.855039e+02 |-4.700000e+01 |  74.66%
15.69/15.74	c  15.3s|     1 |     0 | 14988 |  34M|   0 | 364 | 500 |7853 |7853 | 500 |2122 |3566 |   0 |   0 |-1.830000e+02 |-4.700000e+01 |  74.32%
16.18/16.27	c  15.8s|     1 |     0 | 15754 |  34M|   0 | 395 | 500 |7853 |7853 | 500 |2196 |3640 |   0 |   0 |-1.811429e+02 |-4.700000e+01 |  74.05%
16.78/16.85	c  16.4s|     1 |     0 | 16591 |  34M|   0 | 388 | 500 |7853 |7853 | 500 |2295 |3739 |   0 |   0 |-1.800000e+02 |-4.700000e+01 |  73.89%
17.38/17.48	c  17.0s|     1 |     0 | 17452 |  35M|   0 | 391 | 500 |7853 |7853 | 500 |2326 |3770 |   0 |   0 |-1.790000e+02 |-4.700000e+01 |  73.74%
17.78/17.87	c  17.4s|     1 |     0 | 18074 |  35M|   0 | 405 | 500 |7853 |7853 | 500 |1990 |3796 |   0 |   0 |-1.779308e+02 |-4.700000e+01 |  73.59%
18.28/18.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.28/18.31	c  17.8s|     1 |     0 | 18726 |  35M|   0 | 401 | 500 |7853 |7853 | 500 |2074 |3880 |   0 |   0 |-1.767500e+02 |-4.700000e+01 |  73.41%
18.78/18.82	c  18.3s|     1 |     0 | 19393 |  36M|   0 | 380 | 500 |7853 |7853 | 500 |2171 |3977 |   0 |   0 |-1.759500e+02 |-4.700000e+01 |  73.29%
19.28/19.30	c  18.8s|     1 |     0 | 20129 |  36M|   0 | 408 | 500 |7853 |7853 | 500 |2206 |4012 |   0 |   0 |-1.754778e+02 |-4.700000e+01 |  73.22%
19.87/19.90	c  19.4s|     1 |     0 | 20951 |  38M|   0 | 388 | 500 |7853 |7853 | 500 |2266 |4072 |   0 |   0 |-1.743750e+02 |-4.700000e+01 |  73.05%
20.17/20.26	c  19.8s|     1 |     0 | 21404 |  38M|   0 | 419 | 500 |7853 |7853 | 500 |2307 |4113 |   0 |   0 |-1.737429e+02 |-4.700000e+01 |  72.95%
20.78/20.87	c  20.4s|     1 |     0 | 22241 |  39M|   0 | 432 | 500 |7853 |7853 | 500 |1374 |4157 |   0 |   0 |-1.725760e+02 |-4.700000e+01 |  72.77%
21.18/21.29	c  20.8s|     1 |     0 | 22855 |  40M|   0 | 427 | 500 |7853 |7853 | 500 |1520 |4303 |   0 |   0 |-1.719968e+02 |-4.700000e+01 |  72.67%
21.78/21.86	c  21.3s|     1 |     0 | 23583 |  41M|   0 | 415 | 500 |7853 |7853 | 500 |1693 |4476 |   0 |   0 |-1.709932e+02 |-4.700000e+01 |  72.51%
22.27/22.34	c  21.8s|     1 |     0 | 24349 |  42M|   0 | 454 | 500 |7853 |7853 | 500 |1759 |4542 |   0 |   0 |-1.701763e+02 |-4.700000e+01 |  72.38%
22.98/23.03	c  22.5s|     1 |     0 | 25079 |  43M|   0 | 441 | 500 |7853 |7853 | 500 |2086 |4869 |   0 |   0 |-1.696051e+02 |-4.700000e+01 |  72.29%
23.68/23.78	c  23.2s|     1 |     0 | 25931 |  44M|   0 | 437 | 500 |7853 |7853 | 500 |2152 |4935 |   0 |   0 |-1.686681e+02 |-4.700000e+01 |  72.13%
24.48/24.53	c  24.0s|     1 |     0 | 26569 |  44M|   0 | 443 | 500 |7853 |7853 | 500 |1851 |5015 |   0 |   0 |-1.682402e+02 |-4.700000e+01 |  72.06%
25.07/25.12	c  24.6s|     1 |     0 | 27070 |  44M|   0 | 447 | 500 |7853 |7853 | 500 |1921 |5085 |   0 |   0 |-1.679695e+02 |-4.700000e+01 |  72.02%
25.68/25.75	c  25.2s|     1 |     0 | 27560 |  44M|   0 | 467 | 500 |7853 |7853 | 500 |1952 |5116 |   0 |   0 |-1.674368e+02 |-4.700000e+01 |  71.93%
26.57/26.65	c  26.1s|     1 |     0 | 28253 |  44M|   0 | 442 | 500 |7853 |7853 | 500 |2132 |5296 |   0 |   0 |-1.667715e+02 |-4.700000e+01 |  71.82%
27.48/27.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.48/27.56	c  27.0s|     1 |     0 | 29129 |  44M|   0 | 450 | 500 |7853 |7853 | 500 |2180 |5344 |   0 |   0 |-1.657410e+02 |-4.700000e+01 |  71.64%
28.37/28.42	c  27.9s|     1 |     0 | 29861 |  44M|   0 | 451 | 500 |7853 |7853 | 500 |2227 |5391 |   0 |   0 |-1.647074e+02 |-4.700000e+01 |  71.46%
29.17/29.24	c  28.7s|     1 |     0 | 30396 |  45M|   0 | 456 | 500 |7853 |7853 | 500 |1887 |5443 |   0 |   0 |-1.640896e+02 |-4.700000e+01 |  71.36%
30.07/30.12	c  29.6s|     1 |     0 | 31206 |  45M|   0 | 469 | 500 |7853 |7853 | 500 |1939 |5495 |   0 |   0 |-1.632763e+02 |-4.700000e+01 |  71.21%
30.87/30.95	c  30.4s|     1 |     0 | 31714 |  45M|   0 | 468 | 500 |7853 |7853 | 500 |2099 |5655 |   0 |   0 |-1.629330e+02 |-4.700000e+01 |  71.15%
31.78/31.85	c  31.3s|     1 |     0 | 32388 |  45M|   0 | 475 | 500 |7853 |7853 | 500 |2132 |5688 |   0 |   0 |-1.622727e+02 |-4.700000e+01 |  71.04%
32.67/32.73	c  32.1s|     1 |     0 | 32832 |  45M|   0 | 473 | 500 |7853 |7853 | 500 |2200 |5756 |   0 |   0 |-1.619926e+02 |-4.700000e+01 |  70.99%
33.67/33.71	c  33.1s|     1 |     0 | 33537 |  45M|   0 | 478 | 500 |7853 |7853 | 500 |2256 |5812 |   0 |   0 |-1.615818e+02 |-4.700000e+01 |  70.91%
34.86/34.95	c  34.4s|     1 |     0 | 34559 |  45M|   0 | 480 | 500 |7853 |7853 | 500 |1995 |5850 |   0 |   0 |-1.604044e+02 |-4.700000e+01 |  70.70%
35.87/36.00	c  35.4s|     1 |     0 | 35399 |  45M|   0 | 477 | 500 |7853 |7853 | 500 |2039 |5894 |   0 |   0 |-1.596704e+02 |-4.700000e+01 |  70.56%
36.87/36.90	c  36.3s|     1 |     0 | 35878 |  45M|   0 | 477 | 500 |7853 |7853 | 500 |2073 |5928 |   0 |   0 |-1.593675e+02 |-4.700000e+01 |  70.51%
37.67/37.78	c  37.2s|     1 |     0 | 36352 |  45M|   0 | 487 | 500 |7853 |7853 | 500 |2094 |5949 |   0 |   0 |-1.590096e+02 |-4.700000e+01 |  70.44%
38.57/38.68	c  38.1s|     1 |     0 | 36867 |  45M|   0 | 482 | 500 |7853 |7853 | 500 |2117 |5972 |   0 |   0 |-1.586094e+02 |-4.700000e+01 |  70.37%
39.66/39.73	c  39.1s|     1 |     0 | 37495 |  45M|   0 | 481 | 500 |7853 |7853 | 500 |2135 |5990 |   0 |   0 |-1.579611e+02 |-4.700000e+01 |  70.25%
40.57/40.62	c  40.0s|     1 |     0 | 37909 |  45M|   0 | 481 | 500 |7853 |7853 | 500 |1913 |6015 |   0 |   0 |-1.576061e+02 |-4.700000e+01 |  70.18%
41.37/41.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.37/41.41	c  40.8s|     1 |     0 | 38358 |  45M|   0 | 484 | 500 |7853 |7853 | 500 |1953 |6055 |   0 |   0 |-1.572877e+02 |-4.700000e+01 |  70.12%
42.16/42.27	c  41.6s|     1 |     0 | 38904 |  45M|   0 | 484 | 500 |7853 |7853 | 500 |2011 |6113 |   0 |   0 |-1.569001e+02 |-4.700000e+01 |  70.04%
43.07/43.12	c  42.5s|     1 |     0 | 39292 |  45M|   0 | 485 | 500 |7853 |7853 | 500 |2033 |6135 |   0 |   0 |-1.567155e+02 |-4.700000e+01 |  70.01%
43.97/44.06	c  43.4s|     1 |     0 | 39829 |  45M|   0 | 486 | 500 |7853 |7853 | 500 |2053 |6155 |   0 |   0 |-1.562621e+02 |-4.700000e+01 |  69.92%
44.76/44.89	c  44.2s|     1 |     0 | 40139 |  45M|   0 | 487 | 500 |7853 |7853 | 500 |2076 |6178 |   0 |   0 |-1.561590e+02 |-4.700000e+01 |  69.90%
45.76/45.82	c  45.2s|     1 |     0 | 40619 |  45M|   0 | 486 | 500 |7853 |7853 | 500 |1912 |6201 |   0 |   0 |-1.557879e+02 |-4.700000e+01 |  69.83%
46.67/46.77	c  46.1s|     1 |     0 | 41190 |  45M|   0 | 485 | 500 |7853 |7853 | 500 |1931 |6220 |   0 |   0 |-1.553916e+02 |-4.700000e+01 |  69.75%
47.66/47.70	c  47.0s|     1 |     0 | 41741 |  45M|   0 | 484 | 500 |7853 |7853 | 500 |1970 |6259 |   0 |   0 |-1.548658e+02 |-4.700000e+01 |  69.65%
48.47/48.55	c  47.9s|     1 |     0 | 42140 |  45M|   0 | 488 | 500 |7853 |7853 | 500 |2006 |6295 |   0 |   0 |-1.546645e+02 |-4.700000e+01 |  69.61%
49.47/49.58	c  48.9s|     1 |     0 | 42777 |  45M|   0 | 490 | 500 |7853 |7853 | 500 |2037 |6326 |   0 |   0 |-1.541871e+02 |-4.700000e+01 |  69.52%
50.36/50.49	c  49.8s|     1 |     0 | 43206 |  45M|   0 | 489 | 500 |7853 |7853 | 500 |2055 |6344 |   0 |   0 |-1.539199e+02 |-4.700000e+01 |  69.46%
51.36/51.44	c  50.8s|     1 |     0 | 43656 |  45M|   0 | 488 | 500 |7853 |7853 | 500 |1979 |6364 |   0 |   0 |-1.536097e+02 |-4.700000e+01 |  69.40%
52.27/52.30	c  51.6s|     1 |     0 | 44072 |  45M|   0 | 490 | 500 |7853 |7853 | 500 |2006 |6391 |   0 |   0 |-1.533379e+02 |-4.700000e+01 |  69.35%
53.16/53.22	c  52.5s|     1 |     0 | 44483 |  45M|   0 | 489 | 500 |7853 |7853 | 500 |2029 |6414 |   0 |   0 |-1.530295e+02 |-4.700000e+01 |  69.29%
54.07/54.19	c  53.5s|     1 |     0 | 45000 |  45M|   0 | 490 | 500 |7853 |7853 | 500 |2056 |6441 |   0 |   0 |-1.526095e+02 |-4.700000e+01 |  69.20%
54.97/55.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.97/55.03	c  54.3s|     1 |     0 | 45261 |  45M|   0 | 493 | 500 |7853 |7853 | 500 |2077 |6462 |   0 |   0 |-1.525022e+02 |-4.700000e+01 |  69.18%
55.97/56.01	c  55.3s|     1 |     0 | 45735 |  45M|   0 | 495 | 500 |7853 |7853 | 500 |2099 |6484 |   0 |   0 |-1.521382e+02 |-4.700000e+01 |  69.11%
56.96/57.00	c  56.3s|     1 |     0 | 46210 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2030 |6498 |   0 |   0 |-1.517733e+02 |-4.700000e+01 |  69.03%
57.76/57.83	c  57.1s|     1 |     0 | 46426 |  45M|   0 | 492 | 500 |7853 |7853 | 500 |2038 |6506 |   0 |   0 |-1.516150e+02 |-4.700000e+01 |  69.00%
58.56/58.66	c  58.0s|     1 |     0 | 46681 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2055 |6523 |   0 |   0 |-1.514398e+02 |-4.700000e+01 |  68.96%
59.36/59.48	c  58.8s|     1 |     0 | 46898 |  45M|   0 | 493 | 500 |7853 |7853 | 500 |2066 |6534 |   0 |   0 |-1.513313e+02 |-4.700000e+01 |  68.94%
60.26/60.34	c  59.6s|     1 |     0 | 47212 |  45M|   0 | 493 | 500 |7853 |7853 | 500 |2078 |6546 |   0 |   0 |-1.511255e+02 |-4.700000e+01 |  68.90%
61.16/61.22	c  60.5s|     1 |     0 | 47527 |  45M|   0 | 496 | 500 |7853 |7853 | 500 |2092 |6560 |   0 |   0 |-1.509167e+02 |-4.700000e+01 |  68.86%
61.96/62.05	c  61.3s|     1 |     0 | 47745 |  45M|   0 | 495 | 500 |7853 |7853 | 500 |2034 |6572 |   0 |   0 |-1.507575e+02 |-4.700000e+01 |  68.82%
62.76/62.83	c  62.1s|     1 |     0 | 47941 |  45M|   0 | 495 | 500 |7853 |7853 | 500 |2048 |6586 |   0 |   0 |-1.506548e+02 |-4.700000e+01 |  68.80%
63.55/63.65	c  62.9s|     1 |     0 | 48185 |  45M|   0 | 495 | 500 |7853 |7853 | 500 |2060 |6598 |   0 |   0 |-1.504913e+02 |-4.700000e+01 |  68.77%
64.36/64.48	c  63.7s|     1 |     0 | 48434 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2069 |6607 |   0 |   0 |-1.503486e+02 |-4.700000e+01 |  68.74%
65.16/65.28	c  64.5s|     1 |     0 | 48640 |  45M|   0 | 497 | 500 |7853 |7853 | 500 |2085 |6623 |   0 |   0 |-1.502493e+02 |-4.700000e+01 |  68.72%
65.96/66.08	c  65.3s|     1 |     0 | 48827 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2091 |6629 |   0 |   0 |-1.501875e+02 |-4.700000e+01 |  68.71%
66.86/66.96	c  66.2s|     1 |     0 | 49150 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2042 |6642 |   0 |   0 |-1.500120e+02 |-4.700000e+01 |  68.67%
67.65/67.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.65/67.77	c  67.0s|     1 |     0 | 49415 |  45M|   0 | 490 | 500 |7853 |7853 | 500 |2053 |6653 |   0 |   0 |-1.498932e+02 |-4.700000e+01 |  68.64%
68.55/68.60	c  67.8s|     1 |     0 | 49712 |  45M|   0 | 492 | 500 |7853 |7853 | 500 |2069 |6669 |   0 |   0 |-1.497524e+02 |-4.700000e+01 |  68.61%
69.36/69.41	c  68.6s|     1 |     0 | 49944 |  45M|   0 | 497 | 500 |7853 |7853 | 500 |2083 |6683 |   0 |   0 |-1.496655e+02 |-4.700000e+01 |  68.60%
70.15/70.25	c  69.5s|     1 |     0 | 50253 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2092 |6692 |   0 |   0 |-1.495488e+02 |-4.700000e+01 |  68.57%
70.96/71.08	c  70.3s|     1 |     0 | 50502 |  45M|   0 | 494 | 500 |7853 |7853 | 500 |2100 |6700 |   0 |   0 |-1.494696e+02 |-4.700000e+01 |  68.56%
71.76/71.88	c  71.1s|     1 |     0 | 50741 |  45M|   0 | 496 | 500 |7853 |7853 | 500 |2064 |6711 |   0 |   0 |-1.494056e+02 |-4.700000e+01 |  68.54%
72.56/72.64	c  71.8s|     1 |     0 | 50952 |  45M|   0 | 495 | 500 |7853 |7853 | 500 |2075 |6722 |   0 |   0 |-1.493685e+02 |-4.700000e+01 |  68.53%
73.25/73.38	c  72.6s|     1 |     0 | 51118 |  45M|   0 | 498 | 500 |7853 |7853 | 500 |2089 |6736 |   0 |   0 |-1.493353e+02 |-4.700000e+01 |  68.53%
74.06/74.18	c  73.4s|     1 |     0 | 51351 |  44M|   0 | 494 | 500 |7853 |7853 | 500 |2099 |6746 |   0 |   0 |-1.492555e+02 |-4.700000e+01 |  68.51%
74.85/74.96	c  74.2s|     1 |     0 | 51598 |  44M|   0 | 497 | 500 |7853 |7853 | 500 |2114 |6761 |   0 |   0 |-1.492029e+02 |-4.700000e+01 |  68.50%
75.65/75.73	c  74.9s|     1 |     0 | 51800 |  44M|   0 | 498 | 500 |7853 |7853 | 500 |2123 |6770 |   0 |   0 |-1.491417e+02 |-4.700000e+01 |  68.49%
76.35/76.49	c  75.7s|     1 |     0 | 51962 |  44M|   0 | 495 | 500 |7853 |7853 | 500 |2081 |6781 |   0 |   0 |-1.491123e+02 |-4.700000e+01 |  68.48%
77.15/77.25	c  76.4s|     1 |     0 | 52157 |  44M|   0 | 498 | 500 |7853 |7853 | 500 |2091 |6791 |   0 |   0 |-1.490573e+02 |-4.700000e+01 |  68.47%
77.85/77.97	c  77.1s|     1 |     0 | 52309 |  44M|   0 | 498 | 500 |7853 |7853 | 500 |2102 |6802 |   0 |   0 |-1.490353e+02 |-4.700000e+01 |  68.46%
78.65/78.75	c  77.9s|     1 |     0 | 52555 |  44M|   0 | 497 | 500 |7853 |7853 | 500 |2113 |6813 |   0 |   0 |-1.489958e+02 |-4.700000e+01 |  68.46%
79.45/79.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.45/79.52	c  78.7s|     1 |     0 | 52809 |  44M|   0 | 497 | 500 |7853 |7853 | 500 |2121 |6821 |   0 |   0 |-1.489659e+02 |-4.700000e+01 |  68.45%
80.15/80.27	c  79.4s|     1 |     0 | 53061 |  44M|   0 | 470 | 500 |7853 |7853 | 500 |2131 |6831 |   0 |   0 |-1.489444e+02 |-4.700000e+01 |  68.44%
80.85/80.98	c  80.1s|     1 |     0 | 53341 |  44M|   0 | 497 | 500 |7853 |7853 | 500 |2083 |6833 |   0 |   0 |-1.489042e+02 |-4.700000e+01 |  68.44%
81.64/81.73	c  80.9s|     1 |     0 | 53570 |  44M|   0 | 499 | 500 |7853 |7853 | 500 |2092 |6842 |   0 |   0 |-1.488788e+02 |-4.700000e+01 |  68.43%
82.35/82.44	c  81.6s|     1 |     0 | 53757 |  44M|   0 | 497 | 500 |7853 |7853 | 500 |2102 |6852 |   0 |   0 |-1.488628e+02 |-4.700000e+01 |  68.43%
83.05/83.15	c  82.3s|     1 |     0 | 53955 |  44M|   0 | 500 | 500 |7853 |7853 | 500 |2108 |6858 |   0 |   0 |-1.488509e+02 |-4.700000e+01 |  68.42%
83.74/83.87	c  83.0s|     1 |     0 | 54154 |  44M|   0 | 500 | 500 |7853 |7853 | 500 |2118 |6868 |   0 |   0 |-1.488388e+02 |-4.700000e+01 |  68.42%
84.54/84.61	c  83.8s|     1 |     0 | 54394 |  44M|   0 | 499 | 500 |7853 |7853 | 500 |2127 |6877 |   0 |   0 |-1.488188e+02 |-4.700000e+01 |  68.42%
85.25/85.34	c  84.5s|     1 |     0 | 54604 |  44M|   0 | 499 | 500 |7853 |7853 | 500 |2097 |6885 |   0 |   0 |-1.488085e+02 |-4.700000e+01 |  68.42%
85.84/85.99	c  85.1s|     1 |     0 | 54699 |  44M|   0 | 499 | 500 |7853 |7853 | 500 |2104 |6892 |   0 |   0 |-1.488057e+02 |-4.700000e+01 |  68.42%
86.54/86.68	c  85.8s|     1 |     0 | 54888 |  44M|   0 | 498 | 500 |7853 |7853 | 500 |2110 |6898 |   0 |   0 |-1.487954e+02 |-4.700000e+01 |  68.41%
87.34/87.40	c  86.5s|     1 |     0 | 55096 |  44M|   0 | 448 | 500 |7853 |7853 | 500 |2118 |6906 |   0 |   0 |-1.487778e+02 |-4.700000e+01 |  68.41%
99.73/99.81	c  98.9s|     1 |     2 | 55096 |  43M|   0 | 448 | 500 |7853 |7853 | 500 |2118 |6906 |   0 |  28 |-1.487778e+02 |-4.700000e+01 |  68.41%
1800.07/1801.01	c 
1800.07/1801.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1801.01	c Solving Time (sec) : 1785.66
1800.07/1801.01	c Solving Nodes      : 5656
1800.07/1801.01	c Primal Bound       : -4.70000000000000e+01 (4 solutions)
1800.07/1801.01	c Dual Bound         : -1.41481321898535e+02
1800.07/1801.01	c Gap                : 66.78 %
1800.07/1801.02	c NODE         5656
1800.07/1801.02	c DUAL BOUND   -141.481
1800.07/1801.02	c PRIMAL BOUND -47
1800.07/1801.02	c GAP          0.667801
1800.07/1801.02	s SATISFIABLE
1800.07/1801.02	v x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.07/1801.02	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1800.07/1801.02	v -x457 -x456 -x455 -x454 x453 -x452 -x451 -x450 -x449 -x448 -x447 x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.07/1801.02	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.07/1801.02	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.07/1801.02	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 x378 -x377 -x376 -x375 -x374 
1800.07/1801.02	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.07/1801.02	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 -x335 -x334 -x333 
1800.07/1801.02	v -x332 -x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 -x323 -x322 -x321 -x320 x319 x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.07/1801.02	v x310 -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1800.07/1801.02	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.07/1801.02	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1800.07/1801.02	v -x247 -x246 -x245 -x244 -x243 x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 -x227 
1800.07/1801.02	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1800.07/1801.02	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1800.07/1801.02	v x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 x169 -x168 -x167 -x166 -x165 -x164 
1800.07/1801.02	v -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 
1800.07/1801.02	v x142 -x141 x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1800.07/1801.02	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 x103 -x102 -x101 -x100 
1800.07/1801.02	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 
1800.07/1801.02	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 
1800.07/1801.02	v x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 
1800.07/1801.02	v -x22 x21 -x20 -x19 -x18 x17 x16 -x15 x14 -x13 x12 x11 -x10 x9 x8 -x7 -x6 -x5 x4 x3 -x2 -x1 
1800.07/1801.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1801.02	c Solving Time       :    1785.66
1800.07/1801.02	c Original Problem   :
1800.07/1801.02	c   Problem name     : HOME/instance-1870366-1245199816.opb
1800.07/1801.02	c   Variables        : 8353 (8353 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1801.02	c   Constraints      : 8353 initial, 8353 maximal
1800.07/1801.02	c Presolved Problem  :
1800.07/1801.02	c   Problem name     : t_HOME/instance-1870366-1245199816.opb
1800.07/1801.02	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1801.02	c   Constraints      : 7853 initial, 7853 maximal
1800.07/1801.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1801.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1801.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1801.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1801.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1801.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1801.02	c   probing          :       0.23          0          0          0          0          0          0          0          0
1800.07/1801.02	c   and              :       0.16          0          0          0          0          0          0          0          0
1800.07/1801.02	c   linear           :       0.04       7853          0          0       7853          0        500          0          0
1800.07/1801.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1801.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1801.02	c   integral         :          0          0          0       5656          0          0          0          0          0      11312
1800.07/1801.02	c   and              :       7853      17403      46608          0          0          0     124837    1218284          0          0
1800.07/1801.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1801.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1801.02	c   integral         :     262.62       0.00       0.00     262.62       0.00
1800.07/1801.02	c   and              :      93.26      76.29      16.97       0.00       0.00
1800.07/1801.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1801.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1801.02	c   rootredcost      :       0.03          0          0          0
1800.07/1801.02	c   pseudoobj        :       1.64      46945          0          0
1800.07/1801.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1801.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1801.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1801.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1801.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1801.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1801.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.07/1801.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1801.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1801.02	c   cut pool         :       0.59        128          -          -       1350          -    (maximal pool size: 7202)
1800.07/1801.02	c   redcost          :       0.38      17403          0          0          0          0
1800.07/1801.02	c   impliedbounds    :       0.18        129          0          0       9389          0
1800.07/1801.02	c   intobj           :       0.00          0          0          0          0          0
1800.07/1801.02	c   gomory           :      49.71        129          0          0      28396          0
1800.07/1801.02	c   strongcg         :       1.42         20          0          0      10000          0
1800.07/1801.02	c   cmir             :       0.49         10          0          0          0          0
1800.07/1801.02	c   flowcover        :       0.34         10          0          0          0          0
1800.07/1801.02	c   clique           :       1.41        129          0          0       1117          0
1800.07/1801.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1801.02	c   mcf              :       0.03          1          0          0          0          0
1800.07/1801.02	c Pricers            :       Time      Calls       Vars
1800.07/1801.02	c   problem variables:       0.00          0          0
1800.07/1801.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1801.02	c   relpscost        :     262.57       5656          0          0          0          0      11312
1800.07/1801.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1801.02	c   random           :       0.00          0          0          0          0          0          0
1800.07/1801.02	c Primal Heuristics  :       Time      Calls      Found
1800.07/1801.02	c   LP solutions     :       0.00          -          0
1800.07/1801.02	c   pseudo solutions :       0.00          -          0
1800.07/1801.02	c   oneopt           :       0.00          1          0
1800.07/1801.02	c   crossover        :       0.09          4          0
1800.07/1801.02	c   objpscostdiving  :      20.10         30          0
1800.07/1801.02	c   coefdiving       :      53.40         72          0
1800.07/1801.02	c   veclendiving     :      54.19         81          0
1800.07/1801.02	c   linesearchdiving :      44.72        150          0
1800.07/1801.02	c   fracdiving       :      48.25        151          0
1800.07/1801.02	c   simplerounding   :       0.03          0          0
1800.07/1801.02	c   rounding         :      24.98       9359          3
1800.07/1801.02	c   shifting         :       2.36        761          1
1800.07/1801.02	c   intshifting      :       0.00          0          0
1800.07/1801.02	c   fixandinfer      :       0.00          0          0
1800.07/1801.02	c   feaspump         :       0.01          0          0
1800.07/1801.02	c   pscostdiving     :      57.86         60          0
1800.07/1801.02	c   intdiving        :       0.00          0          0
1800.07/1801.02	c   actconsdiving    :       0.00          0          0
1800.07/1801.02	c   rootsoldiving    :      11.07         71          0
1800.07/1801.02	c   guideddiving     :      49.43        142          0
1800.07/1801.02	c   octane           :       0.00          0          0
1800.07/1801.02	c   rens             :       0.01          0          0
1800.07/1801.02	c   rins             :       0.00          0          0
1800.07/1801.02	c   localbranching   :       0.00          0          0
1800.07/1801.02	c   mutation         :       0.00          0          0
1800.07/1801.02	c   dins             :       0.00          0          0
1800.07/1801.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1801.02	c   primal LP        :       6.07          0          0       0.00       0.00
1800.07/1801.02	c   dual LP          :     979.64      17576    3431285     195.23    3502.60
1800.07/1801.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1801.02	c   diving/probing LP:     309.02      34414    1222513      35.52    3956.10
1800.07/1801.02	c   strong branching :     261.53       2558     859404     335.97    3286.06
1800.07/1801.02	c     (at root node) :          -         28      23431     836.82          -
1800.07/1801.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1801.02	c B&B Tree           :
1800.07/1801.02	c   number of runs   :          1
1800.07/1801.02	c   nodes            :       5656
1800.07/1801.02	c   nodes (total)    :       5656
1800.07/1801.02	c   nodes left       :       5657
1800.07/1801.02	c   max depth        :         52
1800.07/1801.02	c   max depth (total):         52
1800.07/1801.02	c   backtracks       :       1277 (22.6%)
1800.07/1801.02	c   delayed cutoffs  :          0
1800.07/1801.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.07/1801.02	c   avg switch length:       6.96
1800.07/1801.02	c   switching time   :      10.54
1800.07/1801.02	c Solution           :
1800.07/1801.02	c   Solutions found  :          4 (3 improvements)
1800.07/1801.02	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 1 nodes, 4.12 seconds, depth 0, found by <rounding>)
1800.07/1801.02	c   Dual Bound       : -1.41481321898535e+02
1800.07/1801.02	c   Gap              :      66.78 %
1800.07/1801.02	c   Root Dual Bound  : -1.48777777777778e+02
1800.27/1801.22	c Time complete: 1800.29.

Verifier Data

OK	-47

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.03 1.01 3/65 19946
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=6100 CPUtime=0
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 571 0 0 0 0 0 0 0 19 0 1 0 187580349 6246400 553 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/19946/statm: 1525 564 325 886 0 635 0

[startup+0.026474 s]
/proc/loadavg: 1.06 1.03 1.01 3/65 19946
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=11832 CPUtime=0.02
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 2262 0 0 0 1 1 0 0 20 0 1 0 187580349 12115968 2244 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19946/statm: 2958 2254 354 886 0 2068 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11832

[startup+0.101489 s]
/proc/loadavg: 1.06 1.03 1.01 3/65 19946
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=22256 CPUtime=0.09
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 5083 0 0 0 7 2 0 0 20 0 1 0 187580349 22790144 4712 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 5564 4721 367 886 0 4674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22256

[startup+0.301526 s]
/proc/loadavg: 1.06 1.03 1.01 3/65 19946
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=37276 CPUtime=0.29
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 8738 0 0 0 21 8 0 0 21 0 1 0 187580349 38170624 8366 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 9319 8366 404 886 0 8429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37276

[startup+0.701605 s]
/proc/loadavg: 1.06 1.03 1.01 3/65 19946
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=38428 CPUtime=0.69
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 9027 0 0 0 49 20 0 0 25 0 1 0 187580349 39350272 8655 1992294400 4194304 7823515 548682068736 18446744073709551615 4903340 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 9607 8655 433 886 0 8717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38428

[startup+1.50176 s]
/proc/loadavg: 1.06 1.03 1.01 2/66 19947
/proc/meminfo: memFree=1771056/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=57972 CPUtime=1.48
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 13963 0 0 0 125 23 0 0 25 0 1 0 187580349 59363328 13391 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 14493 13391 543 886 0 13603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 57972

[startup+3.10108 s]
/proc/loadavg: 1.06 1.03 1.01 2/66 19947
/proc/meminfo: memFree=1768048/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=60384 CPUtime=3.08
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 14648 0 0 0 281 27 0 0 25 0 1 0 187580349 61833216 14076 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 15096 14076 545 886 0 14206 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60384

[startup+6.30175 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 19947
/proc/meminfo: memFree=1759216/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=67192 CPUtime=6.29
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 16727 0 0 0 598 31 0 0 25 0 1 0 187580349 68804608 15971 1992294400 4194304 7823515 548682068736 18446744073709551615 6722787 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 16798 15971 546 886 0 15908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67192

[startup+12.702 s]
/proc/loadavg: 1.21 1.06 1.02 2/66 19947
/proc/meminfo: memFree=1742128/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=83156 CPUtime=12.68
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 20785 0 0 0 1231 37 0 0 25 0 1 0 187580349 85151744 19992 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 20789 19992 546 886 0 19899 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83156

[startup+25.5015 s]
/proc/loadavg: 1.23 1.07 1.02 2/66 19947
/proc/meminfo: memFree=1723888/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=101516 CPUtime=25.47
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 25492 0 0 0 2502 45 0 0 25 0 1 0 187580349 103952384 24593 1992294400 4194304 7823515 548682068736 18446744073709551615 4252216 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 25379 24593 547 886 0 24489 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 101516

[startup+51.1015 s]
/proc/loadavg: 1.15 1.06 1.02 2/66 19947
/proc/meminfo: memFree=1723824/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=102064 CPUtime=51.06
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 25509 0 0 0 5049 57 0 0 25 0 1 0 187580349 104513536 24610 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 25516 24610 547 886 0 24626 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 102064

[startup+102.306 s]
/proc/loadavg: 1.06 1.05 1.01 2/66 19947
/proc/meminfo: memFree=1722032/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=103712 CPUtime=102.24
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 25981 0 0 0 10141 83 0 0 25 0 1 0 187580349 106201088 25082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 25928 25082 554 886 0 25038 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 103712

[startup+162.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 19947
/proc/meminfo: memFree=1721968/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104092 CPUtime=162.2
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 25984 0 0 0 16089 131 0 0 25 0 1 0 187580349 106590208 25085 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26023 25085 555 886 0 25133 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 104092

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 19949
/proc/meminfo: memFree=1721648/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104092 CPUtime=222.17
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 25986 0 0 0 22037 180 0 0 25 0 1 0 187580349 106590208 25087 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26023 25087 555 886 0 25133 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 104092

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 19949
/proc/meminfo: memFree=1721456/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104296 CPUtime=282.13
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 27139 0 0 0 27988 225 0 0 25 0 1 0 187580349 106799104 25149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26074 25149 566 886 0 25184 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 104296

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 19949
/proc/meminfo: memFree=1721520/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104296 CPUtime=342.1
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 27139 0 0 0 33939 271 0 0 25 0 1 0 187580349 106799104 25149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26074 25149 566 886 0 25184 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 104296

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19949
/proc/meminfo: memFree=1721136/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104952 CPUtime=402.06
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 27291 0 0 0 39891 315 0 0 25 0 1 0 187580349 107470848 25301 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26238 25301 566 886 0 25348 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 104952

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19949
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=106160 CPUtime=462.04
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 29487 0 0 0 45844 360 0 0 25 0 1 0 187580349 108707840 25632 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26540 25632 566 886 0 25650 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 106160

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19949
/proc/meminfo: memFree=1718192/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=107824 CPUtime=522.01
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 29857 0 0 0 51799 402 0 0 25 0 1 0 187580349 110411776 26002 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 26956 26002 566 886 0 26066 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 107824

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19949
/proc/meminfo: memFree=1717168/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=108872 CPUtime=581.96
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 30145 0 0 0 57750 446 0 0 25 0 1 0 187580349 111484928 26289 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 27218 26289 566 886 0 26328 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 108872

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19949
/proc/meminfo: memFree=1715824/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=110296 CPUtime=641.93
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 30478 0 0 0 63698 495 0 0 25 0 1 0 187580349 112943104 26622 1992294400 4194304 7823515 548682068736 18446744073709551615 6180619 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 27574 26622 566 886 0 26684 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 110296

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1711408/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=114596 CPUtime=881.82
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 33322 0 0 0 87492 690 0 0 25 0 1 0 187580349 117346304 27667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 28649 27667 566 886 0 27759 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 114596

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1709168/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=116992 CPUtime=941.78
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 33881 0 0 0 93441 737 0 0 25 0 1 0 187580349 119799808 28226 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 29248 28226 566 886 0 28358 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 116992

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1707696/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=118496 CPUtime=1001.75
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 34246 0 0 0 99394 781 0 0 25 0 1 0 187580349 121339904 28591 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 29624 28591 566 886 0 28734 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 118496

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1706288/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=119772 CPUtime=1061.72
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 34591 0 0 0 105342 830 0 0 25 0 1 0 187580349 122646528 28934 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 29943 28934 566 886 0 29053 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 119772

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1705328/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=120632 CPUtime=1121.68
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 34818 0 0 0 111291 877 0 0 25 0 1 0 187580349 123527168 29161 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 30158 29161 566 886 0 29268 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 120632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1703280/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=123112 CPUtime=1181.65
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 37305 0 0 0 117240 925 0 0 25 0 1 0 187580349 126066688 29723 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 30778 29723 566 886 0 29888 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 123112

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1701552/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=124516 CPUtime=1241.62
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 37666 0 0 0 123189 973 0 0 25 0 1 0 187580349 127504384 30084 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 31129 30084 566 886 0 30239 0
Current children cumulated CPU time (s) 1241.62
Current children cumulated vsize (KiB) 124516

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1701104/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=125008 CPUtime=1301.59
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 37785 0 0 0 129140 1019 0 0 25 0 1 0 187580349 128008192 30203 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 31252 30203 566 886 0 30362 0
Current children cumulated CPU time (s) 1301.59
Current children cumulated vsize (KiB) 125008

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=126368 CPUtime=1361.55
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 38145 0 0 0 135088 1067 0 0 25 0 1 0 187580349 129400832 30563 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 31592 30563 566 886 0 30702 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 126368

[startup+1422.31 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 19955
/proc/meminfo: memFree=1699184/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=126572 CPUtime=1421.53
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 38235 0 0 0 141039 1114 0 0 25 0 1 0 187580349 129609728 30653 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 31643 30653 566 886 0 30753 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 126572

[startup+1482.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 19955
/proc/meminfo: memFree=1697520/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=128340 CPUtime=1481.5
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 38659 0 0 0 146987 1163 0 0 25 0 1 0 187580349 131420160 31077 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 32085 31077 566 886 0 31195 0
Current children cumulated CPU time (s) 1481.5
Current children cumulated vsize (KiB) 128340

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1695280/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=130624 CPUtime=1541.48
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 39207 0 0 0 152940 1208 0 0 25 0 1 0 187580349 133758976 31624 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 32656 31624 566 886 0 31766 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 130624

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1693872/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=131808 CPUtime=1601.45
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 39554 0 0 0 158886 1259 0 0 25 0 1 0 187580349 134971392 31971 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 32952 31971 566 886 0 32062 0
Current children cumulated CPU time (s) 1601.45
Current children cumulated vsize (KiB) 131808

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1691312/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=134416 CPUtime=1661.43
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 40206 0 0 0 164831 1312 0 0 25 0 1 0 187580349 137641984 32623 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 33604 32623 566 886 0 32714 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 134416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1690032/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=135580 CPUtime=1721.4
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 40536 0 0 0 170773 1367 0 0 25 0 1 0 187580349 138833920 32953 1992294400 4194304 7823515 548682068736 18446744073709551615 6177557 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19946/statm: 33895 32953 566 886 0 33005 0
Current children cumulated CPU time (s) 1721.4
Current children cumulated vsize (KiB) 135580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1687536/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=137988 CPUtime=1781.37
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 41108 0 0 0 176717 1420 0 0 25 0 1 0 187580349 141299712 33524 1992294400 4194304 7823515 548682068736 18446744073709551615 6175344 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 34497 33524 566 886 0 33607 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 137988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1686512/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=139096 CPUtime=1800.07
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 41371 0 0 0 178572 1435 0 0 25 0 1 0 187580349 142434304 33787 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19946/statm: 34774 33787 566 886 0 33884 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 139096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19955
/proc/meminfo: memFree=1686512/2055920 swapFree=4192812/4192956
[pid=19946] ppid=19944 vsize=104740 CPUtime=1800.27
/proc/19946/stat : 19946 (pbscip.linux.x8) R 19944 19946 19521 0 -1 4194304 41373 0 0 0 178591 1436 0 0 25 0 1 0 187580349 107253760 25555 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 0 0 0
/proc/19946/statm: 26185 25555 4750 886 0 25295 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 104740

Child status: 0
Real time (s): 1801.23
CPU time (s): 1800.3
CPU user time (s): 1785.93
CPU system time (s): 14.3738
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 139096

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

runsolver used 2.21166 second user time and 3.9474 second system time

The end

Launcher Data

Begin job on node77 at 2009-06-17 02:50:16
IDJOB=1870366
IDBENCH=48182
IDSOLVER=683
FILE ID=node77/1870366-1245199816
PBS_JOBID= 9368334
Free space on /tmp= 66320 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870366-1245199816/watcher-1870366-1245199816 -o /tmp/evaluation-result-1870366-1245199816/solver-1870366-1245199816 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870366-1245199816.opb

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=246775525

node77.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.263
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.263
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:       1821144 kB
Buffers:         32504 kB
Cached:         127296 kB
SwapCached:          0 kB
Active:          49964 kB
Inactive:       123164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10032 kB
Writeback:           0 kB
Mapped:          23096 kB
Slab:            47660 kB
Committed_AS:   126148 kB
PageTables:       1376 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= 66308 MiB
End job on node77 at 2009-06-17 03:20:19