Trace number 2692400

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.23 1800.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
MD5SUMb818ef86615e3f5ee29c4c2fadd6f1fe
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 benchmark368.019
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 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692400-1277929956.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
30.19/30.23	c  29.4s| 10000 | 10001 | 49397 |   4.9 |  51M|  91 |   0 |5645 |5414 |5645 | 192 |  11k|   0 |1614 | 0.000000e+00 | 1.368420e+05 |    Inf 
53.69/53.79	c  52.5s| 20000 | 20001 | 87624 |   4.4 |  74M|  93 |   0 |5645 |5414 |5645 | 197 |  20k|   0 |1770 | 0.000000e+00 | 1.368420e+05 |    Inf 
75.80/75.88	c  74.1s| 30000 | 30001 |110793 |   3.7 |  98M| 109 |   0 |5645 |5414 |5645 | 215 |  26k|   0 |2051 | 0.000000e+00 | 1.368420e+05 |    Inf 
98.20/98.20	c  95.9s| 40000 | 40001 |138070 |   3.4 | 121M| 109 |   0 |5645 |5414 |5645 | 197 |  34k|   0 |2375 | 0.000000e+00 | 1.368420e+05 |    Inf 
119.39/119.45	c   117s| 50000 | 50001 |157866 |   3.2 | 145M| 109 |   0 |5645 |5414 |5645 | 207 |  39k|   0 |2603 | 0.000000e+00 | 1.368420e+05 |    Inf 
140.59/140.63	c   137s| 60000 | 60001 |174169 |   2.9 | 168M| 109 |   0 |5645 |5414 |5645 | 180 |  44k|   0 |2772 | 0.000000e+00 | 1.368420e+05 |    Inf 
162.90/163.00	c   159s| 70000 | 70001 |204233 |   2.9 | 191M| 113 |   0 |5645 |5414 |5645 | 184 |  50k|   0 |2948 | 0.000000e+00 | 1.368420e+05 |    Inf 
184.60/184.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.60/184.63	c   180s| 80000 | 80001 |225799 |   2.8 | 214M| 113 |   0 |5645 |5414 |5645 | 273 |  55k|   0 |3150 | 0.000000e+00 | 1.368420e+05 |    Inf 
206.90/206.90	c   202s| 90000 | 90001 |250255 |   2.8 | 237M| 113 |  10 |5645 |5414 |5645 | 167 |  63k|   0 |3513 | 0.000000e+00 | 1.368420e+05 |    Inf 
228.00/228.07	c   223s|100000 |100001 |268048 |   2.7 | 260M| 113 |   0 |5645 |5414 |5645 | 208 |  69k|   0 |3644 | 0.000000e+00 | 1.368420e+05 |    Inf 
231.20/231.22	o 276
231.20/231.22	c * 226s|102027 | 34206 |268113 |   2.6 | 122M|1957 |   - |5645 |5414 |5645 | 204 |  69k|   0 |3644 | 0.000000e+00 | 2.760000e+02 |    Inf 
231.70/231.70	o 274
231.70/231.70	c * 226s|102247 | 33904 |268346 |   2.6 | 121M|1957 |   - |5645 |5416 |5645 | 236 |  69k|   2 |3644 | 0.000000e+00 | 2.740000e+02 |    Inf 
231.80/231.89	o 263
231.80/231.89	c * 227s|102330 | 31008 |268404 |   2.6 | 115M|1957 |   - |5645 |5435 |5645 | 213 |  69k|  21 |3644 | 0.000000e+00 | 2.630000e+02 |    Inf 
234.40/234.42	o 259
234.40/234.42	c * 229s|103570 | 30801 |269942 |   2.6 | 116M|1957 |   - |5645 |5584 |5645 | 224 |  70k| 170 |3645 | 0.000000e+00 | 2.590000e+02 |    Inf 
235.90/235.91	o 235
235.90/235.91	c * 231s|104185 | 24624 |271030 |   2.6 | 101M|1957 |   - |5645 |5718 |5645 | 184 |  70k| 304 |3646 | 0.000000e+00 | 2.350000e+02 |    Inf 
236.20/236.28	o 225
236.20/236.28	c * 231s|104353 | 22355 |271180 |   2.6 |  96M|1957 |   - |5645 |5720 |5645 | 185 |  70k| 306 |3646 | 0.000000e+00 | 2.250000e+02 |    Inf 
237.19/237.28	o 214
237.19/237.28	c * 232s|104824 | 19931 |271999 |   2.6 |  89M|1957 |   - |5645 |5769 |5645 | 223 |  70k| 355 |3646 | 0.000000e+00 | 2.140000e+02 |    Inf 
238.70/238.76	o 213
238.70/238.76	c * 233s|105113 | 19835 |275297 |   2.6 |  90M|1957 |   - |5645 |5952 |5645 | 206 |  71k| 538 |3667 | 0.000000e+00 | 2.130000e+02 |    Inf 
238.70/238.78	o 212
238.70/238.78	c * 233s|105116 | 19639 |275319 |   2.6 |  89M|1957 |   - |5645 |5955 |5645 | 214 |  71k| 541 |3667 | 0.000000e+00 | 2.120000e+02 |    Inf 
238.90/238.90	o 202
238.90/238.90	c * 233s|105163 | 17695 |275410 |   2.6 |  84M|1957 |   - |5645 |5969 |5645 | 211 |  71k| 555 |3670 | 0.000000e+00 | 2.020000e+02 |    Inf 
240.00/240.03	o 197
240.00/240.03	c * 235s|105630 | 16977 |276661 |   2.6 |  83M|1957 |   - |5645 |6067 |5645 | 187 |  71k| 653 |3691 | 0.000000e+00 | 1.970000e+02 |    Inf 
240.60/240.64	o 183
240.60/240.64	c * 235s|105824 | 14290 |277556 |   2.6 |  76M|1957 |   - |5645 |6130 |5645 | 210 |  71k| 716 |3705 | 0.000000e+00 | 1.830000e+02 |    Inf 
240.81/240.81	o 172
240.81/240.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.81/240.81	c * 235s|105878 | 12320 |277702 |   2.6 |  69M|1957 |   - |5645 |6131 |5645 | 210 |  71k| 717 |3705 | 0.000000e+00 | 1.720000e+02 |    Inf 
241.40/241.41	o 148
241.40/241.41	c * 236s|105985 |  8958 |278953 |   2.6 |  59M|1957 |   - |5645 |6190 |5645 | 204 |  72k| 776 |3713 | 0.000000e+00 | 1.480000e+02 |    Inf 
241.60/241.62	o 124
241.60/241.62	c * 236s|106090 |  6596 |279123 |   2.6 |  51M|1957 |   - |5645 |6192 |5645 | 207 |  72k| 778 |3715 | 0.000000e+00 | 1.240000e+02 |    Inf 
242.39/242.49	o 122
242.39/242.49	c * 237s|106332 |  6333 |279792 |   2.6 |  51M|1957 |   - |5645 |6355 |5645 | 174 |  72k| 944 |3741 | 0.000000e+00 | 1.220000e+02 |    Inf 
242.50/242.50	o 108
242.50/242.50	c * 237s|106333 |  5343 |279792 |   2.6 |  46M|1957 |   - |5645 |6355 |5645 | 174 |  72k| 944 |3741 | 0.000000e+00 | 1.080000e+02 |    Inf 
244.90/244.90	o 107
244.90/244.90	c * 239s|106978 |  5430 |282754 |   2.6 |  49M|1957 |   - |5645 |6817 |5645 | 182 |  73k|1464 |3768 | 0.000000e+00 | 1.070000e+02 |    Inf 
244.90/244.91	o 100
244.90/244.91	c * 239s|106979 |  5107 |282754 |   2.6 |  48M|1957 |   - |5645 |6817 |5645 | 182 |  73k|1464 |3768 | 0.000000e+00 | 1.000000e+02 |    Inf 
244.90/244.96	o 98
244.90/244.96	c * 239s|106987 |  4963 |282931 |   2.6 |  48M|1957 |   - |5645 |6796 |5645 | 195 |  73k|1464 |3768 | 0.000000e+00 | 9.800000e+01 |    Inf 
245.30/245.30	o 95
245.30/245.30	c * 240s|107078 |  3071 |283651 |   2.6 |  42M|1957 |   - |5645 |6759 |5645 | 184 |  73k|1519 |3775 | 0.000000e+00 | 9.500000e+01 |    Inf 
255.30/255.38	c   250s|110000 |  3573 |292127 |   2.7 |  50M|1957 |   0 |5645 |6413 |5645 | 204 |  75k|3994 |3778 | 0.000000e+00 | 9.500000e+01 |    Inf 
270.10/270.13	o 74
270.10/270.13	c * 264s|114299 |  3667 |303768 |   2.7 |  59M|1957 |   - |5645 |6600 |5645 | 176 |  79k|7720 |3828 | 0.000000e+00 | 7.400000e+01 |    Inf 
287.80/287.81	c   281s|120000 |  4163 |319772 |   2.7 |  69M|1957 |   1 |5645 |6657 |5645 | 194 |  83k|  13k|3870 | 0.000000e+00 | 7.400000e+01 |    Inf 
318.00/318.04	c   310s|130000 |  5072 |347615 |   2.7 |  84M|1957 |   - |5645 |7608 |   0 |   0 |  91k|  23k|3931 | 0.000000e+00 | 7.400000e+01 |    Inf 
347.40/347.47	c   339s|140000 |  5857 |371367 |   2.7 |  95M|1957 |   1 |5645 |7797 |5645 | 193 |  96k|  34k|3977 | 0.000000e+00 | 7.400000e+01 |    Inf 
376.71/376.79	c   367s|150000 |  6409 |395481 |   2.6 | 105M|1957 |   1 |5645 |7515 |5645 | 211 | 103k|  45k|4026 | 0.000000e+00 | 7.400000e+01 |    Inf 
404.11/404.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.11/404.11	c   394s|160000 |  6836 |413796 |   2.6 | 115M|1957 |   - |5645 |9893 |   0 |   0 | 108k|  55k|4072 | 0.000000e+00 | 7.400000e+01 |    Inf 
430.30/430.35	c   419s|170000 |  7273 |429325 |   2.5 | 124M|1957 |   1 |5645 |9256 |5645 | 147 | 111k|  65k|4107 | 0.000000e+00 | 7.400000e+01 |    Inf 
455.81/455.81	c   444s|180000 |  7752 |448241 |   2.5 | 134M|1957 |   1 |5645 |  10k|5645 | 147 | 117k|  79k|4150 | 0.000000e+00 | 7.400000e+01 |    Inf 
457.30/457.36	o 61
457.30/457.36	c * 446s|180571 |  7150 |449674 |   2.5 | 131M|1957 |   - |5645 |  10k|5645 | 162 | 117k|  80k|4150 | 0.000000e+00 | 6.100000e+01 |    Inf 
462.01/462.08	o 57
462.01/462.08	c * 450s|182437 |  6969 |452063 |   2.5 | 131M|1957 |   - |5645 |8311 |5645 | 163 | 118k|  82k|4150 | 0.000000e+00 | 5.700000e+01 |    Inf 
468.20/468.23	o 52
468.20/468.23	c * 456s|184997 |  6691 |456137 |   2.5 | 128M|1957 |   - |5645 |8866 |5645 | 164 | 118k|  85k|4161 | 0.000000e+00 | 5.200000e+01 |    Inf 
468.31/468.35	o 44
468.31/468.35	c * 456s|185039 |  6126 |456244 |   2.5 | 122M|1957 |   - |5645 |8687 |5645 | 171 | 118k|  85k|4161 | 0.000000e+00 | 4.400000e+01 |    Inf 
468.91/468.98	o 39
468.91/468.98	c * 457s|185292 |  5896 |456906 |   2.5 | 119M|1957 |   - |5645 |7487 |5645 | 161 | 118k|  86k|4161 | 0.000000e+00 | 3.900000e+01 |    Inf 
470.41/470.42	o 29
470.41/470.42	c * 458s|185983 |  5589 |458219 |   2.5 | 113M|1957 |   - |5645 |7761 |5645 | 169 | 119k|  87k|4161 | 0.000000e+00 | 2.900000e+01 |    Inf 
470.41/470.43	o 27
470.41/470.43	c * 458s|185984 |  5463 |458222 |   2.5 | 111M|1957 |   - |5645 |7761 |5645 | 169 | 119k|  87k|4161 | 0.000000e+00 | 2.700000e+01 |    Inf 
476.61/476.67	o 23
476.61/476.67	c * 464s|188710 |  4935 |465647 |   2.5 | 107M|1957 |   - |5645 |6450 |5645 | 162 | 121k|  91k|4204 | 0.000000e+00 | 2.300000e+01 |    Inf 
476.61/476.67	o 21
476.61/476.67	c * 464s|188711 |  4852 |465650 |   2.5 | 105M|1957 |   - |5645 |6450 |5645 | 162 | 121k|  91k|4204 | 0.000000e+00 | 2.100000e+01 |    Inf 
476.71/476.79	o 15
476.71/476.79	c * 464s|188756 |  4323 |465762 |   2.5 |  92M|1957 |   - |5645 |6296 |5645 | 161 | 121k|  91k|4204 | 0.000000e+00 | 1.500000e+01 |    Inf 
479.51/479.55	c   467s|190000 |  4029 |470823 |   2.5 |  89M|1957 |   - |5645 |5311 |   0 |   0 | 122k|  93k|4209 | 0.000000e+00 | 1.500000e+01 |    Inf 
485.02/485.03	o 12
485.02/485.03	c * 472s|192769 |  3399 |480955 |   2.5 |  79M|1957 |   - |5645 |6626 |5645 | 200 | 124k|  96k|4261 | 0.000000e+00 | 1.200000e+01 |    Inf 
486.11/486.13	o 10
486.11/486.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.11/486.13	c * 473s|193303 |  3230 |482891 |   2.5 |  76M|1957 |   - |5645 |6164 |5645 | 209 | 125k|  97k|4267 | 0.000000e+00 | 1.000000e+01 |    Inf 
499.00/499.01	c   486s|200000 |  2971 |507456 |   2.5 |  75M|1957 |   - |5645 |7161 |   0 |   0 | 130k| 106k|4314 | 0.000000e+00 | 1.000000e+01 |    Inf 
504.01/504.04	o 7
504.01/504.04	c * 491s|202761 |  2630 |515506 |   2.5 |  72M|1957 |   - |5645 |8096 |5645 | 168 | 132k| 110k|4353 | 0.000000e+00 | 7.000000e+00 |    Inf 
507.61/507.60	o 4
507.61/507.60	c * 494s|204563 |  2258 |523264 |   2.6 |  65M|1957 |   - |5645 |7839 |5645 | 168 | 134k| 112k|4384 | 0.000000e+00 | 4.000000e+00 |    Inf 
507.71/507.77	o 3
507.71/507.77	c * 494s|204633 |  2140 |523674 |   2.6 |  63M|1957 |   - |5645 |7706 |5645 | 188 | 134k| 112k|4384 | 0.000000e+00 | 3.000000e+00 |    Inf 
518.31/518.30	c   504s|210000 |  2258 |551261 |   2.6 |  64M|1957 |  10 |5645 |8692 |5645 | 176 | 142k| 119k|4453 | 0.000000e+00 | 3.000000e+00 |    Inf 
538.60/538.67	c   524s|220000 |  2316 |601262 |   2.7 |  66M|1957 |   - |5645 |  10k|   0 |   0 | 157k| 133k|4520 | 0.000000e+00 | 3.000000e+00 |    Inf 
557.41/557.45	c   542s|230000 |  2142 |639633 |   2.8 |  64M|1957 |  13 |5645 |9478 |5645 | 178 | 166k| 146k|4654 | 0.000000e+00 | 3.000000e+00 |    Inf 
575.70/575.78	c   560s|240000 |  2096 |676964 |   2.8 |  65M|1957 |   8 |5645 |  10k|5645 | 201 | 174k| 159k|4756 | 0.000000e+00 | 3.000000e+00 |    Inf 
596.12/596.17	c   579s|250000 |  2232 |724215 |   2.9 |  67M|1957 |   - |5645 |  13k|5645 | 202 | 187k| 173k|4852 | 0.000000e+00 | 3.000000e+00 |    Inf 
617.21/617.26	c   600s|260000 |  2186 |772048 |   3.0 |  67M|1957 |   1 |5645 |  13k|5645 | 187 | 197k| 186k|4951 | 0.000000e+00 | 3.000000e+00 |    Inf 
639.61/639.65	c   621s|270000 |  2286 |823680 |   3.1 |  69M|1957 |  13 |5645 |  16k|5645 | 213 | 211k| 200k|5065 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.31/661.39	c   642s|280000 |  2246 |866347 |   3.1 |  70M|1957 |  24 |5645 |  17k|5645 | 220 | 219k| 214k|5148 | 0.000000e+00 | 3.000000e+00 |    Inf 
684.62/684.62	c   665s|290000 |  2342 |917998 |   3.2 |  71M|1957 |  26 |5645 |  18k|5645 | 203 | 231k| 227k|5273 | 0.000000e+00 | 3.000000e+00 |    Inf 
709.01/709.09	c   689s|300000 |  2457 |973162 |   3.2 |  72M|1957 |  13 |5645 |  18k|5645 | 191 | 246k| 241k|5359 | 0.000000e+00 | 3.000000e+00 |    Inf 
733.02/733.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.02/733.07	c   712s|310000 |  2552 |  1025k|   3.3 |  74M|1957 |   - |5645 |  20k|5645 | 202 | 259k| 255k|5439 | 0.000000e+00 | 3.000000e+00 |    Inf 
757.21/757.23	c   735s|320000 |  2493 |  1071k|   3.3 |  73M|1957 |   1 |5645 |  18k|5645 | 204 | 270k| 269k|5514 | 0.000000e+00 | 3.000000e+00 |    Inf 
769.41/769.42	o 1
769.41/769.42	c * 747s|325192 |  2344 |  1096k|   3.4 |  71M|1957 |   - |5645 |  19k|5645 | 194 | 276k| 276k|5585 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.02/780.04	c   757s|330000 |  2304 |  1118k|   3.4 |  70M|1957 |   - |5645 |  17k|   0 |   0 | 282k| 283k|5628 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.93/801.95	c   779s|340000 |  2140 |  1163k|   3.4 |  69M|1957 |   - |5645 |  15k|   0 |   0 | 292k| 297k|5709 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.21/823.22	c   799s|350000 |  2359 |  1216k|   3.5 |  70M|1957 |  12 |5645 |  16k|5645 | 196 | 305k| 310k|5805 | 0.000000e+00 | 1.000000e+00 |    Inf 
846.12/846.18	c   821s|360000 |  2438 |  1274k|   3.5 |  72M|1957 |  15 |5645 |  17k|5645 | 208 | 318k| 324k|5907 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.52/869.51	c   844s|370000 |  2642 |  1324k|   3.6 |  74M|1957 |   - |5645 |  19k|   0 |   0 | 333k| 338k|5989 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.72/892.74	c   866s|380000 |  2574 |  1371k|   3.6 |  74M|1957 |   - |5645 |  20k|   0 |   0 | 345k| 352k|6052 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.52/917.54	c   891s|390000 |  2690 |  1422k|   3.6 |  76M|1957 |   7 |5645 |  22k|5645 | 204 | 359k| 366k|6148 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.81/940.82	c   913s|400000 |  2658 |  1464k|   3.7 |  76M|1957 |   - |5645 |  21k|   0 |   0 | 369k| 379k|6213 | 0.000000e+00 | 1.000000e+00 |    Inf 
969.12/969.15	c   941s|410000 |  2613 |  1512k|   3.7 |  75M|1957 |   - |5645 |  20k|5645 | 208 | 381k| 393k|6289 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.11/996.19	c   968s|420000 |  2603 |  1563k|   3.7 |  76M|1957 |   - |5645 |  20k|5645 | 244 | 392k| 407k|6363 | 0.000000e+00 | 1.000000e+00 |    Inf 
1023.72/1023.76	c   995s|430000 |  2649 |  1615k|   3.8 |  78M|1957 |  17 |5645 |  24k|5645 | 197 | 405k| 421k|6436 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.21/1054.27	c  1025s|440000 |  2613 |  1668k|   3.8 |  77M|1957 |   6 |5645 |  23k|5645 | 188 | 418k| 435k|6510 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.32/1083.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1083.32/1083.40	c  1054s|450000 |  2598 |  1716k|   3.8 |  77M|1957 |  16 |5645 |  23k|5645 | 211 | 431k| 448k|6594 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.71/1113.74	c  1084s|460000 |  2893 |  1770k|   3.8 |  81M|1957 |  11 |5645 |  26k|5645 | 217 | 447k| 463k|6659 | 0.000000e+00 | 1.000000e+00 |    Inf 
1144.72/1144.77	c  1115s|470000 |  2798 |  1821k|   3.9 |  81M|1957 |  10 |5645 |  26k|5645 | 216 | 461k| 478k|6745 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.41/1178.40	c  1148s|480000 |  2880 |  1871k|   3.9 |  83M|1957 |  17 |5645 |  29k|5645 | 207 | 474k| 494k|6803 | 0.000000e+00 | 1.000000e+00 |    Inf 
1211.62/1211.67	c  1181s|490000 |  3121 |  1925k|   3.9 |  86M|1957 |   - |5645 |  32k|   0 |   0 | 489k| 509k|6879 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.02/1245.05	c  1214s|500000 |  3468 |  1981k|   4.0 |  90M|1957 |   - |5645 |  35k|   0 |   0 | 505k| 523k|6946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.10/1280.19	c  1249s|510000 |  3586 |  2037k|   4.0 |  91M|1957 |   - |5645 |  35k|   0 |   0 | 520k| 538k|7012 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.70/1315.75	c  1284s|520000 |  3534 |  2091k|   4.0 |  90M|1957 |  17 |5645 |  33k|5645 | 209 | 535k| 554k|7087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1348.20/1348.28	c  1316s|530000 |  3305 |  2141k|   4.0 |  88M|1957 |   - |5645 |  30k|   0 |   0 | 546k| 570k|7168 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.00/1382.04	c  1349s|540000 |  3160 |  2190k|   4.1 |  86M|1957 |   - |5645 |  27k|   0 |   0 | 558k| 585k|7205 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.41/1413.45	c  1380s|550000 |  2934 |  2241k|   4.1 |  83M|1957 |  14 |5645 |  25k|5645 | 209 | 569k| 601k|7284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1443.10/1443.14	c  1410s|560000 |  2821 |  2289k|   4.1 |  83M|1957 |  15 |5645 |  28k|5645 | 200 | 580k| 616k|7323 | 0.000000e+00 | 1.000000e+00 |    Inf 
1474.60/1474.66	c  1441s|570000 |  2764 |  2339k|   4.1 |  83M|1957 |  22 |5645 |  28k|5645 | 206 | 593k| 631k|7403 | 0.000000e+00 | 1.000000e+00 |    Inf 
1502.70/1502.72	c  1469s|580000 |  2621 |  2377k|   4.1 |  80M|1957 |  22 |5645 |  23k|5645 | 188 | 600k| 645k|7446 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.11/1532.16	c  1498s|590000 |  2758 |  2427k|   4.1 |  82M|1957 |  11 |5645 |  27k|5645 | 196 | 613k| 659k|7503 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.40/1562.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1562.40/1562.45	c  1528s|600000 |  2612 |  2477k|   4.1 |  80M|1957 |   - |5645 |  25k|   0 |   0 | 624k| 674k|7553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.60/1592.66	c  1558s|610000 |  2639 |  2521k|   4.1 |  82M|1957 |  20 |5645 |  27k|5645 | 212 | 635k| 688k|7617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.61/1623.68	c  1588s|620000 |  2633 |  2570k|   4.1 |  83M|1957 |  20 |5645 |  31k|5645 | 216 | 645k| 702k|7656 | 0.000000e+00 | 1.000000e+00 |    Inf 
1656.90/1656.90	c  1621s|630000 |  2769 |  2621k|   4.2 |  85M|1957 |   7 |5645 |  33k|5645 | 216 | 659k| 716k|7721 | 0.000000e+00 | 1.000000e+00 |    Inf 
1690.01/1690.04	c  1654s|640000 |  2584 |  2668k|   4.2 |  82M|1957 |  18 |5645 |  29k|5645 | 222 | 668k| 731k|7767 | 0.000000e+00 | 1.000000e+00 |    Inf 
1722.01/1722.01	c  1685s|650000 |  2485 |  2723k|   4.2 |  80M|1957 |   - |5645 |  26k|   0 |   0 | 681k| 745k|7830 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.21/1755.22	c  1718s|660000 |  2530 |  2782k|   4.2 |  82M|1957 |   - |5645 |  30k|   0 |   0 | 697k| 759k|7896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.71/1786.71	c  1750s|670000 |  2479 |  2831k|   4.2 |  81M|1957 |  16 |5645 |  28k|5645 | 192 | 709k| 773k|7943 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1762.66
1800.02/1800.00	c Solving Nodes      : 674327
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+00 (311 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.07	s SATISFIABLE
1800.02/1800.07	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.07	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.02/1800.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1800.02/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.07	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.02/1800.07	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.02/1800.07	v -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.02/1800.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.02/1800.07	v -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 
1800.02/1800.07	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.02/1800.07	v -x1 
1800.02/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.07	c Solving Time       :    1762.66
1800.02/1800.07	c Original Problem   :
1800.02/1800.07	c   Problem name     : HOME/instance-2692400-1277929956.wbo
1800.02/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.07	c Presolved Problem  :
1800.02/1800.07	c   Problem name     : t_HOME/instance-2692400-1277929956.wbo
1800.02/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.07	c   Constraints      : 5414 initial, 37615 maximal
1800.02/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.02/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.02/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.07	c   integral         :          0          0          0     522626          0          1        223          0          0     641672
1800.02/1800.07	c   indicator        :       2707          0    1478834     139962          0        572    8638656          0          0          0
1800.02/1800.07	c   linear           :       2707          6    3224452     201408          0     236233   15976744     713726          0          0
1800.02/1800.07	c   logicor          :          0+         0    1069686          0          0      33823     982463          0          0          0
1800.02/1800.07	c   bounddisjunction :          0+         0      11638          0          0          0        416          0          0          0
1800.02/1800.07	c   countsols        :          0          0          0     100959          0          0          0          0          0          0
1800.02/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.07	c   integral         :      15.57       0.00       0.00      15.57       0.00
1800.02/1800.07	c   indicator        :      51.92       0.00      26.80      25.12       0.00
1800.02/1800.07	c   linear           :     197.07       0.00     179.20      17.87       0.00
1800.02/1800.07	c   logicor          :     249.04       0.00     249.04       0.00       0.00
1800.02/1800.07	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.02/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.07	c   vbounds          :       0.34          2          0          0
1800.02/1800.07	c   rootredcost      :       0.26         38          0       2707
1800.02/1800.07	c   pseudoobj        :     167.24    3243361      18022    5968824
1800.02/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.07	c   propagation      :      18.33     288078     287649    1815674       30.4      10978       20.0          -
1800.02/1800.07	c   infeasible LP    :       6.92      19652      19652     158964       45.7        286       20.5          0
1800.02/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.07	c   pseudo solution  :       0.09        352        352       1175       10.4        100        9.4          -
1800.02/1800.07	c   applied globally :          -          -          -     779090       24.8          -          -          -
1800.02/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.02/1800.07	c   redcost          :      42.49     527593          0    2506105          0          0
1800.02/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.07	c   gomory           :       0.02          4          0          0         86          0
1800.02/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.02/1800.07	c   cmir             :       0.00          4          0          0          0          0
1800.02/1800.07	c   flowcover        :       0.03          4          0          0          0          0
1800.02/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.07	c Pricers            :       Time      Calls       Vars
1800.02/1800.07	c   problem variables:       0.00          0          0
1800.02/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.07	c   relpscost        :      15.37     321019          1        223          0          0     641672
1800.02/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   inference        :      23.65     100921          0          0          0          0     201842
1800.02/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.07	c   LP solutions     :       0.26          -         38
1800.02/1800.07	c   pseudo solutions :       0.00          -          0
1800.02/1800.07	c   feaspump         :       0.00          0          0
1800.02/1800.07	c   intshifting      :       0.02          2          0
1800.02/1800.07	c   oneopt           :       0.25         34          0
1800.02/1800.07	c   guideddiving     :       0.02         12          0
1800.02/1800.07	c   crossover        :       1.07         36          0
1800.02/1800.07	c   pscostdiving     :       2.90       1928          0
1800.02/1800.07	c   fracdiving       :       2.67       1928          0
1800.02/1800.07	c   linesearchdiving :       3.18       1929          0
1800.02/1800.07	c   coefdiving       :       3.23       1929          0
1800.02/1800.07	c   veclendiving     :       2.94       1929          0
1800.02/1800.07	c   objpscostdiving  :       3.00       1927          0
1800.02/1800.07	c   rootsoldiving    :       3.09       1927          0
1800.02/1800.07	c   trivial          :       0.08          2          2
1800.02/1800.07	c   simplerounding   :       0.50     322811          0
1800.02/1800.07	c   zirounding       :       0.33       1000          0
1800.02/1800.07	c   rounding         :       3.09       8046          0
1800.02/1800.07	c   shifting         :       1.68       2498          0
1800.02/1800.07	c   twoopt           :       0.00          0          0
1800.02/1800.07	c   fixandinfer      :       0.00          0          0
1800.02/1800.07	c   intdiving        :       0.00          0          0
1800.02/1800.07	c   actconsdiving    :       0.00          0          0
1800.02/1800.07	c   octane           :       0.00          0          0
1800.02/1800.07	c   rens             :       0.03          1          0
1800.02/1800.07	c   rins             :       0.00          0          0
1800.02/1800.07	c   localbranching   :       0.00          0          0
1800.02/1800.07	c   mutation         :       0.00          0          0
1800.02/1800.07	c   dins             :       0.00          0          0
1800.02/1800.07	c   undercover       :       0.00          0          0
1800.02/1800.07	c   nlp              :       0.10          0          0
1800.02/1800.07	c   trysol           :       1.64       6249        271
1800.02/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.07	c   dual LP          :     434.84     449099    2851448       6.35    6557.46
1800.02/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.07	c   diving/probing LP:       0.16        157        856       5.45    5350.00
1800.02/1800.07	c   strong branching :      12.48       7968      73390       9.21    5880.61
1800.02/1800.07	c     (at root node) :          -         32       1061      33.16          -
1800.02/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.07	c B&B Tree           :
1800.02/1800.07	c   number of runs   :          1
1800.02/1800.07	c   nodes            :     674327
1800.02/1800.07	c   nodes (total)    :     674327
1800.02/1800.07	c   nodes left       :       2479
1800.02/1800.07	c   max depth        :       1957
1800.02/1800.07	c   max depth (total):       1957
1800.02/1800.07	c   backtracks       :      70981 (10.5%)
1800.02/1800.07	c   delayed cutoffs  :      58490
1800.02/1800.07	c   repropagations   :    1273626 (5475489 domain reductions, 56121 cutoffs)
1800.02/1800.07	c   avg switch length:       5.49
1800.02/1800.07	c   switching time   :     259.92
1800.02/1800.07	c Solution           :
1800.02/1800.07	c   Solutions found  :        311 (39 improvements)
1800.02/1800.07	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 325192 nodes, 747.01 seconds, depth 34, found by <relaxation>)
1800.02/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.07	c   Gap              :   infinite
1800.02/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.07	c   Root Iterations  :        106
1800.21/1800.20	c Time complete: 1800.22.

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-2692400-1277929956/watcher-2692400-1277929956 -o /tmp/evaluation-result-2692400-1277929956/solver-2692400-1277929956 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692400-1277929956.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.01 2.00 2.01 3/178 26944
/proc/meminfo: memFree=31189940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=9404 CPUtime=0
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 1649 0 0 0 0 0 0 0 23 0 1 0 166587394 9629696 1568 4089446400 4194304 8223781 140736112399136 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26944/statm: 2351 1568 369 984 0 1364 0

