Trace number 2692932

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.1 1800.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900667195--soft-66-100-0.wbo
MD5SUMc3c12ca4f6a34dfd4eee1807e0cef251
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 benchmark355.567
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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-2692932-1277911223.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.04	c presolving:
0.02/0.04	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.02/0.07	c (round 2) 0 del vars, 104 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.02/0.09	c (round 3) 50 del vars, 246 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.09/0.10	c (round 4) 120 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 1117 impls, 11 clqs
0.09/0.11	c (round 5) 140 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 1117 impls, 11 clqs
0.09/0.15	c    (0.1s) probing: 101/1072 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  140 deleted vars, 266 deleted constraints, 931 tightened bounds, 0 added holes, 142 changed sides, 0 changed coefficients
0.09/0.15	c  1117 implications, 11 cliques
0.09/0.15	c presolved problem has 1913 variables (1072 bin, 0 int, 0 impl, 841 cont) and 3353 constraints
0.09/0.15	c     841 constraints of type <indicator>
0.09/0.15	c      11 constraints of type <setppc>
0.09/0.15	c     841 constraints of type <linear>
0.09/0.15	c    1660 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	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 |    25 |     - |8700k|   0 |  18 |1913 |3353 |1913 |1671 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    86 |     - |8756k|   0 |  43 |1913 |3353 |1913 |1686 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   123 |     - |9014k|   0 |  47 |1913 |3353 |1913 |1700 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   556 |     - |9032k|   0 |  54 |1913 |3353 |1913 |1710 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.5s|     1 |     0 |  1327 |     - |9061k|   0 |  97 |1913 |3353 |1913 |1728 |  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.77	c   0.7s|     1 |     0 |  1578 |     - |9098k|   0 | 128 |1913 |3353 |1913 |1753 |  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  1636 |     - |9108k|   0 | 137 |1913 |3353 |1913 |1771 | 100 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.59/5.60	c   5.4s|     1 |     2 |  1636 |     - |9141k|   0 | 137 |1913 |3353 |1913 |1771 | 100 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
5.59/5.61	o 42417
5.59/5.61	c y 5.5s|     2 |     1 |  1636 |   0.0 |9172k|   1 |   - |1913 |3353 |   0 |   0 | 100 |   0 |  33 | 0.000000e+00 | 4.241700e+04 |    Inf 
28.89/28.98	o 490
28.89/28.98	c *28.4s|   597 |   412 | 31922 |  50.8 |  11M|  43 |   - |1913 |3412 |1913 |1772 | 654 |  59 | 260 | 0.000000e+00 | 4.900000e+02 |    Inf 
29.39/29.43	o 464
29.39/29.43	c *28.9s|   793 |   589 | 34022 |  40.9 |  12M|  51 |   - |1913 |3428 |1913 |1792 | 782 |  76 | 260 | 0.000000e+00 | 4.640000e+02 |    Inf 
29.39/29.45	o 449
29.39/29.45	c *28.9s|   803 |   586 | 34095 |  40.5 |  12M|  51 |   - |1913 |3436 |1913 |1788 | 787 |  84 | 260 | 0.000000e+00 | 4.490000e+02 |    Inf 
29.49/29.51	o 402
29.49/29.51	c *28.9s|   836 |   573 | 34234 |  39.0 |  12M|  51 |   - |1913 |3436 |1913 |1780 | 801 |  84 | 260 | 0.000000e+00 | 4.020000e+02 |    Inf 
29.49/29.52	o 386
29.49/29.52	c *29.0s|   837 |   560 | 34236 |  39.0 |  12M|  51 |   - |1913 |3436 |1913 |1780 | 801 |  84 | 260 | 0.000000e+00 | 3.860000e+02 |    Inf 
29.60/29.62	o 364
29.60/29.62	c *29.1s|   869 |   558 | 34839 |  38.3 |  13M|  51 |   - |1913 |3469 |1913 |1773 | 834 | 117 | 260 | 0.000000e+00 | 3.640000e+02 |    Inf 
29.60/29.62	o 351
29.60/29.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.60/29.62	c *29.1s|   870 |   542 | 34841 |  38.2 |  13M|  51 |   - |1913 |3469 |1913 |1773 | 834 | 117 | 260 | 0.000000e+00 | 3.510000e+02 |    Inf 
31.69/31.71	o 287
31.69/31.71	c *31.1s|   939 |   499 | 42652 |  43.7 |  13M|  51 |   - |1913 |3511 |1913 |1792 | 887 | 159 | 289 | 0.000000e+00 | 2.870000e+02 |    Inf 
33.60/33.66	o 284
33.60/33.66	c *33.0s|  1054 |   558 | 51522 |  47.4 |  13M|  51 |   - |1913 |3598 |1913 |1786 | 943 | 253 | 318 | 0.000000e+00 | 2.840000e+02 |    Inf 
33.79/33.85	o 251
33.79/33.85	c *33.2s|  1065 |   530 | 52782 |  48.1 |  13M|  51 |   - |1913 |3604 |1913 |1782 | 965 | 259 | 318 | 0.000000e+00 | 2.510000e+02 |    Inf 
33.79/33.89	o 238
33.79/33.89	c *33.2s|  1073 |   513 | 52994 |  47.9 |  13M|  51 |   - |1913 |3606 |1913 |1783 | 966 | 261 | 318 | 0.000000e+00 | 2.380000e+02 |    Inf 
34.49/34.58	o 224
34.49/34.58	c *33.9s|  1108 |   509 | 55936 |  49.1 |  13M|  51 |   - |1913 |3625 |1913 |1761 | 967 | 284 | 327 | 0.000000e+00 | 2.240000e+02 |    Inf 
36.39/36.40	o 212
36.39/36.40	c *35.7s|  1239 |   550 | 63628 |  50.1 |  14M|  51 |   - |1913 |3717 |1913 |1761 | 982 | 392 | 372 | 0.000000e+00 | 2.120000e+02 |    Inf 
36.49/36.54	o 205
36.49/36.54	c *35.8s|  1253 |   552 | 64538 |  50.2 |  14M|  51 |   - |1913 |3719 |1913 |1774 | 996 | 395 | 372 | 0.000000e+00 | 2.050000e+02 |    Inf 
36.79/36.88	o 203
36.79/36.88	c *36.2s|  1279 |   568 | 65780 |  50.2 |  14M|  51 |   - |1913 |3724 |1913 |1767 |1005 | 403 | 383 | 0.000000e+00 | 2.030000e+02 |    Inf 
36.79/36.89	o 189
36.79/36.89	c *36.2s|  1283 |   539 | 65780 |  50.0 |  14M|  51 |   - |1913 |3724 |1913 |1767 |1005 | 403 | 383 | 0.000000e+00 | 1.890000e+02 |    Inf 
36.79/36.89	o 181
36.79/36.89	c *36.2s|  1284 |   506 | 65790 |  50.0 |  14M|  51 |   - |1913 |3724 |1913 |1767 |1005 | 403 | 383 | 0.000000e+00 | 1.810000e+02 |    Inf 
36.99/37.02	o 162
36.99/37.02	c *36.3s|  1308 |   497 | 66596 |  49.7 |  14M|  51 |   - |1913 |3724 |1913 |1769 |1015 | 405 | 383 | 0.000000e+00 | 1.620000e+02 |    Inf 
37.30/37.38	o 83
37.30/37.38	c *36.6s|  1367 |   332 | 67987 |  48.6 |  13M|  51 |   - |1913 |3772 |1913 |1760 |1039 | 455 | 392 | 0.000000e+00 | 8.300000e+01 |    Inf 
37.40/37.43	o 80
37.40/37.43	c *36.7s|  1388 |   327 | 68240 |  48.0 |  13M|  51 |   - |1913 |3630 |1913 |1765 |1044 | 458 | 392 | 0.000000e+00 | 8.000000e+01 |    Inf 
40.29/40.39	o 41
40.29/40.39	c *39.6s|  1694 |   269 | 80479 |  46.6 |  13M|  51 |   - |1913 |3717 |1913 |1772 |1150 | 625 | 427 | 0.000000e+00 | 4.100000e+01 |    Inf 
40.40/40.47	o 35
40.40/40.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.40/40.47	c *39.6s|  1712 |   272 | 80975 |  46.4 |  13M|  51 |   - |1913 |3345 |1913 |1776 |1166 | 632 | 428 | 0.000000e+00 | 3.500000e+01 |    Inf 
40.40/40.48	o 30
40.40/40.48	c *39.7s|  1715 |   260 | 80977 |  46.3 |  13M|  51 |   - |1913 |3294 |1913 |1774 |1166 | 637 | 428 | 0.000000e+00 | 3.000000e+01 |    Inf 
40.49/40.59	o 26
40.49/40.59	c *39.8s|  1738 |   267 | 81590 |  46.0 |  13M|  51 |   - |1913 |3227 |1913 |1764 |1170 | 637 | 428 | 0.000000e+00 | 2.600000e+01 |    Inf 
40.59/40.61	o 19
40.59/40.61	c *39.8s|  1743 |   239 | 81710 |  46.0 |  13M|  51 |   - |1913 |3199 |1913 |1761 |1171 | 643 | 428 | 0.000000e+00 | 1.900000e+01 |    Inf 
40.59/40.62	o 8
40.59/40.62	c *39.8s|  1746 |   115 | 81735 |  45.9 |  13M|  51 |   - |1913 |3135 |1913 |1762 |1173 | 643 | 428 | 0.000000e+00 | 8.000000e+00 |    Inf 
61.39/61.47	c  59.5s| 10000 |   315 |220800 |  21.9 |  16M|  51 |  18 |1913 |6616 |1913 |1760 |3016 |  11k| 848 | 0.000000e+00 | 8.000000e+00 |    Inf 
70.30/70.39	o 7
70.30/70.39	c *67.9s| 14135 |   373 |274785 |  19.3 |  17M|  51 |   - |1913 |8426 |1913 |1760 |3891 |  16k| 988 | 0.000000e+00 | 7.000000e+00 |    Inf 
82.49/82.59	c  79.3s| 20000 |   455 |346867 |  17.3 |  18M|  51 |  15 |1913 |  10k|1913 |1760 |5098 |  24k|1162 | 0.000000e+00 | 7.000000e+00 |    Inf 
92.30/92.35	o 4
92.30/92.35	c *88.5s| 24896 |   516 |401916 |  16.1 |  20M|  51 |   - |1913 |  13k|1913 |1771 |5987 |  30k|1264 | 0.000000e+00 | 4.000000e+00 |    Inf 
104.59/104.69	c   100s| 30000 |   446 |476302 |  15.8 |  19M|  51 |  15 |1913 |  10k|1913 |1767 |6712 |  37k|1460 | 0.000000e+00 | 4.000000e+00 |    Inf 
120.69/120.77	o 2
120.69/120.77	c * 115s| 37609 |   568 |575696 |  15.3 |  20M|  51 |   - |1913 |  10k|1913 |1761 |7913 |  47k|1551 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.59/125.66	c   120s| 40000 |   613 |605219 |  15.1 |  20M|  51 |  20 |1913 |9479 |1913 |1760 |8296 |  50k|1553 | 0.000000e+00 | 2.000000e+00 |    Inf 
144.79/144.80	o 1
144.79/144.80	c * 138s| 49492 |   607 |722726 |  14.6 |  21M|  52 |   - |1913 |  12k|1913 |1766 |  10k|  63k|1557 | 0.000000e+00 | 1.000000e-00 |    Inf 
145.69/145.74	c   139s| 50000 |   601 |727807 |  14.5 |  21M|  52 |   - |1913 |  11k|   0 |   0 |  10k|  64k|1557 | 0.000000e+00 | 1.000000e-00 |    Inf 
167.30/167.35	c   159s| 60000 |   571 |860158 |  14.3 |  21M|  52 |   - |1913 |  11k|   0 |   0 |  11k|  77k|1654 | 0.000000e+00 | 1.000000e-00 |    Inf 
190.49/190.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.49/190.53	c   181s| 70000 |   713 |999184 |  14.3 |  24M|  55 |   - |1913 |  15k|   0 |   0 |  12k|  91k|1901 | 0.000000e+00 | 1.000000e-00 |    Inf 
213.99/214.05	c   204s| 80000 |   683 |  1133k|  14.1 |  24M|  55 |   - |1913 |  14k|   0 |   0 |  13k| 105k|2164 | 0.000000e+00 | 1.000000e-00 |    Inf 
235.70/235.78	c   224s| 90000 |   635 |  1258k|  14.0 |  23M|  55 |  25 |1913 |  14k|1913 |1772 |  14k| 118k|2366 | 0.000000e+00 | 1.000000e-00 |    Inf 
257.20/257.25	c   245s|100000 |   522 |  1380k|  13.8 |  23M|  57 |   - |1913 |  13k|1913 |1774 |  15k| 132k|2527 | 0.000000e+00 | 1.000000e-00 |    Inf 
280.29/280.35	c   267s|110000 |   760 |  1511k|  13.7 |  27M|  57 |  22 |1913 |  20k|1913 |1774 |  16k| 145k|2764 | 0.000000e+00 | 1.000000e-00 |    Inf 
303.20/303.27	c   288s|120000 |   948 |  1636k|  13.6 |  28M|  57 |  27 |1913 |  20k|1913 |1760 |  17k| 159k|2916 | 0.000000e+00 | 1.000000e-00 |    Inf 
324.70/324.71	c   308s|130000 |   952 |  1743k|  13.4 |  29M|  57 |   - |1913 |  22k|1913 |1767 |  18k| 172k|3029 | 0.000000e+00 | 1.000000e-00 |    Inf 
349.60/349.69	c   332s|140000 |  1123 |  1876k|  13.4 |  32M|  57 |  29 |1913 |  26k|1913 |1760 |  20k| 186k|3271 | 0.000000e+00 | 1.000000e-00 |    Inf 
377.00/377.02	c   358s|150000 |  1265 |  2023k|  13.5 |  35M|  57 |  26 |1913 |  30k|1913 |1760 |  21k| 200k|3382 | 0.000000e+00 | 1.000000e-00 |    Inf 
403.90/403.93	c   384s|160000 |  1428 |  2163k|  13.5 |  37M|  57 |  25 |1913 |  33k|1913 |1760 |  22k| 213k|3598 | 0.000000e+00 | 1.000000e-00 |    Inf 
431.00/431.03	c   410s|170000 |  1728 |  2300k|  13.5 |  40M|  57 |   - |1913 |  35k|   0 |   0 |  23k| 227k|3742 | 0.000000e+00 | 1.000000e-00 |    Inf 
457.31/457.34	c   435s|180000 |  1893 |  2428k|  13.5 |  42M|  63 |  23 |1913 |  38k|1913 |1760 |  24k| 242k|3845 | 0.000000e+00 | 1.000000e-00 |    Inf 
485.21/485.22	c   462s|190000 |  2007 |  2565k|  13.5 |  43M|  63 |  29 |1913 |  38k|1913 |1760 |  25k| 256k|3996 | 0.000000e+00 | 1.000000e-00 |    Inf 
512.40/512.43	c   488s|200000 |  2004 |  2693k|  13.5 |  45M|  63 |  20 |1913 |  41k|1913 |1760 |  26k| 270k|4159 | 0.000000e+00 | 1.000000e-00 |    Inf 
541.40/541.48	c   516s|210000 |  2068 |  2828k|  13.5 |  47M|  63 |  23 |1913 |  43k|1913 |1760 |  27k| 284k|4270 | 0.000000e+00 | 1.000000e-00 |    Inf 
571.01/571.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.01/571.07	c   544s|220000 |  2123 |  2960k|  13.4 |  48M|  63 |   - |1913 |  45k|   0 |   0 |  28k| 298k|4384 | 0.000000e+00 | 1.000000e-00 |    Inf 
601.11/601.11	c   573s|230000 |  2207 |  3097k|  13.5 |  50M|  63 |   - |1913 |  46k|1913 |1760 |  30k| 311k|4492 | 0.000000e+00 | 1.000000e-00 |    Inf 
630.40/630.46	c   601s|240000 |  2265 |  3235k|  13.5 |  51M|  63 |   - |1913 |  48k|   0 |   0 |  31k| 326k|4632 | 0.000000e+00 | 1.000000e-00 |    Inf 
661.81/661.88	c   632s|250000 |  2195 |  3384k|  13.5 |  51M|  63 |   - |1913 |  47k|1913 |1760 |  32k| 340k|4776 | 0.000000e+00 | 1.000000e-00 |    Inf 
692.21/692.20	c   661s|260000 |  2209 |  3516k|  13.5 |  50M|  63 |   7 |1913 |  44k|1913 |1760 |  33k| 354k|4914 | 0.000000e+00 | 1.000000e-00 |    Inf 
722.91/722.99	c   690s|270000 |  2106 |  3645k|  13.5 |  46M|  63 |   - |1913 |  34k|1913 |1765 |  34k| 368k|5033 | 0.000000e+00 | 1.000000e-00 |    Inf 
753.01/753.03	c   719s|280000 |  2029 |  3782k|  13.5 |  45M|  63 |  17 |1913 |  32k|1913 |1770 |  35k| 381k|5139 | 0.000000e+00 | 1.000000e-00 |    Inf 
784.31/784.40	c   749s|290000 |  2024 |  3930k|  13.5 |  46M|  63 |  25 |1913 |  35k|1913 |1772 |  37k| 395k|5263 | 0.000000e+00 | 1.000000e-00 |    Inf 
815.71/815.78	c   779s|300000 |  1815 |  4075k|  13.6 |  44M|  63 |  21 |1913 |  32k|1913 |1760 |  38k| 409k|5404 | 0.000000e+00 | 1.000000e-00 |    Inf 
847.51/847.52	c   810s|310000 |  1615 |  4227k|  13.6 |  43M|  63 |  20 |1913 |  33k|1913 |1760 |  39k| 423k|5533 | 0.000000e+00 | 1.000000e-00 |    Inf 
878.41/878.42	c   839s|320000 |  1355 |  4363k|  13.6 |  38M|  63 |  23 |1913 |  26k|1913 |1771 |  40k| 437k|5640 | 0.000000e+00 | 1.000000e-00 |    Inf 
906.32/906.39	c   866s|330000 |  1004 |  4496k|  13.6 |  35M|  63 |  22 |1913 |  25k|1913 |1766 |  41k| 451k|5739 | 0.000000e+00 | 1.000000e-00 |    Inf 
935.02/935.09	c   894s|340000 |   739 |  4634k|  13.6 |  30M|  63 |  29 |1913 |  16k|1913 |1760 |  42k| 465k|6067 | 0.000000e+00 | 1.000000e-00 |    Inf 
961.62/961.69	c   919s|350000 |   439 |  4782k|  13.7 |  26M|  63 |  29 |1913 |  11k|1913 |1768 |  44k| 478k|6181 | 0.000000e+00 | 1.000000e-00 |    Inf 
985.82/985.85	c   942s|360000 |   612 |  4919k|  13.7 |  27M|  63 |   - |1913 |  14k|1913 |1790 |  45k| 492k|6291 | 0.000000e+00 | 1.000000e-00 |    Inf 
1010.61/1010.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.61/1010.63	c   966s|370000 |   737 |  5058k|  13.7 |  29M|  63 |  13 |1913 |  16k|1913 |1760 |  47k| 505k|6381 | 0.000000e+00 | 1.000000e-00 |    Inf 
1035.62/1035.69	c   990s|380000 |   891 |  5194k|  13.7 |  32M|  63 |   - |1913 |  20k|1913 |1768 |  49k| 518k|6477 | 0.000000e+00 | 1.000000e-00 |    Inf 
1060.81/1060.88	c  1014s|390000 |   980 |  5329k|  13.7 |  32M|  63 |   - |1913 |  19k|1913 |1760 |  51k| 532k|6590 | 0.000000e+00 | 1.000000e-00 |    Inf 
1087.02/1087.05	c  1038s|400000 |  1300 |  5480k|  13.7 |  35M|  63 |   - |1913 |  23k|1913 |1767 |  52k| 545k|6682 | 0.000000e+00 | 1.000000e-00 |    Inf 
1113.52/1113.53	c  1064s|410000 |  1414 |  5622k|  13.7 |  36M|  63 |   - |1913 |  22k|1913 |1760 |  54k| 559k|6778 | 0.000000e+00 | 1.000000e-00 |    Inf 
1139.72/1139.76	c  1089s|420000 |  1520 |  5770k|  13.7 |  37M|  63 |   8 |1913 |  23k|1913 |1767 |  55k| 573k|6889 | 0.000000e+00 | 1.000000e-00 |    Inf 
1166.92/1166.96	c  1115s|430000 |  1565 |  5917k|  13.8 |  37M|  63 |   7 |1913 |  23k|1913 |1760 |  57k| 587k|6987 | 0.000000e+00 | 1.000000e-00 |    Inf 
1194.01/1194.03	c  1140s|440000 |  1523 |  6059k|  13.8 |  38M|  63 |   - |1913 |  24k|1913 |1767 |  59k| 601k|7078 | 0.000000e+00 | 1.000000e-00 |    Inf 
1221.32/1221.31	c  1166s|450000 |  1436 |  6206k|  13.8 |  37M|  63 |  16 |1913 |  23k|1913 |1769 |  61k| 615k|7168 | 0.000000e+00 | 1.000000e-00 |    Inf 
1249.92/1249.97	c  1194s|460000 |  1235 |  6365k|  13.8 |  36M|  63 |  23 |1913 |  23k|1913 |1767 |  62k| 629k|7274 | 0.000000e+00 | 1.000000e-00 |    Inf 
1275.72/1275.73	c  1218s|470000 |  1254 |  6506k|  13.8 |  37M|  63 |   - |1913 |  25k|1913 |1767 |  64k| 643k|7350 | 0.000000e+00 | 1.000000e-00 |    Inf 
1303.62/1303.62	c  1245s|480000 |  1136 |  6658k|  13.9 |  35M|  63 |   - |1913 |  21k|   0 |   0 |  65k| 657k|7453 | 0.000000e+00 | 1.000000e-00 |    Inf 
1328.73/1328.75	c  1269s|490000 |  1016 |  6791k|  13.9 |  34M|  63 |  26 |1913 |  20k|1913 |1767 |  67k| 671k|7550 | 0.000000e+00 | 1.000000e-00 |    Inf 
1355.92/1355.97	c  1295s|500000 |   947 |  6947k|  13.9 |  34M|  63 |   - |1913 |  21k|   0 |   0 |  69k| 684k|7648 | 0.000000e+00 | 1.000000e-00 |    Inf 
1383.42/1383.44	c  1321s|510000 |   875 |  7099k|  13.9 |  35M|  63 |   - |1913 |  23k|1913 |1771 |  71k| 698k|7761 | 0.000000e+00 | 1.000000e-00 |    Inf 
1413.02/1413.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.02/1413.01	c  1349s|520000 |   764 |  7269k|  14.0 |  34M|  63 |   - |1913 |  22k|   0 |   0 |  72k| 712k|7844 | 0.000000e+00 | 1.000000e-00 |    Inf 
1439.53/1439.60	c  1374s|530000 |   801 |  7409k|  14.0 |  36M|  63 |  22 |1913 |  27k|1913 |1772 |  74k| 726k|7927 | 0.000000e+00 | 1.000000e-00 |    Inf 
1467.83/1467.80	c  1401s|540000 |   562 |  7559k|  14.0 |  33M|  63 |  14 |1913 |  23k|1913 |1770 |  76k| 740k|8035 | 0.000000e+00 | 1.000000e-00 |    Inf 
1494.63/1494.69	c  1427s|550000 |   546 |  7703k|  14.0 |  33M|  63 |  15 |1913 |  24k|1913 |1772 |  77k| 753k|8132 | 0.000000e+00 | 1.000000e-00 |    Inf 
1523.23/1523.23	c  1454s|560000 |   376 |  7852k|  14.0 |  29M|  63 |  19 |1913 |  20k|1913 |1760 |  79k| 767k|8231 | 0.000000e+00 | 1.000000e-00 |    Inf 
1551.72/1551.73	c  1481s|570000 |   531 |  8001k|  14.0 |  31M|  63 |  10 |1913 |  23k|1913 |1760 |  80k| 781k|8402 | 0.000000e+00 | 1.000000e-00 |    Inf 
1581.43/1581.43	c  1510s|580000 |   456 |  8154k|  14.1 |  31M|  63 |   - |1913 |  23k|   0 |   0 |  81k| 795k|8466 | 0.000000e+00 | 1.000000e-00 |    Inf 
1609.63/1609.67	c  1537s|590000 |   464 |  8293k|  14.1 |  32M|  63 |  17 |1913 |  26k|1913 |1773 |  82k| 809k|8557 | 0.000000e+00 | 1.000000e-00 |    Inf 
1638.63/1638.62	c  1565s|600000 |   542 |  8435k|  14.1 |  34M|  63 |   - |1913 |  29k|   0 |   0 |  83k| 823k|8620 | 0.000000e+00 | 1.000000e-00 |    Inf 
1667.73/1667.73	c  1592s|610000 |   403 |  8584k|  14.1 |  34M|  63 |   - |1913 |  30k|1913 |1773 |  84k| 837k|8701 | 0.000000e+00 | 1.000000e-00 |    Inf 
1696.13/1696.15	c  1619s|620000 |   170 |  8735k|  14.1 |  25M|  63 |  23 |1913 |  11k|1913 |1760 |  85k| 852k|8812 | 0.000000e+00 | 1.000000e-00 |    Inf 
1721.73/1721.78	c  1644s|630000 |   208 |  8898k|  14.1 |  25M|  63 |  28 |1913 |  14k|1913 |1760 |  86k| 865k|8884 | 0.000000e+00 | 1.000000e-00 |    Inf 
1744.83/1744.81	c  1666s|640000 |   250 |  9029k|  14.1 |  28M|  63 |   - |1913 |  19k|1913 |1760 |  88k| 879k|8920 | 0.000000e+00 | 1.000000e-00 |    Inf 
1770.34/1770.36	c  1690s|650000 |   298 |  9182k|  14.1 |  30M|  63 |  18 |1913 |  23k|1913 |1760 |  90k| 892k|8979 | 0.000000e+00 | 1.000000e-00 |    Inf 
1794.73/1794.71	c  1713s|660000 |   279 |  9316k|  14.1 |  29M|  63 |   - |1913 |  22k|1913 |1760 |  91k| 906k|9054 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1717.95
1800.03/1800.01	c Solving Nodes      : 662304
1800.03/1800.01	c Primal Bound       : +1.00000000000000e-00 (140 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.02	s SATISFIABLE
1800.03/1800.02	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.02	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
1800.03/1800.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.02	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.02	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.03/1800.02	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.03/1800.02	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.03/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.03/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.03/1800.02	v -x1 
1800.03/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.02	c Solving Time       :    1717.95
1800.03/1800.02	c Original Problem   :
1800.03/1800.02	c   Problem name     : HOME/instance-2692932-1277911223.wbo
1800.03/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.03/1800.02	c   Constraints      : 3619 initial, 3619 maximal
1800.03/1800.02	c Presolved Problem  :
1800.03/1800.02	c   Problem name     : t_HOME/instance-2692932-1277911223.wbo
1800.03/1800.02	c   Variables        : 1913 (1072 binary, 0 integer, 0 implicit integer, 841 continuous)
1800.03/1800.02	c   Constraints      : 3353 initial, 53112 maximal
1800.03/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.02	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1800.03/1800.02	c   dualfix          :       0.00         70          0          0          0          0          0          0          0
1800.03/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.02	c   indicator        :       0.00          0          0          0          0          0         70          0          0
1800.03/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   linear           :       0.04          0          0          0        931          0        196        142          0
1800.03/1800.02	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   root node        :          -        841          -          -       1682          -          -          -          -
1800.03/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.02	c   integral         :          0          0          0     375036          0        305       3021          0          0     706240
1800.03/1800.02	c   indicator        :        841          0     212975       2719          0         12      81667          0          0          0
1800.03/1800.02	c   setppc           :         11          6    2859838      18653          0      30490    1708632          0          0          0
1800.03/1800.02	c   linear           :        841          6    2831649      19207          0      96097    9319383      92372          0          0
1800.03/1800.02	c   logicor          :       1660+         6    1529508        816          0      85285    5841045          0          0          0
1800.03/1800.02	c   bounddisjunction :          0+         0      24877          0          0          0          1          0          0          0
1800.03/1800.02	c   countsols        :          0          0          0        816          0          0          0          0          0          0
1800.03/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.02	c   integral         :      55.03       0.00       0.00      55.03       0.00
1800.03/1800.02	c   indicator        :       0.17       0.00       0.15       0.02       0.00
1800.03/1800.02	c   setppc           :      10.80       0.00      10.80       0.00       0.00
1800.03/1800.02	c   linear           :      63.35       0.00      62.89       0.46       0.00
1800.03/1800.02	c   logicor          :     222.57       0.00     222.56       0.01       0.00
1800.03/1800.02	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.02	c   vbounds          :       0.01          2          0          0
1800.03/1800.02	c   rootredcost      :       0.00         31          0        841
1800.03/1800.02	c   pseudoobj        :      44.14    2862071         92      54018
1800.03/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.02	c   propagation      :       9.68     211964     211224    1315526       28.4       4067       24.2          -
1800.03/1800.02	c   infeasible LP    :      28.71     138826     138826    1056622       46.6        691       17.3          0
1800.03/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.02	c   pseudo solution  :       0.00          5          5         21       10.0          0        0.0          -
1800.03/1800.02	c   applied globally :          -          -          -     910093       31.4          -          -          -
1800.03/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.02	c   cut pool         :       0.00          5          -          -         17          -    (maximal pool size: 146)
1800.03/1800.02	c   redcost          :       8.65     375508          0      24507          0          0
1800.03/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.02	c   gomory           :       0.24          6          0          0       1040          0
1800.03/1800.02	c   strongcg         :       0.19          6          0          0        642          0
1800.03/1800.02	c   cmir             :       0.03          6          0          0          2          0
1800.03/1800.02	c   flowcover        :       0.05          6          0          0          3          0
1800.03/1800.02	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.02	c Pricers            :       Time      Calls       Vars
1800.03/1800.02	c   problem variables:       0.00          0          0
1800.03/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.02	c   relpscost        :      54.95     355824        305       3021          0          0     706240
1800.03/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   inference        :       0.04        786          0          0          0          0       1572
1800.03/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.02	c   LP solutions     :       0.01          -         30
1800.03/1800.02	c   pseudo solutions :       0.00          -          0
1800.03/1800.02	c   feaspump         :       0.01          1          0
1800.03/1800.02	c   oneopt           :       0.46         28          0
1800.03/1800.02	c   crossover        :       0.19         11          0
1800.03/1800.02	c   pscostdiving     :       0.61        184          0
1800.03/1800.02	c   fracdiving       :       0.66        184          0
1800.03/1800.02	c   veclendiving     :       0.57        184          0
1800.03/1800.02	c   linesearchdiving :       0.42        184          0
1800.03/1800.02	c   guideddiving     :       0.57        184          0
1800.03/1800.02	c   coefdiving       :       0.84        185          0
1800.03/1800.02	c   objpscostdiving  :       0.37         93          0
1800.03/1800.02	c   rootsoldiving    :       0.60         93          0
1800.03/1800.02	c   trivial          :       0.00          2          0
1800.03/1800.02	c   simplerounding   :       0.63     355846          0
1800.03/1800.02	c   zirounding       :       0.10       1000          0
1800.03/1800.02	c   rounding         :       0.56       8398          0
1800.03/1800.02	c   shifting         :       0.80       2580          0
1800.03/1800.02	c   intshifting      :       0.00         21          0
1800.03/1800.02	c   twoopt           :       0.00          0          0
1800.03/1800.02	c   fixandinfer      :       0.00          0          0
1800.03/1800.02	c   intdiving        :       0.00          0          0
1800.03/1800.02	c   actconsdiving    :       0.00          0          0
1800.03/1800.02	c   octane           :       0.00          0          0
1800.03/1800.02	c   rens             :       0.02          1          0
1800.03/1800.02	c   rins             :       0.00          0          0
1800.03/1800.02	c   localbranching   :       0.00          0          0
1800.03/1800.02	c   mutation         :       0.00          0          0
1800.03/1800.02	c   dins             :       0.00          0          0
1800.03/1800.02	c   undercover       :       0.00          0          0
1800.03/1800.02	c   nlp              :       0.00          0          0
1800.03/1800.02	c   trysol           :       0.09        468        110
1800.03/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.02	c   primal LP        :       0.01          0          0       0.00       0.00
1800.03/1800.02	c   dual LP          :     961.30     510149    9322435      18.27    9697.74
1800.03/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.02	c   diving/probing LP:       3.57       2295      21510       9.37    6025.21
1800.03/1800.02	c   strong branching :      51.12       9054     418816      46.26    8192.80
1800.03/1800.02	c     (at root node) :          -         33      27466     832.30          -
1800.03/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.02	c B&B Tree           :
1800.03/1800.02	c   number of runs   :          1
1800.03/1800.02	c   nodes            :     662304
1800.03/1800.02	c   nodes (total)    :     662304
1800.03/1800.02	c   nodes left       :        258
1800.03/1800.02	c   max depth        :         63
1800.03/1800.02	c   max depth (total):         63
1800.03/1800.02	c   backtracks       :     105428 (15.9%)
1800.03/1800.02	c   delayed cutoffs  :      43683
1800.03/1800.02	c   repropagations   :    1002616 (3344043 domain reductions, 41030 cutoffs)
1800.03/1800.02	c   avg switch length:       4.71
1800.03/1800.02	c   switching time   :     183.09
1800.03/1800.02	c Solution           :
1800.03/1800.02	c   Solutions found  :        140 (31 improvements)
1800.03/1800.02	c   First Solution   : +4.24170000000000e+04   (in run 1, after 1 nodes, 0.90 seconds, depth 0, found by <trysol>)
1800.03/1800.02	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 49492 nodes, 138.01 seconds, depth 39, found by <relaxation>)
1800.03/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.02	c   Gap              :   infinite
1800.03/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.02	c   Root Iterations  :       1636
1800.03/1800.06	c Time complete: 1800.09.

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-2692932-1277911223/watcher-2692932-1277911223 -o /tmp/evaluation-result-2692932-1277911223/solver-2692932-1277911223 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692932-1277911223.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: 1.92 1.98 2.07 3/178 12512
/proc/meminfo: memFree=31625376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=10872 CPUtime=0
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 1666 0 0 0 0 0 0 0 21 0 1 0 132420358 11132928 1586 4089446400 4194304 9819077 140734841182480 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12512/statm: 2718 1586 392 1374 0 1339 0

