Trace number 2693421

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.13 1800.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900579996--soft-66-100-0.wbo
MD5SUM088560862f81f380de0695aae8f2f503
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark373.059
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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: Clp 1.11.1] [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-2693421-1277903321.wbo>
0.00/0.03	c original problem has 2029 variables (1130 bin, 0 int, 0 impl, 899 cont) and 3607 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.05/0.08	c (round 2) 0 del vars, 110 del conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.05/0.09	c (round 3) 51 del vars, 242 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.09/0.11	c (round 4) 118 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 1117 impls, 11 clqs
0.09/0.12	c (round 5) 134 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 1117 impls, 11 clqs
0.09/0.16	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  134 deleted vars, 258 deleted constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.16	c  1117 implications, 11 cliques
0.09/0.16	c presolved problem has 1895 variables (1063 bin, 0 int, 0 impl, 832 cont) and 3349 constraints
0.09/0.16	c     832 constraints of type <indicator>
0.09/0.16	c       1 constraints of type <knapsack>
0.09/0.16	c      11 constraints of type <setppc>
0.09/0.16	c     832 constraints of type <linear>
0.09/0.16	c    1673 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.11
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.2
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1799.98
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 3420
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.09/0.17	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.17	c   0.1s|     1 |     0 |    35 |     - |8646k|   0 |  30 |1895 |3349 |1895 |1685 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    73 |     - |8837k|   0 |  21 |1895 |3349 |1895 |1705 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   102 |     - |8927k|   0 |  29 |1895 |3349 |1895 |1713 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   140 |     - |9018k|   0 |  36 |1895 |3349 |1895 |1724 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   152 |     - |9174k|   0 |  42 |1895 |3349 |1895 |1731 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.38/0.45	c   0.4s|     1 |     0 |   176 |     - |9267k|   0 |  42 |1895 |3349 |1895 |1735 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   219 |     - |9270k|   0 |  43 |1895 |3349 |1895 |1737 |  52 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.32	c   2.2s|     1 |     2 |   219 |     - |9299k|   0 |  43 |1895 |3349 |1895 |1737 |  52 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
2.29/2.33	o 42674
2.29/2.33	c y 2.2s|     2 |     1 |   219 |   0.0 |9329k|   1 |   - |1895 |3349 |   0 |   0 |  52 |   0 |  33 | 0.000000e+00 | 4.267400e+04 |    Inf 
10.19/10.27	o 511
10.19/10.27	c *10.1s|    97 |    63 |  2418 |  22.9 |9828k|  29 |   - |1895 |3349 |1895 |1738 |  91 |   0 | 504 | 0.000000e+00 | 5.110000e+02 |    Inf 
10.19/10.28	o 443
10.19/10.28	c *10.1s|   104 |    47 |  2435 |  21.5 |  10M|  29 |   - |1895 |3349 |1895 |1738 |  91 |   0 | 504 | 0.000000e+00 | 4.430000e+02 |    Inf 
11.19/11.23	o 382
11.19/11.23	c *11.1s|   139 |    59 |  3270 |  22.1 |  10M|  29 |   - |1895 |3383 |1895 |1732 | 110 |  34 | 648 | 0.000000e+00 | 3.820000e+02 |    Inf 
12.19/12.28	o 362
12.19/12.28	c *12.1s|   314 |   119 |  5171 |  15.8 |  11M|  39 |   - |1895 |3515 |1895 |1739 | 199 | 166 | 782 | 0.000000e+00 | 3.620000e+02 |    Inf 
12.19/12.28	o 309
12.19/12.28	c *12.1s|   315 |   105 |  5171 |  15.8 |  11M|  39 |   - |1895 |3515 |1895 |1739 | 199 | 166 | 782 | 0.000000e+00 | 3.090000e+02 |    Inf 
12.39/12.40	o 255
12.39/12.40	c *12.2s|   364 |   105 |  5396 |  14.3 |  11M|  52 |   - |1895 |3586 |1895 |1740 | 217 | 237 | 795 | 0.000000e+00 | 2.550000e+02 |    Inf 
12.39/12.40	o 202
12.39/12.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.39/12.40	c *12.2s|   365 |    96 |  5396 |  14.2 |  11M|  52 |   - |1895 |3586 |1895 |1740 | 217 | 237 | 795 | 0.000000e+00 | 2.020000e+02 |    Inf 
16.40/16.43	o 198
16.40/16.43	c *16.1s|  2183 |   325 | 17520 |   7.9 |  14M|  52 |   - |1895 |4610 |1895 |1728 | 675 |2221 | 987 | 0.000000e+00 | 1.980000e+02 |    Inf 
16.89/16.91	o 171
16.89/16.91	c *16.6s|  2509 |   439 | 18540 |   7.3 |  14M|  52 |   - |1895 |4702 |1895 |1741 | 754 |2513 | 994 | 0.000000e+00 | 1.710000e+02 |    Inf 
16.99/17.00	o 168
16.99/17.00	c *16.6s|  2566 |   454 | 18775 |   7.2 |  15M|  52 |   - |1895 |4703 |1895 |1740 | 760 |2547 | 996 | 0.000000e+00 | 1.680000e+02 |    Inf 
17.19/17.24	o 161
17.19/17.24	c *16.9s|  2702 |   480 | 19570 |   7.2 |  15M|  52 |   - |1895 |4729 |1895 |1737 | 796 |2675 |1003 | 0.000000e+00 | 1.610000e+02 |    Inf 
17.19/17.24	o 160
17.19/17.24	c *16.9s|  2703 |   478 | 19570 |   7.2 |  15M|  52 |   - |1895 |4729 |1895 |1737 | 796 |2675 |1003 | 0.000000e+00 | 1.600000e+02 |    Inf 
17.19/17.27	o 157
17.19/17.27	c *16.9s|  2723 |   491 | 19613 |   7.1 |  15M|  52 |   - |1895 |4726 |1895 |1745 | 798 |2675 |1004 | 0.000000e+00 | 1.570000e+02 |    Inf 
17.59/17.67	o 152
17.59/17.67	c *17.3s|  2971 |   517 | 20559 |   6.8 |  15M|  53 |   - |1895 |4824 |1895 |1736 | 825 |2933 |1013 | 0.000000e+00 | 1.520000e+02 |    Inf 
20.99/21.04	o 127
20.99/21.04	c *20.5s|  4692 |   657 | 32992 |   7.0 |  16M|  56 |   - |1895 |5454 |1895 |1746 |1128 |5013 |1106 | 0.000000e+00 | 1.270000e+02 |    Inf 
28.39/28.49	o 121
28.39/28.49	c *27.7s|  7983 |  1070 | 67107 |   8.4 |  19M|  56 |   - |1895 |5096 |1895 |1734 |1615 |8662 |1199 | 0.000000e+00 | 1.210000e+02 |    Inf 
32.09/32.16	o 98
32.09/32.16	c *31.2s|  9871 |  1280 | 81671 |   8.3 |  21M|  56 |   - |1895 |5409 |1895 |1736 |1946 |  10k|1205 | 0.000000e+00 | 9.800000e+01 |    Inf 
32.39/32.40	c  31.5s| 10000 |  1288 | 82416 |   8.2 |  21M|  56 |   1 |1895 |5050 |1895 |1735 |1962 |  11k|1206 | 0.000000e+00 | 9.800000e+01 |    Inf 
34.49/34.52	o 74
34.49/34.52	c *33.5s| 10947 |  1248 | 91835 |   8.4 |  21M|  60 |   - |1895 |4937 |1895 |1734 |2114 |  12k|1210 | 0.000000e+00 | 7.400000e+01 |    Inf 
34.59/34.63	o 44
34.59/34.63	c *33.6s| 10991 |  1008 | 92449 |   8.4 |  19M|  60 |   - |1895 |4691 |1895 |1731 |2127 |  12k|1210 | 0.000000e+00 | 4.400000e+01 |    Inf 
53.58/53.62	o 37
53.58/53.62	c *52.0s| 19315 |  1187 |187520 |   9.7 |  23M|  60 |   - |1895 |6316 |1895 |1731 |3095 |  22k|1497 | 0.000000e+00 | 3.700000e+01 |    Inf 
54.99/55.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.99/55.05	c  53.3s| 20000 |  1200 |194554 |   9.7 |  23M|  60 |   - |1895 |6473 |   0 |   0 |3181 |  23k|1513 | 0.000000e+00 | 3.700000e+01 |    Inf 
56.89/56.98	o 34
56.89/56.98	c *55.2s| 20921 |  1190 |203965 |   9.7 |  23M|  60 |   - |1895 |6277 |1895 |1739 |3289 |  24k|1530 | 0.000000e+00 | 3.400000e+01 |    Inf 
77.69/77.78	c  75.3s| 30000 |  1332 |328539 |  10.9 |  27M|  60 |  12 |1895 |7041 |1895 |1728 |4188 |  36k|1535 | 0.000000e+00 | 3.400000e+01 |    Inf 
80.49/80.58	o 32
80.49/80.58	c *78.0s| 31269 |  1287 |344501 |  11.0 |  27M|  60 |   - |1895 |6722 |1895 |1728 |4293 |  37k|1535 | 0.000000e+00 | 3.200000e+01 |    Inf 
96.69/96.74	o 31
96.69/96.74	c *93.6s| 38689 |  1495 |435990 |  11.3 |  29M|  60 |   - |1895 |6612 |1895 |1729 |4899 |  46k|1535 | 0.000000e+00 | 3.100000e+01 |    Inf 
99.79/99.89	c  96.7s| 40000 |  1499 |454619 |  11.4 |  30M|  60 |  29 |1895 |6405 |1895 |1740 |5071 |  48k|1553 | 0.000000e+00 | 3.100000e+01 |    Inf 
122.79/122.83	c   119s| 50000 |  1811 |581054 |  11.6 |  33M|  62 |   - |1895 |6846 |   0 |   0 |6365 |  61k|1875 | 0.000000e+00 | 3.100000e+01 |    Inf 
145.09/145.17	c   140s| 60000 |  1924 |702112 |  11.7 |  36M|  70 |  17 |1895 |7068 |1895 |1728 |7448 |  75k|2150 | 0.000000e+00 | 3.100000e+01 |    Inf 
166.69/166.71	c   161s| 70000 |  2099 |817421 |  11.7 |  38M|  70 |  14 |1895 |7086 |1895 |1728 |8560 |  88k|2404 | 0.000000e+00 | 3.100000e+01 |    Inf 
177.29/177.33	o 30
177.29/177.33	c * 172s| 75090 |  2047 |871380 |  11.6 |  38M|  70 |   - |1895 |7651 |1895 |1728 |9050 |  95k|2523 | 0.000000e+00 | 3.000000e+01 |    Inf 
177.49/177.50	o 22
177.49/177.50	c * 172s| 75177 |  1904 |872041 |  11.6 |  35M|  70 |   - |1895 |7614 |1895 |1728 |9071 |  95k|2524 | 0.000000e+00 | 2.200000e+01 |    Inf 
187.09/187.16	c   181s| 80000 |  1908 |922975 |  11.5 |  35M|  70 |   1 |1895 |6674 |1895 |1728 |9411 | 101k|2578 | 0.000000e+00 | 2.200000e+01 |    Inf 
209.19/209.21	c   203s| 90000 |  1869 |  1045k|  11.6 |  36M|  70 |   - |1895 |6485 |   0 |   0 |  10k| 114k|2872 | 0.000000e+00 | 2.200000e+01 |    Inf 
230.90/230.95	c   224s|100000 |  2093 |  1165k|  11.6 |  39M|  70 |   - |1895 |9670 |   0 |   0 |  12k| 128k|3093 | 0.000000e+00 | 2.200000e+01 |    Inf 
241.79/241.84	o 19
241.79/241.84	c * 234s|105594 |  1675 |  1220k|  11.6 |  33M|  70 |   - |1895 |  10k|1895 |1741 |  12k| 136k|3144 | 0.000000e+00 | 1.900000e+01 |    Inf 
246.39/246.46	o 11
246.39/246.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.39/246.46	c * 238s|107960 |  1377 |  1241k|  11.5 |  28M|  70 |   - |1895 |  11k|1895 |1730 |  13k| 139k|3230 | 0.000000e+00 | 1.100000e+01 |    Inf 
250.39/250.46	c   242s|110000 |  1397 |  1264k|  11.5 |  28M|  70 |  22 |1895 |  10k|1895 |1728 |  13k| 142k|3233 | 0.000000e+00 | 1.100000e+01 |    Inf 
270.69/270.76	c   262s|120000 |  1387 |  1375k|  11.5 |  28M|  70 |   - |1895 |9527 |   0 |   0 |  14k| 156k|3417 | 0.000000e+00 | 1.100000e+01 |    Inf 
291.60/291.62	c   282s|130000 |  1402 |  1494k|  11.5 |  29M|  70 |   1 |1895 |  10k|1895 |1739 |  16k| 169k|3515 | 0.000000e+00 | 1.100000e+01 |    Inf 
313.59/313.60	c   303s|140000 |  1450 |  1617k|  11.5 |  30M|  70 |  18 |1895 |  11k|1895 |1728 |  18k| 183k|3727 | 0.000000e+00 | 1.100000e+01 |    Inf 
328.60/328.67	o 8
328.60/328.67	c * 318s|147114 |  1314 |  1700k|  11.6 |  29M|  70 |   - |1895 |  13k|1895 |1729 |  18k| 193k|3820 | 0.000000e+00 | 8.000000e+00 |    Inf 
334.80/334.81	c   324s|150000 |  1327 |  1736k|  11.6 |  29M|  70 |   - |1895 |  13k|1895 |1728 |  19k| 197k|3826 | 0.000000e+00 | 8.000000e+00 |    Inf 
356.30/356.33	c   345s|160000 |  1240 |  1855k|  11.6 |  28M|  70 |   - |1895 |  10k|   0 |   0 |  20k| 211k|4056 | 0.000000e+00 | 8.000000e+00 |    Inf 
377.30/377.31	c   365s|170000 |  1279 |  1976k|  11.6 |  28M|  70 |  27 |1895 |  10k|1895 |1728 |  22k| 225k|4186 | 0.000000e+00 | 8.000000e+00 |    Inf 
397.99/398.09	c   385s|180000 |  1238 |  2094k|  11.6 |  28M|  70 |   - |1895 |9636 |1895 |1734 |  24k| 239k|4315 | 0.000000e+00 | 8.000000e+00 |    Inf 
420.70/420.76	c   407s|190000 |  1252 |  2223k|  11.7 |  29M|  70 |   - |1895 |  10k|   0 |   0 |  25k| 252k|4497 | 0.000000e+00 | 8.000000e+00 |    Inf 
442.20/442.27	c   427s|200000 |  1286 |  2344k|  11.7 |  30M|  70 |  16 |1895 |  13k|1895 |1728 |  26k| 266k|4608 | 0.000000e+00 | 8.000000e+00 |    Inf 
464.58/464.66	c   449s|210000 |  1276 |  2473k|  11.8 |  30M|  70 |  27 |1895 |  12k|1895 |1734 |  28k| 280k|4729 | 0.000000e+00 | 8.000000e+00 |    Inf 
481.39/481.41	o 7
481.39/481.41	c * 465s|218054 |  1201 |  2566k|  11.8 |  29M|  70 |   - |1895 |  11k|1895 |1729 |  30k| 291k|4819 | 0.000000e+00 | 7.000000e+00 |    Inf 
481.39/481.41	o 6
481.39/481.41	c * 465s|218055 |  1115 |  2566k|  11.8 |  28M|  70 |   - |1895 |  11k|1895 |1729 |  30k| 291k|4819 | 0.000000e+00 | 6.000000e+00 |    Inf 
481.59/481.62	o 2
481.59/481.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.59/481.62	c * 465s|218144 |   973 |  2567k|  11.8 |  27M|  70 |   - |1895 |  11k|1895 |1729 |  30k| 292k|4819 | 0.000000e+00 | 2.000000e+00 |    Inf 
481.59/481.62	o 1
481.59/481.62	c * 465s|218145 |   848 |  2567k|  11.8 |  26M|  70 |   - |1895 |  11k|1895 |1729 |  30k| 292k|4819 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.69/485.78	c   469s|220000 |   839 |  2591k|  11.8 |  25M|  70 |  14 |1895 |  10k|1895 |1728 |  30k| 294k|4877 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.39/508.41	c   491s|230000 |   860 |  2722k|  11.8 |  27M|  70 |  18 |1895 |  13k|1895 |1728 |  31k| 308k|4990 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.39/532.45	c   514s|240000 |   896 |  2871k|  12.0 |  28M|  70 |   - |1895 |  15k|   0 |   0 |  32k| 322k|5108 | 0.000000e+00 | 1.000000e+00 |    Inf 
554.29/554.36	c   536s|250000 |   883 |  2993k|  12.0 |  29M|  70 |  26 |1895 |  17k|1895 |1746 |  33k| 337k|5237 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.89/576.92	c   557s|260000 |   980 |  3121k|  12.0 |  30M|  70 |   - |1895 |  20k|   0 |   0 |  34k| 352k|5372 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.09/603.14	c   583s|270000 |  1144 |  3273k|  12.1 |  33M|  79 |  14 |1895 |  23k|1895 |1742 |  35k| 366k|5481 | 0.000000e+00 | 1.000000e+00 |    Inf 
628.48/628.58	c   607s|280000 |  1040 |  3417k|  12.2 |  33M|  79 |   - |1895 |  22k|1895 |1736 |  35k| 381k|5589 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.47/653.57	c   632s|290000 |  1029 |  3554k|  12.3 |  33M|  79 |   - |1895 |  24k|1895 |1756 |  36k| 396k|5731 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.17/678.27	c   656s|300000 |  1011 |  3685k|  12.3 |  35M|  79 |   - |1895 |  27k|   0 |   0 |  37k| 411k|5834 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.78/703.90	c   681s|310000 |   991 |  3821k|  12.3 |  32M|  79 |  30 |1895 |  21k|1895 |1736 |  38k| 425k|5946 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.07/729.10	c   705s|320000 |   979 |  3962k|  12.4 |  33M|  79 |   - |1895 |  22k|   0 |   0 |  39k| 441k|6069 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.27/753.39	c   728s|330000 |   905 |  4087k|  12.4 |  28M|  79 |   - |1895 |9727 |1895 |1728 |  40k| 454k|6188 | 0.000000e+00 | 1.000000e+00 |    Inf 
775.77/775.81	c   750s|340000 |   838 |  4216k|  12.4 |  28M|  79 |  21 |1895 |  10k|1895 |1728 |  41k| 468k|6324 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.87/800.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.87/800.99	c   775s|350000 |   787 |  4363k|  12.5 |  28M|  79 |   - |1895 |  13k|   0 |   0 |  42k| 481k|6855 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.87/825.94	c   799s|360000 |   822 |  4513k|  12.5 |  30M|  79 |  13 |1895 |  17k|1895 |1728 |  42k| 495k|6946 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.26/849.30	c   821s|370000 |   876 |  4644k|  12.6 |  30M|  79 |   1 |1895 |  18k|1895 |1728 |  43k| 508k|6960 | 0.000000e+00 | 1.000000e+00 |    Inf 
874.37/874.49	c   846s|380000 |  1079 |  4781k|  12.6 |  32M|  79 |  32 |1895 |  20k|1895 |1728 |  44k| 522k|7061 | 0.000000e+00 | 1.000000e+00 |    Inf 
899.27/899.33	c   870s|390000 |  1108 |  4914k|  12.6 |  33M|  79 |  17 |1895 |  21k|1895 |1728 |  45k| 536k|7184 | 0.000000e+00 | 1.000000e+00 |    Inf 
926.27/926.30	c   896s|400000 |  1080 |  5064k|  12.7 |  33M|  79 |  25 |1895 |  22k|1895 |1728 |  46k| 549k|7279 | 0.000000e+00 | 1.000000e+00 |    Inf 
951.77/951.89	c   921s|410000 |  1037 |  5200k|  12.7 |  33M|  79 |  25 |1895 |  21k|1895 |1728 |  46k| 563k|7371 | 0.000000e+00 | 1.000000e+00 |    Inf 
978.87/978.96	c   947s|420000 |  1032 |  5352k|  12.7 |  34M|  79 |  11 |1895 |  24k|1895 |1728 |  47k| 577k|7464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.96/1006.05	c   973s|430000 |  1033 |  5495k|  12.8 |  35M|  79 |   - |1895 |  25k|   0 |   0 |  48k| 591k|7578 | 0.000000e+00 | 1.000000e+00 |    Inf 
1033.07/1033.16	c   999s|440000 |   974 |  5644k|  12.8 |  35M|  79 |   - |1895 |  27k|1895 |1728 |  48k| 605k|7673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.56/1059.61	c  1025s|450000 |   937 |  5779k|  12.8 |  35M|  79 |  24 |1895 |  27k|1895 |1728 |  49k| 619k|7768 | 0.000000e+00 | 1.000000e+00 |    Inf 
1088.16/1088.20	c  1053s|460000 |   933 |  5935k|  12.9 |  37M|  79 |   1 |1895 |  31k|1895 |1728 |  50k| 633k|7880 | 0.000000e+00 | 1.000000e+00 |    Inf 
1115.55/1115.63	c  1079s|470000 |   882 |  6075k|  12.9 |  34M|  79 |   - |1895 |  26k|   0 |   0 |  51k| 647k|7973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.75/1140.81	c  1104s|480000 |   900 |  6196k|  12.9 |  36M|  79 |   - |1895 |  29k|   0 |   0 |  51k| 661k|8047 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.45/1168.50	c  1131s|490000 |   878 |  6335k|  12.9 |  36M|  79 |   - |1895 |  30k|   0 |   0 |  52k| 675k|8186 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.76/1196.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.76/1196.87	c  1158s|500000 |   905 |  6486k|  13.0 |  38M|  79 |  23 |1895 |  33k|1895 |1738 |  52k| 690k|8293 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.75/1224.86	c  1186s|510000 |   844 |  6630k|  13.0 |  36M|  79 |   1 |1895 |  30k|1895 |1728 |  53k| 704k|8359 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.15/1252.26	c  1212s|520000 |   838 |  6771k|  13.0 |  37M|  79 |  11 |1895 |  33k|1895 |1735 |  54k| 718k|8429 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.35/1280.46	c  1240s|530000 |   813 |  6909k|  13.0 |  36M|  79 |  19 |1895 |  31k|1895 |1728 |  55k| 732k|8506 | 0.000000e+00 | 1.000000e+00 |    Inf 
1307.64/1307.78	c  1266s|540000 |   822 |  7034k|  13.0 |  38M|  79 |   - |1895 |  34k|1895 |1738 |  56k| 745k|8578 | 0.000000e+00 | 1.000000e+00 |    Inf 
1335.84/1335.99	c  1293s|550000 |   698 |  7165k|  13.0 |  34M|  79 |  17 |1895 |  26k|1895 |1735 |  57k| 760k|8892 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.73/1360.84	c  1318s|560000 |   822 |  7286k|  13.0 |  36M|  79 |   3 |1895 |  29k|1895 |1728 |  58k| 773k|8947 | 0.000000e+00 | 1.000000e+00 |    Inf 
1385.73/1385.85	c  1342s|570000 |   883 |  7404k|  13.0 |  37M|  79 |   1 |1895 |  31k|1895 |1728 |  59k| 788k|8970 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.84/1411.91	c  1367s|580000 |   981 |  7534k|  13.0 |  38M|  79 |  17 |1895 |  33k|1895 |1728 |  60k| 802k|9047 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.93/1440.08	c  1395s|590000 |   999 |  7665k|  13.0 |  39M|  79 |   5 |1895 |  33k|1895 |1728 |  61k| 817k|9114 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.03/1469.10	c  1423s|600000 |   986 |  7813k|  13.0 |  38M|  79 |  23 |1895 |  30k|1895 |1748 |  62k| 831k|9190 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.23/1496.31	c  1449s|610000 |   980 |  7939k|  13.0 |  40M|  79 |  25 |1895 |  34k|1895 |1728 |  63k| 845k|9271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.13/1526.22	c  1478s|620000 |   948 |  8072k|  13.0 |  40M|  79 |   - |1895 |  35k|   0 |   0 |  64k| 859k|9302 | 0.000000e+00 | 1.000000e+00 |    Inf 
1555.03/1555.11	c  1505s|630000 |   903 |  8207k|  13.0 |  39M|  79 |  15 |1895 |  34k|1895 |1734 |  65k| 873k|9353 | 0.000000e+00 | 1.000000e+00 |    Inf 
1585.23/1585.32	c  1534s|640000 |   900 |  8342k|  13.0 |  39M|  79 |   - |1895 |  35k|1895 |1728 |  66k| 888k|9423 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.93/1616.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.93/1616.09	c  1564s|650000 |   852 |  8474k|  13.0 |  39M|  79 |   1 |1895 |  33k|1895 |1728 |  67k| 901k|9487 | 0.000000e+00 | 1.000000e+00 |    Inf 
1644.43/1644.52	c  1591s|660000 |   868 |  8598k|  13.0 |  40M|  79 |   - |1895 |  37k|   0 |   0 |  68k| 915k|9548 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.63/1675.73	c  1621s|670000 |   823 |  8738k|  13.0 |  40M|  79 |   - |1895 |  37k|1895 |1728 |  69k| 930k|9627 | 0.000000e+00 | 1.000000e+00 |    Inf 
1706.12/1706.20	c  1650s|680000 |   857 |  8859k|  13.0 |  41M|  79 |  17 |1895 |  38k|1895 |1741 |  70k| 944k|9651 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.93/1738.08	c  1681s|690000 |   865 |  8982k|  13.0 |  42M|  79 |  16 |1895 |  40k|1895 |1738 |  71k| 958k|9694 | 0.000000e+00 | 1.000000e+00 |    Inf 
1770.82/1770.91	c  1713s|700000 |   763 |  9111k|  13.0 |  39M|  79 |  15 |1895 |  37k|1895 |1728 |  72k| 972k|9788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.02/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.10	c 
1800.02/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.10	c Solving Time (sec) : 1740.77
1800.02/1800.10	c Solving Nodes      : 709525
1800.02/1800.10	c Primal Bound       : +1.00000000000000e+00 (186 solutions)
1800.02/1800.10	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.10	c Gap                : infinite
1800.02/1800.11	s SATISFIABLE
1800.02/1800.11	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.11	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.11	v x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.11	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.11	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.02/1800.11	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.02/1800.11	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.02/1800.11	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.02/1800.11	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.02/1800.11	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.02/1800.11	v x1 
1800.02/1800.11	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.11	c Solving Time       :    1740.77
1800.02/1800.11	c Original Problem   :
1800.02/1800.11	c   Problem name     : HOME/instance-2693421-1277903321.wbo
1800.02/1800.11	c   Variables        : 2029 (1130 binary, 0 integer, 0 implicit integer, 899 continuous)
1800.02/1800.11	c   Constraints      : 3607 initial, 3607 maximal
1800.02/1800.11	c Presolved Problem  :
1800.02/1800.11	c   Problem name     : t_HOME/instance-2693421-1277903321.wbo
1800.02/1800.11	c   Variables        : 1895 (1063 binary, 0 integer, 0 implicit integer, 832 continuous)
1800.02/1800.11	c   Constraints      : 3349 initial, 42081 maximal
1800.02/1800.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.11	c   trivial          :       0.00         67          0          0          0          0          0          0          0
1800.02/1800.11	c   dualfix          :       0.00         67          0          0          0          0          0          0          0
1800.02/1800.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.11	c   indicator        :       0.01          0          0          0          0          0         67          0          0
1800.02/1800.11	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   linear           :       0.05          0          0          0        915          0        191        132          0
1800.02/1800.11	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.11	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.11	c   root node        :          -        832          -          -       1664          -          -          -          -
1800.02/1800.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.11	c   integral         :          0          0          0     395116          0        269       2521          0          0     757820
1800.02/1800.11	c   indicator        :        832          0    1052422       6165          0        496    1599014          0          0          0
1800.02/1800.11	c   knapsack         :          1          6    3344826      13900          0      46504    7302038          0          0          0
1800.02/1800.11	c   setppc           :         11          6    3302858      13922          0      27657    1532200          0          0          0
1800.02/1800.11	c   linear           :        832          6    3276639      14002          0      77910    4541859      73997          0          0
1800.02/1800.11	c   logicor          :       1673+         6    1651414       1206          0     117540    6088258          0          0          0
1800.02/1800.11	c   bounddisjunction :          0+         0       2379          0          0          0          0          0          0          0
1800.02/1800.11	c   countsols        :          0          0          0       1206          0          0          0          0          0          0
1800.02/1800.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.11	c   integral         :      42.32       0.00       0.00      42.32       0.00
1800.02/1800.11	c   indicator        :       3.56       0.00       3.40       0.16       0.00
1800.02/1800.11	c   knapsack         :      35.87       0.00      35.86       0.01       0.00
1800.02/1800.12	c   setppc           :       9.31       0.00       9.29       0.02       0.00
1800.02/1800.12	c   linear           :      50.58       0.00      50.30       0.28       0.00
1800.02/1800.12	c   logicor          :     223.08       0.00     223.08       0.00       0.00
1800.02/1800.12	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.12	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.12	c   vbounds          :       0.53          2          0          0
1800.02/1800.12	c   rootredcost      :       0.66         33          0        832
1800.02/1800.12	c   pseudoobj        :      55.69    3354892       3617    1409106
1800.02/1800.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.12	c   propagation      :      10.99     273228     272889    1681099       28.4       8875       22.6          -
1800.02/1800.12	c   infeasible LP    :      19.50     102175     102173     792609       44.9       1056       15.0          0
1800.02/1800.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.12	c   pseudo solution  :       0.00         33         33        161       15.6          6       11.3          -
1800.02/1800.12	c   applied globally :          -          -          -     985917       27.7          -          -          -
1800.02/1800.12	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.12	c   cut pool         :       0.00          5          -          -         98          -    (maximal pool size: 315)
1800.02/1800.12	c   redcost          :       9.89     397036          0     169503          0          0
1800.02/1800.12	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.12	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.12	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.12	c   gomory           :       0.15          6          0          0       1892          0
1800.02/1800.12	c   strongcg         :       0.11          6          0          0       1449          0
1800.02/1800.12	c   cmir             :       0.00          6          0          0          0          0
1800.02/1800.12	c   flowcover        :       0.05          6          0          0          1          0
1800.02/1800.12	c   clique           :       0.00          6          0          0          0          0
1800.02/1800.12	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.12	c   mcf              :       0.01          1          0          0          0          0
1800.02/1800.12	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.12	c Pricers            :       Time      Calls       Vars
1800.02/1800.12	c   problem variables:       0.00          0          0
1800.02/1800.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.12	c   relpscost        :      41.96     381086        269       2521          0          0     757820
1800.02/1800.12	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.12	c   inference        :       0.15       1174          0          0          0          0       2348
1800.02/1800.12	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.12	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.12	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.12	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.12	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.12	c   LP solutions     :       0.01          -         32
1800.02/1800.12	c   pseudo solutions :       0.00          -          0
1800.02/1800.12	c   feaspump         :       0.02          1          0
1800.02/1800.12	c   oneopt           :       0.25         28          0
1800.02/1800.12	c   intshifting      :       0.00         17          0
1800.02/1800.12	c   crossover        :       0.68         29          0
1800.02/1800.12	c   guideddiving     :       0.39         93          0
1800.02/1800.12	c   objpscostdiving  :       0.45         47          0
1800.02/1800.12	c   rootsoldiving    :       0.52         47          0
1800.02/1800.12	c   coefdiving       :       0.37         94          0
1800.02/1800.12	c   pscostdiving     :       0.33         94          0
1800.02/1800.12	c   fracdiving       :       0.46         94          0
1800.02/1800.12	c   veclendiving     :       0.33         94          0
1800.02/1800.12	c   linesearchdiving :       0.29         94          0
1800.02/1800.12	c   trivial          :       0.01          2          0
1800.02/1800.12	c   simplerounding   :       0.58     381868          0
1800.02/1800.12	c   zirounding       :       0.45       1000          0
1800.02/1800.12	c   rounding         :       1.20       8685          0
1800.02/1800.12	c   shifting         :       1.03       2726          0
1800.02/1800.12	c   twoopt           :       0.00          0          0
1800.02/1800.12	c   fixandinfer      :       0.00          0          0
1800.02/1800.12	c   intdiving        :       0.00          0          0
1800.02/1800.12	c   actconsdiving    :       0.00          0          0
1800.02/1800.12	c   octane           :       0.00          0          0
1800.02/1800.12	c   rens             :       0.02          1          0
1800.02/1800.12	c   rins             :       0.00          0          0
1800.02/1800.12	c   localbranching   :       0.00          0          0
1800.02/1800.12	c   mutation         :       0.00          0          0
1800.02/1800.12	c   dins             :       0.00          0          0
1800.02/1800.12	c   undercover       :       0.00          0          0
1800.02/1800.12	c   nlp              :       0.17          0          0
1800.02/1800.12	c   trysol           :       0.61       2034        154
1800.02/1800.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.12	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.12	c   dual LP          :     949.71     495268    9215301      18.61    9703.28
1800.02/1800.12	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.12	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.12	c   diving/probing LP:       2.23       1270      13794      10.86    6185.65
1800.02/1800.12	c   strong branching :      38.25       9856     379466      38.50    9920.68
1800.02/1800.12	c     (at root node) :          -         33      14120     427.88          -
1800.02/1800.12	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.12	c B&B Tree           :
1800.02/1800.12	c   number of runs   :          1
1800.02/1800.12	c   nodes            :     709525
1800.02/1800.12	c   nodes (total)    :     709525
1800.02/1800.12	c   nodes left       :        837
1800.02/1800.12	c   max depth        :         79
1800.02/1800.12	c   max depth (total):         79
1800.02/1800.12	c   backtracks       :      91120 (12.8%)
1800.02/1800.12	c   delayed cutoffs  :      47368
1800.02/1800.12	c   repropagations   :    1328853 (3994679 domain reductions, 45674 cutoffs)
1800.02/1800.12	c   avg switch length:       5.20
1800.02/1800.12	c   switching time   :     186.40
1800.02/1800.12	c Solution           :
1800.02/1800.12	c   Solutions found  :        186 (33 improvements)
1800.02/1800.12	c   First Solution   : +4.26740000000000e+04   (in run 1, after 1 nodes, 0.50 seconds, depth 0, found by <trysol>)
1800.02/1800.12	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 218145 nodes, 465.08 seconds, depth 45, found by <relaxation>)
1800.02/1800.12	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.12	c   Gap              :   infinite
1800.02/1800.12	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.12	c   Root Iterations  :        219
1800.02/1800.20	c Time complete: 1800.12.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693421-1277903321/watcher-2693421-1277903321 -o /tmp/evaluation-result-2693421-1277903321/solver-2693421-1277903321 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693421-1277903321.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.16 2.12 2.10 4/194 12904
/proc/meminfo: memFree=30829532/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=10868 CPUtime=0
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 1641 0 0 0 0 0 0 0 25 0 1 0 131628552 11128832 1562 4089446400 4194304 9819077 140733294596272 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12904/statm: 2717 1562 392 1374 0 1338 0

