Trace number 2692851

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.18 1800.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-66-100-0.wbo
MD5SUM9807244e443328f735b38c92df34bd91
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark137.643
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints961
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692851-1277906925.wbo>
0.00/0.02	c original problem has 2153 variables (1192 bin, 0 int, 0 impl, 961 cont) and 3669 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.05/0.07	c (round 2) 0 del vars, 107 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.05/0.08	c (round 3) 50 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.05/0.10	c (round 4) 100 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.09/0.14	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  100 deleted vars, 157 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.14	c  1161 implications, 15 cliques
0.09/0.14	c presolved problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3512 constraints
0.09/0.14	c     911 constraints of type <indicator>
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      15 constraints of type <setppc>
0.09/0.14	c     911 constraints of type <linear>
0.09/0.14	c    1674 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.08
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    24 |     - |9064k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	o 43928
0.09/0.16	c y 0.1s|     1 |     0 |   123 |     - |9099k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |   156 |     - |9155k|   0 |  31 |2053 |3512 |2053 |1708 |  18 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   199 |     - |9397k|   0 |  38 |2053 |3512 |2053 |1718 |  28 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   242 |     - |9601k|   0 |  43 |2053 |3512 |2053 |1727 |  37 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.39/0.43	c   0.3s|     1 |     0 |   278 |     - |9709k|   0 |  44 |2053 |3512 |2053 |1730 |  40 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   318 |     - |9767k|   0 |  44 |2053 |3512 |2053 |1738 |  48 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   390 |     - |9785k|   0 |  51 |2053 |3512 |2053 |1746 |  56 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.49/1.55	c   1.4s|     1 |     2 |   390 |     - |9819k|   0 |  51 |2053 |3512 |2053 |1746 |  56 |   0 |  33 | 0.000000e+00 | 4.392800e+04 |    Inf 
10.90/10.95	o 928
10.90/10.95	c *10.5s|   589 |   574 |  6338 |  10.1 |  12M|  35 |   - |2053 |3534 |2053 |1748 | 210 |  22 |1218 | 0.000000e+00 | 9.280000e+02 |    Inf 
10.90/10.96	o 825
10.90/10.96	c *10.5s|   595 |   577 |  6360 |  10.1 |  12M|  35 |   - |2053 |3534 |2053 |1748 | 210 |  22 |1218 | 0.000000e+00 | 8.250000e+02 |    Inf 
10.90/10.99	o 724
10.90/10.99	c *10.5s|   600 |   560 |  6424 |  10.1 |  13M|  35 |   - |2053 |3534 |2053 |1739 | 212 |  22 |1220 | 0.000000e+00 | 7.240000e+02 |    Inf 
11.19/11.22	o 503
11.19/11.22	c *10.7s|   618 |   475 |  6719 |  10.3 |  13M|  35 |   - |2053 |3534 |2053 |1737 | 212 |  22 |1253 | 0.000000e+00 | 5.030000e+02 |    Inf 
11.19/11.27	o 470
11.19/11.27	c *10.8s|   635 |   445 |  6809 |  10.1 |  13M|  35 |   - |2053 |3546 |2053 |1741 | 219 |  34 |1254 | 0.000000e+00 | 4.700000e+02 |    Inf 
11.19/11.29	o 430
11.19/11.29	c *10.8s|   643 |   392 |  6856 |  10.1 |  13M|  35 |   - |2053 |3559 |2053 |1741 | 219 |  47 |1256 | 0.000000e+00 | 4.300000e+02 |    Inf 
11.39/11.40	o 363
11.39/11.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.39/11.40	c *10.9s|   670 |   293 |  7013 |   9.9 |  13M|  35 |   - |2053 |3563 |2053 |1742 | 226 |  51 |1266 | 0.000000e+00 | 3.630000e+02 |    Inf 
11.69/11.73	o 353
11.69/11.73	c *11.2s|   714 |   293 |  7556 |  10.1 |  13M|  35 |   - |2053 |3601 |2053 |1738 | 233 |  89 |1307 | 0.000000e+00 | 3.530000e+02 |    Inf 
11.69/11.73	o 350
11.69/11.73	c *11.2s|   715 |   286 |  7560 |  10.0 |  13M|  35 |   - |2053 |3601 |2053 |1738 | 233 |  89 |1307 | 0.000000e+00 | 3.500000e+02 |    Inf 
12.10/12.11	o 203
12.10/12.11	c *11.6s|   789 |   183 |  8202 |   9.9 |  13M|  35 |   - |2053 |3658 |2053 |1740 | 241 | 146 |1355 | 0.000000e+00 | 2.030000e+02 |    Inf 
12.10/12.12	o 159
12.10/12.12	c *11.6s|   791 |   167 |  8224 |   9.9 |  14M|  35 |   - |2053 |3658 |2053 |1737 | 241 | 146 |1356 | 0.000000e+00 | 1.590000e+02 |    Inf 
13.50/13.58	o 152
13.50/13.58	c *13.0s|  1207 |   203 | 10657 |   8.5 |  14M|  35 |   - |2053 |3975 |2053 |1741 | 287 | 480 |1547 | 0.000000e+00 | 1.520000e+02 |    Inf 
13.59/13.61	o 138
13.59/13.61	c *13.0s|  1225 |   192 | 10674 |   8.4 |  14M|  35 |   - |2053 |3991 |2053 |1741 | 287 | 497 |1547 | 0.000000e+00 | 1.380000e+02 |    Inf 
14.49/14.57	o 134
14.49/14.57	c *13.9s|  1538 |   238 | 12976 |   8.2 |  14M|  35 |   - |2053 |4218 |2053 |1742 | 322 | 833 |1623 | 0.000000e+00 | 1.340000e+02 |    Inf 
15.79/15.83	o 128
15.79/15.83	c *15.2s|  2042 |   286 | 16931 |   8.1 |  15M|  38 |   - |2053 |4636 |2053 |1737 | 373 |1425 |1666 | 0.000000e+00 | 1.280000e+02 |    Inf 
19.09/19.16	o 127
19.09/19.16	c *18.3s|  3439 |   478 | 27370 |   7.8 |  17M|  38 |   - |2053 |5300 |2053 |1737 | 533 |2947 |1751 | 0.000000e+00 | 1.270000e+02 |    Inf 
19.09/19.18	o 126
19.09/19.18	c *18.3s|  3444 |   479 | 27429 |   7.9 |  17M|  38 |   - |2053 |5300 |2053 |1737 | 533 |2949 |1751 | 0.000000e+00 | 1.260000e+02 |    Inf 
19.20/19.23	o 125
19.20/19.23	c *18.4s|  3461 |   483 | 27625 |   7.9 |  17M|  38 |   - |2053 |5301 |2053 |1738 | 534 |2958 |1751 | 0.000000e+00 | 1.250000e+02 |    Inf 
19.20/19.23	o 122
19.20/19.23	c *18.4s|  3462 |   480 | 27627 |   7.9 |  17M|  38 |   - |2053 |5301 |2053 |1738 | 534 |2958 |1751 | 0.000000e+00 | 1.220000e+02 |    Inf 
19.20/19.27	o 98
19.20/19.27	c *18.4s|  3481 |   464 | 27712 |   7.9 |  17M|  38 |   - |2053 |5311 |2053 |1737 | 534 |2973 |1751 | 0.000000e+00 | 9.800000e+01 |    Inf 
19.20/19.29	o 79
19.20/19.29	c *18.4s|  3483 |   416 | 27715 |   7.8 |  16M|  38 |   - |2053 |5265 |2053 |1737 | 534 |2973 |1751 | 0.000000e+00 | 7.900000e+01 |    Inf 
19.20/19.29	o 64
19.20/19.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.20/19.29	c *18.4s|  3484 |   379 | 27720 |   7.8 |  16M|  38 |   - |2053 |5265 |2053 |1737 | 534 |2973 |1751 | 0.000000e+00 | 6.400000e+01 |    Inf 
28.39/28.50	o 46
28.39/28.50	c *27.2s|  7031 |   562 | 61822 |   8.7 |  19M|  47 |   - |2053 |5598 |2053 |1737 | 830 |7260 |1878 | 0.000000e+00 | 4.600000e+01 |    Inf 
35.59/35.63	c  34.0s| 10000 |   693 | 87378 |   8.7 |  20M|  47 |   - |2053 |6135 |   0 |   0 |1031 |  10k|1994 | 0.000000e+00 | 4.600000e+01 |    Inf 
44.79/44.84	o 44
44.79/44.84	c *42.8s| 13815 |   789 |123647 |   8.9 |  22M|  47 |   - |2053 |7115 |2053 |1737 |1276 |  15k|2021 | 0.000000e+00 | 4.400000e+01 |    Inf 
45.39/45.42	o 41
45.39/45.42	c *43.3s| 14079 |   776 |125507 |   8.9 |  22M|  47 |   - |2053 |7105 |2053 |1738 |1295 |  16k|2021 | 0.000000e+00 | 4.100000e+01 |    Inf 
49.89/49.97	o 33
49.89/49.97	c *47.6s| 16082 |   760 |142736 |   8.9 |  21M|  47 |   - |2053 |6790 |2053 |1741 |1505 |  18k|2023 | 0.000000e+00 | 3.300000e+01 |    Inf 
59.89/59.98	c  57.2s| 20000 |   983 |185877 |   9.3 |  24M|  47 |   - |2053 |7069 |   0 |   0 |1686 |  23k|2023 | 0.000000e+00 | 3.300000e+01 |    Inf 
84.00/84.03	c  80.2s| 30000 |  1289 |284713 |   9.5 |  28M|  61 |  22 |2053 |  10k|2053 |1737 |2350 |  37k|2023 | 0.000000e+00 | 3.300000e+01 |    Inf 
109.20/109.26	c   104s| 40000 |  1458 |382081 |   9.5 |  32M|  61 |   - |2053 |  10k|   0 |   0 |2813 |  51k|2199 | 0.000000e+00 | 3.300000e+01 |    Inf 
113.89/113.99	o 31
113.89/113.99	c * 109s| 41756 |  1451 |399845 |   9.6 |  31M|  61 |   - |2053 |8580 |2053 |1737 |2952 |  54k|2264 | 0.000000e+00 | 3.100000e+01 |    Inf 
134.60/134.66	c   128s| 50000 |  1602 |480817 |   9.6 |  33M|  61 |  16 |2053 |7669 |2053 |1737 |3468 |  65k|2504 | 0.000000e+00 | 3.100000e+01 |    Inf 
160.69/160.74	c   153s| 60000 |  1698 |585658 |   9.8 |  35M|  61 |   - |2053 |8199 |   0 |   0 |4141 |  78k|2831 | 0.000000e+00 | 3.100000e+01 |    Inf 
185.09/185.12	c   177s| 70000 |  1895 |677117 |   9.7 |  38M|  61 |  12 |2053 |8991 |2053 |1737 |4971 |  92k|3116 | 0.000000e+00 | 3.100000e+01 |    Inf 
211.40/211.48	c   202s| 80000 |  2017 |781774 |   9.8 |  40M|  61 |  16 |2053 |8646 |2053 |1737 |5646 | 105k|3436 | 0.000000e+00 | 3.100000e+01 |    Inf 
222.80/222.84	o 25
222.80/222.84	c * 213s| 84473 |  1881 |826958 |   9.8 |  37M|  61 |   - |2053 |9013 |2053 |1737 |5906 | 111k|3525 | 0.000000e+00 | 2.500000e+01 |    Inf 
236.80/236.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.80/236.88	c   226s| 90000 |  1987 |885146 |   9.8 |  39M|  61 |  30 |2053 |8825 |2053 |1737 |6148 | 118k|3665 | 0.000000e+00 | 2.500000e+01 |    Inf 
242.90/242.98	o 24
242.90/242.98	c * 232s| 92606 |  2008 |908713 |   9.8 |  39M|  61 |   - |2053 |  10k|2053 |1739 |6291 | 122k|3766 | 0.000000e+00 | 2.400000e+01 |    Inf 
260.20/260.29	c   248s|100000 |  2055 |976867 |   9.8 |  41M|  61 |  37 |2053 |  11k|2053 |1737 |6702 | 131k|3924 | 0.000000e+00 | 2.400000e+01 |    Inf 
263.40/263.42	o 23
263.40/263.42	c * 251s|101364 |  2046 |990552 |   9.8 |  41M|  61 |   - |2053 |  12k|2053 |1737 |6740 | 133k|3930 | 0.000000e+00 | 2.300000e+01 |    Inf 
285.00/285.02	c   272s|110000 |  2233 |  1076k|   9.8 |  44M|  61 |  19 |2053 |  14k|2053 |1737 |7205 | 144k|4091 | 0.000000e+00 | 2.300000e+01 |    Inf 
308.70/308.75	c   294s|120000 |  2536 |  1159k|   9.7 |  48M|  61 |  18 |2053 |  16k|2053 |1737 |7942 | 158k|4294 | 0.000000e+00 | 2.300000e+01 |    Inf 
333.80/333.82	c   318s|130000 |  2901 |  1245k|   9.6 |  53M|  61 |   - |2053 |  17k|2053 |1737 |8474 | 172k|4505 | 0.000000e+00 | 2.300000e+01 |    Inf 
358.20/358.22	c   342s|140000 |  3084 |  1330k|   9.5 |  56M|  61 |   - |2053 |  18k|   0 |   0 |9045 | 186k|4648 | 0.000000e+00 | 2.300000e+01 |    Inf 
383.40/383.47	c   366s|150000 |  3254 |  1418k|   9.5 |  59M|  61 |  21 |2053 |  18k|2053 |1737 |9717 | 200k|4804 | 0.000000e+00 | 2.300000e+01 |    Inf 
408.11/408.19	c   390s|160000 |  3417 |  1502k|   9.4 |  62M|  61 |  32 |2053 |  19k|2053 |1737 |  10k| 214k|4976 | 0.000000e+00 | 2.300000e+01 |    Inf 
432.60/432.65	c   413s|170000 |  3628 |  1587k|   9.3 |  65M|  61 |   - |2053 |  20k|   0 |   0 |  10k| 227k|5108 | 0.000000e+00 | 2.300000e+01 |    Inf 
457.70/457.70	c   437s|180000 |  3664 |  1673k|   9.3 |  66M|  61 |   - |2053 |  17k|   0 |   0 |  11k| 241k|5285 | 0.000000e+00 | 2.300000e+01 |    Inf 
481.51/481.50	c   460s|190000 |  3725 |  1760k|   9.3 |  65M|  61 |   1 |2053 |9037 |2053 |1737 |  12k| 255k|5493 | 0.000000e+00 | 2.300000e+01 |    Inf 
506.71/506.75	c   484s|200000 |  3903 |  1866k|   9.3 |  67M|  61 |  33 |2053 |  10k|2053 |1737 |  12k| 268k|5648 | 0.000000e+00 | 2.300000e+01 |    Inf 
531.50/531.52	c   508s|210000 |  4074 |  1966k|   9.4 |  69M|  67 |  30 |2053 |9091 |2053 |1737 |  13k| 281k|5784 | 0.000000e+00 | 2.300000e+01 |    Inf 
556.31/556.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.31/556.39	c   531s|220000 |  4287 |  2068k|   9.4 |  72M|  67 |  11 |2053 |8956 |2053 |1737 |  14k| 294k|5957 | 0.000000e+00 | 2.300000e+01 |    Inf 
580.82/580.81	c   555s|230000 |  4333 |  2170k|   9.4 |  74M|  67 |  23 |2053 |  12k|2053 |1737 |  14k| 308k|6109 | 0.000000e+00 | 2.300000e+01 |    Inf 
581.21/581.27	o 19
581.21/581.27	c * 555s|230183 |  3656 |  2172k|   9.4 |  62M|  67 |   - |2053 |  12k|2053 |1737 |  14k| 308k|6117 | 0.000000e+00 | 1.900000e+01 |    Inf 
607.01/607.10	c   580s|240000 |  3693 |  2283k|   9.5 |  62M|  67 |   - |2053 |8387 |   0 |   0 |  15k| 321k|6285 | 0.000000e+00 | 1.900000e+01 |    Inf 
623.31/623.30	o 12
623.31/623.30	c * 596s|246734 |  3042 |  2349k|   9.5 |  53M|  67 |   - |2053 |9623 |2053 |1737 |  15k| 330k|6418 | 0.000000e+00 | 1.200000e+01 |    Inf 
630.21/630.28	c   602s|250000 |  3054 |  2376k|   9.5 |  54M|  67 |  24 |2053 |  11k|2053 |1737 |  16k| 334k|6418 | 0.000000e+00 | 1.200000e+01 |    Inf 
653.91/653.96	c   625s|260000 |  3067 |  2469k|   9.5 |  56M|  67 |  17 |2053 |  15k|2053 |1737 |  16k| 347k|6554 | 0.000000e+00 | 1.200000e+01 |    Inf 
679.51/679.51	c   649s|270000 |  3079 |  2570k|   9.5 |  56M|  67 |   - |2053 |  16k|   0 |   0 |  16k| 360k|6707 | 0.000000e+00 | 1.200000e+01 |    Inf 
703.81/703.88	c   673s|280000 |  3062 |  2663k|   9.5 |  57M|  67 |   - |2053 |  16k|2053 |1737 |  17k| 373k|6838 | 0.000000e+00 | 1.200000e+01 |    Inf 
728.01/728.07	c   696s|290000 |  3046 |  2755k|   9.5 |  57M|  67 |  23 |2053 |  17k|2053 |1737 |  17k| 387k|6962 | 0.000000e+00 | 1.200000e+01 |    Inf 
753.52/753.51	c   720s|300000 |  3046 |  2852k|   9.5 |  57M|  67 |   - |2053 |  15k|   0 |   0 |  18k| 400k|7131 | 0.000000e+00 | 1.200000e+01 |    Inf 
776.02/776.03	c   742s|310000 |  3129 |  2938k|   9.5 |  59M|  67 |  16 |2053 |  20k|2053 |1737 |  19k| 413k|7215 | 0.000000e+00 | 1.200000e+01 |    Inf 
794.22/794.21	o 6
794.22/794.21	c * 759s|317683 |   674 |  3007k|   9.5 |  29M|  67 |   - |2053 |  21k|2053 |1740 |  19k| 423k|7259 | 0.000000e+00 | 6.000000e+00 |    Inf 
799.51/799.59	c   764s|320000 |   690 |  3029k|   9.5 |  29M|  67 |  28 |2053 |  21k|2053 |1737 |  19k| 426k|7300 | 0.000000e+00 | 6.000000e+00 |    Inf 
823.71/823.77	c   787s|330000 |   694 |  3126k|   9.5 |  29M|  67 |   - |2053 |  20k|   0 |   0 |  20k| 440k|7409 | 0.000000e+00 | 6.000000e+00 |    Inf 
848.02/848.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.02/848.06	c   810s|340000 |   684 |  3218k|   9.5 |  29M|  67 |   - |2053 |  21k|   0 |   0 |  20k| 453k|7532 | 0.000000e+00 | 6.000000e+00 |    Inf 
871.92/871.96	c   833s|350000 |   714 |  3310k|   9.5 |  29M|  67 |  16 |2053 |  19k|2053 |1737 |  21k| 467k|7660 | 0.000000e+00 | 6.000000e+00 |    Inf 
896.62/896.70	c   857s|360000 |   775 |  3410k|   9.5 |  29M|  67 |   - |2053 |  19k|   0 |   0 |  21k| 480k|7804 | 0.000000e+00 | 6.000000e+00 |    Inf 
919.92/919.91	c   879s|370000 |   768 |  3498k|   9.5 |  30M|  67 |  30 |2053 |  20k|2053 |1737 |  22k| 494k|7884 | 0.000000e+00 | 6.000000e+00 |    Inf 
944.02/944.05	c   902s|380000 |   820 |  3591k|   9.5 |  31M|  67 |   - |2053 |  23k|   0 |   0 |  22k| 507k|7984 | 0.000000e+00 | 6.000000e+00 |    Inf 
968.72/968.71	c   926s|390000 |   819 |  3684k|   9.4 |  31M|  67 |  10 |2053 |  20k|2053 |1737 |  23k| 521k|8107 | 0.000000e+00 | 6.000000e+00 |    Inf 
993.12/993.12	c   949s|400000 |   839 |  3772k|   9.4 |  31M|  67 |   - |2053 |  21k|2053 |1737 |  24k| 535k|8231 | 0.000000e+00 | 6.000000e+00 |    Inf 
1015.82/1015.81	c   971s|410000 |   855 |  3858k|   9.4 |  32M|  67 |  19 |2053 |  22k|2053 |1737 |  24k| 549k|8285 | 0.000000e+00 | 6.000000e+00 |    Inf 
1041.32/1041.35	c   995s|420000 |   883 |  3955k|   9.4 |  33M|  67 |  14 |2053 |  24k|2053 |1737 |  25k| 562k|8361 | 0.000000e+00 | 6.000000e+00 |    Inf 
1068.03/1068.05	c  1021s|430000 |   891 |  4050k|   9.4 |  34M|  67 |  19 |2053 |  26k|2053 |1737 |  25k| 576k|8489 | 0.000000e+00 | 6.000000e+00 |    Inf 
1093.63/1093.62	c  1045s|440000 |   857 |  4138k|   9.4 |  34M|  67 |  24 |2053 |  27k|2053 |1737 |  26k| 590k|8625 | 0.000000e+00 | 6.000000e+00 |    Inf 
1119.32/1119.30	c  1070s|450000 |   835 |  4225k|   9.4 |  34M|  67 |  20 |2053 |  27k|2053 |1737 |  26k| 604k|8669 | 0.000000e+00 | 6.000000e+00 |    Inf 
1144.83/1144.88	c  1095s|460000 |   841 |  4317k|   9.4 |  36M|  67 |  20 |2053 |  31k|2053 |1737 |  26k| 617k|8762 | 0.000000e+00 | 6.000000e+00 |    Inf 
1170.44/1170.45	o 2
1170.44/1170.45	c *1119s|469783 |   296 |  4403k|   9.4 |  30M|  67 |   - |2053 |  29k|2053 |1737 |  27k| 630k|8895 | 0.000000e+00 | 2.000000e+00 |    Inf 
1170.92/1170.94	c  1120s|470000 |   292 |  4404k|   9.4 |  29M|  67 |   - |2053 |  28k|2053 |1737 |  27k| 631k|8895 | 0.000000e+00 | 2.000000e+00 |    Inf 
1195.22/1195.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.22/1195.27	c  1143s|480000 |   298 |  4488k|   9.4 |  31M|  67 |  13 |2053 |  32k|2053 |1737 |  27k| 644k|8935 | 0.000000e+00 | 2.000000e+00 |    Inf 
1223.83/1223.87	c  1170s|490000 |   288 |  4577k|   9.3 |  34M|  67 |  28 |2053 |  39k|2053 |1737 |  28k| 657k|9023 | 0.000000e+00 | 2.000000e+00 |    Inf 
1256.33/1256.37	c  1202s|500000 |   293 |  4674k|   9.3 |  35M|  67 |  30 |2053 |  43k|2053 |1737 |  28k| 671k|9146 | 0.000000e+00 | 2.000000e+00 |    Inf 
1289.14/1289.13	c  1234s|510000 |   298 |  4773k|   9.4 |  37M|  67 |  18 |2053 |  48k|2053 |1737 |  28k| 685k|9251 | 0.000000e+00 | 2.000000e+00 |    Inf 
1323.63/1323.66	c  1267s|520000 |   329 |  4873k|   9.4 |  39M|  67 |  17 |2053 |  52k|2053 |1737 |  29k| 698k|9307 | 0.000000e+00 | 2.000000e+00 |    Inf 
1358.74/1358.72	c  1301s|530000 |   289 |  4956k|   9.4 |  41M|  67 |  31 |2053 |  57k|2053 |1737 |  29k| 712k|9397 | 0.000000e+00 | 2.000000e+00 |    Inf 
1397.93/1397.97	c  1339s|540000 |   290 |  5048k|   9.3 |  44M|  67 |  13 |2053 |  65k|2053 |1737 |  30k| 726k|9495 | 0.000000e+00 | 2.000000e+00 |    Inf 
1438.74/1438.73	c  1379s|550000 |   294 |  5141k|   9.3 |  46M|  67 |  20 |2053 |  70k|2053 |1737 |  30k| 739k|9558 | 0.000000e+00 | 2.000000e+00 |    Inf 
1479.74/1479.78	c  1419s|560000 |   299 |  5241k|   9.4 |  49M|  67 |  25 |2053 |  76k|2053 |1737 |  30k| 753k|9641 | 0.000000e+00 | 2.000000e+00 |    Inf 
1524.43/1524.44	c  1463s|570000 |   304 |  5331k|   9.4 |  52M|  67 |   - |2053 |  82k|2053 |1737 |  31k| 767k|9759 | 0.000000e+00 | 2.000000e+00 |    Inf 
1571.54/1571.59	c  1509s|580000 |   290 |  5427k|   9.4 |  52M|  67 |   - |2053 |  83k|   0 |   0 |  31k| 781k|9832 | 0.000000e+00 | 2.000000e+00 |    Inf 
1619.94/1619.95	c  1556s|590000 |   286 |  5519k|   9.4 |  55M|  67 |   - |2053 |  90k|2053 |1737 |  31k| 795k|9878 | 0.000000e+00 | 2.000000e+00 |    Inf 
1668.75/1668.73	c  1604s|600000 |   295 |  5616k|   9.4 |  48M|  67 |   - |2053 |  69k|   0 |   0 |  32k| 809k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1710.04/1710.02	c  1644s|610000 |   292 |  5721k|   9.4 |  50M|  67 |   - |2053 |  74k|2053 |1737 |  32k| 823k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1751.54/1751.54	c  1685s|620000 |   293 |  5818k|   9.4 |  52M|  67 |  13 |2053 |  78k|2053 |1737 |  33k| 836k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1797.25/1797.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.25/1797.22	c  1729s|630000 |   284 |  5910k|   9.4 |  52M|  67 |  21 |2053 |  80k|2053 |1737 |  33k| 850k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1731.94
1800.05/1800.00	c Solving Nodes      : 630597
1800.05/1800.00	c Primal Bound       : +2.00000000000000e+00 (176 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.05/1800.01	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.01	v -x167 -x166 x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.05/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.01	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.01	v -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.05/1800.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.05/1800.02	v x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.02	v x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.02	v -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time       :    1731.94
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-2692851-1277906925.wbo
1800.05/1800.02	c   Variables        : 2153 (1192 binary, 0 integer, 0 implicit integer, 961 continuous)
1800.05/1800.02	c   Constraints      : 3669 initial, 3669 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-2692851-1277906925.wbo
1800.05/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.05/1800.02	c   Constraints      : 3512 initial, 93868 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1800.05/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.05          0          0          0        961          0        107         50          0
1800.05/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -        903          -          -       1806          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0     346919          0        159       2272          0          0     675912
1800.05/1800.02	c   indicator        :        911          0    2992566       7173          0        630    2871156          0          0          0
1800.05/1800.02	c   knapsack         :          1          6    2986469       6828          0      46955    6986504          2          0          0
1800.05/1800.02	c   setppc           :         15          6    2944780       6864          0      60588    2202390          0          0          0
1800.05/1800.02	c   linear           :        911          6    2885655       7085          0      45884    3152177      33869          0          0
1800.05/1800.02	c   logicor          :       1674+         6    1434038        808          0      81289    5327921          0          0          0
1800.05/1800.02	c   bounddisjunction :          0+         0      19007          0          0          0          5          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0        808          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :      46.61       0.00       0.00      46.61       0.00
1800.05/1800.02	c   indicator        :       6.64       0.00       6.54       0.10       0.00
1800.05/1800.02	c   knapsack         :      31.04       0.00      31.04       0.00       0.00
1800.05/1800.02	c   setppc           :      13.22       0.00      13.22       0.00       0.00
1800.05/1800.02	c   linear           :      36.07       0.00      35.85       0.22       0.00
1800.05/1800.02	c   logicor          :     276.08       0.00     276.06       0.02       0.00
1800.05/1800.02	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.00          2          0          0
1800.05/1800.02	c   rootredcost      :       0.01         35          0        903
1800.05/1800.02	c   pseudoobj        :      58.37    2998240       4337    2597335
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :       9.89     239053     238748    1536752       26.6       8961       21.0          -
1800.05/1800.02	c   infeasible LP    :      18.35      93151      93151     793794       43.2        697       15.5          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00         41         41        237       17.3          5       11.0          -
1800.05/1800.02	c   applied globally :          -          -          -     850942       26.2          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          5          -          -         83          -    (maximal pool size: 260)
1800.05/1800.02	c   redcost          :       9.71     350448          0     212571          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.19          6          0          0       2150          0
1800.05/1800.02	c   strongcg         :       0.14          6          0          0        681          0
1800.05/1800.02	c   cmir             :       0.01          6          0          0          3          0
1800.05/1800.02	c   flowcover        :       0.05          6          0          0          5          0
1800.05/1800.02	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :      46.57     339736        159       2272          0          0     675912
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.01        774          0          0          0          0       1548
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.04          -         34
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   feaspump         :       0.01          1          0
1800.05/1800.02	c   oneopt           :       0.13         32          0
1800.05/1800.02	c   intshifting      :       0.01         22          0
1800.05/1800.02	c   crossover        :       0.60         29          0
1800.05/1800.02	c   linesearchdiving :       0.39        111          0
1800.05/1800.02	c   guideddiving     :       0.33        111          0
1800.05/1800.02	c   coefdiving       :       0.40        111          0
1800.05/1800.02	c   objpscostdiving  :       0.62         56          0
1800.05/1800.02	c   rootsoldiving    :       2.29         56          0
1800.05/1800.02	c   pscostdiving     :       0.52        112          0
1800.05/1800.02	c   fracdiving       :       0.55        112          0
1800.05/1800.02	c   veclendiving     :       0.46        112          0
1800.05/1800.02	c   trivial          :       0.01          2          0
1800.05/1800.02	c   simplerounding   :       0.34     340687          0
1800.05/1800.02	c   zirounding       :       0.12       1000          0
1800.05/1800.02	c   rounding         :       0.94       8208          0
1800.05/1800.02	c   shifting         :       0.99       2516          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.02          1          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.01          0          0
1800.05/1800.02	c   trysol           :       0.34       1575        142
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :     843.67     438552    5895001      13.44    6987.33
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       3.61       2229      22174       9.95    6142.38
1800.05/1800.02	c   strong branching :      42.83      10257     288921      28.17    6745.76
1800.05/1800.02	c     (at root node) :          -         33       5724     173.45          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :     630597
1800.05/1800.02	c   nodes (total)    :     630597
1800.05/1800.02	c   nodes left       :        290
1800.05/1800.02	c   max depth        :         67
1800.05/1800.02	c   max depth (total):         67
1800.05/1800.02	c   backtracks       :      82248 (13.0%)
1800.05/1800.02	c   delayed cutoffs  :      41148
1800.05/1800.02	c   repropagations   :    1119587 (4047921 domain reductions, 39940 cutoffs)
1800.05/1800.02	c   avg switch length:       5.11
1800.05/1800.02	c   switching time   :     202.19
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :        176 (35 improvements)
1800.05/1800.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.11 seconds, depth 0, found by <trysol>)
1800.05/1800.02	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 469783 nodes, 1119.12 seconds, depth 31, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :        390
1800.15/1800.13	c Time complete: 1800.18.