[startup+0.0346531 s]
/proc/loadavg: 1.92 1.98 2.07 3/178 12512
/proc/meminfo: memFree=31625376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=20376 CPUtime=0.02
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 4413 0 0 0 2 0 0 0 21 0 1 0 132420358 20865024 3979 4089446400 4194304 9819077 140734841182480 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 5094 3979 435 1374 0 3715 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20376

[startup+0.100639 s]
/proc/loadavg: 1.92 1.98 2.07 3/178 12512
/proc/meminfo: memFree=31625376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=25920 CPUtime=0.09
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 6881 0 0 0 8 1 0 0 21 0 1 0 132420358 26542080 5162 4089446400 4194304 9819077 140734841182480 18446744073709551615 4361616 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 6480 5162 503 1374 0 5101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25920

[startup+0.300616 s]
/proc/loadavg: 1.92 1.98 2.07 3/178 12512
/proc/meminfo: memFree=31625376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=33360 CPUtime=0.29
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 10611 0 0 0 26 3 0 0 21 0 1 0 132420358 34160640 6734 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 8340 6734 679 1374 0 6961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33360

[startup+0.700534 s]
/proc/loadavg: 1.92 1.98 2.07 3/178 12512
/proc/meminfo: memFree=31625376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=33804 CPUtime=0.69
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 11862 0 0 0 65 4 0 0 22 0 1 0 132420358 34615296 6823 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 8451 6823 679 1374 0 7072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33804