[startup+0.061467 s]
/proc/loadavg: 2.16 2.12 2.10 4/194 12904
/proc/meminfo: memFree=30829532/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=24044 CPUtime=0.05
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 5632 0 0 0 5 0 0 0 25 0 1 0 131628552 24621056 4685 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12904/statm: 6011 4685 492 1374 0 4632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24044

[startup+0.100459 s]
/proc/loadavg: 2.16 2.12 2.10 4/194 12904
/proc/meminfo: memFree=30829532/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=24044 CPUtime=0.09
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 6156 0 0 0 8 1 0 0 25 0 1 0 131628552 24621056 4695 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12904/statm: 6011 4695 498 1374 0 4632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24044

[startup+0.300396 s]
/proc/loadavg: 2.16 2.12 2.10 4/194 12904
/proc/meminfo: memFree=30829532/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=33376 CPUtime=0.29
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 11149 0 0 0 27 2 0 0 18 0 1 0 131628552 34177024 6737 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 8344 6737 689 1374 0 6965 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33376

[startup+0.70036 s]
/proc/loadavg: 2.16 2.12 2.10 4/194 12904
/proc/meminfo: memFree=30829532/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=40152 CPUtime=0.69
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 20249 0 0 0 65 4 0 0 18 0 1 0 131628552 41115648 8724 4089446400 4194304 9819077 140733294596272 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 10038 8724 718 1374 0 8659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40152

