Trace number 2692421

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.35 1800.29

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900570242--soft-0-100-0.wbo
MD5SUM14bc8800f159591dc4e79c8dbc089eb4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark390.912
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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-2692421-1277930761.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 138261
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.382610e+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.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+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.382610e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.382610e+05 |    Inf 
8.49/8.50	o 320
8.49/8.50	c * 8.4s|  3087 |  2966 |  5251 |   1.7 |  32M|2706 |   - |5645 |5434 |5645 | 194 |1169 |  20 | 972 | 0.000000e+00 | 3.200000e+02 |    Inf 
10.79/10.84	o 316
10.79/10.84	c *10.7s|  3853 |  3619 |  7180 |   1.8 |  36M|2706 |   - |5645 |5682 |5645 | 189 |1607 | 268 |1009 | 0.000000e+00 | 3.160000e+02 |    Inf 
10.79/10.87	o 304
10.79/10.87	c *10.7s|  3866 |  3558 |  7185 |   1.8 |  36M|2706 |   - |5645 |5682 |5645 | 189 |1607 | 268 |1009 | 0.000000e+00 | 3.040000e+02 |    Inf 
10.89/10.99	o 303
10.89/10.99	c *10.8s|  3886 |  3573 |  7359 |   1.9 |  37M|2706 |   - |5645 |5682 |5645 | 184 |1642 | 268 |1012 | 0.000000e+00 | 3.030000e+02 |    Inf 
10.99/11.02	o 278
10.99/11.02	c *10.8s|  3901 |  3419 |  7364 |   1.9 |  36M|2706 |   - |5645 |5682 |5645 | 184 |1642 | 268 |1012 | 0.000000e+00 | 2.780000e+02 |    Inf 
11.79/11.80	o 263
11.79/11.80	c *11.6s|  4201 |  3467 |  8175 |   1.9 |  37M|2706 |   - |5645 |5762 |5645 | 173 |1801 | 348 |1026 | 0.000000e+00 | 2.630000e+02 |    Inf 
11.99/12.04	o 237
11.99/12.04	c *11.9s|  4274 |  3329 |  8483 |   2.0 |  36M|2706 |   - |5645 |5775 |5645 | 176 |1865 | 361 |1029 | 0.000000e+00 | 2.370000e+02 |    Inf 
12.49/12.51	o 211
12.49/12.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.49/12.51	c *12.3s|  4518 |  3155 |  8711 |   1.9 |  36M|2706 |   - |5645 |5775 |5645 | 197 |1913 | 361 |1030 | 0.000000e+00 | 2.110000e+02 |    Inf 
12.79/12.83	o 168
12.79/12.83	c *12.6s|  4608 |  2924 |  9179 |   2.0 |  34M|2706 |   - |5645 |5786 |5645 | 188 |2007 | 372 |1048 | 0.000000e+00 | 1.680000e+02 |    Inf 
12.89/12.98	o 140
12.89/12.98	c *12.8s|  4649 |  2479 |  9501 |   2.0 |  34M|2706 |   - |5645 |5786 |5645 | 208 |2066 | 372 |1049 | 0.000000e+00 | 1.400000e+02 |    Inf 
13.09/13.13	o 137
13.09/13.13	c *12.9s|  4671 |  2460 |  9805 |   2.1 |  34M|2706 |   - |5645 |5803 |5645 | 177 |2126 | 389 |1052 | 0.000000e+00 | 1.370000e+02 |    Inf 
13.19/13.25	o 93
13.19/13.25	c *13.1s|  4703 |  1655 |  9950 |   2.1 |  32M|2706 |   - |5645 |5803 |5645 | 203 |2152 | 389 |1056 | 0.000000e+00 | 9.300000e+01 |    Inf 
13.29/13.30	o 90
13.29/13.30	c *13.1s|  4706 |  1578 | 10095 |   2.1 |  32M|2706 |   - |5645 |5560 |5645 | 176 |2179 | 389 |1057 | 0.000000e+00 | 9.000000e+01 |    Inf 
13.29/13.35	o 77
13.29/13.35	c *13.2s|  4708 |  1252 | 10112 |   2.1 |  32M|2706 |   - |5645 |5472 |5645 | 176 |2179 | 389 |1057 | 0.000000e+00 | 7.700000e+01 |    Inf 
13.39/13.45	o 74
13.39/13.45	c *13.3s|  4713 |  1176 | 10243 |   2.2 |  32M|2706 |   - |5645 |5109 |5645 | 171 |2201 | 392 |1066 | 0.000000e+00 | 7.400000e+01 |    Inf 
15.39/15.49	o 72
15.39/15.49	c *15.3s|  5039 |  1123 | 12187 |   2.4 |  32M|2706 |   - |5645 |5376 |5645 | 172 |2617 | 742 |1258 | 0.000000e+00 | 7.200000e+01 |    Inf 
32.99/33.05	c  32.6s| 10000 |  1489 | 22526 |   2.2 |  42M|2706 |   1 |5645 |6669 |5645 | 175 |4365 |5432 |1633 | 0.000000e+00 | 7.200000e+01 |    Inf 
66.20/66.21	c  65.5s| 20000 |  2267 | 43967 |   2.2 |  58M|2706 |   1 |5645 |7605 |5645 | 148 |9303 |  15k|1690 | 0.000000e+00 | 7.200000e+01 |    Inf 
97.59/97.62	c  96.6s| 30000 |  2720 | 63437 |   2.1 |  69M|2706 |   1 |5645 |7947 |5645 | 177 |  12k|  26k|1692 | 0.000000e+00 | 7.200000e+01 |    Inf 
129.49/129.58	c   128s| 40000 |  3053 | 82766 |   2.1 |  81M|2706 |   - |5645 |8848 |5645 | 148 |  16k|  38k|1692 | 0.000000e+00 | 7.200000e+01 |    Inf 
161.89/161.91	c   160s| 50000 |  3450 |103324 |   2.1 |  93M|2706 |   7 |5645 |8131 |5645 | 149 |  20k|  50k|1717 | 0.000000e+00 | 7.200000e+01 |    Inf 
193.10/193.17	c   191s| 60000 |  3778 |123359 |   2.1 | 104M|2706 |   5 |5645 |9037 |5645 | 155 |  23k|  62k|1775 | 0.000000e+00 | 7.200000e+01 |    Inf 
222.39/222.44	o 70
222.39/222.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.39/222.44	c * 220s| 69911 |  3961 |138498 |   2.0 | 112M|2706 |   - |5645 |9128 |5645 | 182 |  25k|  73k|1864 | 0.000000e+00 | 7.000000e+01 |    Inf 
222.79/222.80	c   220s| 70000 |  3974 |138786 |   2.0 | 112M|2706 |   1 |5645 |8923 |5645 | 178 |  25k|  73k|1864 | 0.000000e+00 | 7.000000e+01 |    Inf 
254.50/254.55	c   251s| 80000 |  4199 |159436 |   2.0 | 119M|2706 |   1 |5645 |7744 |5645 | 151 |  28k|  85k|1994 | 0.000000e+00 | 7.000000e+01 |    Inf 
261.00/261.04	o 58
261.00/261.04	c * 258s| 81850 |  3885 |163346 |   2.0 | 119M|2706 |   - |5645 |7607 |5645 | 161 |  29k|  87k|2029 | 0.000000e+00 | 5.800000e+01 |    Inf 
283.81/283.88	c   280s| 90000 |  3958 |178670 |   2.0 | 123M|2706 |   - |5645 |9914 |   0 |   0 |  32k|  98k|2082 | 0.000000e+00 | 5.800000e+01 |    Inf 
312.50/312.52	c   308s|100000 |  4040 |198825 |   2.0 | 128M|2706 |   - |5645 |7626 |   0 |   0 |  36k| 110k|2289 | 0.000000e+00 | 5.800000e+01 |    Inf 
340.90/340.97	c   336s|110000 |  4200 |218523 |   2.0 | 136M|2706 |   - |5645 |9593 |   0 |   0 |  40k| 123k|2379 | 0.000000e+00 | 5.800000e+01 |    Inf 
368.51/368.53	c   363s|120000 |  4196 |237479 |   2.0 | 141M|2706 |   - |5645 |8881 |   0 |   0 |  44k| 136k|2475 | 0.000000e+00 | 5.800000e+01 |    Inf 
392.50/392.51	c   386s|130000 |  4294 |252896 |   1.9 | 145M|2706 |   - |5645 |  12k|   0 |   0 |  46k| 148k|2519 | 0.000000e+00 | 5.800000e+01 |    Inf 
415.00/415.03	c   408s|140000 |  4318 |265684 |   1.9 | 146M|2706 |   7 |5645 |  12k|5645 | 175 |  48k| 161k|2557 | 0.000000e+00 | 5.800000e+01 |    Inf 
449.10/449.11	c   441s|150000 |  4582 |300340 |   2.0 | 157M|2706 |   - |5645 |  11k|   0 |   0 |  58k| 174k|2708 | 0.000000e+00 | 5.800000e+01 |    Inf 
481.10/481.12	c   472s|160000 |  4701 |330016 |   2.1 | 163M|2706 |   0 |5645 |9754 |5645 | 177 |  67k| 189k|2862 | 0.000000e+00 | 5.800000e+01 |    Inf 
511.11/511.18	c   502s|170000 |  4876 |348916 |   2.1 | 172M|2706 |   1 |5645 |  11k|5645 | 151 |  71k| 201k|2926 | 0.000000e+00 | 5.800000e+01 |    Inf 
523.31/523.33	o 55
523.31/523.33	c * 513s|174169 |  4895 |357684 |   2.1 | 174M|2706 |   - |5645 |  13k|5645 | 172 |  73k| 205k|2952 | 0.000000e+00 | 5.500000e+01 |    Inf 
523.31/523.38	o 49
523.31/523.38	c * 514s|174174 |  4650 |357695 |   2.1 | 170M|2706 |   - |5645 |  12k|5645 | 172 |  73k| 205k|2952 | 0.000000e+00 | 4.900000e+01 |    Inf 
538.60/538.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.60/538.69	c   528s|180000 |  4745 |367101 |   2.0 | 172M|2706 |   - |5645 |  12k|   0 |   0 |  74k| 213k|2975 | 0.000000e+00 | 4.900000e+01 |    Inf 
565.60/565.64	c   555s|190000 |  4799 |384728 |   2.0 | 176M|2706 |   - |5645 |  12k|   0 |   0 |  77k| 225k|3041 | 0.000000e+00 | 4.900000e+01 |    Inf 
591.70/591.72	c   580s|200000 |  4864 |400057 |   2.0 | 180M|2706 |   1 |5645 |  14k|5645 | 164 |  79k| 237k|3077 | 0.000000e+00 | 4.900000e+01 |    Inf 
619.01/619.03	c   606s|210000 |  4926 |417833 |   2.0 | 183M|2706 |   1 |5645 |  12k|5645 | 151 |  82k| 250k|3130 | 0.000000e+00 | 4.900000e+01 |    Inf 
646.61/646.68	c   633s|220000 |  5041 |435086 |   2.0 | 188M|2706 |   - |5645 |  15k|   0 |   0 |  85k| 263k|3183 | 0.000000e+00 | 4.900000e+01 |    Inf 
676.21/676.25	c   662s|230000 |  5100 |454188 |   2.0 | 192M|2706 |   - |5645 |  13k|   0 |   0 |  89k| 276k|3239 | 0.000000e+00 | 4.900000e+01 |    Inf 
681.31/681.39	o 47
681.31/681.39	c * 667s|231920 |  5007 |457718 |   2.0 | 193M|2706 |   - |5645 |  13k|5645 | 151 |  90k| 279k|3253 | 0.000000e+00 | 4.700000e+01 |    Inf 
705.41/705.42	c   690s|240000 |  5119 |474427 |   2.0 | 198M|2706 |   - |5645 |  14k|5645 | 165 |  93k| 289k|3287 | 0.000000e+00 | 4.700000e+01 |    Inf 
733.72/733.73	c   718s|250000 |  5237 |495014 |   2.0 | 204M|2706 |   - |5645 |  15k|   0 |   0 |  97k| 302k|3364 | 0.000000e+00 | 4.700000e+01 |    Inf 
761.41/761.48	c   745s|260000 |  5246 |514759 |   2.0 | 208M|2706 |   1 |5645 |  13k|5645 | 174 | 101k| 315k|3479 | 0.000000e+00 | 4.700000e+01 |    Inf 
789.12/789.11	c   772s|270000 |  5409 |536994 |   2.0 | 214M|2706 |   5 |5645 |  14k|5645 | 151 | 105k| 328k|3635 | 0.000000e+00 | 4.700000e+01 |    Inf 
816.11/816.12	c   798s|280000 |  5624 |557095 |   2.0 | 221M|2706 |   1 |5645 |  14k|5645 | 173 | 109k| 342k|3661 | 0.000000e+00 | 4.700000e+01 |    Inf 
816.91/816.94	o 46
816.91/816.94	c * 799s|280298 |  5598 |557801 |   2.0 | 221M|2706 |   - |5645 |  14k|5645 | 162 | 109k| 342k|3663 | 0.000000e+00 | 4.600000e+01 |    Inf 
843.12/843.18	c   824s|290000 |  5705 |577954 |   2.0 | 225M|2706 |   - |5645 |  13k|   0 |   0 | 113k| 355k|3734 | 0.000000e+00 | 4.600000e+01 |    Inf 
844.21/844.26	o 42
844.21/844.26	c * 825s|290402 |  5595 |578650 |   2.0 | 223M|2706 |   - |5645 |  13k|5645 | 183 | 113k| 355k|3735 | 0.000000e+00 | 4.200000e+01 |    Inf 
872.62/872.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
872.62/872.64	c   853s|300000 |  4636 |600260 |   2.0 | 216M|2706 |   - |5645 |7085 |   0 |   0 | 117k| 371k|3915 | 0.000000e+00 | 4.200000e+01 |    Inf 
873.32/873.30	o 39
873.32/873.30	c * 853s|300211 |  4484 |600697 |   2.0 | 214M|2706 |   - |5645 |6858 |5645 | 178 | 117k| 371k|3915 | 0.000000e+00 | 3.900000e+01 |    Inf 
898.01/898.05	c   877s|310000 |  4743 |624199 |   2.0 | 220M|2706 |   - |5645 |7736 |   0 |   0 | 123k| 382k|4103 | 0.000000e+00 | 3.900000e+01 |    Inf 
927.02/927.00	c   906s|320000 |  5161 |659427 |   2.1 | 229M|2706 |   2 |5645 |  10k|5645 | 152 | 135k| 394k|4211 | 0.000000e+00 | 3.900000e+01 |    Inf 
957.22/957.24	c   935s|330000 |  5621 |700015 |   2.1 | 238M|2706 |   - |5645 |8539 |   0 |   0 | 149k| 408k|4346 | 0.000000e+00 | 3.900000e+01 |    Inf 
963.52/963.56	o 30
963.52/963.56	c * 941s|331904 |  5307 |705988 |   2.1 | 225M|2706 |   - |5645 |  10k|5645 | 168 | 151k| 410k|4351 | 0.000000e+00 | 3.000000e+01 |    Inf 
984.32/984.33	c   961s|340000 |  5426 |723754 |   2.1 | 227M|2706 |   - |5645 |9719 |   0 |   0 | 156k| 420k|4398 | 0.000000e+00 | 3.000000e+01 |    Inf 
1011.83/1011.87	c   988s|350000 |  5707 |747312 |   2.1 | 233M|2706 |   1 |5645 |  11k|5645 | 144 | 162k| 433k|4461 | 0.000000e+00 | 3.000000e+01 |    Inf 
1039.72/1039.77	c  1015s|360000 |  5792 |769614 |   2.1 | 235M|2706 |   1 |5645 |8971 |5645 | 144 | 168k| 446k|4544 | 0.000000e+00 | 3.000000e+01 |    Inf 
1050.32/1050.36	o 24
1050.32/1050.36	c *1025s|364034 |  5270 |782352 |   2.1 | 211M|2706 |   - |5645 |  10k|5645 | 156 | 172k| 451k|4565 | 0.000000e+00 | 2.400000e+01 |    Inf 
1066.52/1066.52	c  1041s|370000 |  5328 |795013 |   2.1 | 213M|2706 |   - |5645 |  12k|   0 |   0 | 175k| 459k|4606 | 0.000000e+00 | 2.400000e+01 |    Inf 
1091.73/1091.72	c  1065s|380000 |  5433 |817062 |   2.1 | 215M|2706 |  10 |5645 |9770 |5645 | 156 | 181k| 473k|4656 | 0.000000e+00 | 2.400000e+01 |    Inf 
1115.03/1115.08	c  1088s|390000 |  5487 |836743 |   2.1 | 217M|2706 |   - |5645 |  10k|   0 |   0 | 186k| 486k|4704 | 0.000000e+00 | 2.400000e+01 |    Inf 
1138.42/1138.46	c  1110s|400000 |  5631 |857641 |   2.1 | 221M|2706 |   1 |5645 |  14k|5645 | 144 | 191k| 501k|4756 | 0.000000e+00 | 2.400000e+01 |    Inf 
1164.93/1164.92	c  1136s|410000 |  5842 |886572 |   2.2 | 226M|2706 |   - |5645 |  15k|   0 |   0 | 199k| 514k|4827 | 0.000000e+00 | 2.400000e+01 |    Inf 
1188.22/1188.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1188.22/1188.27	c  1159s|420000 |  5854 |905055 |   2.2 | 226M|2706 |   - |5645 |  11k|   0 |   0 | 203k| 529k|4881 | 0.000000e+00 | 2.400000e+01 |    Inf 
1212.03/1212.00	c  1182s|430000 |  6143 |930227 |   2.2 | 230M|2706 |  12 |5645 |  10k|5645 | 153 | 211k| 544k|4985 | 0.000000e+00 | 2.400000e+01 |    Inf 
1234.43/1234.40	c  1203s|440000 |  6347 |951970 |   2.2 | 233M|2706 |   1 |5645 |  11k|5645 | 157 | 216k| 560k|5031 | 0.000000e+00 | 2.400000e+01 |    Inf 
1257.53/1257.57	c  1226s|450000 |  6642 |976346 |   2.2 | 238M|2706 |   - |5645 |  13k|   0 |   0 | 223k| 578k|5104 | 0.000000e+00 | 2.400000e+01 |    Inf 
1279.73/1279.76	c  1247s|460000 |  6821 |994674 |   2.2 | 241M|2706 |   - |5645 |  13k|   0 |   0 | 228k| 595k|5145 | 0.000000e+00 | 2.400000e+01 |    Inf 
1303.73/1303.77	c  1271s|470000 |  6972 |  1022k|   2.2 | 244M|2706 |   - |5645 |  13k|   0 |   0 | 237k| 613k|5194 | 0.000000e+00 | 2.400000e+01 |    Inf 
1316.33/1316.37	o 19
1316.33/1316.37	c *1283s|475494 |  6636 |  1032k|   2.2 | 226M|2706 |   - |5645 |  13k|5645 | 156 | 240k| 621k|5224 | 0.000000e+00 | 1.900000e+01 |    Inf 
1326.13/1326.14	c  1292s|480000 |  6563 |  1042k|   2.2 | 225M|2706 |   - |5645 |  10k|5645 | 168 | 242k| 629k|5258 | 0.000000e+00 | 1.900000e+01 |    Inf 
1346.34/1346.33	c  1312s|490000 |  6493 |  1062k|   2.2 | 226M|2706 |   5 |5645 |9489 |5645 | 168 | 247k| 646k|5298 | 0.000000e+00 | 1.900000e+01 |    Inf 
1367.14/1367.14	c  1332s|500000 |  6523 |  1078k|   2.2 | 228M|2706 |   1 |5645 |9247 |5645 | 144 | 251k| 661k|5337 | 0.000000e+00 | 1.900000e+01 |    Inf 
1387.83/1387.80	c  1352s|510000 |  6586 |  1096k|   2.1 | 230M|2706 |   - |5645 |  11k|   0 |   0 | 255k| 676k|5374 | 0.000000e+00 | 1.900000e+01 |    Inf 
1408.04/1408.03	c  1371s|520000 |  6599 |  1115k|   2.1 | 231M|2706 |   1 |5645 |9663 |5645 | 156 | 259k| 692k|5420 | 0.000000e+00 | 1.900000e+01 |    Inf 
1428.13/1428.13	c  1391s|530000 |  6609 |  1129k|   2.1 | 233M|2706 |   1 |5645 |  10k|5645 | 144 | 262k| 705k|5452 | 0.000000e+00 | 1.900000e+01 |    Inf 
1447.44/1447.42	c  1409s|540000 |  6653 |  1144k|   2.1 | 235M|2706 |   1 |5645 |  10k|5645 | 144 | 265k| 720k|5491 | 0.000000e+00 | 1.900000e+01 |    Inf 
1467.64/1467.62	c  1429s|550000 |  6720 |  1158k|   2.1 | 236M|2706 |   - |5645 |  10k|   0 |   0 | 269k| 734k|5516 | 0.000000e+00 | 1.900000e+01 |    Inf 
1474.24/1474.24	o 18
1474.24/1474.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1474.24/1474.24	c *1435s|553480 |  6680 |  1164k|   2.1 | 235M|2706 |   - |5645 |  11k|5645 | 177 | 270k| 739k|5531 | 0.000000e+00 | 1.800000e+01 |    Inf 
1486.84/1486.84	c  1447s|560000 |  6682 |  1175k|   2.1 | 234M|2706 |  14 |5645 |9169 |5645 | 175 | 273k| 749k|5537 | 0.000000e+00 | 1.800000e+01 |    Inf 
1506.54/1506.57	c  1466s|570000 |  6704 |  1190k|   2.1 | 237M|2706 |   - |5645 |  12k|   0 |   0 | 276k| 764k|5573 | 0.000000e+00 | 1.800000e+01 |    Inf 
1526.44/1526.46	c  1486s|580000 |  6735 |  1208k|   2.1 | 237M|2706 |   1 |5645 |  10k|5645 | 144 | 281k| 780k|5614 | 0.000000e+00 | 1.800000e+01 |    Inf 
1547.64/1547.69	c  1506s|590000 |  6711 |  1225k|   2.1 | 237M|2706 |   1 |5645 |9660 |5645 | 156 | 285k| 795k|5652 | 0.000000e+00 | 1.800000e+01 |    Inf 
1567.04/1567.08	c  1525s|600000 |  6659 |  1241k|   2.1 | 239M|2706 |   1 |5645 |  12k|5645 | 155 | 289k| 811k|5681 | 0.000000e+00 | 1.800000e+01 |    Inf 
1588.54/1588.53	c  1545s|610000 |  6489 |  1260k|   2.1 | 236M|2706 |   1 |5645 |  10k|5645 | 157 | 294k| 827k|5714 | 0.000000e+00 | 1.800000e+01 |    Inf 
1608.85/1608.88	c  1565s|620000 |  6247 |  1279k|   2.1 | 232M|2706 |   1 |5645 |  10k|5645 | 158 | 299k| 844k|5763 | 0.000000e+00 | 1.800000e+01 |    Inf 
1629.64/1629.60	c  1585s|630000 |  6013 |  1298k|   2.1 | 229M|2706 |   3 |5645 |  11k|5645 | 144 | 304k| 861k|5807 | 0.000000e+00 | 1.800000e+01 |    Inf 
1651.04/1651.06	c  1605s|640000 |  5737 |  1318k|   2.1 | 225M|2706 |   - |5645 |  10k|   0 |   0 | 309k| 877k|5971 | 0.000000e+00 | 1.800000e+01 |    Inf 
1670.84/1670.85	c  1624s|650000 |  5550 |  1334k|   2.1 | 222M|2706 |   1 |5645 |8919 |5645 | 144 | 313k| 892k|5982 | 0.000000e+00 | 1.800000e+01 |    Inf 
1691.65/1691.63	c  1644s|660000 |  5240 |  1352k|   2.0 | 217M|2706 |   1 |5645 |9583 |5645 | 144 | 317k| 908k|6034 | 0.000000e+00 | 1.800000e+01 |    Inf 
1712.94/1712.91	c  1664s|670000 |  4956 |  1373k|   2.1 | 212M|2706 |   1 |5645 |  11k|5645 | 153 | 323k| 924k|6073 | 0.000000e+00 | 1.800000e+01 |    Inf 
1734.34/1734.34	c  1684s|680000 |  4773 |  1393k|   2.0 | 210M|2706 |   1 |5645 |  11k|5645 | 144 | 327k| 939k|6107 | 0.000000e+00 | 1.800000e+01 |    Inf 
1757.45/1757.45	c  1706s|690000 |  4566 |  1414k|   2.0 | 206M|2706 |   - |5645 |  11k|   0 |   0 | 332k| 953k|6609 | 0.000000e+00 | 1.800000e+01 |    Inf 
1760.65/1760.63	o 17
1760.65/1760.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.65/1760.63	c *1709s|691415 |  4168 |  1417k|   2.0 | 190M|2706 |   - |5645 |  12k|5645 | 155 | 333k| 956k|6609 | 0.000000e+00 | 1.700000e+01 |    Inf 
1780.25/1780.29	c  1728s|700000 |  4352 |  1439k|   2.1 | 192M|2706 |   - |5645 |  10k|   0 |   0 | 337k| 966k|7236 | 0.000000e+00 | 1.700000e+01 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1747.02
1800.05/1800.00	c Solving Nodes      : 708857
1800.05/1800.00	c Primal Bound       : +1.70000000000000e+01 (361 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.09	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.05/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1800.05/1800.09	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.09	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 
1800.05/1800.09	v -x80 -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 
1800.05/1800.09	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 
1800.05/1800.09	v -x29 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 
1800.05/1800.09	v -x2 -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1747.02
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2692421-1277930761.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2692421-1277930761.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 17909 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -       2282          -          -       4564          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     419080          0          2        270          0          0     750434
1800.05/1800.09	c   indicator        :       2707          0    5540113      43416          0       2890   29181186          0          0          0
1800.05/1800.09	c   linear           :       2707          6    5544695      43614          0     179939   16735621     341388          0          0
1800.05/1800.09	c   logicor          :          0+         0    1543192          0          0      93675    2448938          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0      34238          0          0          0          7          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0       7250          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      16.42       0.00       0.00      16.42       0.00
1800.05/1800.09	c   indicator        :     101.46       0.00      95.86       5.60       0.00
1800.05/1800.09	c   linear           :     187.84       0.00     184.57       3.27       0.00
1800.05/1800.09	c   logicor          :     112.90       0.00     112.90       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.05/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.15          2          0          0
1800.05/1800.09	c   rootredcost      :       0.17         29          0       2282
1800.05/1800.09	c   pseudoobj        :     362.08    5636574      88914   23807126
1800.05/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.09	c   propagation      :      45.00     362528     362495    2877025       48.6      21874       19.2          -
1800.05/1800.09	c   infeasible LP    :       1.57       3033       3033      32231       60.6        101       15.4          0
1800.05/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   pseudo solution  :       0.12        309        309       1623       24.5         63       12.3          -
1800.05/1800.09	c   applied globally :          -          -          -     977760       36.9          -          -          -
1800.05/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.09	c   redcost          :      46.79     443591          0    4915010          0          0
1800.05/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.09	c   cmir             :       0.03          4          0          0          0          0
1800.05/1800.09	c   flowcover        :       0.01          4          0          0          0          0
1800.05/1800.09	c   clique           :       0.01          1          0          0          0          0
1800.05/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.09	c Pricers            :       Time      Calls       Vars
1800.05/1800.09	c   problem variables:       0.00          0          0
1800.05/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   relpscost        :      16.22     375452          2        270          0          0     750434
1800.05/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   inference        :       1.47       7221          0          0          0          0      14442
1800.05/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.09	c   LP solutions     :       0.06          -         29
1800.05/1800.09	c   pseudo solutions :       0.00          -          0
1800.05/1800.09	c   feaspump         :       0.00          0          0
1800.05/1800.09	c   guideddiving     :       0.00          1          0
1800.05/1800.09	c   intshifting      :       0.02          2          0
1800.05/1800.09	c   oneopt           :       0.27         29          0
1800.05/1800.09	c   coefdiving       :       0.01         20          0
1800.05/1800.09	c   pscostdiving     :       0.12         20          0
1800.05/1800.09	c   fracdiving       :       0.02         20          0
1800.05/1800.09	c   veclendiving     :       0.05         20          0
1800.05/1800.09	c   linesearchdiving :       0.05         20          0
1800.05/1800.09	c   rootsoldiving    :       0.04         17          0
1800.05/1800.09	c   objpscostdiving  :       0.05         17          0
1800.05/1800.09	c   crossover        :       1.56         46          4
1800.05/1800.09	c   trivial          :       0.08          2          2
1800.05/1800.09	c   simplerounding   :       0.63     381713          0
1800.05/1800.09	c   zirounding       :       0.57       1000          0
1800.05/1800.09	c   rounding         :       8.53       8633          0
1800.05/1800.09	c   shifting         :       3.63       2715          0
1800.05/1800.09	c   twoopt           :       0.00          0          0
1800.05/1800.09	c   fixandinfer      :       0.00          0          0
1800.05/1800.09	c   intdiving        :       0.00          0          0
1800.05/1800.09	c   actconsdiving    :       0.00          0          0
1800.05/1800.09	c   octane           :       0.00          0          0
1800.05/1800.09	c   rens             :       0.03          1          0
1800.05/1800.09	c   rins             :       0.00          0          0
1800.05/1800.09	c   localbranching   :       0.00          0          0
1800.05/1800.09	c   mutation         :       0.00          0          0
1800.05/1800.09	c   dins             :       0.00          0          0
1800.05/1800.09	c   undercover       :       0.00          0          0
1800.05/1800.09	c   nlp              :       0.02          0          0
1800.05/1800.09	c   trysol           :       7.24       9638        326
1800.05/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.09	c   dual LP          :     411.60     426358    1459900       3.42    3546.89
1800.05/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.09	c   diving/probing LP:       0.12        142        821       5.78    6841.67
1800.05/1800.09	c   strong branching :      14.30       7248      63476       8.76    4438.88
1800.05/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.09	c B&B Tree           :
1800.05/1800.09	c   number of runs   :          1
1800.05/1800.09	c   nodes            :     708857
1800.05/1800.09	c   nodes (total)    :     708857
1800.05/1800.09	c   nodes left       :       4458
1800.05/1800.09	c   max depth        :       2706
1800.05/1800.09	c   max depth (total):       2706
1800.05/1800.09	c   backtracks       :      49743 (7.0%)
1800.05/1800.09	c   delayed cutoffs  :      45339
1800.05/1800.09	c   repropagations   :    2546766 (13414299 domain reductions, 42359 cutoffs)
1800.05/1800.09	c   avg switch length:       9.37
1800.05/1800.09	c   switching time   :     211.06
1800.05/1800.09	c Solution           :
1800.05/1800.09	c   Solutions found  :        361 (30 improvements)
1800.05/1800.09	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.09	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 691415 nodes, 1709.41 seconds, depth 87, found by <relaxation>)
1800.05/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.09	c   Gap              :   infinite
1800.05/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.09	c   Root Iterations  :        106
1800.24/1800.28	c Time complete: 1800.33.

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692421-1277930761/watcher-2692421-1277930761 -o /tmp/evaluation-result-2692421-1277930761/solver-2692421-1277930761 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692421-1277930761.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.07 2.09 2.16 4/196 13118
/proc/meminfo: memFree=30008512/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=9740 CPUtime=0
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 1731 0 0 0 0 0 0 0 25 0 1 0 134373489 9973760 1650 4089446400 4194304 8223781 140733326103760 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13118/statm: 2435 1650 369 984 0 1448 0