[startup+1.50039 s]
/proc/loadavg: 1.92 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31596100/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=42188 CPUtime=1.49
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 25635 0 0 0 142 7 0 0 25 0 1 0 132420358 43200512 8206 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 10547 8206 725 1374 0 9168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42188

[startup+3.10011 s]
/proc/loadavg: 1.92 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31595604/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=42368 CPUtime=3.09
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 34475 0 0 0 300 9 0 0 25 0 1 0 132420358 43384832 8207 4089446400 4194304 9819077 140734841182480 18446744073709551615 6391602 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 10592 8207 725 1374 0 9213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42368

[startup+6.30054 s]
/proc/loadavg: 1.93 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31596088/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=41876 CPUtime=6.29
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 52678 0 0 0 615 14 0 0 25 0 1 0 132420358 42881024 8204 4089446400 4194304 9819077 140734841182480 18446744073709551615 7295923 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 10469 8204 725 1374 0 9090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41876

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31596500/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=41824 CPUtime=12.69
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 87991 0 0 0 1247 22 0 0 25 0 1 0 132420358 42827776 8217 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 10456 8217 725 1374 0 9077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41824

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31597376/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=40580 CPUtime=25.49
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 170534 0 0 0 2505 44 0 0 25 0 1 0 132420358 41553920 8354 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 10145 8354 735 1374 0 8766 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40580

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 2.07 3/179 12513
/proc/meminfo: memFree=31586032/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=51148 CPUtime=51.09
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 445994 0 0 0 4972 137 0 0 25 0 1 0 132420358 52375552 11047 4089446400 4194304 9819077 140734841182480 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 12787 11047 742 1374 0 11408 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51148

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 2.06 3/179 12515
/proc/meminfo: memFree=31578604/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=58524 CPUtime=102.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 1112653 0 0 0 9794 436 0 0 25 0 1 0 132420358 59928576 12879 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 14631 12879 742 1374 0 13252 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58524

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 2.05 3/179 12517
/proc/meminfo: memFree=31574964/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=61684 CPUtime=162.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 1804808 0 0 0 15461 769 0 0 25 0 1 0 132420358 63164416 13655 4089446400 4194304 9819077 140734841182480 18446744073709551615 6162103 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12512/statm: 15421 13655 742 1374 0 14042 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 61684

