Trace number 1870349

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 (TO)-53 1800.18 1800.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_3.opb
MD5SUM60cf9918356073587dd2c65f46896dfb
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-54
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870349-1245199223.opb>
0.00/0.02	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1444 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.17	c (round 1) 1244 del vars, 200 del conss, 1244 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4976 impls, 0 clqs
0.29/0.32	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (2 rounds):
0.29/0.32	c  1244 deleted vars, 200 deleted constraints, 1244 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  7464 implications, 0 cliques
0.29/0.32	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 1244 constraints
0.29/0.32	c    1244 constraints of type <and>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.13
0.29/0.32	c OPT-NLC
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = c 1620
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = c 1791
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = c 10000
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving problem
0.29/0.32	c 
0.29/0.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.34	c   0.1s|     1 |     0 |   216 |5095k|   0 | 200 | 200 |1244 |1244 | 200 |1244 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.29/0.35	o -29
0.29/0.35	c R 0.2s|     1 |     0 |   216 |5100k|   0 | 200 | 200 |1244 |1244 | 200 |1244 |   0 |   0 |   0 |-1.000000e+02 |-2.900000e+01 |  71.00%
0.29/0.39	c   0.2s|     1 |     0 |   280 |5109k|   0 | 187 | 200 |1244 |1244 | 200 |1259 |  15 |   0 |   0 |-9.350000e+01 |-2.900000e+01 |  68.98%
0.29/0.40	o -31
0.29/0.40	c R 0.2s|     1 |     0 |   280 |5112k|   0 | 187 | 200 |1244 |1244 | 200 |1259 |  15 |   0 |   0 |-9.350000e+01 |-3.100000e+01 |  66.84%
0.39/0.46	c   0.3s|     1 |     0 |   353 |5116k|   0 | 184 | 200 |1244 |1244 | 200 |1266 |  22 |   0 |   0 |-9.200000e+01 |-3.100000e+01 |  66.30%
0.49/0.54	c   0.3s|     1 |     0 |   442 |5121k|   0 | 180 | 200 |1244 |1244 | 200 |1272 |  28 |   0 |   0 |-9.000000e+01 |-3.100000e+01 |  65.56%
0.59/0.62	c   0.4s|     1 |     0 |   542 |5124k|   0 | 176 | 200 |1244 |1244 | 200 |1278 |  34 |   0 |   0 |-8.800000e+01 |-3.100000e+01 |  64.77%
0.69/0.71	c   0.5s|     1 |     0 |   625 |5136k|   0 | 174 | 200 |1244 |1244 | 200 |1286 |  42 |   0 |   0 |-8.700000e+01 |-3.100000e+01 |  64.37%
0.69/0.71	o -34
0.69/0.71	c R 0.5s|     1 |     0 |   625 |5139k|   0 | 174 | 200 |1244 |1244 | 200 |1286 |  42 |   0 |   0 |-8.700000e+01 |-3.400000e+01 |  60.92%
0.79/0.82	c   0.6s|     1 |     0 |   778 |5145k|   0 | 170 | 200 |1244 |1244 | 200 |1294 |  50 |   0 |   0 |-8.500000e+01 |-3.400000e+01 |  60.00%
0.89/0.99	c   0.8s|     1 |     0 |   914 |5167k|   0 | 167 | 200 |1244 |1244 | 200 |1302 |  58 |   0 |   0 |-8.350000e+01 |-3.400000e+01 |  59.28%
1.09/1.12	c   0.9s|     1 |     0 |   958 |5234k|   0 | 166 | 200 |1244 |1244 | 200 |1311 |  67 |   0 |   0 |-8.300000e+01 |-3.400000e+01 |  59.04%
1.19/1.25	c   1.0s|     1 |     0 |  1136 |5264k|   0 | 162 | 200 |1244 |1244 | 200 |1318 |  74 |   0 |   0 |-8.100000e+01 |-3.400000e+01 |  58.02%
1.39/1.43	c   1.2s|     1 |     0 |  1459 |5269k|   0 | 178 | 200 |1244 |1244 | 200 |1325 |  81 |   0 |   0 |-8.000000e+01 |-3.400000e+01 |  57.50%
1.59/1.62	c   1.4s|     1 |     0 |  1808 |5516k|   0 | 160 | 200 |1244 |1244 | 200 | 365 |  90 |   0 |   0 |-7.950000e+01 |-3.400000e+01 |  57.23%
1.59/1.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.59/1.68	c   1.5s|     1 |     0 |  2021 |5594k|   0 | 172 | 200 |1244 |1244 | 200 | 376 | 101 |   0 |   0 |-7.866667e+01 |-3.400000e+01 |  56.78%
1.69/1.79	c   1.6s|     1 |     0 |  2137 |5827k|   0 | 186 | 200 |1244 |1244 | 200 | 460 | 185 |   0 |   0 |-7.825781e+01 |-3.400000e+01 |  56.55%
1.89/1.91	c   1.7s|     1 |     0 |  2341 |6310k|   0 | 170 | 200 |1244 |1244 | 200 | 519 | 244 |   0 |   0 |-7.722321e+01 |-3.400000e+01 |  55.97%
1.89/1.99	c   1.8s|     1 |     0 |  2496 |6615k|   0 | 170 | 200 |1244 |1244 | 200 | 543 | 268 |   0 |   0 |-7.675000e+01 |-3.400000e+01 |  55.70%
2.09/2.18	c   2.0s|     1 |     0 |  2888 |7116k|   0 | 188 | 200 |1244 |1244 | 200 | 558 | 283 |   0 |   0 |-7.570000e+01 |-3.400000e+01 |  55.09%
2.29/2.38	c   2.2s|     1 |     0 |  3301 |7551k|   0 | 194 | 200 |1244 |1244 | 200 | 488 | 325 |   0 |   0 |-7.421344e+01 |-3.400000e+01 |  54.19%
2.49/2.55	c   2.3s|     1 |     0 |  3444 |8635k|   0 | 181 | 200 |1244 |1244 | 200 | 538 | 375 |   0 |   0 |-7.368750e+01 |-3.400000e+01 |  53.86%
2.59/2.66	c   2.4s|     1 |     0 |  3597 |8901k|   0 | 192 | 200 |1244 |1244 | 200 | 555 | 392 |   0 |   0 |-7.323184e+01 |-3.400000e+01 |  53.57%
2.79/2.81	c   2.6s|     1 |     0 |  3795 |9843k|   0 | 195 | 200 |1244 |1244 | 200 | 573 | 410 |   0 |   0 |-7.241319e+01 |-3.400000e+01 |  53.05%
2.89/2.95	c   2.7s|     1 |     0 |  3973 |  10M|   0 | 195 | 200 |1244 |1244 | 200 | 599 | 436 |   0 |   0 |-7.200472e+01 |-3.400000e+01 |  52.78%
3.09/3.10	c   2.9s|     1 |     0 |  4193 |  11M|   0 | 196 | 200 |1244 |1244 | 200 | 622 | 459 |   0 |   0 |-7.147959e+01 |-3.400000e+01 |  52.43%
3.19/3.25	c   3.0s|     1 |     0 |  4352 |  11M|   0 | 199 | 200 |1244 |1244 | 200 | 559 | 488 |   0 |   0 |-7.123111e+01 |-3.400000e+01 |  52.27%
3.29/3.35	c   3.1s|     1 |     0 |  4469 |  11M|   0 | 198 | 200 |1244 |1244 | 200 | 574 | 503 |   0 |   0 |-7.092760e+01 |-3.400000e+01 |  52.06%
3.39/3.46	c   3.2s|     1 |     0 |  4625 |  11M|   0 | 197 | 200 |1244 |1244 | 200 | 586 | 515 |   0 |   0 |-7.059498e+01 |-3.400000e+01 |  51.84%
3.49/3.57	c   3.3s|     1 |     0 |  4726 |  11M|   0 | 197 | 200 |1244 |1244 | 200 | 598 | 527 |   0 |   0 |-7.046552e+01 |-3.400000e+01 |  51.75%
3.59/3.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.68	c   3.4s|     1 |     0 |  4841 |  11M|   0 | 196 | 200 |1244 |1244 | 200 | 608 | 537 |   0 |   0 |-7.036563e+01 |-3.400000e+01 |  51.68%
3.69/3.78	c   3.5s|     1 |     0 |  4961 |  11M|   0 | 196 | 200 |1244 |1244 | 200 | 616 | 545 |   0 |   0 |-7.023297e+01 |-3.400000e+01 |  51.59%
3.89/3.91	c   3.7s|     1 |     0 |  5106 |  11M|   0 | 198 | 200 |1244 |1244 | 200 | 439 | 558 |   0 |   0 |-6.986097e+01 |-3.400000e+01 |  51.33%
3.89/3.99	c   3.8s|     1 |     0 |  5207 |  12M|   0 | 196 | 200 |1244 |1244 | 200 | 449 | 568 |   0 |   0 |-6.967115e+01 |-3.400000e+01 |  51.20%
3.99/4.08	c   3.8s|     1 |     0 |  5296 |  12M|   0 | 198 | 200 |1244 |1244 | 200 | 459 | 578 |   0 |   0 |-6.956735e+01 |-3.400000e+01 |  51.13%
4.09/4.16	c   3.9s|     1 |     0 |  5356 |  12M|   0 | 200 | 200 |1244 |1244 | 200 | 470 | 589 |   0 |   0 |-6.949296e+01 |-3.400000e+01 |  51.07%
4.19/4.23	c   4.0s|     1 |     0 |  5402 |  12M|   0 | 200 | 200 |1244 |1244 | 200 | 476 | 595 |   0 |   0 |-6.945110e+01 |-3.400000e+01 |  51.04%
4.29/4.31	c   4.1s|     1 |     0 |  5423 |  12M|   0 | 200 | 200 |1244 |1244 | 200 | 483 | 602 |   0 |   0 |-6.943460e+01 |-3.400000e+01 |  51.03%
4.29/4.39	c   4.2s|     1 |     0 |  5425 |  12M|   0 | 200 | 200 |1244 |1244 | 200 | 346 | 605 |   0 |   0 |-6.943457e+01 |-3.400000e+01 |  51.03%
5.19/5.28	c   5.0s|     1 |     2 |  5425 |  12M|   0 | 200 | 200 |1244 |1244 | 200 | 346 | 605 |   0 |  34 |-6.943457e+01 |-3.400000e+01 |  51.03%
11.59/11.69	o -40
11.59/11.69	c R11.4s|    46 |    45 | 10828 |  12M|  16 |   6 | 200 |1244 |  78 | 200 | 387 |2274 |   0 | 724 |-6.831794e+01 |-4.000000e+01 |  41.45%
11.59/11.69	o -41
11.59/11.69	c *11.4s|    46 |    42 | 10830 |  12M|  16 |   - | 200 |1244 |  78 | 200 | 388 |2275 |   0 | 724 |-6.831794e+01 |-4.100000e+01 |  39.99%
11.89/11.93	o -42
11.89/11.93	c R11.6s|    57 |    44 | 11136 |  12M|  19 |   - | 200 |1244 |  76 | 200 | 405 |2352 |   0 | 841 |-6.831794e+01 |-4.200000e+01 |  38.52%
12.18/12.29	o -46
12.18/12.29	c *12.0s|    67 |    40 | 11533 |  12M|  19 |   - | 200 |1244 | 128 | 200 | 401 |2421 |   0 | 935 |-6.831794e+01 |-4.600000e+01 |  32.67%
18.78/18.83	o -47
18.78/18.83	c *18.5s|   606 |   242 | 43294 |  12M|  25 |   - | 200 |1244 | 109 | 200 | 384 |9707 |   0 |1090 |-6.706805e+01 |-4.700000e+01 |  29.92%
23.18/23.28	o -48
23.18/23.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.18/23.28	c *22.9s|  1004 |   297 | 68850 |  13M|  26 |   - | 200 |1244 | 169 | 200 | 388 |  13k|   0 |1142 |-6.618444e+01 |-4.800000e+01 |  27.48%
42.57/42.67	o -49
42.57/42.67	c *42.1s|  1868 |   786 |198868 |  13M|  26 |   - | 200 |1244 | 200 | 200 | 403 |  29k|   0 |1214 |-6.510815e+01 |-4.900000e+01 |  24.74%
56.17/56.27	o -50
56.17/56.27	c *55.6s|  2655 |  1135 |285156 |  14M|  26 |   - | 200 |1244 | 138 | 200 | 405 |  41k|   0 |1286 |-6.468750e+01 |-5.000000e+01 |  22.71%
137.55/137.64	c   136s| 10000 |  3234 |844010 |  18M|  29 | 100 | 200 |1244 | 350 | 200 | 389 | 101k|   0 |1488 |-6.290909e+01 |-5.000000e+01 |  20.52%
217.72/217.81	c   216s| 20000 |  4716 |  1393k|  21M|  33 |  73 | 200 |1244 | 302 | 200 | 384 | 156k|   0 |2081 |-6.225000e+01 |-5.000000e+01 |  19.68%
245.71/245.82	o -51
245.71/245.82	c g 243s| 24030 |  4390 |  1589k|  20M|  34 |   - | 200 |1244 | 167 | 200 | 434 | 173k|   0 |2279 |-6.210000e+01 |-5.100000e+01 |  17.87%
268.20/268.31	o -52
268.20/268.31	c * 266s| 27229 |  4014 |  1746k|  20M|  40 |   - | 200 |1244 | 307 | 200 | 404 | 186k|   0 |2480 |-6.200000e+01 |-5.200000e+01 |  16.13%
289.29/289.40	c   287s| 30000 |  4261 |  1893k|  20M|  40 |  88 | 200 |1244 | 418 | 200 | 385 | 201k|   0 |2609 |-6.200000e+01 |-5.200000e+01 |  16.13%
360.47/360.68	c   357s| 40000 |  4909 |  2400k|  22M|  40 |  90 | 200 |1244 | 331 | 200 | 366 | 243k|   0 |3123 |-6.175000e+01 |-5.200000e+01 |  15.79%
432.65/432.82	c   429s| 50000 |  5743 |  2918k|  24M|  40 | 108 | 200 |1244 | 465 | 200 | 413 | 284k|   0 |3578 |-6.150000e+01 |-5.200000e+01 |  15.45%
508.03/508.25	c   504s| 60000 |  6607 |  3455k|  26M|  41 | 110 | 200 |1244 | 440 | 200 | 433 | 329k|   0 |4002 |-6.128409e+01 |-5.200000e+01 |  15.15%
569.11/569.32	o -53
569.11/569.32	c * 564s| 67966 |  5757 |  3894k|  25M|  41 |   - | 200 |1244 | 305 | 200 | 396 | 363k|   0 |4330 |-6.111111e+01 |-5.300000e+01 |  13.27%
584.90/585.19	c   580s| 70000 |  5889 |  4010k|  25M|  41 |   - | 200 |1244 | 364 | 200 | 387 | 372k|   0 |4366 |-6.105000e+01 |-5.300000e+01 |  13.19%
662.38/662.65	c   657s| 80000 |  6589 |  4573k|  27M|  42 |   - | 200 |1244 | 397 | 200 | 401 | 417k|   0 |4770 |-6.088750e+01 |-5.300000e+01 |  12.95%
740.55/740.82	c   734s| 90000 |  7211 |  5148k|  29M|  42 | 104 | 200 |1244 | 577 | 200 | 402 | 458k|   0 |5095 |-6.071963e+01 |-5.300000e+01 |  12.71%
814.63/814.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.63/814.95	c   808s|100000 |  7781 |  5694k|  30M|  42 |   - | 200 |1244 | 405 | 200 | 390 | 496k|   0 |5397 |-6.056579e+01 |-5.300000e+01 |  12.49%
888.80/889.19	c   881s|110000 |  8325 |  6242k|  32M|  42 |   - | 200 |1244 | 373 | 200 | 367 | 536k|   0 |5733 |-6.050000e+01 |-5.300000e+01 |  12.40%
965.97/966.37	c   958s|120000 |  8849 |  6809k|  33M|  42 |   - | 200 |1244 | 342 | 200 | 403 | 577k|   0 |6087 |-6.033333e+01 |-5.300000e+01 |  12.15%
1042.74/1043.12	c  1034s|130000 |  9359 |  7373k|  35M|  42 | 107 | 200 |1244 | 436 | 200 | 423 | 615k|   0 |6356 |-6.020000e+01 |-5.300000e+01 |  11.96%
1120.02/1120.42	c  1110s|140000 |  9781 |  7943k|  36M|  42 | 116 | 200 |1244 | 485 | 200 | 439 | 652k|   0 |6588 |-6.006383e+01 |-5.300000e+01 |  11.76%
1195.39/1195.85	c  1185s|150000 | 10191 |  8501k|  37M|  44 |  90 | 200 |1244 | 412 | 200 | 400 | 690k|   0 |6854 |-6.000000e+01 |-5.300000e+01 |  11.67%
1270.76/1271.28	c  1260s|160000 | 10655 |  9058k|  39M|  44 |   - | 200 |1244 | 416 | 200 | 394 | 732k|   0 |7175 |-5.990625e+01 |-5.300000e+01 |  11.53%
1346.94/1347.46	c  1335s|170000 | 11107 |  9619k|  40M|  44 |   - | 200 |1244 | 414 | 200 | 445 | 767k|   0 |7360 |-5.975252e+01 |-5.300000e+01 |  11.30%
1421.12/1421.66	c  1409s|180000 | 11453 | 10164k|  41M|  44 | 122 | 200 |1244 | 496 | 200 | 397 | 803k|   0 |7647 |-5.968421e+01 |-5.300000e+01 |  11.20%
1496.50/1497.04	c  1484s|190000 | 11751 | 10719k|  42M|  45 |   - | 200 |1244 | 376 | 200 | 425 | 837k|   0 |7838 |-5.957143e+01 |-5.300000e+01 |  11.03%
1571.67/1572.23	c  1558s|200000 | 12063 | 11272k|  43M|  45 |   - | 200 |1244 | 409 | 200 | 402 | 873k|   0 |8038 |-5.950000e+01 |-5.300000e+01 |  10.92%
1644.75/1645.30	c  1631s|210000 | 12399 | 11819k|  44M|  46 |   - | 200 |1244 | 362 | 200 | 413 | 913k|   0 |8296 |-5.950000e+01 |-5.300000e+01 |  10.92%
1718.62/1719.27	c  1704s|220000 | 12695 | 12368k|  45M|  46 |  98 | 200 |1244 | 417 | 200 | 373 | 945k|   0 |8486 |-5.937500e+01 |-5.300000e+01 |  10.74%
1794.20/1794.85	c  1779s|230000 | 12955 | 12925k|  46M|  46 |  94 | 200 |1244 | 388 | 200 | 446 | 978k|   0 |8675 |-5.925000e+01 |-5.300000e+01 |  10.55%
1800.00/1800.61	c 
1800.00/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.61	c Solving Time (sec) : 1784.60
1800.00/1800.61	c Solving Nodes      : 230777
1800.00/1800.61	c Primal Bound       : -5.30000000000000e+01 (16 solutions)
1800.00/1800.61	c Dual Bound         : -5.92500000000000e+01
1800.00/1800.61	c Gap                : 10.55 %
1800.00/1800.61	c NODE         230777
1800.00/1800.61	c DUAL BOUND   -59.25
1800.00/1800.61	c PRIMAL BOUND -53
1800.00/1800.61	c GAP          0.105485
1800.00/1800.61	s SATISFIABLE
1800.00/1800.61	v -x200 -x199 -x198 x197 x196 -x195 -x194 x193 x192 -x191 x190 -x189 x188 x187 x186 x185 -x184 -x183 x182 x181 x180 x179 x178 -x177 
1800.00/1800.61	v -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 
1800.00/1800.61	v -x155 x154 -x153 x152 x151 -x150 -x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 -x140 -x139 -x138 x137 -x136 x135 -x134 -x133 
1800.00/1800.61	v -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 x117 x116 -x115 -x114 x113 -x112 
1800.00/1800.61	v -x111 -x110 -x109 x108 x107 x106 -x105 -x104 -x103 x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 x88 
1800.00/1800.61	v -x87 x86 -x85 x84 -x83 x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 
1800.00/1800.61	v -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 x38 -x37 -x36 
1800.00/1800.61	v -x35 x34 -x33 -x32 x31 -x30 x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 
1800.00/1800.61	v -x9 -x8 x7 -x6 -x5 -x4 -x3 x2 -x1 
1800.00/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.61	c Solving Time       :    1784.60
1800.00/1800.61	c Original Problem   :
1800.00/1800.61	c   Problem name     : HOME/instance-1870349-1245199223.opb
1800.00/1800.61	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.61	c   Constraints      : 1444 initial, 1444 maximal
1800.00/1800.61	c Presolved Problem  :
1800.00/1800.61	c   Problem name     : t_HOME/instance-1870349-1245199223.opb
1800.00/1800.61	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.61	c   Constraints      : 1244 initial, 1244 maximal
1800.00/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.00/1800.61	c   and              :       0.10          0          0          0          0          0          0          0          0
1800.00/1800.61	c   linear           :       0.01       1244          0          0       1244          0        200          0          0
1800.00/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.61	c   integral         :          0          0          0     123930          0        171        918          0          0     246904
1800.00/1800.61	c   and              :       1244     257382     403142          8          0          0    1142888     981040          0          0
1800.00/1800.61	c   countsols        :          0          0          0          8          0          0          0          0          0          0
1800.00/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.61	c   integral         :      64.66       0.00       0.00      64.66       0.00
1800.00/1800.61	c   and              :      88.55      69.75      18.80       0.00       0.00
1800.00/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.61	c   rootredcost      :       0.21         10          0          0
1800.00/1800.61	c   pseudoobj        :       5.75     404551          0          0
1800.00/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.61	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.61	c   infeasible LP    :       2.10     110597          0          0        0.0          0        0.0          0
1800.00/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.61	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.00/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.61	c   cut pool         :       0.06         35          -          -         59          -    (maximal pool size: 2249)
1800.00/1800.61	c   redcost          :       2.37     265496          0      37602          0          0
1800.00/1800.61	c   impliedbounds    :       0.02         36          0          0        704          0
1800.00/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.61	c   gomory           :       1.73         36          0          0       9108          0
1800.00/1800.61	c   strongcg         :       0.66         20          0          0       7987          0
1800.00/1800.61	c   cmir             :       0.08         10          0          0          0          0
1800.00/1800.61	c   flowcover        :       0.08         10          0          0          0          0
1800.00/1800.61	c   clique           :       0.07         36          0          0        251          0
1800.00/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.61	c Pricers            :       Time      Calls       Vars
1800.00/1800.61	c   problem variables:       0.00          0          0
1800.00/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.61	c   relpscost        :      64.46     123922        171        918          0          0     246904
1800.00/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   inference        :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.61	c   LP solutions     :       0.02          -          8
1800.00/1800.61	c   pseudo solutions :       0.00          -          0
1800.00/1800.61	c   feaspump         :       0.00          0          0
1800.00/1800.61	c   intshifting      :       0.02          0          0
1800.00/1800.61	c   oneopt           :       0.25         11          0
1800.00/1800.61	c   crossover        :       0.51          7          0
1800.00/1800.61	c   linesearchdiving :       6.32        261          0
1800.00/1800.61	c   veclendiving     :       6.22        261          0
1800.00/1800.61	c   guideddiving     :       6.30        261          1
1800.00/1800.61	c   objpscostdiving  :       7.09        131          1
1800.00/1800.61	c   rootsoldiving    :       2.54        131          0
1800.00/1800.61	c   coefdiving       :       5.43        262          0
1800.00/1800.61	c   pscostdiving     :       6.79        262          0
1800.00/1800.61	c   fracdiving       :       5.95        262          0
1800.00/1800.61	c   simplerounding   :       0.34          0          0
1800.00/1800.61	c   rounding         :      19.81      50553          5
1800.00/1800.61	c   shifting         :       1.32       3111          1
1800.00/1800.61	c   fixandinfer      :       0.00          0          0
1800.00/1800.61	c   intdiving        :       0.00          0          0
1800.00/1800.61	c   actconsdiving    :       0.00          0          0
1800.00/1800.61	c   octane           :       0.00          0          0
1800.00/1800.61	c   rens             :       0.01          0          0
1800.00/1800.61	c   rins             :       0.00          0          0
1800.00/1800.61	c   localbranching   :       0.00          0          0
1800.00/1800.61	c   mutation         :       0.00          0          0
1800.00/1800.61	c   dins             :       0.00          0          0
1800.00/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.61	c   primal LP        :     173.70          0          0       0.00       0.00
1800.00/1800.61	c   dual LP          :    1291.48     364972   12572528      34.45    9734.98
1800.00/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.61	c   diving/probing LP:      43.34      23755     395542      16.65    9126.49
1800.00/1800.61	c   strong branching :      55.64       8707     648382      74.47   11653.16
1800.00/1800.61	c     (at root node) :          -         34       6379     187.62          -
1800.00/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.61	c B&B Tree           :
1800.00/1800.61	c   number of runs   :          1
1800.00/1800.61	c   nodes            :     230777
1800.00/1800.61	c   nodes (total)    :     230777
1800.00/1800.61	c   nodes left       :      12980
1800.00/1800.61	c   max depth        :         46
1800.00/1800.61	c   max depth (total):         46
1800.00/1800.61	c   backtracks       :      33106 (14.3%)
1800.00/1800.61	c   delayed cutoffs  :          0
1800.00/1800.61	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.00/1800.61	c   avg switch length:       4.45
1800.00/1800.61	c   switching time   :     191.89
1800.00/1800.61	c Solution           :
1800.00/1800.61	c   Solutions found  :         16 (14 improvements)
1800.00/1800.61	c   Primal Bound     : -5.30000000000000e+01   (in run 1, after 67966 nodes, 564.03 seconds, depth 29, found by <relaxation>)
1800.00/1800.61	c   Dual Bound       : -5.92500000000000e+01
1800.00/1800.61	c   Gap              :      10.55 %
1800.00/1800.61	c   Root Dual Bound  : -6.94345746292897e+01
1800.10/1800.77	c Time complete: 1800.17.