[startup+0.102577 s]
/proc/loadavg: 2.07 2.09 2.16 4/196 13118
/proc/meminfo: memFree=30008512/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=35140 CPUtime=0.09
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134373489 35983360 7644 4089446400 4194304 8223781 140733326103760 18446744073709551615 7257258 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13118/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.200555 s]
/proc/loadavg: 2.07 2.09 2.16 4/196 13118
/proc/meminfo: memFree=30008512/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=37832 CPUtime=0.19
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 9285 0 0 0 18 1 0 0 25 0 1 0 134373489 38739968 8324 4089446400 4194304 8223781 140733326103760 18446744073709551615 4902854 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 9458 8324 474 984 0 8471 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37832

[startup+0.300538 s]
/proc/loadavg: 2.07 2.09 2.16 4/196 13118
/proc/meminfo: memFree=30008512/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=43064 CPUtime=0.29
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 10694 0 0 0 28 1 0 0 25 0 1 0 134373489 44097536 9646 4089446400 4194304 8223781 140733326103760 18446744073709551615 6456014 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 10766 9646 562 984 0 9779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43064

[startup+0.700464 s]
/proc/loadavg: 2.07 2.09 2.16 4/196 13118
/proc/meminfo: memFree=30008512/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=43080 CPUtime=0.69
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 15656 0 0 0 67 2 0 0 25 0 1 0 134373489 44113920 9710 4089446400 4194304 8223781 140733326103760 18446744073709551615 6445094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50031 s]
/proc/loadavg: 2.07 2.09 2.16 3/197 13119
/proc/meminfo: memFree=29970312/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=44400 CPUtime=1.49
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 15884 0 0 0 146 3 0 0 25 0 1 0 134373489 45465600 9938 4089446400 4194304 8223781 140733326103760 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 11100 9938 578 984 0 10113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44400

