Trace number 2705011

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.22 1790.16

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567985--soft-0-100-0.wbo
MD5SUMe639daae290163b8abe4f9e3cf3dc11c
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark513.52
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 constraints2707
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705011-1278576806.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136842
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	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.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
19.09/19.12	c  19.1s| 10000 | 10001 |  2624 |   0.2 |  42M|1075 |   0 |5645 |5414 |5645 | 208 | 879 |   0 | 552 | 0.000000e+00 | 1.368420e+05 |    Inf 
35.89/35.94	c  35.9s| 20000 | 20002 |  3492 |   0.2 |  63M|1571 |   0 |5645 |5414 |5645 | 223 |1105 |   0 | 648 | 0.000000e+00 | 1.368420e+05 |    Inf 
41.19/41.25	o 544
41.19/41.25	c *41.2s| 23056 | 21288 |  3760 |   0.2 |  66M|1571 |   - |5645 |5414 |5645 | 251 |1180 |   0 | 667 | 0.000000e+00 | 5.440000e+02 |    Inf 
54.29/54.37	c  54.3s| 30000 | 28232 |  4718 |   0.2 |  81M|1571 |   5 |5645 |5414 |5645 | 234 |1412 |   0 | 729 | 0.000000e+00 | 5.440000e+02 |    Inf 
69.99/70.03	o 524
69.99/70.03	c *70.0s| 38717 | 36713 |  6515 |   0.2 | 100M|1748 |   - |5645 |5509 |5645 | 240 |1803 |  95 | 856 | 0.000000e+00 | 5.240000e+02 |    Inf 
69.99/70.08	o 500
69.99/70.08	c *70.0s| 38730 | 36376 |  6558 |   0.2 |  99M|1748 |   - |5645 |5527 |5645 | 243 |1807 | 113 | 856 | 0.000000e+00 | 5.000000e+02 |    Inf 
70.19/70.25	o 491
70.19/70.25	c *70.2s| 38796 | 36326 |  6607 |   0.2 |  99M|1748 |   - |5645 |5547 |5645 | 243 |1819 | 133 | 856 | 0.000000e+00 | 4.910000e+02 |    Inf 
70.30/70.36	o 369
70.30/70.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.30/70.36	c *70.3s| 38838 | 33143 |  6652 |   0.2 |  93M|1748 |   - |5645 |5563 |5645 | 249 |1828 | 149 | 858 | 0.000000e+00 | 3.690000e+02 |    Inf 
70.99/71.04	o 368
70.99/71.04	c *71.0s| 39127 | 33378 |  6830 |   0.2 |  94M|1748 |   - |5645 |5665 |5645 | 258 |1880 | 251 | 863 | 0.000000e+00 | 3.680000e+02 |    Inf 
70.99/71.05	o 352
70.99/71.05	c *71.0s| 39128 | 32826 |  6833 |   0.2 |  93M|1748 |   - |5645 |5665 |5645 | 258 |1880 | 251 | 863 | 0.000000e+00 | 3.520000e+02 |    Inf 
71.09/71.14	o 349
71.09/71.14	c *71.1s| 39163 | 32727 |  6865 |   0.2 |  93M|1748 |   - |5645 |5671 |5645 | 239 |1884 | 257 | 863 | 0.000000e+00 | 3.490000e+02 |    Inf 
71.09/71.15	o 329
71.09/71.15	c *71.1s| 39164 | 32002 |  6865 |   0.2 |  91M|1748 |   - |5645 |5671 |5645 | 239 |1884 | 257 | 863 | 0.000000e+00 | 3.290000e+02 |    Inf 
71.19/71.23	o 295
71.19/71.23	c *71.2s| 39194 | 30525 |  6883 |   0.2 |  89M|1748 |   - |5645 |5671 |5645 | 244 |1891 | 257 | 863 | 0.000000e+00 | 2.950000e+02 |    Inf 
71.39/71.44	o 286
71.39/71.44	c *71.4s| 39255 | 30175 |  7049 |   0.2 |  89M|1748 |   - |5645 |5718 |5645 | 249 |1926 | 304 | 863 | 0.000000e+00 | 2.860000e+02 |    Inf 
71.49/71.55	o 235
71.49/71.55	c *71.5s| 39291 | 27527 |  7062 |   0.2 |  83M|1748 |   - |5645 |5755 |5645 | 246 |1927 | 341 | 863 | 0.000000e+00 | 2.350000e+02 |    Inf 
71.59/71.67	o 233
71.59/71.67	c *71.6s| 39331 | 27445 |  7115 |   0.2 |  84M|1748 |   - |5645 |5785 |5645 | 239 |1935 | 371 | 863 | 0.000000e+00 | 2.330000e+02 |    Inf 
71.69/71.74	o 223
71.69/71.74	c *71.7s| 39344 | 26715 |  7141 |   0.2 |  82M|1748 |   - |5645 |5818 |5645 | 241 |1937 | 404 | 863 | 0.000000e+00 | 2.230000e+02 |    Inf 
71.80/71.80	o 219
71.80/71.80	c *71.8s| 39363 | 26438 |  7167 |   0.2 |  82M|1748 |   - |5645 |5846 |5645 | 245 |1940 | 432 | 863 | 0.000000e+00 | 2.190000e+02 |    Inf 
72.40/72.49	o 171
72.40/72.49	c *72.5s| 39580 | 21623 |  7715 |   0.2 |  73M|1748 |   - |5645 |6155 |5645 | 241 |2016 | 741 | 891 | 0.000000e+00 | 1.710000e+02 |    Inf 
73.10/73.10	o 170
73.10/73.10	c *73.1s| 39776 | 21544 |  8230 |   0.2 |  74M|1748 |   - |5645 |6331 |5645 | 236 |2101 | 917 | 913 | 0.000000e+00 | 1.700000e+02 |    Inf 
73.10/73.14	o 169
73.10/73.14	c *73.1s| 39784 | 21369 |  8256 |   0.2 |  74M|1748 |   - |5645 |6340 |5645 | 238 |2103 | 926 | 914 | 0.000000e+00 | 1.690000e+02 |    Inf 
73.70/73.71	o 164
73.70/73.71	c *73.7s| 39962 | 20616 |  8667 |   0.2 |  74M|1748 |   - |5645 |6536 |5645 | 240 |2166 |1122 | 940 | 0.000000e+00 | 1.640000e+02 |    Inf 
73.79/73.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.79/73.87	c  73.8s| 40000 | 20640 |  8710 |   0.2 |  74M|1748 |   0 |5645 |6589 |5645 | 249 |2182 |1175 | 940 | 0.000000e+00 | 1.640000e+02 |    Inf 
77.49/77.53	o 162
77.49/77.53	c *77.5s| 40968 | 20877 | 11501 |   0.3 |  79M|1748 |   - |5645 |7286 |5645 | 237 |2883 |1874 |1213 | 0.000000e+00 | 1.620000e+02 |    Inf 
91.80/91.87	o 161
91.80/91.87	c *91.8s| 45327 | 23378 | 21498 |   0.5 |  98M|1748 |   - |5645 |9455 |5645 | 249 |5452 |4627 |1412 | 0.000000e+00 | 1.610000e+02 |    Inf 
108.20/108.22	c   108s| 50000 | 25516 | 37867 |   0.8 | 121M|1748 |   0 |5645 |8830 |5645 | 204 |9305 |8472 |1605 | 0.000000e+00 | 1.610000e+02 |    Inf 
111.79/111.85	o 151
111.79/111.85	c * 112s| 51053 | 24342 | 40531 |   0.8 | 122M|1748 |   - |5645 |8998 |5645 | 221 |  10k|8980 |1619 | 0.000000e+00 | 1.510000e+02 |    Inf 
111.79/111.86	o 147
111.79/111.86	c * 112s| 51054 | 23563 | 40531 |   0.8 | 121M|1748 |   - |5645 |8998 |5645 | 221 |  10k|8980 |1619 | 0.000000e+00 | 1.470000e+02 |    Inf 
112.20/112.24	o 136
112.20/112.24	c * 112s| 51182 | 21531 | 40729 |   0.8 | 114M|1748 |   - |5645 |9008 |5645 | 226 |  10k|9041 |1620 | 0.000000e+00 | 1.360000e+02 |    Inf 
125.09/125.14	o 131
125.09/125.14	c * 125s| 55437 | 23817 | 45522 |   0.8 | 129M|1748 |   - |5645 |9577 |5645 | 215 |  11k|  10k|1634 | 0.000000e+00 | 1.310000e+02 |    Inf 
130.00/130.07	o 122
130.00/130.07	c * 130s| 56897 | 22925 | 47591 |   0.8 | 126M|1748 |   - |5645 |9408 |5645 | 190 |  12k|  11k|1643 | 0.000000e+00 | 1.220000e+02 |    Inf 
131.90/131.94	o 120
131.90/131.94	c * 132s| 57403 | 22881 | 49171 |   0.9 | 128M|1748 |   - |5645 |9126 |5645 | 204 |  12k|  11k|1648 | 0.000000e+00 | 1.200000e+02 |    Inf 
138.20/138.25	o 117
138.20/138.25	c * 138s| 59336 | 23602 | 52973 |   0.9 | 136M|1748 |   - |5645 |9432 |5645 | 223 |  13k|  13k|1670 | 0.000000e+00 | 1.170000e+02 |    Inf 
140.60/140.61	c   141s| 60000 | 23958 | 55067 |   0.9 | 139M|1748 |   1 |5645 |9036 |5645 | 199 |  13k|  13k|1681 | 0.000000e+00 | 1.170000e+02 |    Inf 
142.19/142.25	o 110
142.19/142.25	c * 142s| 60450 | 22876 | 56068 |   0.9 | 137M|1748 |   - |5645 |9049 |5645 | 213 |  14k|  13k|1685 | 0.000000e+00 | 1.100000e+02 |    Inf 
145.89/145.99	o 105
145.89/145.99	c * 146s| 61501 | 22654 | 58095 |   0.9 | 139M|1748 |   - |5645 |9394 |5645 | 211 |  14k|  14k|1692 | 0.000000e+00 | 1.050000e+02 |    Inf 
145.99/146.00	o 96
145.99/146.00	c * 146s| 61502 | 20459 | 58095 |   0.9 | 129M|1748 |   - |5645 |9394 |5645 | 211 |  14k|  14k|1692 | 0.000000e+00 | 9.600000e+01 |    Inf 
145.99/146.09	o 81
145.99/146.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.99/146.09	c * 146s| 61522 | 16585 | 58126 |   0.9 | 106M|1748 |   - |5645 |8968 |5645 | 213 |  14k|  14k|1692 | 0.000000e+00 | 8.100000e+01 |    Inf 
149.29/149.30	o 72
149.29/149.30	c * 149s| 62345 | 14782 | 61325 |   1.0 |  98M|1748 |   - |5645 |8546 |5645 | 255 |  15k|  15k|1697 | 0.000000e+00 | 7.200000e+01 |    Inf 
149.29/149.31	o 62
149.29/149.31	c * 149s| 62346 | 13359 | 61325 |   1.0 |  90M|1748 |   - |5645 |8546 |5645 | 255 |  15k|  15k|1697 | 0.000000e+00 | 6.200000e+01 |    Inf 
155.01/155.03	o 48
155.01/155.03	c * 155s| 63944 | 10619 | 66519 |   1.0 |  79M|1748 |   - |5645 |7304 |5645 | 228 |  17k|  17k|1705 | 0.000000e+00 | 4.800000e+01 |    Inf 
155.60/155.67	o 37
155.60/155.67	c * 156s| 64149 |  8885 | 66912 |   1.0 |  70M|1748 |   - |5645 |6648 |5645 | 231 |  17k|  17k|1706 | 0.000000e+00 | 3.700000e+01 |    Inf 
157.40/157.44	o 33
157.40/157.44	c * 157s| 64818 |  8025 | 69515 |   1.1 |  68M|1748 |   - |5645 |6289 |5645 | 241 |  17k|  18k|1711 | 0.000000e+00 | 3.300000e+01 |    Inf 
157.50/157.60	o 30
157.50/157.60	c * 158s| 64878 |  7673 | 69747 |   1.1 |  66M|1748 |   - |5645 |6120 |5645 | 246 |  17k|  18k|1711 | 0.000000e+00 | 3.000000e+01 |    Inf 
164.70/164.71	o 27
164.70/164.71	c * 165s| 67916 |  7389 | 83586 |   1.2 |  66M|1748 |   - |5645 |6752 |5645 | 247 |  20k|  21k|1757 | 0.000000e+00 | 2.700000e+01 |    Inf 
166.39/166.42	o 22
166.39/166.42	c * 166s| 68552 |  6580 | 86621 |   1.3 |  64M|1748 |   - |5645 |6430 |5645 | 225 |  21k|  22k|1797 | 0.000000e+00 | 2.200000e+01 |    Inf 
169.41/169.48	c   169s| 70000 |  6607 | 92966 |   1.3 |  64M|1748 |   - |5645 |6972 |   0 |   0 |  22k|  24k|1839 | 0.000000e+00 | 2.200000e+01 |    Inf 
174.60/174.68	o 19
174.60/174.68	c * 175s| 72313 |  6366 |105351 |   1.5 |  65M|1748 |   - |5645 |7871 |5645 | 231 |  24k|  27k|1947 | 0.000000e+00 | 1.900000e+01 |    Inf 
174.80/174.88	o 18
174.80/174.88	c * 175s| 72380 |  6300 |105928 |   1.5 |  65M|1748 |   - |5645 |7617 |5645 | 219 |  24k|  27k|1954 | 0.000000e+00 | 1.800000e+01 |    Inf 
175.10/175.19	o 17
175.10/175.19	c * 175s| 72486 |  6071 |106508 |   1.5 |  63M|1748 |   - |5645 |6863 |5645 | 229 |  24k|  28k|1956 | 0.000000e+00 | 1.700000e+01 |    Inf 
175.40/175.48	o 4
175.40/175.48	c * 175s| 72742 |  4202 |106570 |   1.5 |  55M|1748 |   - |5645 |6755 |5645 | 240 |  24k|  28k|1958 | 0.000000e+00 | 4.000000e+00 |    Inf 
183.50/183.60	o 2
183.50/183.60	c * 184s| 77331 |  3636 |132409 |   1.7 |  53M|1748 |   - |5645 |6762 |5645 | 214 |  28k|  34k|2129 | 0.000000e+00 | 2.000000e+00 |    Inf 
188.20/188.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.20/188.24	c   188s| 80000 |  3591 |148576 |   1.9 |  53M|1748 |   - |5645 |7180 |   0 |   0 |  31k|  37k|2266 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.80/207.87	c   208s| 90000 |  3648 |221021 |   2.5 |  56M|1748 |  20 |5645 |9903 |5645 | 241 |  41k|  51k|2695 | 0.000000e+00 | 2.000000e+00 |    Inf 
227.50/227.59	c   228s|100000 |  3613 |288272 |   2.9 |  58M|1748 |   - |5645 |  13k|   0 |   0 |  52k|  64k|3029 | 0.000000e+00 | 2.000000e+00 |    Inf 
247.60/247.68	c   248s|110000 |  3713 |352873 |   3.2 |  61M|1748 |   7 |5645 |  16k|5645 | 230 |  62k|  78k|3324 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.30/269.30	c   269s|120000 |  3797 |421737 |   3.5 |  64M|1748 |   1 |5645 |  21k|5645 | 255 |  72k|  92k|3598 | 0.000000e+00 | 2.000000e+00 |    Inf 
291.10/291.18	c   291s|130000 |  3594 |484286 |   3.7 |  61M|1748 |   1 |5645 |  14k|5645 | 189 |  80k| 106k|3898 | 0.000000e+00 | 2.000000e+00 |    Inf 
312.00/312.02	c   312s|140000 |  3714 |541744 |   3.9 |  64M|1748 |   - |5645 |  18k|   0 |   0 |  89k| 119k|4086 | 0.000000e+00 | 2.000000e+00 |    Inf 
334.50/334.55	c   335s|150000 |  3449 |605360 |   4.0 |  62M|1748 |   - |5645 |  16k|5645 | 241 |  98k| 132k|4333 | 0.000000e+00 | 2.000000e+00 |    Inf 
355.51/355.51	c   355s|160000 |  3547 |659421 |   4.1 |  64M|1748 |   1 |5645 |  21k|5645 | 220 | 106k| 145k|4482 | 0.000000e+00 | 2.000000e+00 |    Inf 
379.00/379.05	c   379s|170000 |  3700 |718818 |   4.2 |  67M|1748 |   7 |5645 |  24k|5645 | 231 | 115k| 158k|4619 | 0.000000e+00 | 2.000000e+00 |    Inf 
401.60/401.68	c   402s|180000 |  3498 |775226 |   4.3 |  64M|1748 |  11 |5645 |  21k|5645 | 260 | 122k| 172k|4826 | 0.000000e+00 | 2.000000e+00 |    Inf 
423.01/423.08	c   423s|190000 |  3612 |827790 |   4.4 |  66M|1748 |   1 |5645 |  21k|5645 | 205 | 131k| 184k|5027 | 0.000000e+00 | 2.000000e+00 |    Inf 
445.01/445.08	c   445s|200000 |  3785 |882718 |   4.4 |  69M|1748 |  16 |5645 |  24k|5645 | 247 | 139k| 198k|5124 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.01/468.07	c   468s|210000 |  3832 |936681 |   4.5 |  69M|1748 |   9 |5645 |  23k|5645 | 232 | 148k| 211k|5303 | 0.000000e+00 | 2.000000e+00 |    Inf 
490.51/490.53	c   490s|220000 |  3847 |983971 |   4.5 |  70M|1748 |   1 |5645 |  24k|5645 | 230 | 155k| 224k|5366 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.01/513.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.01/513.04	c   513s|230000 |  3841 |  1038k|   4.5 |  72M|1748 |   1 |5645 |  26k|5645 | 249 | 162k| 238k|5465 | 0.000000e+00 | 2.000000e+00 |    Inf 
535.91/535.95	c   536s|240000 |  3948 |  1092k|   4.6 |  74M|1748 |  12 |5645 |  29k|5645 | 217 | 169k| 251k|5583 | 0.000000e+00 | 2.000000e+00 |    Inf 
560.71/560.72	c   561s|250000 |  3894 |  1145k|   4.6 |  74M|1748 |   - |5645 |  29k|   0 |   0 | 175k| 264k|5705 | 0.000000e+00 | 2.000000e+00 |    Inf 
585.91/585.92	c   586s|260000 |  4000 |  1197k|   4.6 |  76M|1748 |   - |5645 |  30k|   0 |   0 | 183k| 277k|5771 | 0.000000e+00 | 2.000000e+00 |    Inf 
610.91/610.97	c   611s|270000 |  4041 |  1250k|   4.6 |  78M|1748 |   - |5645 |  32k|   0 |   0 | 190k| 291k|5868 | 0.000000e+00 | 2.000000e+00 |    Inf 
637.51/637.55	c   638s|280000 |  4074 |  1305k|   4.7 |  78M|1748 |  15 |5645 |  32k|5645 | 256 | 199k| 304k|5981 | 0.000000e+00 | 2.000000e+00 |    Inf 
663.01/663.01	c   663s|290000 |  3991 |  1357k|   4.7 |  77M|1748 |   - |5645 |  30k|   0 |   0 | 206k| 318k|6056 | 0.000000e+00 | 2.000000e+00 |    Inf 
688.62/688.65	c   689s|300000 |  3949 |  1410k|   4.7 |  76M|1748 |   1 |5645 |  30k|5645 | 257 | 213k| 332k|6147 | 0.000000e+00 | 2.000000e+00 |    Inf 
714.41/714.43	c   714s|310000 |  4023 |  1459k|   4.7 |  78M|1748 |   4 |5645 |  32k|5645 | 233 | 221k| 346k|6220 | 0.000000e+00 | 2.000000e+00 |    Inf 
741.42/741.41	c   741s|320000 |  4078 |  1517k|   4.7 |  80M|1748 |   - |5645 |  35k|   0 |   0 | 230k| 360k|6287 | 0.000000e+00 | 2.000000e+00 |    Inf 
767.72/767.77	c   768s|330000 |  4035 |  1570k|   4.8 |  80M|1748 |   1 |5645 |  37k|5645 | 240 | 237k| 374k|6405 | 0.000000e+00 | 2.000000e+00 |    Inf 
794.62/794.62	c   795s|340000 |  4114 |  1627k|   4.8 |  83M|1748 |   1 |5645 |  39k|5645 | 263 | 245k| 388k|6470 | 0.000000e+00 | 2.000000e+00 |    Inf 
822.92/822.95	c   823s|350000 |  4181 |  1681k|   4.8 |  84M|1748 |   1 |5645 |  40k|5645 | 261 | 253k| 402k|6549 | 0.000000e+00 | 2.000000e+00 |    Inf 
850.52/850.55	c   851s|360000 |  4304 |  1722k|   4.8 |  86M|1748 |   - |5645 |  41k|5645 | 263 | 259k| 415k|6627 | 0.000000e+00 | 2.000000e+00 |    Inf 
879.92/879.93	c   880s|370000 |  4458 |  1777k|   4.8 |  88M|1748 |   - |5645 |  43k|   0 |   0 | 267k| 429k|6674 | 0.000000e+00 | 2.000000e+00 |    Inf 
910.32/910.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.32/910.38	c   910s|380000 |  4563 |  1832k|   4.8 |  90M|1748 |   - |5645 |  44k|   0 |   0 | 275k| 444k|6763 | 0.000000e+00 | 2.000000e+00 |    Inf 
931.52/931.59	o 1
931.52/931.59	c * 932s|386922 |  4434 |  1867k|   4.8 |  88M|1748 |   - |5645 |  44k|5645 | 284 | 279k| 453k|6813 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.32/940.35	c   940s|390000 |  4427 |  1878k|   4.8 |  86M|1748 |   1 |5645 |  40k|5645 | 250 | 281k| 458k|6817 | 0.000000e+00 | 1.000000e+00 |    Inf 
969.72/969.72	c   970s|400000 |  4533 |  1923k|   4.8 |  89M|1748 |   - |5645 |  43k|   0 |   0 | 287k| 472k|6866 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.63/998.63	c   999s|410000 |  4635 |  1963k|   4.8 |  91M|1748 |   - |5645 |  44k|   0 |   0 | 291k| 487k|6923 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.73/1026.74	c  1027s|420000 |  4598 |  2004k|   4.8 |  91M|1748 |   - |5645 |  43k|   0 |   0 | 296k| 502k|6986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1055.22/1055.24	c  1055s|430000 |  4568 |  2047k|   4.8 |  90M|1748 |   - |5645 |  41k|   0 |   0 | 301k| 517k|7049 | 0.000000e+00 | 1.000000e+00 |    Inf 
1082.92/1082.97	c  1083s|440000 |  4503 |  2091k|   4.8 |  89M|1748 |  11 |5645 |  40k|5645 | 262 | 306k| 533k|7095 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.42/1111.44	c  1111s|450000 |  4406 |  2137k|   4.7 |  89M|1748 |   - |5645 |  41k|   0 |   0 | 311k| 548k|7142 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.53/1140.52	c  1140s|460000 |  4397 |  2184k|   4.7 |  90M|1748 |  17 |5645 |  43k|5645 | 272 | 318k| 562k|7197 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.44/1170.45	c  1170s|470000 |  3886 |  2235k|   4.8 |  77M|1748 |   - |5645 |  29k|   0 |   0 | 324k| 577k|7280 | 0.000000e+00 | 1.000000e+00 |    Inf 
1194.13/1194.10	c  1194s|480000 |  3839 |  2278k|   4.7 |  76M|1748 |   - |5645 |  28k|   0 |   0 | 330k| 590k|7394 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.84/1218.81	c  1219s|490000 |  3677 |  2331k|   4.8 |  72M|1748 |   - |5645 |  25k|   0 |   0 | 337k| 604k|7484 | 0.000000e+00 | 1.000000e+00 |    Inf 
1243.33/1243.31	c  1243s|500000 |  3710 |  2393k|   4.8 |  74M|1748 |   7 |5645 |  29k|5645 | 247 | 345k| 618k|7547 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.24/1268.22	c  1268s|510000 |  3645 |  2456k|   4.8 |  73M|1748 |   8 |5645 |  27k|5645 | 219 | 352k| 633k|7617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.53/1291.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1291.53/1291.57	c  1292s|520000 |  3602 |  2494k|   4.8 |  72M|1748 |   1 |5645 |  28k|5645 | 217 | 357k| 646k|7651 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.03/1315.05	c  1315s|530000 |  3561 |  2529k|   4.8 |  72M|1748 |  14 |5645 |  29k|5645 | 247 | 361k| 660k|7685 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.14/1339.12	c  1339s|540000 |  3541 |  2563k|   4.7 |  72M|1748 |   - |5645 |  29k|   0 |   0 | 365k| 674k|7718 | 0.000000e+00 | 1.000000e+00 |    Inf 
1362.74/1362.70	c  1363s|550000 |  3342 |  2617k|   4.8 |  66M|1748 |   - |5645 |  21k|   0 |   0 | 373k| 688k|7838 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.43/1382.48	c  1382s|560000 |  3264 |  2654k|   4.7 |  66M|1748 |   - |5645 |  19k|   0 |   0 | 379k| 701k|8259 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.64/1401.64	c  1402s|570000 |  3479 |  2686k|   4.7 |  68M|1748 |   5 |5645 |  20k|5645 | 224 | 384k| 715k|8259 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.33/1421.38	c  1421s|580000 |  3452 |  2723k|   4.7 |  68M|1748 |   - |5645 |  19k|   0 |   0 | 390k| 729k|8259 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.05/1441.01	c  1441s|590000 |  3464 |  2754k|   4.7 |  69M|1748 |   1 |5645 |  21k|5645 | 227 | 395k| 742k|8259 | 0.000000e+00 | 1.000000e+00 |    Inf 
1461.64/1461.65	c  1462s|600000 |  3344 |  2790k|   4.6 |  68M|1748 |   - |5645 |  21k|   0 |   0 | 400k| 756k|8274 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.44/1481.44	c  1481s|610000 |  3219 |  2827k|   4.6 |  66M|1748 |   - |5645 |  21k|   0 |   0 | 405k| 769k|8313 | 0.000000e+00 | 1.000000e+00 |    Inf 
1504.44/1504.49	c  1504s|620000 |  3230 |  2888k|   4.7 |  67M|1748 |   5 |5645 |  23k|5645 | 243 | 413k| 782k|8670 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.24/1529.27	c  1529s|630000 |  3165 |  2958k|   4.7 |  66M|1748 |  14 |5645 |  21k|5645 | 233 | 420k| 796k|8711 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.35/1553.33	c  1553s|640000 |  3126 |  3020k|   4.7 |  65M|1748 |   - |5645 |  20k|   0 |   0 | 430k| 810k|8929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1575.64/1575.67	c  1576s|650000 |  3153 |  3079k|   4.7 |  66M|1748 |  14 |5645 |  22k|5645 | 236 | 438k| 824k|8941 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.05/1599.09	c  1599s|660000 |  3159 |  3147k|   4.8 |  67M|1748 |   - |5645 |  23k|   0 |   0 | 447k| 837k|9039 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.54/1624.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.54/1624.56	c  1625s|670000 |  3189 |  3213k|   4.8 |  68M|1748 |   - |5645 |  26k|   0 |   0 | 456k| 850k|9113 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.85/1649.84	c  1650s|680000 |  3163 |  3281k|   4.8 |  69M|1748 |   - |5645 |  29k|   0 |   0 | 465k| 864k|9167 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.65/1675.66	c  1676s|690000 |  3164 |  3351k|   4.9 |  70M|1748 |  14 |5645 |  31k|5645 | 256 | 474k| 878k|9239 | 0.000000e+00 | 1.000000e+00 |    Inf 
1702.76/1702.75	c  1703s|700000 |  3164 |  3415k|   4.9 |  72M|1748 |   - |5645 |  35k|5645 | 252 | 482k| 892k|9303 | 0.000000e+00 | 1.000000e+00 |    Inf 
1731.05/1731.05	c  1731s|710000 |  3315 |  3484k|   4.9 |  73M|1748 |   - |5645 |  36k|   0 |   0 | 492k| 905k|9371 | 0.000000e+00 | 1.000000e+00 |    Inf 
1759.65/1759.68	c  1760s|720000 |  3361 |  3552k|   4.9 |  74M|1748 |   - |5645 |  36k|   0 |   0 | 501k| 919k|9418 | 0.000000e+00 | 1.000000e+00 |    Inf 
1787.94/1787.94	c  1788s|730000 |  3380 |  3620k|   5.0 |  76M|1748 |   1 |5645 |  38k|5645 | 224 | 510k| 934k|9491 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.98
1790.05/1790.01	c Solving Nodes      : 730711
1790.05/1790.01	c Primal Bound       : +1.00000000000000e+00 (165 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.06	s SATISFIABLE
1790.05/1790.06	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.06	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.05/1790.06	v -x167 -x166 -x165 -x164 -x163 x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.06	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.05/1790.06	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.05/1790.06	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 
1790.05/1790.06	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 
1790.05/1790.06	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 
1790.05/1790.06	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 
1790.05/1790.06	v -x1 
1790.05/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.06	c Solving Time       :    1789.98
1790.05/1790.06	c Original Problem   :
1790.05/1790.06	c   Problem name     : HOME/instance-2705011-1278576806.wbo
1790.05/1790.06	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.06	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.06	c Presolved Problem  :
1790.05/1790.06	c   Problem name     : t_HOME/instance-2705011-1278576806.wbo
1790.05/1790.06	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.06	c   Constraints      : 5414 initial, 46386 maximal
1790.05/1790.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.06	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.05/1790.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.06	c   integral         :          0          0          0     495250          0         26       1099          0          0     740512
1790.05/1790.06	c   linear           :       2707          6    3645715     122928          1     291638   17818089     510732          0          0
1790.05/1790.06	c   indicator        :       2707          0    1624497      93562          0        250    2742626          0          0          0
1790.05/1790.06	c   logicor          :          0+         0    1177154          0          0      47698    1223678          0          0          0
1790.05/1790.06	c   bounddisjunction :          0+         0     360504          0          0        146       3929          0          0          0
1790.05/1790.06	c   countsols        :          0          0          0      54821          1          0          0          0          0          0
1790.05/1790.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.06	c   integral         :      14.29       0.00       0.00      14.29       0.00
1790.05/1790.06	c   linear           :     206.54       0.00     195.59      10.94       0.00
1790.05/1790.06	c   indicator        :      28.95       0.01      16.12      12.82       0.00
1790.05/1790.06	c   logicor          :     328.57       0.00     328.57       0.00       0.00
1790.05/1790.06	c   bounddisjunction :       2.07       0.00       2.07       0.00       0.00
1790.05/1790.06	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.05/1790.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.06	c   vbounds          :       0.64      14922          0       3947
1790.05/1790.06	c   rootredcost      :       0.55         46          0       2707
1790.05/1790.06	c   pseudoobj        :     135.15    3651577       4367    2504764
1790.05/1790.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.06	c   propagation      :      19.67     343849     343817    2157263       28.9      10299       24.9          -
1790.05/1790.06	c   infeasible LP    :       7.59      22711      22711     179584       41.1        278       19.1          0
1790.05/1790.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.06	c   pseudo solution  :       0.00          1          1          9       17.1          0        0.0          -
1790.05/1790.06	c   applied globally :          -          -          -     935184       23.2          -          -          -
1790.05/1790.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.06	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.06	c   redcost          :      47.46     496983          0     260205          0          0
1790.05/1790.06	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.06	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.06	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.06	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.06	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.06	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.06	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.06	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.06	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.06	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.06	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.06	c Pricers            :       Time      Calls       Vars
1790.05/1790.06	c   problem variables:       0.00          0          0
1790.05/1790.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.06	c   relpscost        :      13.91     371194         26       1099          0          0     740512
1790.05/1790.06	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.06	c   inference        :      29.79      54776          0          0          0          0     109664
1790.05/1790.06	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.06	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.06	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.06	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.06	c   LP solutions     :       0.11          -         46
1790.05/1790.06	c   pseudo solutions :       0.00          -          0
1790.05/1790.06	c   feaspump         :       0.01          0          0
1790.05/1790.06	c   oneopt           :       0.38         41          0
1790.05/1790.06	c   guideddiving     :       0.17         59          0
1790.05/1790.06	c   veclendiving     :       0.16         90          0
1790.05/1790.06	c   linesearchdiving :       0.16         90          0
1790.05/1790.06	c   fracdiving       :       0.17         90          0
1790.05/1790.06	c   coefdiving       :       0.16         91          0
1790.05/1790.06	c   pscostdiving     :       0.16         91          0
1790.05/1790.06	c   crossover        :       1.66         40          6
1790.05/1790.06	c   rootsoldiving    :       0.19         87          0
1790.05/1790.06	c   objpscostdiving  :       0.18         88          0
1790.05/1790.06	c   trivial          :       0.07          2          2
1790.05/1790.06	c   simplerounding   :       0.70     371381          0
1790.05/1790.06	c   zirounding       :       0.42       1000          0
1790.05/1790.06	c   rounding         :       1.07       8564          0
1790.05/1790.06	c   shifting         :       0.59       2644          0
1790.05/1790.06	c   intshifting      :       0.01          0          0
1790.05/1790.06	c   twoopt           :       0.00          0          0
1790.05/1790.06	c   fixandinfer      :       0.00          0          0
1790.05/1790.06	c   intdiving        :       0.00          0          0
1790.05/1790.06	c   actconsdiving    :       0.00          0          0
1790.05/1790.06	c   octane           :       0.00          0          0
1790.05/1790.06	c   rens             :       0.03          1          0
1790.05/1790.06	c   rins             :       0.00          0          0
1790.05/1790.06	c   localbranching   :       0.00          0          0
1790.05/1790.06	c   mutation         :       0.00          0          0
1790.05/1790.06	c   dins             :       0.00          0          0
1790.05/1790.06	c   undercover       :       0.00          0          0
1790.05/1790.06	c   nlp              :       0.13          0          0
1790.05/1790.06	c   trysol           :       0.36        310        111
1790.05/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.06	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.06	c   dual LP          :     433.27     464786    3624528       7.80    8365.55
1790.05/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.06	c   diving/probing LP:       0.13         86        666       7.74    5090.38
1790.05/1790.06	c   strong branching :      11.03       9504     114263      12.02   10362.18
1790.05/1790.06	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.06	c B&B Tree           :
1790.05/1790.06	c   number of runs   :          1
1790.05/1790.06	c   nodes            :     730711
1790.05/1790.06	c   nodes (total)    :     730711
1790.05/1790.06	c   nodes left       :       3375
1790.05/1790.06	c   max depth        :       1748
1790.05/1790.06	c   max depth (total):       1748
1790.05/1790.06	c   backtracks       :      77795 (10.6%)
1790.05/1790.06	c   delayed cutoffs  :      66068
1790.05/1790.06	c   repropagations   :    1653296 (4524715 domain reductions, 61110 cutoffs)
1790.05/1790.06	c   avg switch length:       6.05
1790.05/1790.06	c   switching time   :     293.02
1790.05/1790.06	c Solution           :
1790.05/1790.06	c   Solutions found  :        165 (47 improvements)
1790.05/1790.06	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 386922 nodes, 931.56 seconds, depth 62, found by <relaxation>)
1790.05/1790.06	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.06	c   Gap              :   infinite
1790.05/1790.06	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.06	c   Root Iterations  :        184
1790.15/1790.16	c Time complete: 1790.21.

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-2705011-1278576806/watcher-2705011-1278576806 -o /tmp/evaluation-result-2705011-1278576806/solver-2705011-1278576806 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705011-1278576806.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.05 2.00 1.91 4/178 21947
/proc/meminfo: memFree=30284436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=12688 CPUtime=0
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 1985 0 0 0 0 0 0 0 25 0 1 0 25892889 12992512 1905 4089446400 4194304 10345943 140733460230896 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21947/statm: 3172 1923 429 1502 0 1665 0