[startup+1.50022 s]
/proc/loadavg: 2.16 2.12 2.10 3/195 12905
/proc/meminfo: memFree=30796792/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=40152 CPUtime=1.49
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 22257 0 0 0 144 5 0 0 19 0 1 0 131628552 41115648 8727 4089446400 4194304 9819077 140733294596272 18446744073709551615 7311715 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 10038 8728 718 1374 0 8659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40152

[startup+3.10095 s]
/proc/loadavg: 2.15 2.12 2.10 3/195 12905
/proc/meminfo: memFree=30796664/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=40796 CPUtime=3.09
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 24610 0 0 0 302 7 0 0 24 0 1 0 131628552 41775104 8735 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 10199 8735 720 1374 0 8820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40796

[startup+6.30041 s]
/proc/loadavg: 2.15 2.12 2.10 3/195 12905
/proc/meminfo: memFree=30796292/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=40284 CPUtime=6.29
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 25523 0 0 0 620 9 0 0 25 0 1 0 131628552 41250816 8753 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 10035 8752 721 1374 0 8656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40284

[startup+12.7003 s]
/proc/loadavg: 2.12 2.12 2.10 3/195 12905
/proc/meminfo: memFree=30794660/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=41768 CPUtime=12.69
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 40054 0 0 0 1251 18 0 0 25 0 1 0 131628552 42770432 9135 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 10442 9135 739 1374 0 9063 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41768