[startup+0.0498169 s]
/proc/loadavg: 2.01 2.00 2.01 3/178 26944
/proc/meminfo: memFree=31189940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=29356 CPUtime=0.04
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 6974 0 0 0 4 0 0 0 23 0 1 0 166587394 30060544 6529 4089446400 4194304 8223781 140736112399136 18446744073709551615 5955748 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 7339 6529 387 984 0 6352 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29356

[startup+0.100867 s]
/proc/loadavg: 2.01 2.00 2.01 3/178 26944
/proc/meminfo: memFree=31189940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=35140 CPUtime=0.09
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 8089 0 0 0 9 0 0 0 23 0 1 0 166587394 35983360 7644 4089446400 4194304 8223781 140736112399136 18446744073709551615 7257266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300771 s]
/proc/loadavg: 2.01 2.00 2.01 3/178 26944
/proc/meminfo: memFree=31189940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=54600 CPUtime=0.29
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 13511 0 0 0 27 2 0 0 23 0 1 0 166587394 55910400 12453 4089446400 4194304 8223781 140736112399136 18446744073709551615 4240584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 13777 12480 564 984 0 12790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54600

[startup+0.700692 s]
/proc/loadavg: 2.01 2.00 2.01 3/178 26944
/proc/meminfo: memFree=31189940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=43080 CPUtime=0.69
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 15656 0 0 0 64 5 0 0 25 0 1 0 166587394 44113920 9710 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50055 s]
/proc/loadavg: 2.01 2.00 2.01 3/179 26945
/proc/meminfo: memFree=31152484/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=44504 CPUtime=1.49
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 15847 0 0 0 141 8 0 0 25 0 1 0 166587394 45572096 9901 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 11126 9901 578 984 0 10139 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44504