[startup+3.10109 s]
/proc/loadavg: 2.06 2.09 2.16 3/197 13119
/proc/meminfo: memFree=29967336/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=47692 CPUtime=3.09
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 16712 0 0 0 304 5 0 0 25 0 1 0 134373489 48836608 10749 4089446400 4194304 8223781 140733326103760 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 11923 10749 578 984 0 10936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47692

[startup+6.30049 s]
/proc/loadavg: 2.06 2.09 2.16 3/197 13119
/proc/meminfo: memFree=29957152/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=53376 CPUtime=6.28
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 33276 0 0 0 620 8 0 0 25 0 1 0 134373489 54657024 12099 4089446400 4194304 8223781 140733326103760 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 13344 12099 579 984 0 12357 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53376

[startup+12.7003 s]
/proc/loadavg: 2.54 2.19 2.19 3/197 13119
/proc/meminfo: memFree=29936496/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=65700 CPUtime=12.69
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 50355 0 0 0 1254 15 0 0 25 0 1 0 134373489 67276800 15322 4089446400 4194304 8223781 140733326103760 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 16425 15322 584 984 0 15438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65700

[startup+25.5009 s]
/proc/loadavg: 2.42 2.18 2.19 3/197 13120
/proc/meminfo: memFree=29904276/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=90164 CPUtime=25.49
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 69557 0 0 0 2520 29 0 0 25 0 1 0 134373489 92327936 21302 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 22541 21302 584 984 0 21554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90164