[startup+25.5002 s]
/proc/loadavg: 2.18 2.13 2.10 10/195 12905
/proc/meminfo: memFree=30779332/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=58672 CPUtime=25.49
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 203683 0 0 0 2485 64 0 0 25 0 1 0 131628552 60080128 12681 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 14668 12681 740 1374 0 13289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58672

[startup+51.1008 s]
/proc/loadavg: 2.12 2.12 2.10 3/195 12907
/proc/meminfo: memFree=30757024/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=77292 CPUtime=51.08
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 493725 0 0 0 4954 154 0 0 25 0 1 0 131628552 79147008 17260 4089446400 4194304 9819077 140733294596272 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 19323 17260 741 1374 0 17944 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77292

[startup+102.306 s]
/proc/loadavg: 2.04 2.09 2.09 3/195 12907
/proc/meminfo: memFree=30745200/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=88672 CPUtime=102.3
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 1053632 0 0 0 9904 326 0 0 25 0 1 0 131628552 90800128 19959 4089446400 4194304 9819077 140733294596272 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 22006 19961 743 1374 0 20627 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88672

[startup+162.301 s]
/proc/loadavg: 2.01 2.07 2.08 3/195 12909
/proc/meminfo: memFree=30732268/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=101328 CPUtime=162.3
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 1642296 0 0 0 15711 519 0 0 25 0 1 0 131628552 103759872 23242 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 25332 23243 743 1374 0 23953 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101328