[startup+222.3 s]
/proc/loadavg: 2.07 2.00 2.05 3/179 12519
/proc/meminfo: memFree=31568440/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=67772 CPUtime=222.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 2506874 0 0 0 21152 1078 0 0 25 0 1 0 132420358 69398528 15166 4089446400 4194304 9819077 140734841182480 18446744073709551615 6518770 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 16943 15166 742 1374 0 15564 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 67772

[startup+282.301 s]
/proc/loadavg: 2.02 2.00 2.05 3/179 12519
/proc/meminfo: memFree=31567252/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=69084 CPUtime=282.29
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 3223373 0 0 0 26836 1393 0 0 25 0 1 0 132420358 70742016 15559 4089446400 4194304 9819077 140734841182480 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 17271 15559 742 1374 0 15892 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69084

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/179 12521
/proc/meminfo: memFree=31562244/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=74740 CPUtime=342.29
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 3896959 0 0 0 32521 1708 0 0 25 0 1 0 132420358 76533760 16772 4089446400 4194304 9819077 140734841182480 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 18685 16772 742 1374 0 17306 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 74740

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 12523
/proc/meminfo: memFree=31556096/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=81236 CPUtime=402.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 4536189 0 0 0 38246 1984 0 0 25 0 1 0 132420358 83185664 18380 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 20309 18380 742 1374 0 18930 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 81236

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 12525
/proc/meminfo: memFree=31548464/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=88512 CPUtime=462.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 5076706 0 0 0 43993 2237 0 0 25 0 1 0 132420358 90636288 20206 4089446400 4194304 9819077 140734841182480 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 22128 20206 742 1374 0 20749 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88512

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 12526
/proc/meminfo: memFree=31545700/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=91196 CPUtime=522.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 5624474 0 0 0 49734 2496 0 0 25 0 1 0 132420358 93384704 21014 4089446400 4194304 9819077 140734841182480 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 22799 21014 742 1374 0 21420 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 91196

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 12527
/proc/meminfo: memFree=31539928/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=97688 CPUtime=582.3
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 6149326 0 0 0 55493 2737 0 0 25 0 1 0 132420358 100032512 22388 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 24422 22388 742 1374 0 23043 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 97688

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12556
/proc/meminfo: memFree=31393072/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=101668 CPUtime=642.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 6702593 0 0 0 61273 2958 0 0 25 0 1 0 132420358 104108032 23330 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 25417 23330 742 1374 0 24038 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 101668

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.86 2.34 2.13 4/200 12621
/proc/meminfo: memFree=31310940/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=104344 CPUtime=822.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 8339368 0 0 0 78567 3664 0 0 25 0 1 0 132420358 106848256 23829 4089446400 4194304 9819077 140734841182480 18446744073709551615 4208861 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26086 23829 742 1374 0 24707 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 104344