[startup+51.1012 s]
/proc/loadavg: 2.27 2.16 2.18 3/197 13120
/proc/meminfo: memFree=29830384/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=144548 CPUtime=51.09
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 92637 0 0 0 5054 55 0 0 25 0 1 0 134373489 148017152 34406 4089446400 4194304 8223781 140733326103760 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 36137 34406 588 984 0 35150 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144548

[startup+102.301 s]
/proc/loadavg: 2.11 2.13 2.17 3/197 13122
/proc/meminfo: memFree=29751116/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=220184 CPUtime=102.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 117423 0 0 0 10122 108 0 0 25 0 1 0 134373489 225468416 52108 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 55046 52108 590 984 0 54059 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 220184

[startup+162.301 s]
/proc/loadavg: 2.04 2.11 2.16 3/197 13123
/proc/meminfo: memFree=29656964/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=275760 CPUtime=162.29
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 129424 0 0 0 16058 171 0 0 25 0 1 0 134373489 282378240 64109 4089446400 4194304 8223781 140733326103760 18446744073709551615 6482877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 68940 64109 590 984 0 67953 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275760

[startup+222.307 s]
/proc/loadavg: 2.01 2.08 2.15 3/197 13125
/proc/meminfo: memFree=29582000/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=320708 CPUtime=222.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 144760 0 0 0 21994 236 0 0 25 0 1 0 134373489 328404992 74336 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13118/statm: 80177 74336 590 984 0 79190 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 320708