[startup+222.301 s]
/proc/loadavg: 2.00 2.06 2.08 3/195 12911
/proc/meminfo: memFree=30728268/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=106648 CPUtime=222.29
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 2216237 0 0 0 21521 708 0 0 25 0 1 0 131628552 109207552 24229 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 26662 24229 743 1374 0 25283 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 106648

[startup+282.301 s]
/proc/loadavg: 2.52 2.16 2.11 3/195 12913
/proc/meminfo: memFree=30723640/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=110720 CPUtime=282.3
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 2856599 0 0 0 27305 925 0 0 25 0 1 0 131628552 113377280 25239 4089446400 4194304 9819077 140733294596272 18446744073709551615 4221074 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 27680 25239 743 1374 0 26301 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110720

[startup+342.301 s]
/proc/loadavg: 2.19 2.13 2.10 3/195 12915
/proc/meminfo: memFree=30721620/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=111880 CPUtime=342.3
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 3476436 0 0 0 33103 1127 0 0 25 0 1 0 131628552 114565120 25665 4089446400 4194304 9819077 140733294596272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 27970 25665 743 1374 0 26591 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111880

[startup+402.3 s]
/proc/loadavg: 2.07 2.10 2.09 3/195 12915
/proc/meminfo: memFree=30721352/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=115224 CPUtime=402.29
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 4080064 0 0 0 38901 1328 0 0 25 0 1 0 131628552 117989376 25832 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 28806 25832 743 1374 0 27427 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 115224