Verifier Data

OK	2

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.00 3/200 13883
/proc/meminfo: memFree=31374952/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=9288 CPUtime=0
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1646 0 0 0 0 0 0 0 21 0 1 0 131988700 9510912 1565 4089446400 4194304 8223781 140734556943136 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13883/statm: 2322 1565 369 984 0 1335 0

[startup+0.0664471 s]
/proc/loadavg: 2.04 2.05 2.00 3/200 13883
/proc/meminfo: memFree=31374952/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=22780 CPUtime=0.05
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 5619 0 0 0 5 0 0 0 21 0 1 0 131988700 23326720 4660 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 5695 4660 446 984 0 4708 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22780

[startup+0.10044 s]
/proc/loadavg: 2.04 2.05 2.00 3/200 13883
/proc/meminfo: memFree=31374952/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=24676 CPUtime=0.09
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 8073 0 0 0 7 2 0 0 21 0 1 0 131988700 25268224 5058 4089446400 4194304 8223781 140734556943136 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 6169 5082 466 984 0 5182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24676

[startup+0.300406 s]
/proc/loadavg: 2.04 2.05 2.00 3/200 13883
/proc/meminfo: memFree=31374952/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=32992 CPUtime=0.29
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 11265 0 0 0 25 4 0 0 21 0 1 0 131988700 33783808 7371 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 8248 7371 583 984 0 7261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32992