[startup+282.3 s]
/proc/loadavg: 2.00 2.07 2.13 3/179 13157
/proc/meminfo: memFree=30228848/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=363080 CPUtime=282.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 184976 0 0 0 27855 375 0 0 25 0 1 0 134373489 371793920 83515 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 90770 83515 590 984 0 89783 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 363080

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.12 3/179 13158
/proc/meminfo: memFree=30040948/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=392912 CPUtime=342.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 197549 0 0 0 33706 524 0 0 25 0 1 0 134373489 402341888 89721 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 98228 89721 590 984 0 97241 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 392912

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/179 13160
/proc/meminfo: memFree=29877736/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=404960 CPUtime=402.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 205315 0 0 0 39553 677 0 0 25 0 1 0 134373489 414679040 92319 4089446400 4194304 8223781 140733326103760 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 101240 92319 590 984 0 100253 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 404960

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.10 3/179 13188
/proc/meminfo: memFree=30298536/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=432360 CPUtime=462.31
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 210860 0 0 0 45406 825 0 0 25 0 1 0 134373489 442736640 97857 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 108090 97857 590 984 0 107103 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 432360

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.09 3/179 13190
/proc/meminfo: memFree=30280060/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=453400 CPUtime=522.3
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 215462 0 0 0 51248 982 0 0 25 0 1 0 134373489 464281600 102453 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 113350 102453 590 984 0 112363 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453400

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 2.09 3/179 13192
/proc/meminfo: memFree=30264524/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=470676 CPUtime=582.31
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 238070 0 0 0 57077 1154 0 0 25 0 1 0 134373489 481972224 106091 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 117669 106091 592 984 0 116682 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 470676