[startup+882.301 s]
/proc/loadavg: 2.88 2.45 2.18 4/200 12621
/proc/meminfo: memFree=31292516/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=104924 CPUtime=882.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 8863670 0 0 0 84320 3911 0 0 25 0 1 0 132420358 107442176 23870 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26231 23870 742 1374 0 24852 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 104924

[startup+942.3 s]
/proc/loadavg: 2.75 2.49 2.21 3/200 12623
/proc/meminfo: memFree=31283284/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=104924 CPUtime=942.32
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 9472718 0 0 0 90062 4170 0 0 25 0 1 0 132420358 107442176 23898 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26231 23898 742 1374 0 24852 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 104924

[startup+1002.3 s]
/proc/loadavg: 2.83 2.57 2.25 4/200 12625
/proc/meminfo: memFree=31274396/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105208 CPUtime=1002.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 10107048 0 0 0 95776 4455 0 0 25 0 1 0 132420358 107732992 23956 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26134 23939 742 1374 0 24755 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 105208

[startup+1062.3 s]
/proc/loadavg: 2.86 2.63 2.29 4/200 12627
/proc/meminfo: memFree=31266028/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105176 CPUtime=1062.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 10736538 0 0 0 101489 4742 0 0 25 0 1 0 132420358 107700224 23965 4089446400 4194304 9819077 140734841182480 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26294 23965 742 1374 0 24915 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 105176