[startup+0.700333 s]
/proc/loadavg: 2.04 2.05 2.00 3/200 13883
/proc/meminfo: memFree=31374952/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=34940 CPUtime=0.69
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 19362 0 0 0 61 8 0 0 22 0 1 0 131988700 35778560 7853 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 8735 7853 596 984 0 7748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34940

[startup+1.50018 s]
/proc/loadavg: 2.04 2.05 2.00 3/201 13884
/proc/meminfo: memFree=31344936/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=35272 CPUtime=1.49
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 19870 0 0 0 139 10 0 0 25 0 1 0 131988700 36118528 7894 4089446400 4194304 8223781 140734556943136 18446744073709551615 6569745 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 8818 7894 596 984 0 7831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35272

[startup+3.10089 s]
/proc/loadavg: 2.04 2.05 2.00 3/201 13884
/proc/meminfo: memFree=31344440/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=34940 CPUtime=3.09
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 20691 0 0 0 295 14 0 0 25 0 1 0 131988700 35778560 7857 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 8735 7857 597 984 0 7748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34940

[startup+6.30032 s]
/proc/loadavg: 2.04 2.04 2.00 3/201 13884
/proc/meminfo: memFree=31344972/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=35992 CPUtime=6.29
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 27503 0 0 0 602 27 0 0 25 0 1 0 131988700 36855808 8075 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 8998 8075 600 984 0 8011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35992