[startup+642.301 s]
/proc/loadavg: 2.03 2.03 2.08 3/179 13193
/proc/meminfo: memFree=30253440/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=484132 CPUtime=642.31
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 247309 0 0 0 62916 1315 0 0 25 0 1 0 134373489 495751168 108849 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 121033 108849 592 984 0 120046 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 484132

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 13210
/proc/meminfo: memFree=30183324/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=570936 CPUtime=942.32
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 346109 0 0 0 92053 2179 0 0 25 0 1 0 134373489 584638464 125852 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 142734 125852 593 984 0 141747 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 570936

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 13212
/proc/meminfo: memFree=30171388/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=585020 CPUtime=1002.32
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 375042 0 0 0 97868 2364 0 0 25 0 1 0 134373489 599060480 128765 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 146255 128765 593 984 0 145268 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 585020

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13213
/proc/meminfo: memFree=30165396/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=592152 CPUtime=1062.32
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 400610 0 0 0 103662 2570 0 0 25 0 1 0 134373489 606363648 130196 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 148038 130196 593 984 0 147051 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 592152

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13215
/proc/meminfo: memFree=30160416/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=597628 CPUtime=1122.33
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 410087 0 0 0 109468 2765 0 0 25 0 1 0 134373489 611971072 131481 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 149407 131481 593 984 0 148420 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 597628

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 13217
/proc/meminfo: memFree=30150452/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=608144 CPUtime=1182.33
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 414353 0 0 0 115283 2950 0 0 25 0 1 0 134373489 622739456 133941 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 152036 133941 593 984 0 151049 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 608144

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13218
/proc/meminfo: memFree=30143828/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=614888 CPUtime=1242.33
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 415961 0 0 0 121099 3134 0 0 25 0 1 0 134373489 629645312 135549 4089446400 4194304 8223781 140733326103760 18446744073709551615 6162695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 153722 135549 593 984 0 152735 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 614888

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13220
/proc/meminfo: memFree=30134624/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=626120 CPUtime=1302.33
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 420165 0 0 0 126916 3317 0 0 25 0 1 0 134373489 641146880 137929 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 156530 137929 593 984 0 155543 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 626120

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/179 13221
/proc/meminfo: memFree=30131472/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=630352 CPUtime=1362.33
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 437443 0 0 0 132716 3517 0 0 25 0 1 0 134373489 645480448 138664 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 157588 138664 593 984 0 156601 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 630352

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/179 13223
/proc/meminfo: memFree=30127348/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=634256 CPUtime=1422.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 446767 0 0 0 138505 3729 0 0 25 0 1 0 134373489 649478144 139550 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 158564 139550 593 984 0 157577 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 634256

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/179 13225
/proc/meminfo: memFree=30124080/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=638512 CPUtime=1482.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 459872 0 0 0 144298 3936 0 0 25 0 1 0 134373489 653836288 140516 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 159628 140516 593 984 0 158641 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 638512

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13226
/proc/meminfo: memFree=30120452/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=642628 CPUtime=1542.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 469077 0 0 0 150092 4142 0 0 25 0 1 0 134373489 658051072 141388 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 160657 141388 593 984 0 159670 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 642628