[startup+0.0814651 s]
/proc/loadavg: 2.05 2.00 1.91 4/178 21947
/proc/meminfo: memFree=30284436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=38016 CPUtime=0.07
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 8447 0 0 0 6 1 0 0 25 0 1 0 25892889 38928384 8012 4089446400 4194304 10345943 140733460230896 18446744073709551615 9138370 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38016

[startup+0.100462 s]
/proc/loadavg: 2.05 2.00 1.91 4/178 21947
/proc/meminfo: memFree=30284436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=38016 CPUtime=0.09
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 8447 0 0 0 8 1 0 0 25 0 1 0 25892889 38928384 8012 4089446400 4194304 10345943 140733460230896 18446744073709551615 9138332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300434 s]
/proc/loadavg: 2.05 2.00 1.91 4/178 21947
/proc/meminfo: memFree=30284436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=70100 CPUtime=0.29
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 16225 0 0 0 27 2 0 0 25 0 1 0 25892889 71782400 15790 4089446400 4194304 10345943 140733460230896 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700351 s]
/proc/loadavg: 2.05 2.00 1.91 4/178 21947
/proc/meminfo: memFree=30284436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=65260 CPUtime=0.69
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 16891 0 0 0 67 2 0 0 25 0 1 0 25892889 66826240 15051 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50021 s]
/proc/loadavg: 2.05 2.00 1.91 3/179 21948
/proc/meminfo: memFree=30226396/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=65260 CPUtime=1.49
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 16893 0 0 0 147 2 0 0 25 0 1 0 25892889 66826240 15053 4089446400 4194304 10345943 140733460230896 18446744073709551615 8160777 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10091 s]
/proc/loadavg: 2.05 2.00 1.91 3/179 21949
/proc/meminfo: memFree=30226420/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=65260 CPUtime=3.09
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 16897 0 0 0 307 2 0 0 25 0 1 0 25892889 66826240 15057 4089446400 4194304 10345943 140733460230896 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 16315 15057 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30032 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 21949
/proc/meminfo: memFree=30224436/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=65260 CPUtime=6.29
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 18959 0 0 0 626 3 0 0 25 0 1 0 25892889 66826240 15082 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 16315 15082 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65260