[startup+12.7001 s]
/proc/loadavg: 2.04 2.04 2.00 3/201 13884
/proc/meminfo: memFree=31340012/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=41916 CPUtime=12.69
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 54619 0 0 0 1217 52 0 0 25 0 1 0 131988700 42921984 9538 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 10479 9538 606 984 0 9492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41916

[startup+25.5008 s]
/proc/loadavg: 2.03 2.04 2.00 3/201 13884
/proc/meminfo: memFree=31327072/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=55216 CPUtime=25.49
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 102591 0 0 0 2437 112 0 0 25 0 1 0 131988700 56541184 12871 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 13804 12871 606 984 0 12817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55216

[startup+51.1001 s]
/proc/loadavg: 2.02 2.04 2.00 3/201 13885
/proc/meminfo: memFree=31315288/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=66376 CPUtime=51.1
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 175808 0 0 0 4875 235 0 0 25 0 1 0 131988700 67969024 15613 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 16594 15613 606 984 0 15607 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 66376

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/201 13886
/proc/meminfo: memFree=31299872/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=82072 CPUtime=102.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 274807 0 0 0 9764 466 0 0 25 0 1 0 131988700 84041728 19406 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 20518 19406 606 984 0 19531 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82072

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 13888
/proc/meminfo: memFree=31290628/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=91900 CPUtime=162.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 389561 0 0 0 15484 746 0 0 25 0 1 0 131988700 94105600 21686 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 22975 21686 608 984 0 21988 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 91900

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 13890
/proc/meminfo: memFree=31284100/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=98540 CPUtime=222.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 486360 0 0 0 21210 1020 0 0 25 0 1 0 131988700 100904960 23281 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 24635 23281 608 984 0 23648 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98540

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 13891
/proc/meminfo: memFree=31275992/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=106600 CPUtime=282.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 624492 0 0 0 26927 1303 0 0 25 0 1 0 131988700 109158400 25103 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 26650 25103 608 984 0 25663 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106600

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 13892
/proc/meminfo: memFree=31263024/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=120380 CPUtime=342.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 717203 0 0 0 32654 1576 0 0 25 0 1 0 131988700 123269120 28445 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 30095 28445 608 984 0 29108 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 120380

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 13894
/proc/meminfo: memFree=31253168/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=131136 CPUtime=402.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 787545 0 0 0 38390 1841 0 0 25 0 1 0 131988700 134283264 30846 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 32784 30846 608 984 0 31797 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 131136

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/201 13896
/proc/meminfo: memFree=31245908/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=138612 CPUtime=462.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 824292 0 0 0 44134 2096 0 0 25 0 1 0 131988700 141938688 32553 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 34653 32553 608 984 0 33666 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138612

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/201 13897
/proc/meminfo: memFree=31240260/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=145296 CPUtime=522.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 897611 0 0 0 49888 2343 0 0 25 0 1 0 131988700 148783104 34002 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 36324 34002 608 984 0 35337 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 145296

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/201 13899
/proc/meminfo: memFree=31233868/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=151104 CPUtime=582.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 931904 0 0 0 55623 2608 0 0 25 0 1 0 131988700 154730496 35458 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 37776 35458 608 984 0 36789 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 151104

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 13900
/proc/meminfo: memFree=31231560/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=152932 CPUtime=642.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1023463 0 0 0 61386 2845 0 0 25 0 1 0 131988700 156602368 35860 4089446400 4194304 8223781 140734556943136 18446744073709551615 4925443 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 38233 35860 608 984 0 37246 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 152932

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/201 13953
/proc/meminfo: memFree=31254980/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=156192 CPUtime=882.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1442661 0 0 0 84325 3907 0 0 25 0 1 0 131988700 159940608 36509 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39048 36509 608 984 0 38061 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 156192

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/201 13954
/proc/meminfo: memFree=31254300/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=156192 CPUtime=942.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1558605 0 0 0 90057 4175 0 0 25 0 1 0 131988700 159940608 36519 4089446400 4194304 8223781 140734556943136 18446744073709551615 4210595 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39048 36519 608 984 0 38061 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 156192

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/201 13956
/proc/meminfo: memFree=31253604/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=156348 CPUtime=1002.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1684275 0 0 0 95806 4427 0 0 25 0 1 0 131988700 160100352 36563 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39087 36563 608 984 0 38100 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 156348