[startup+1602.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 13409
/proc/meminfo: memFree=29935664/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=646248 CPUtime=1602.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 471664 0 0 0 155863 4371 0 0 25 0 1 0 134373489 661757952 142153 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13118/statm: 161562 142153 593 984 0 160575 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 646248

[startup+1662.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13611
/proc/meminfo: memFree=30052808/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=648128 CPUtime=1662.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 472143 0 0 0 161587 4647 0 0 25 0 1 0 134373489 663683072 142632 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13118/statm: 162032 142632 593 984 0 161045 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 648128

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13613
/proc/meminfo: memFree=30009360/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=649736 CPUtime=1722.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 474365 0 0 0 167293 4941 0 0 25 0 1 0 134373489 665329664 143028 4089446400 4194304 8223781 140733326103760 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13118/statm: 162434 143028 593 984 0 161447 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 649736

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13615
/proc/meminfo: memFree=29965400/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=650012 CPUtime=1782.34
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 491456 0 0 0 173009 5225 0 0 25 0 1 0 134373489 665612288 143182 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13118/statm: 162503 143182 593 984 0 161516 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 650012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13615
/proc/meminfo: memFree=29955472/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=650332 CPUtime=1800.05
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 493341 0 0 0 174705 5300 0 0 25 0 1 0 134373489 665939968 143245 4089446400 4194304 8223781 140733326103760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13118/statm: 162583 143245 593 984 0 161596 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 650332

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

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

[startup+1800.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13615
/proc/meminfo: memFree=29955472/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=650332 CPUtime=1800.15
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 493343 0 0 0 174715 5300 0 0 18 0 1 0 134373489 665939968 143247 4089446400 4194304 8223781 140733326103760 18446744073709551615 4615732 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13118/statm: 162583 143247 595 984 0 161596 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 650332

[startup+1800.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13615
/proc/meminfo: memFree=29955472/32951124 swapFree=67111528/67111528
[pid=13118] ppid=13116 vsize=650332 CPUtime=1800.24
/proc/13118/stat : 13118 (pbscip.linux.x8) R 13116 13118 12691 0 -1 4202496 493343 0 0 0 174724 5300 0 0 18 0 1 0 134373489 665939968 143247 4089446400 4194304 8223781 140733326103760 18446744073709551615 6207140 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13118/statm: 162583 143247 595 984 0 161596 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 650332

Child status: 0
Real time (s): 1800.29
CPU time (s): 1800.35
CPU user time (s): 1747.32
CPU system time (s): 53.0299
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 658328

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

runsolver used 2.88656 second user time and 5.46617 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 22:46:01
IDJOB=2692421
IDBENCH=79309
IDSOLVER=1204
FILE ID=node105/2692421-1277930761
PBS_JOBID= 11197382
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--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-2692421-1277930761/watcher-2692421-1277930761 -o /tmp/evaluation-result-2692421-1277930761/solver-2692421-1277930761 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692421-1277930761.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 14bc8800f159591dc4e79c8dbc089eb4
RANDOM SEED=716427120

node105.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.840
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.68
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.840
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	: 5226.15
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.840
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.82
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.840
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.840
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.94
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.840
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.70
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.840
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.82
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.840
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:      30009040 kB
Buffers:        213120 kB
Cached:        1819440 kB
SwapCached:          0 kB
Active:        1242608 kB
Inactive:      1555172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30009040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4720 kB
Writeback:           0 kB
AnonPages:      765352 kB
Mapped:          20500 kB
Slab:            80924 kB
PageTables:       6292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657252 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= 74204 MiB
End job on node105 at 2010-06-30 23:16:03