[startup+1122.3 s]
/proc/loadavg: 2.86 2.66 2.32 4/200 12629
/proc/meminfo: memFree=31256176/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105176 CPUtime=1122.32
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 11362046 0 0 0 107210 5022 0 0 25 0 1 0 132420358 107700224 23968 4089446400 4194304 9819077 140734841182480 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26294 23968 742 1374 0 24915 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 105176

[startup+1182.3 s]
/proc/loadavg: 2.95 2.72 2.36 4/200 12629
/proc/meminfo: memFree=31242720/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105212 CPUtime=1182.31
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 11990616 0 0 0 112923 5308 0 0 25 0 1 0 132420358 107737088 23969 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26303 23969 742 1374 0 24924 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 105212

[startup+1242.3 s]
/proc/loadavg: 2.86 2.74 2.39 4/200 12631
/proc/meminfo: memFree=31232736/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105288 CPUtime=1242.32
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 12603808 0 0 0 118648 5584 0 0 25 0 1 0 132420358 107814912 23984 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26322 23984 742 1374 0 24943 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 105288

[startup+1302.3 s]
/proc/loadavg: 3.32 2.84 2.44 4/200 12633
/proc/meminfo: memFree=31222996/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105260 CPUtime=1302.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 13221624 0 0 0 124376 5857 0 0 25 0 1 0 132420358 107786240 23972 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26315 23972 742 1374 0 24936 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 105260