Verifier Data

OK	-53

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7162
/proc/meminfo: memFree=1802784/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=5812 CPUtime=0
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 187523235 5951488 499 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7162/statm: 1453 500 332 1256 0 192 0

[startup+0.08493 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7162
/proc/meminfo: memFree=1802784/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=17708 CPUtime=0.08
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 3559 0 0 0 4 4 0 0 18 0 1 0 187523235 18132992 3189 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 4427 3189 446 1256 0 3166 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17708

[startup+0.101933 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7162
/proc/meminfo: memFree=1802784/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=17708 CPUtime=0.09
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 3559 0 0 0 4 5 0 0 18 0 1 0 187523235 18132992 3189 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 4427 3189 446 1256 0 3166 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17708

[startup+0.301968 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7162
/proc/meminfo: memFree=1802784/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=17708 CPUtime=0.29
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 3583 0 0 0 12 17 0 0 19 0 1 0 187523235 18132992 3213 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 4427 3213 467 1256 0 3166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17708

[startup+0.701037 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7162
/proc/meminfo: memFree=1802784/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=24732 CPUtime=0.69
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 5073 0 0 0 50 19 0 0 23 0 1 0 187523235 25325568 4703 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 6183 4703 645 1256 0 4922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24732

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1783576/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=29248 CPUtime=1.48
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 6430 0 0 0 129 19 0 0 25 0 1 0 187523235 29949952 6059 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 7312 6059 645 1256 0 6051 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29248

[startup+3.10246 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1775768/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=40080 CPUtime=3.09
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 9064 0 0 0 288 21 0 0 25 0 1 0 187523235 41041920 8693 1992294400 4194304 9342243 548682068736 18446744073709551615 6957827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 10020 8693 659 1256 0 8759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40080

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1766872/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=42528 CPUtime=6.28
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 9925 0 0 0 605 23 0 0 25 0 1 0 187523235 43548672 9554 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 10632 9554 670 1256 0 9371 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42528

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1766936/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=42528 CPUtime=12.69
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 9938 0 0 0 1240 29 0 0 25 0 1 0 187523235 43548672 9567 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 10632 9567 680 1256 0 9371 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42528

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1766872/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=42528 CPUtime=25.48
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 11379 0 0 0 2508 40 0 0 25 0 1 0 187523235 43548672 9612 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 10632 9612 696 1256 0 9371 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42528

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1766296/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=43048 CPUtime=51.07
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 13847 0 0 0 5046 61 0 0 25 0 1 0 187523235 44081152 9788 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 10762 9788 697 1256 0 9501 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43048

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1766232/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=44492 CPUtime=102.26
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 15267 0 0 0 10124 102 0 0 25 0 1 0 187523235 45559808 9779 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 11123 9779 697 1256 0 9862 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44492

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1762520/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=46864 CPUtime=162.24
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 16203 0 0 0 16072 152 0 0 25 0 1 0 187523235 47988736 10715 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 11716 10715 697 1256 0 10455 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46864

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1761112/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=49292 CPUtime=222.21
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 16537 0 0 0 22017 204 0 0 25 0 1 0 187523235 50475008 11049 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 12323 11049 697 1256 0 11062 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 49292

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1758104/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=51140 CPUtime=282.2
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 18803 0 0 0 27965 255 0 0 25 0 1 0 187523235 52367360 11811 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 12785 11811 706 1256 0 11524 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 51140

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1758104/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=51140 CPUtime=342.18
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 18804 0 0 0 33912 306 0 0 25 0 1 0 187523235 52367360 11812 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 12785 11812 706 1256 0 11524 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 51140

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1757656/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=52872 CPUtime=402.16
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 18911 0 0 0 39857 359 0 0 25 0 1 0 187523235 54140928 11919 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 13218 11919 706 1256 0 11957 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 52872

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1757080/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=53448 CPUtime=462.14
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 20345 0 0 0 45800 414 0 0 25 0 1 0 187523235 54730752 12050 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 13362 12050 706 1256 0 12101 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 53448

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1754776/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=55420 CPUtime=522.12
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 20922 0 0 0 51745 467 0 0 25 0 1 0 187523235 56750080 12627 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 13855 12627 706 1256 0 12594 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 55420

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7163
/proc/meminfo: memFree=1753048/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=56468 CPUtime=582.1
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 22778 0 0 0 57691 519 0 0 25 0 1 0 187523235 57823232 13028 1992294400 4194304 9342243 548682068736 18446744073709551615 8221771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 14117 13028 706 1256 0 12856 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 56468

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1751000/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=57628 CPUtime=642.08
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 23245 0 0 0 63646 562 0 0 25 0 1 0 187523235 59011072 13495 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 14407 13495 706 1256 0 13146 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 57628

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1748760/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=61416 CPUtime=882
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 23841 0 0 0 87435 765 0 0 25 0 1 0 187523235 62889984 14091 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 15354 14091 706 1256 0 14093 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 61416

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1747608/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=62632 CPUtime=941.98
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 24129 0 0 0 93382 816 0 0 25 0 1 0 187523235 64135168 14379 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 15658 14379 706 1256 0 14397 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 62632

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1746328/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=64132 CPUtime=1001.96
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 25811 0 0 0 99331 865 0 0 25 0 1 0 187523235 65671168 14689 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 16033 14689 706 1256 0 14772 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 64132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1744600/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=65172 CPUtime=1061.94
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 26253 0 0 0 105273 921 0 0 25 0 1 0 187523235 66736128 15131 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 16293 15131 706 1256 0 15032 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 65172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1743640/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=66436 CPUtime=1121.92
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 26473 0 0 0 111221 971 0 0 25 0 1 0 187523235 68030464 15351 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 16609 15351 706 1256 0 15348 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 66436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7165
/proc/meminfo: memFree=1742360/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=67800 CPUtime=1181.9
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 26817 0 0 0 117169 1021 0 0 25 0 1 0 187523235 69427200 15695 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 16950 15695 706 1256 0 15689 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 67800

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1741592/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=68380 CPUtime=1241.87
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 26929 0 0 0 123113 1074 0 0 25 0 1 0 187523235 70021120 15807 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 17095 15807 706 1256 0 15834 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 68380

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1741592/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=68380 CPUtime=1301.86
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 26960 0 0 0 129064 1122 0 0 25 0 1 0 187523235 70021120 15838 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 17095 15838 706 1256 0 15834 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 68380

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1741016/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=68980 CPUtime=1361.83
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 27112 0 0 0 135012 1171 0 0 25 0 1 0 187523235 70635520 15990 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 17245 15990 706 1256 0 15984 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 68980

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1738904/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=70600 CPUtime=1421.83
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 27638 0 0 0 140961 1222 0 0 25 0 1 0 187523235 72294400 16516 1992294400 4194304 9342243 548682068736 18446744073709551615 6220848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 17650 16516 706 1256 0 16389 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 70600

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1738776/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=70796 CPUtime=1481.8
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 27657 0 0 0 146906 1274 0 0 25 0 1 0 187523235 72495104 16535 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 17699 16535 706 1256 0 16438 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 70796

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1738008/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=72024 CPUtime=1541.78
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 27849 0 0 0 152853 1325 0 0 25 0 1 0 187523235 73752576 16727 1992294400 4194304 9342243 548682068736 18446744073709551615 5868848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 18006 16727 706 1256 0 16745 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 72024

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1735576/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=74760 CPUtime=1601.76
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 28470 0 0 0 158801 1375 0 0 25 0 1 0 187523235 76554240 17348 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 18690 17348 706 1256 0 17429 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 74760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1733464/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=76620 CPUtime=1661.74
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 28987 0 0 0 164750 1424 0 0 25 0 1 0 187523235 78458880 17865 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 19155 17865 706 1256 0 17894 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 76620

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1731864/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=78744 CPUtime=1721.72
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 29392 0 0 0 170697 1475 0 0 25 0 1 0 187523235 80633856 18270 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 19686 18270 706 1256 0 18425 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 78744

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7171
/proc/meminfo: memFree=1731352/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=78744 CPUtime=1781.7
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 29495 0 0 0 176646 1524 0 0 25 0 1 0 187523235 80633856 18373 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 19686 18373 706 1256 0 18425 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 78744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7171
/proc/meminfo: memFree=1731352/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=78744 CPUtime=1800
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 29500 0 0 0 178460 1540 0 0 25 0 1 0 187523235 80633856 18378 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7162/statm: 19686 18378 706 1256 0 18425 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 78744

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7171
/proc/meminfo: memFree=1731352/2055920 swapFree=4191900/4192956
[pid=7162] ppid=7160 vsize=78744 CPUtime=1800.1
/proc/7162/stat : 7162 (pbscip.linux.x8) R 7160 7162 6764 0 -1 4194304 29501 0 0 0 178470 1540 0 0 25 0 1 0 187523235 80633856 18379 1992294400 4194304 9342243 548682068736 18446744073709551615 5855084 0 0 4096 0 0 0 0 17 1 0 0
/proc/7162/statm: 19686 18379 707 1256 0 18425 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 78744

Child status: 0
Real time (s): 1800.78
CPU time (s): 1800.18
CPU user time (s): 1784.76
CPU system time (s): 15.4167
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 78744

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

runsolver used 1.62775 second user time and 3.34949 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 02:40:23
IDJOB=1870349
IDBENCH=48173
IDSOLVER=684
FILE ID=node4/1870349-1245199223
PBS_JOBID= 9368309
Free space on /tmp= 66408 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_3.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-1870349-1245199223/watcher-1870349-1245199223 -o /tmp/evaluation-result-1870349-1245199223/solver-1870349-1245199223 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870349-1245199223.opb

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

MD5SUM BENCH= 60cf9918356073587dd2c65f46896dfb
RANDOM SEED=780743199

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1803264 kB
Buffers:         50100 kB
Cached:         134260 kB
SwapCached:        260 kB
Active:          68804 kB
Inactive:       128788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803264 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11756 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            40964 kB
Committed_AS:   151836 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node4 at 2009-06-17 03:10:26