[startup+3.10026 s]
/proc/loadavg: 2.01 2.00 2.01 3/179 26945
/proc/meminfo: memFree=31149508/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=51332 CPUtime=3.09
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 22623 0 0 0 296 13 0 0 25 0 1 0 166587394 52563968 11610 4089446400 4194304 8223781 140736112399136 18446744073709551615 4902986 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 12833 11610 579 984 0 11846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51332

[startup+6.30067 s]
/proc/loadavg: 2.01 2.00 2.01 3/179 26945
/proc/meminfo: memFree=31140108/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=55328 CPUtime=6.29
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 28070 0 0 0 609 20 0 0 25 0 1 0 166587394 56655872 12692 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 13832 12692 579 984 0 12845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55328

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 26945
/proc/meminfo: memFree=31136776/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=60560 CPUtime=12.69
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 39186 0 0 0 1234 35 0 0 25 0 1 0 166587394 62013440 14010 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 15140 14010 579 984 0 14153 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60560

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 26945
/proc/meminfo: memFree=31125184/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=72880 CPUtime=25.49
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 47306 0 0 0 2482 67 0 0 25 0 1 0 166587394 74629120 17080 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 18220 17080 579 984 0 17233 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72880

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26946
/proc/meminfo: memFree=31097372/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=99400 CPUtime=51.09
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 59153 0 0 0 4984 125 0 0 25 0 1 0 166587394 101785600 23760 4089446400 4194304 8223781 140736112399136 18446744073709551615 5813304 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 24850 23760 579 984 0 23863 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99400

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26947
/proc/meminfo: memFree=31035588/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=157164 CPUtime=102.29
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 78726 0 0 0 9995 234 0 0 25 0 1 0 166587394 160935936 38138 4089446400 4194304 8223781 140736112399136 18446744073709551615 4414501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 39291 38138 579 984 0 38304 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 157164

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26949
/proc/meminfo: memFree=30964256/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=225224 CPUtime=162.29
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 100751 0 0 0 15861 368 0 0 25 0 1 0 166587394 230629376 54876 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 56306 54876 579 984 0 55319 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225224

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26951
/proc/meminfo: memFree=30895512/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=290256 CPUtime=222.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 117571 0 0 0 21728 502 0 0 25 0 1 0 166587394 297222144 71035 4089446400 4194304 8223781 140736112399136 18446744073709551615 4561255 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 72564 71035 579 984 0 71577 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 290256

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 26952
/proc/meminfo: memFree=30791544/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=398720 CPUtime=282.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 216815 0 0 0 27573 657 0 0 25 0 1 0 166587394 408289280 97177 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 99680 97177 590 984 0 98693 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 398720

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 26954
/proc/meminfo: memFree=30731232/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=459160 CPUtime=342.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 234463 0 0 0 33403 828 0 0 25 0 1 0 166587394 470179840 111165 4089446400 4194304 8223781 140736112399136 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 114790 111165 590 984 0 113803 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 459160

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26955
/proc/meminfo: memFree=30678240/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=516588 CPUtime=402.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 249406 0 0 0 39224 1006 0 0 25 0 1 0 166587394 528986112 124281 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 129147 124281 590 984 0 128160 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 516588

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26957
/proc/meminfo: memFree=30639516/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=556428 CPUtime=462.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 272282 0 0 0 45047 1183 0 0 25 0 1 0 166587394 569782272 133162 4089446400 4194304 8223781 140736112399136 18446744073709551615 6520480 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 139107 133162 590 984 0 138120 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 556428

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26959
/proc/meminfo: memFree=30657804/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=535664 CPUtime=522.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 359641 0 0 0 50810 1421 0 0 25 0 1 0 166587394 548519936 127910 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 133916 127910 593 984 0 132929 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 535664

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 26960
/proc/meminfo: memFree=30659500/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=533060 CPUtime=582.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 368448 0 0 0 56590 1640 0 0 25 0 1 0 166587394 545853440 127250 4089446400 4194304 8223781 140736112399136 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 133265 127250 593 984 0 132278 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 533060