[startup+462.3 s]
/proc/loadavg: 2.03 2.08 2.08 3/177 12947
/proc/meminfo: memFree=31222392/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=113340 CPUtime=462.28
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 4678236 0 0 0 44643 1585 0 0 25 0 1 0 131628552 116060160 25869 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 28335 25869 743 1374 0 26956 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 113340

[startup+522.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/177 12949
/proc/meminfo: memFree=31029148/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=112672 CPUtime=522.28
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 5292925 0 0 0 50447 1781 0 0 25 0 1 0 131628552 115376128 25864 4089446400 4194304 9819077 140733294596272 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 28235 25867 743 1374 0 26856 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 112672

[startup+582.301 s]
/proc/loadavg: 2.06 2.07 2.08 3/177 12951
/proc/meminfo: memFree=30846208/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=115544 CPUtime=582.28
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 5907312 0 0 0 56259 1969 0 0 25 0 1 0 131628552 118317056 26399 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 28886 26399 743 1374 0 27507 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 115544

[startup+642.301 s]
/proc/loadavg: 2.02 2.05 2.07 3/177 12953
/proc/meminfo: memFree=30739896/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=117136 CPUtime=642.28
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 6463917 0 0 0 62080 2148 0 0 25 0 1 0 131628552 119947264 26841 4089446400 4194304 9819077 140733294596272 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 29284 26841 743 1374 0 27905 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 117136

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/177 12959
/proc/meminfo: memFree=30483408/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=121208 CPUtime=882.27
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 8781588 0 0 0 85323 2904 0 0 25 0 1 0 131628552 124116992 27796 4089446400 4194304 9819077 140733294596272 18446744073709551615 7816636 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30302 27796 743 1374 0 28923 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 121208

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.04 3/177 12961
/proc/meminfo: memFree=30434524/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=121516 CPUtime=942.27
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 9376907 0 0 0 91136 3091 0 0 25 0 1 0 131628552 124432384 27869 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30379 27869 743 1374 0 29000 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 121516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 12961
/proc/meminfo: memFree=30366656/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=121720 CPUtime=1002.26
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 9955795 0 0 0 96950 3276 0 0 25 0 1 0 131628552 124641280 27936 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30430 27936 743 1374 0 29051 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 121720

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 12963
/proc/meminfo: memFree=30296056/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=122704 CPUtime=1062.26
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 10517701 0 0 0 102774 3452 0 0 25 0 1 0 131628552 125648896 28142 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30676 28142 743 1374 0 29297 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 122704

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.03 3/177 12965
/proc/meminfo: memFree=30270476/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=123448 CPUtime=1122.25
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 11085694 0 0 0 108598 3627 0 0 25 0 1 0 131628552 126410752 28275 4089446400 4194304 9819077 140733294596272 18446744073709551615 4223074 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30862 28275 743 1374 0 29483 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 123448

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/177 12967
/proc/meminfo: memFree=30222948/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=123640 CPUtime=1182.25
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 11627280 0 0 0 114426 3799 0 0 25 0 1 0 131628552 126607360 28331 4089446400 4194304 9819077 140733294596272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 30910 28331 743 1374 0 29531 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 123640

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 12969
/proc/meminfo: memFree=30174052/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=125864 CPUtime=1242.25
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 12183987 0 0 0 120249 3976 0 0 25 0 1 0 131628552 128884736 28823 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 31466 28825 743 1374 0 30087 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 125864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/177 12969
/proc/meminfo: memFree=30122924/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=126676 CPUtime=1302.25
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 12721254 0 0 0 126079 4146 0 0 25 0 1 0 131628552 129716224 29190 4089446400 4194304 9819077 140733294596272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 31669 29190 743 1374 0 30290 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 126676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12971
/proc/meminfo: memFree=30061760/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129784 CPUtime=1362.24
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 13267459 0 0 0 131897 4327 0 0 25 0 1 0 131628552 132898816 29643 4089446400 4194304 9819077 140733294596272 18446744073709551615 4210345 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 32446 29643 743 1374 0 31067 0
Current children cumulated CPU time (s) 1362.24
Current children cumulated vsize (KiB) 129784

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12973
/proc/meminfo: memFree=30026120/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129572 CPUtime=1422.25
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 13784635 0 0 0 137738 4487 0 0 25 0 1 0 131628552 132681728 29627 4089446400 4194304 9819077 140733294596272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12904/statm: 32393 29627 743 1374 0 31014 0
Current children cumulated CPU time (s) 1422.25
Current children cumulated vsize (KiB) 129572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12978
/proc/meminfo: memFree=29988044/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129608 CPUtime=1482.23
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 14287916 0 0 0 143564 4659 0 0 25 0 1 0 131628552 132718592 29651 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12904/statm: 32402 29651 743 1374 0 31023 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 129608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12980
/proc/meminfo: memFree=29948564/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129568 CPUtime=1542.23
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 14777892 0 0 0 149311 4912 0 0 25 0 1 0 131628552 132677632 29629 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 32392 29629 743 1374 0 31013 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 129568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12980
/proc/meminfo: memFree=29917164/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129680 CPUtime=1602.22
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 15248196 0 0 0 155061 5161 0 0 25 0 1 0 131628552 132792320 29649 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 32420 29649 743 1374 0 31041 0
Current children cumulated CPU time (s) 1602.22
Current children cumulated vsize (KiB) 129680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12982
/proc/meminfo: memFree=29877080/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=129808 CPUtime=1662.22
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 15718991 0 0 0 160819 5403 0 0 25 0 1 0 131628552 132923392 29746 4089446400 4194304 9819077 140733294596272 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 32452 29747 743 1374 0 31073 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 129808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12984
/proc/meminfo: memFree=29832900/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=132216 CPUtime=1722.22
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 16162777 0 0 0 166597 5625 0 0 25 0 1 0 131628552 135389184 30120 4089446400 4194304 9819077 140733294596272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 33054 30120 743 1374 0 31675 0
Current children cumulated CPU time (s) 1722.22
Current children cumulated vsize (KiB) 132216

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 12986
/proc/meminfo: memFree=29775824/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=131948 CPUtime=1782.22
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 16601052 0 0 0 172371 5851 0 0 25 0 1 0 131628552 135114752 30278 4089446400 4194304 9819077 140733294596272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 32987 30278 743 1374 0 31608 0
Current children cumulated CPU time (s) 1782.22
Current children cumulated vsize (KiB) 131948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12986
/proc/meminfo: memFree=29749524/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=132688 CPUtime=1800.02
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 16735760 0 0 0 174078 5924 0 0 25 0 1 0 131628552 135872512 30338 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 33172 30338 743 1374 0 31793 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 132688

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

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

[startup+1800.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12986
/proc/meminfo: memFree=29749524/32951132 swapFree=67111528/67111528
[pid=12904] ppid=12902 vsize=132688 CPUtime=1800.02
/proc/12904/stat : 12904 (pbscip.linux.x8) R 12902 12904 11878 0 -1 4202496 16735760 0 0 0 174078 5924 0 0 25 0 1 0 131628552 135872512 30338 4089446400 4194304 9819077 140733294596272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12904/statm: 33172 30338 743 1374 0 31793 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 132688

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.13
CPU user time (s): 1740.88
CPU system time (s): 59.247
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 134972

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

runsolver used 3.20451 second user time and 6.13407 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 15:08:41
IDJOB=2693421
IDBENCH=78909
IDSOLVER=1205
FILE ID=node129/2693421-1277903321
PBS_JOBID= 11197158
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900579996--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693421-1277903321/watcher-2693421-1277903321 -o /tmp/evaluation-result-2693421-1277903321/solver-2693421-1277903321 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693421-1277903321.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 088560862f81f380de0695aae8f2f503
RANDOM SEED=1004661495

node129.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.831
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.66
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.831
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.83
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.831
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.76
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.831
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	: 5332.84
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.831
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	: 5410.05
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.831
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.83
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.831
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.75
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.831
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30829928 kB
Buffers:        190360 kB
Cached:        1074076 kB
SwapCached:          0 kB
Active:        1284520 kB
Inactive:       695232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30829928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6284 kB
Writeback:           0 kB
AnonPages:      715064 kB
Mapped:          20596 kB
Slab:            78112 kB
PageTables:       6144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1658504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node129 at 2010-06-30 15:38:43