[startup+1362.3 s]
/proc/loadavg: 3.05 2.85 2.46 4/200 12635
/proc/meminfo: memFree=31217356/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105304 CPUtime=1362.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 13861823 0 0 0 130080 6153 0 0 25 0 1 0 132420358 107831296 24037 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26326 24037 742 1374 0 24947 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 105304

[startup+1422.31 s]
/proc/loadavg: 3.11 2.90 2.50 3/200 12637
/proc/meminfo: memFree=31210472/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105356 CPUtime=1422.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 14504121 0 0 0 135794 6439 0 0 25 0 1 0 132420358 107884544 24052 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26339 24052 742 1374 0 24960 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 105356

[startup+1482.3 s]
/proc/loadavg: 2.78 2.84 2.50 4/200 12637
/proc/meminfo: memFree=31205080/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105464 CPUtime=1482.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 15130086 0 0 0 141517 6716 0 0 25 0 1 0 132420358 107995136 24099 4089446400 4194304 9819077 140734841182480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26366 24099 742 1374 0 24987 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 105464

[startup+1542.3 s]
/proc/loadavg: 2.75 2.82 2.52 4/200 12639
/proc/meminfo: memFree=31199056/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=106344 CPUtime=1542.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 15738436 0 0 0 147235 6998 0 0 25 0 1 0 132420358 108896256 24298 4089446400 4194304 9819077 140734841182480 18446744073709551615 6566487 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26586 24298 742 1374 0 25207 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 106344