[startup+12.7011 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 21949
/proc/meminfo: memFree=30222580/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=67132 CPUtime=12.69
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 21831 0 0 0 1265 4 0 0 25 0 1 0 25892889 68743168 15328 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 16783 15328 754 1502 0 15276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67132

[startup+25.5008 s]
/proc/loadavg: 2.03 2.00 1.91 3/179 21949
/proc/meminfo: memFree=30186116/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=96520 CPUtime=25.49
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 34360 0 0 0 2542 7 0 0 25 0 1 0 25892889 98836480 22649 4089446400 4194304 10345943 140733460230896 18446744073709551615 5614811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 24130 22649 754 1502 0 22623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96520

[startup+51.1011 s]
/proc/loadavg: 2.02 2.00 1.91 3/179 21950
/proc/meminfo: memFree=30148404/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=124804 CPUtime=51.1
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 54919 0 0 0 5096 14 0 0 25 0 1 0 25892889 127799296 29389 4089446400 4194304 10345943 140733460230896 18446744073709551615 4447851 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 31201 29389 754 1502 0 29694 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 124804

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21951
/proc/meminfo: memFree=30029604/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=221528 CPUtime=102.3
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 106316 0 0 0 10205 25 0 0 25 0 1 0 25892889 226844672 53005 4089446400 4194304 10345943 140733460230896 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 55382 53005 762 1502 0 53875 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 221528

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21953
/proc/meminfo: memFree=29892780/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=338768 CPUtime=162.3
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 199362 0 0 0 16189 41 0 0 25 0 1 0 25892889 346898432 80278 4089446400 4194304 10345943 140733460230896 18446744073709551615 6929871 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 84692 80278 774 1502 0 83185 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 338768

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21954
/proc/meminfo: memFree=29857516/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=345316 CPUtime=222.3
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 254763 0 0 0 22171 59 0 0 25 0 1 0 25892889 353603584 82148 4089446400 4194304 10345943 140733460230896 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 86329 82148 784 1502 0 84822 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 345316

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 21956
/proc/meminfo: memFree=29822144/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=351116 CPUtime=282.3
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 260445 0 0 0 28159 71 0 0 25 0 1 0 25892889 359542784 83617 4089446400 4194304 10345943 140733460230896 18446744073709551615 5005948 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 87779 83617 784 1502 0 86272 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 351116

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/179 21960
/proc/meminfo: memFree=29789716/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=352168 CPUtime=342.31
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 265092 0 0 0 34147 84 0 0 25 0 1 0 25892889 360620032 83912 4089446400 4194304 10345943 140733460230896 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 88042 83912 784 1502 0 86535 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 352168

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 21962
/proc/meminfo: memFree=29757692/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=353204 CPUtime=402.3
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 269649 0 0 0 40138 92 0 0 25 0 1 0 25892889 361680896 84133 4089446400 4194304 10345943 140733460230896 18446744073709551615 4706485 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 88301 84133 784 1502 0 86794 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 353204

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21964
/proc/meminfo: memFree=29730124/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=355048 CPUtime=462.31
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 270112 0 0 0 46130 101 0 0 25 0 1 0 25892889 363569152 84595 4089446400 4194304 10345943 140733460230896 18446744073709551615 5614829 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 88762 84595 784 1502 0 87255 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 355048

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21965
/proc/meminfo: memFree=29695744/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=359176 CPUtime=522.31
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 271013 0 0 0 52121 110 0 0 25 0 1 0 25892889 367796224 85496 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 89794 85496 784 1502 0 88287 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 359176

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21967
/proc/meminfo: memFree=29665820/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=363868 CPUtime=582.31
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 271994 0 0 0 58114 117 0 0 25 0 1 0 25892889 372600832 86476 4089446400 4194304 10345943 140733460230896 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 90967 86476 784 1502 0 89460 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 363868

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21968
/proc/meminfo: memFree=29632800/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=367012 CPUtime=642.32
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 273023 0 0 0 64106 126 0 0 25 0 1 0 25892889 375820288 87505 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 91753 87505 784 1502 0 90246 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 367012

[startup+702.301 s]

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

/proc/meminfo: memFree=29442368/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381360 CPUtime=1002.32
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 299663 0 0 0 100059 173 0 0 25 0 1 0 25892889 390512640 90845 4089446400 4194304 10345943 140733460230896 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95340 90845 795 1502 0 93833 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 381360

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21980
/proc/meminfo: memFree=29411196/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381620 CPUtime=1062.33
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 304284 0 0 0 106052 181 0 0 25 0 1 0 25892889 390778880 91072 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95405 91072 795 1502 0 93898 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 381620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21981
/proc/meminfo: memFree=29379152/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381608 CPUtime=1122.33
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 306254 0 0 0 112044 189 0 0 25 0 1 0 25892889 390766592 91118 4089446400 4194304 10345943 140733460230896 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95402 91118 795 1502 0 93895 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 381608

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21983
/proc/meminfo: memFree=29347372/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381936 CPUtime=1182.33
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 306422 0 0 0 118037 196 0 0 25 0 1 0 25892889 391102464 91286 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95484 91286 795 1502 0 93977 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 381936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21984
/proc/meminfo: memFree=29317444/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381292 CPUtime=1242.33
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 310242 0 0 0 124029 204 0 0 25 0 1 0 25892889 390443008 91145 4089446400 4194304 10345943 140733460230896 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95323 91145 795 1502 0 93816 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 381292

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 21986
/proc/meminfo: memFree=29287644/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381444 CPUtime=1302.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 310323 0 0 0 130021 213 0 0 25 0 1 0 25892889 390598656 91225 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085782 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95361 91225 795 1502 0 93854 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 381444

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 21988
/proc/meminfo: memFree=29260700/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381632 CPUtime=1362.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 310388 0 0 0 136014 220 0 0 25 0 1 0 25892889 390791168 91290 4089446400 4194304 10345943 140733460230896 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95408 91290 795 1502 0 93901 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 381632

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21989
/proc/meminfo: memFree=29231636/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381632 CPUtime=1422.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 310394 0 0 0 142006 228 0 0 25 0 1 0 25892889 390791168 91296 4089446400 4194304 10345943 140733460230896 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95408 91296 795 1502 0 93901 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 381632

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21991
/proc/meminfo: memFree=29202952/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=381720 CPUtime=1482.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314375 0 0 0 147997 237 0 0 25 0 1 0 25892889 390881280 91081 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95430 91081 795 1502 0 93923 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 381720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22019
/proc/meminfo: memFree=30193964/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382136 CPUtime=1542.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314636 0 0 0 153987 247 0 0 25 0 1 0 25892889 391307264 91342 4089446400 4194304 10345943 140733460230896 18446744073709551615 5614829 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95534 91342 795 1502 0 94027 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 382136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22021
/proc/meminfo: memFree=30118156/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382136 CPUtime=1602.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314684 0 0 0 159977 257 0 0 25 0 1 0 25892889 391307264 91390 4089446400 4194304 10345943 140733460230896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95534 91390 795 1502 0 94027 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 382136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22023
/proc/meminfo: memFree=30003876/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382328 CPUtime=1662.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314722 0 0 0 165967 267 0 0 25 0 1 0 25892889 391503872 91428 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95582 91428 795 1502 0 94075 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 382328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22024
/proc/meminfo: memFree=29956544/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382484 CPUtime=1722.34
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314749 0 0 0 171959 275 0 0 25 0 1 0 25892889 391663616 91455 4089446400 4194304 10345943 140733460230896 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95621 91455 795 1502 0 94114 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 382484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29947440/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1782.35
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314776 0 0 0 177950 285 0 0 25 0 1 0 25892889 391962624 91482 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91482 795 1502 0 94187 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 382776

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29947316/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1785.55
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314779 0 0 0 178270 285 0 0 25 0 1 0 25892889 391962624 91485 4089446400 4194304 10345943 140733460230896 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91485 795 1502 0 94187 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 382776

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29946696/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1788.75
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314783 0 0 0 178589 286 0 0 25 0 1 0 25892889 391962624 91489 4089446400 4194304 10345943 140733460230896 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91489 795 1502 0 94187 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 382776

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29946696/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1789.55
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314783 0 0 0 178669 286 0 0 25 0 1 0 25892889 391962624 91489 4089446400 4194304 10345943 140733460230896 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91489 795 1502 0 94187 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 382776

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29946440/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1789.95
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314783 0 0 0 178709 286 0 0 25 0 1 0 25892889 391962624 91489 4089446400 4194304 10345943 140733460230896 18446744073709551615 6556499 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91489 795 1502 0 94187 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 382776

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22026
/proc/meminfo: memFree=29946440/32951124 swapFree=67111528/67111528
[pid=21947] ppid=21945 vsize=382776 CPUtime=1790.15
/proc/21947/stat : 21947 (pbscip.linux.x8) R 21945 21947 21265 0 -1 4202496 314784 0 0 0 178729 286 0 0 25 0 1 0 25892889 391962624 91490 4089446400 4194304 10345943 140733460230896 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21947/statm: 95694 91490 796 1502 0 94187 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 382776

Child status: 0
Real time (s): 1790.16
CPU time (s): 1790.22
CPU user time (s): 1787.35
CPU system time (s): 2.87456
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 395056

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

runsolver used 3.23451 second user time and 6.50801 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-08 10:13:26
IDJOB=2705011
IDBENCH=79259
IDSOLVER=1214
FILE ID=node147/2705011-1278576806
PBS_JOBID= 11240160
Free space on /tmp= 73812 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985--soft-0-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-2705011-1278576806/watcher-2705011-1278576806 -o /tmp/evaluation-result-2705011-1278576806/solver-2705011-1278576806 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705011-1278576806.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e639daae290163b8abe4f9e3cf3dc11c
RANDOM SEED=958811240

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30284840 kB
Buffers:        155756 kB
Cached:        1946852 kB
SwapCached:          0 kB
Active:        1255092 kB
Inactive:      1258640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30284840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13068 kB
Writeback:           0 kB
AnonPages:      411036 kB
Mapped:          17644 kB
Slab:            89148 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   562624 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= 73804 MiB
End job on node147 at 2010-07-08 10:43:16