[startup+642.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26962
/proc/meminfo: memFree=30654380/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=534592 CPUtime=642.32
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 373884 0 0 0 62382 1850 0 0 25 0 1 0 166587394 547422208 127619 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 133648 127619 593 984 0 132661 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 534592

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 26968
/proc/meminfo: memFree=30650564/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=537016 CPUtime=882.32
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 397812 0 0 0 85639 2593 0 0 25 0 1 0 166587394 549904384 128246 4089446400 4194304 8223781 140736112399136 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26944/statm: 134254 128246 601 984 0 133267 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 537016

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 27016
/proc/meminfo: memFree=30847836/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=538556 CPUtime=942.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 400027 0 0 0 91471 2759 0 0 25 0 1 0 166587394 551481344 128633 4089446400 4194304 8223781 140736112399136 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26944/statm: 134639 128633 601 984 0 133652 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 538556

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27020
/proc/meminfo: memFree=30762676/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=538856 CPUtime=1002.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 400101 0 0 0 97392 2839 0 0 25 0 1 0 166587394 551788544 128705 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26944/statm: 134714 128705 601 984 0 133727 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 538856

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27022
/proc/meminfo: memFree=30722684/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=539688 CPUtime=1062.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 402139 0 0 0 103316 2915 0 0 25 0 1 0 166587394 552640512 128906 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26944/statm: 134922 128906 601 984 0 133935 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 539688

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27024
/proc/meminfo: memFree=30696844/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=541528 CPUtime=1122.32
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 402598 0 0 0 109242 2990 0 0 25 0 1 0 166587394 554524672 129360 4089446400 4194304 8223781 140736112399136 18446744073709551615 6328711 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26944/statm: 135382 129360 601 984 0 134395 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 541528

[startup+1182.3 s]
/proc/loadavg: 2.40 2.11 2.04 3/197 27025
/proc/meminfo: memFree=30687384/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=542552 CPUtime=1182.32
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 402858 0 0 0 115179 3053 0 0 25 0 1 0 166587394 555573248 129620 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 135638 129620 601 984 0 134651 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 542552

[startup+1242.3 s]
/proc/loadavg: 2.15 2.09 2.03 3/197 27027
/proc/meminfo: memFree=30659940/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=545592 CPUtime=1242.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 403606 0 0 0 121124 3107 0 0 25 0 1 0 166587394 558686208 130368 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136398 130368 601 984 0 135411 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 545592

[startup+1302.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/197 27028
/proc/meminfo: memFree=30619096/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546332 CPUtime=1302.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 403815 0 0 0 127058 3172 0 0 25 0 1 0 166587394 559443968 130577 4089446400 4194304 8223781 140736112399136 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136583 130577 601 984 0 135596 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 546332

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/197 27030
/proc/meminfo: memFree=30579000/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546392 CPUtime=1362.29
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409039 0 0 0 132985 3244 0 0 25 0 1 0 166587394 559505408 130596 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136598 130596 601 984 0 135611 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 546392

[startup+1422.31 s]
/proc/loadavg: 2.21 2.12 2.04 3/197 27032
/proc/meminfo: memFree=30539528/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546428 CPUtime=1422.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409047 0 0 0 138910 3320 0 0 25 0 1 0 166587394 559542272 130604 4089446400 4194304 8223781 140736112399136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136607 130604 601 984 0 135620 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 546428

[startup+1482.3 s]
/proc/loadavg: 2.48 2.21 2.08 3/197 27033
/proc/meminfo: memFree=30494100/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546528 CPUtime=1482.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409069 0 0 0 144841 3390 0 0 25 0 1 0 166587394 559644672 130626 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136632 130626 601 984 0 135645 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 546528

[startup+1542.3 s]
/proc/loadavg: 2.17 2.17 2.07 3/197 27035
/proc/meminfo: memFree=30474336/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546620 CPUtime=1542.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409092 0 0 0 150781 3449 0 0 25 0 1 0 166587394 559738880 130649 4089446400 4194304 8223781 140736112399136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136655 130649 601 984 0 135668 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 546620

[startup+1602.3 s]
/proc/loadavg: 2.06 2.13 2.06 3/197 27036
/proc/meminfo: memFree=30439452/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546620 CPUtime=1602.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409095 0 0 0 156711 3519 0 0 25 0 1 0 166587394 559738880 130652 4089446400 4194304 8223781 140736112399136 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136655 130652 601 984 0 135668 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 546620

[startup+1662.3 s]
/proc/loadavg: 2.02 2.11 2.06 3/197 27038
/proc/meminfo: memFree=30404812/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=546728 CPUtime=1662.3
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409102 0 0 0 162642 3588 0 0 25 0 1 0 166587394 559849472 130659 4089446400 4194304 8223781 140736112399136 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136682 130659 601 984 0 135695 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 546728

[startup+1722.3 s]
/proc/loadavg: 2.01 2.08 2.05 3/197 27049
/proc/meminfo: memFree=30370272/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=547256 CPUtime=1722.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409236 0 0 0 168577 3654 0 0 25 0 1 0 166587394 560390144 130793 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136814 130793 601 984 0 135827 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 547256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/197 27050
/proc/meminfo: memFree=30340864/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=547336 CPUtime=1782.31
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409250 0 0 0 174517 3714 0 0 25 0 1 0 166587394 560472064 130807 4089446400 4194304 8223781 140736112399136 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136834 130807 601 984 0 135847 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 547336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.06 2.05 3/197 27051
/proc/meminfo: memFree=30325604/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=547336 CPUtime=1800.02
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409257 0 0 0 176269 3733 0 0 25 0 1 0 166587394 560472064 130814 4089446400 4194304 8223781 140736112399136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26944/statm: 136834 130814 601 984 0 135847 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 547336

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.06 2.05 3/197 27051
/proc/meminfo: memFree=30325604/32950928 swapFree=67111528/67111528
[pid=26944] ppid=26942 vsize=143912 CPUtime=1800.21
/proc/26944/stat : 26944 (pbscip.linux.x8) R 26942 26944 26813 0 -1 4202496 409287 0 0 0 176286 3735 0 0 25 0 1 0 166587394 147365888 35057 4089446400 4194304 8223781 140736112399136 18446744073709551615 4698940 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26944/statm: 35978 35057 603 984 0 34991 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 143912

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.23
CPU user time (s): 1762.87
CPU system time (s): 37.3563
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 570988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.87
system time used= 37.3563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409291
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= 4
involuntary context switches= 4347

runsolver used 2.48662 second user time and 5.82111 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 22:32:37
IDJOB=2692400
IDBENCH=79302
IDSOLVER=1204
FILE ID=node116/2692400-1277929956
PBS_JOBID= 11197416
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= b818ef86615e3f5ee29c4c2fadd6f1fe
RANDOM SEED=1438690906

node116.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.838
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.67
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.838
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	: 5381.00
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.838
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.838
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.838
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.76
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.838
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.77
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.838
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.838
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:     32950928 kB
MemFree:      31190716 kB
Buffers:        213616 kB
Cached:        1012972 kB
SwapCached:          0 kB
Active:         882408 kB
Inactive:       733188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31190716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4676 kB
Writeback:           0 kB
AnonPages:      388996 kB
Mapped:          17648 kB
Slab:            79616 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   545136 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= 74208 MiB
End job on node116 at 2010-06-30 23:02:39