[startup+1062.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/201 13958
/proc/meminfo: memFree=31253280/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=156684 CPUtime=1062.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1828401 0 0 0 101548 4685 0 0 25 0 1 0 131988700 160444416 36639 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39171 36639 608 984 0 38184 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 156684

[startup+1122.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/201 13960
/proc/meminfo: memFree=31252856/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=156636 CPUtime=1122.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 1978674 0 0 0 107294 4938 0 0 25 0 1 0 131988700 160395264 36659 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39159 36659 608 984 0 38172 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 156636

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/201 13961
/proc/meminfo: memFree=31251060/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=158432 CPUtime=1182.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2079043 0 0 0 113049 5184 0 0 25 0 1 0 131988700 162234368 37126 4089446400 4194304 8223781 140734556943136 18446744073709551615 6444449 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 39608 37126 608 984 0 38621 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 158432

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/201 13962
/proc/meminfo: memFree=31247520/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=161828 CPUtime=1242.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2169649 0 0 0 118822 5411 0 0 25 0 1 0 131988700 165711872 37985 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 40457 37985 609 984 0 39470 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 161828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 13964
/proc/meminfo: memFree=31242496/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=167904 CPUtime=1302.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2221018 0 0 0 124630 5604 0 0 25 0 1 0 131988700 171933696 39135 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 41976 39135 608 984 0 40989 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 167904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 13966
/proc/meminfo: memFree=31240088/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=170244 CPUtime=1362.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2237147 0 0 0 130461 5772 0 0 25 0 1 0 131988700 174329856 39686 4089446400 4194304 8223781 140734556943136 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 42561 39686 608 984 0 41574 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 170244

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 13971
/proc/meminfo: memFree=31234900/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=174340 CPUtime=1422.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2274634 0 0 0 136296 5938 0 0 25 0 1 0 131988700 178524160 40704 4089446400 4194304 8223781 140734556943136 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 43585 40704 608 984 0 42598 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 174340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14000
/proc/meminfo: memFree=31233320/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=178556 CPUtime=1482.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2279318 0 0 0 142155 6079 0 0 25 0 1 0 131988700 182841344 41681 4089446400 4194304 8223781 140734556943136 18446744073709551615 4209148 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 44639 41681 608 984 0 43652 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 178556

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 14001
/proc/meminfo: memFree=31191656/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=183308 CPUtime=1542.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2284352 0 0 0 148017 6217 0 0 25 0 1 0 131988700 187707392 42815 4089446400 4194304 8223781 140734556943136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 45827 42815 608 984 0 44840 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 183308

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 14003
/proc/meminfo: memFree=31183304/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=185604 CPUtime=1602.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2284962 0 0 0 153883 6351 0 0 25 0 1 0 131988700 190058496 43384 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 46401 43384 608 984 0 45414 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 185604

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 14005
/proc/meminfo: memFree=31169260/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=193732 CPUtime=1662.35
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2289851 0 0 0 159758 6477 0 0 25 0 1 0 131988700 198381568 44953 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 48433 44953 608 984 0 47446 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 193732

[startup+1722.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/183 14006
/proc/meminfo: memFree=31164232/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=195084 CPUtime=1722.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2295887 0 0 0 165605 6629 0 0 25 0 1 0 131988700 199766016 45181 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 48771 45181 608 984 0 47784 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 195084

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 14008
/proc/meminfo: memFree=31159848/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=195084 CPUtime=1782.35
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2297463 0 0 0 171461 6774 0 0 25 0 1 0 131988700 199766016 45181 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 48771 45181 608 984 0 47784 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 195084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.17 2.07 2.01 3/183 14009
/proc/meminfo: memFree=31159096/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=195084 CPUtime=1800.05
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2298045 0 0 0 173196 6809 0 0 25 0 1 0 131988700 199766016 45187 4089446400 4194304 8223781 140734556943136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13883/statm: 48771 45187 608 984 0 47784 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 195084

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

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

[startup+1800.11 s]
/proc/loadavg: 2.17 2.07 2.01 3/183 14009
/proc/meminfo: memFree=31159096/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=193140 CPUtime=1800.15
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 12532 0 -1 4202496 2298047 0 0 0 173206 6809 0 0 18 0 1 0 131988700 197775360 44704 4089446400 4194304 8223781 140734556943136 18446744073709551615 4997767 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13883/statm: 48285 44704 610 984 0 47298 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 193140

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.18
CPU user time (s): 1732.08
CPU system time (s): 68.1026
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 195316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1732.08
system time used= 68.1026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2298051
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= 3
involuntary context switches= 20831

runsolver used 3.06253 second user time and 6.609 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 16:08:45
IDJOB=2692851
IDBENCH=78944
IDSOLVER=1204
FILE ID=node134/2692851-1277906925
PBS_JOBID= 11197195
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692851-1277906925/watcher-2692851-1277906925 -o /tmp/evaluation-result-2692851-1277906925/solver-2692851-1277906925 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692851-1277906925.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9807244e443328f735b38c92df34bd91
RANDOM SEED=859520149

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7397.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31375852 kB
Buffers:        192456 kB
Cached:        1092128 kB
SwapCached:          0 kB
Active:         743116 kB
Inactive:       690100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31375852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      148336 kB
Mapped:          20488 kB
Slab:            79332 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node134 at 2010-06-30 16:38:47