[startup+1602.3 s]
/proc/loadavg: 2.80 2.82 2.53 3/200 12641
/proc/meminfo: memFree=31190204/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=106560 CPUtime=1602.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 16296347 0 0 0 152984 7249 0 0 25 0 1 0 132420358 109117440 24339 4089446400 4194304 9819077 140734841182480 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26640 24339 742 1374 0 25261 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 106560

[startup+1662.3 s]
/proc/loadavg: 2.50 2.74 2.53 3/179 12673
/proc/meminfo: memFree=31372020/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=106560 CPUtime=1662.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 16851003 0 0 0 158730 7503 0 0 25 0 1 0 132420358 109117440 24341 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26640 24341 742 1374 0 25261 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 106560

[startup+1722.3 s]
/proc/loadavg: 2.20 2.61 2.50 3/179 12674
/proc/meminfo: memFree=31367264/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=106524 CPUtime=1722.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 17455679 0 0 0 164433 7800 0 0 25 0 1 0 132420358 109080576 24394 4089446400 4194304 9819077 140734841182480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26631 24394 742 1374 0 25252 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 106524

[startup+1782.3 s]
/proc/loadavg: 2.07 2.50 2.46 3/179 12675
/proc/meminfo: memFree=31363632/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=105668 CPUtime=1782.33
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 18125500 0 0 0 170118 8115 0 0 25 0 1 0 132420358 108204032 24386 4089446400 4194304 9819077 140734841182480 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26417 24386 742 1374 0 25038 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 105668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.46 2.45 3/179 12677
/proc/meminfo: memFree=31363248/32951124 swapFree=67111528/67111528
[pid=12512] ppid=12510 vsize=106460 CPUtime=1800.03
/proc/12512/stat : 12512 (pbscip.linux.x8) R 12510 12512 12487 0 -1 4202496 18309824 0 0 0 171796 8207 0 0 25 0 1 0 132420358 109015040 24394 4089446400 4194304 9819077 140734841182480 18446744073709551615 4998116 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12512/statm: 26615 24394 742 1374 0 25236 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 106460

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

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

Child status: 0
Real time (s): 1800.06
CPU time (s): 1800.1
CPU user time (s): 1718.02
CPU system time (s): 82.0845
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 108960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.02
system time used= 82.0845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18309871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1275

runsolver used 2.92256 second user time and 5.9421 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 17:20:23
IDJOB=2692932
IDBENCH=78985
IDSOLVER=1205
FILE ID=node103/2692932-1277911223
PBS_JOBID= 11197269
Free space on /tmp= 74208 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.1900667195--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-2692932-1277911223/watcher-2692932-1277911223 -o /tmp/evaluation-result-2692932-1277911223/solver-2692932-1277911223 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692932-1277911223.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c3c12ca4f6a34dfd4eee1807e0cef251
RANDOM SEED=2103737566

node103.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.817
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.817
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.817
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.817
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.75
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.817
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.74
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.817
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.75
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31626152 kB
Buffers:        197124 kB
Cached:         908476 kB
SwapCached:          0 kB
Active:         541572 kB
Inactive:       641588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31626152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:       77456 kB
Mapped:          15444 kB
Slab:            78056 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 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 node103 at 2010-06-30 17:50:26