Trace number 2692385

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.27 1800.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
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 benchmark584.992
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
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-2692385-1277929415.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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.13
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.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	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.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
32.70/32.71	c  32.4s| 10000 | 10001 | 63965 |   6.4 |  52M|  63 |   0 |5645 |5414 |5645 | 240 |  29k|   0 |1803 | 0.000000e+00 | 1.379450e+05 |    Inf 
59.49/59.59	c  59.0s| 20000 | 20001 |111494 |   5.6 |  76M|  69 |   0 |5645 |5414 |5645 | 217 |  51k|   0 |2129 | 0.000000e+00 | 1.379450e+05 |    Inf 
87.90/87.96	c  87.2s| 30000 | 30001 |166443 |   5.5 | 100M|  69 |   0 |5645 |5414 |5645 | 197 |  79k|   0 |2957 | 0.000000e+00 | 1.379450e+05 |    Inf 
115.10/115.10	c   114s| 40000 | 40001 |209563 |   5.2 | 124M|  69 |   0 |5645 |5414 |5645 | 232 |  97k|   0 |3495 | 0.000000e+00 | 1.379450e+05 |    Inf 
140.60/140.66	c   139s| 50000 | 50001 |241722 |   4.8 | 149M|  73 |   0 |5645 |5414 |5645 | 197 | 110k|   0 |3880 | 0.000000e+00 | 1.379450e+05 |    Inf 
166.00/166.06	c   165s| 60000 | 60001 |278349 |   4.6 | 173M|  77 |   3 |5645 |5414 |5645 | 182 | 126k|   0 |4326 | 0.000000e+00 | 1.379450e+05 |    Inf 
189.20/189.24	c   188s| 70000 | 70001 |306597 |   4.4 | 197M|1914 |   0 |5645 |5414 |5645 | 226 | 138k|   0 |4526 | 0.000000e+00 | 1.379450e+05 |    Inf 
189.80/189.85	o 407
189.80/189.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.80/189.85	c * 188s| 70428 | 31671 |306597 |   4.4 | 109M|2342 |   - |5645 |5414 |5645 | 226 | 138k|   0 |4526 | 0.000000e+00 | 4.070000e+02 |    Inf 
190.09/190.10	o 402
190.09/190.10	c * 188s| 70491 | 31132 |306984 |   4.4 | 109M|2342 |   - |5645 |5450 |5645 | 244 | 138k|  36 |4527 | 0.000000e+00 | 4.020000e+02 |    Inf 
193.89/193.93	o 392
193.89/193.93	c * 192s| 72625 | 31917 |307274 |   4.2 | 110M|2342 |   - |5645 |5473 |5645 | 235 | 138k|  59 |4531 | 0.000000e+00 | 3.920000e+02 |    Inf 
193.99/194.05	o 387
193.99/194.05	c * 192s| 72649 | 31351 |307374 |   4.2 | 109M|2342 |   - |5645 |5482 |5645 | 237 | 138k|  68 |4531 | 0.000000e+00 | 3.870000e+02 |    Inf 
196.39/196.45	o 385
196.39/196.45	c * 195s| 73763 | 32113 |308613 |   4.2 | 111M|2342 |   - |5645 |5584 |5645 | 263 | 138k| 170 |4550 | 0.000000e+00 | 3.850000e+02 |    Inf 
196.80/196.81	o 382
196.80/196.81	c * 195s| 73824 | 31750 |309383 |   4.2 | 110M|2342 |   - |5645 |5629 |5645 | 208 | 139k| 215 |4564 | 0.000000e+00 | 3.820000e+02 |    Inf 
196.90/196.93	o 378
196.90/196.93	c * 195s| 73846 | 31257 |309569 |   4.2 | 109M|2342 |   - |5645 |5642 |5645 | 219 | 139k| 228 |4567 | 0.000000e+00 | 3.780000e+02 |    Inf 
199.60/199.64	o 358
199.60/199.64	c * 198s| 74803 | 29258 |312403 |   4.2 | 106M|2342 |   - |5645 |5978 |5645 | 206 | 140k| 564 |4612 | 0.000000e+00 | 3.580000e+02 |    Inf 
200.10/200.18	o 331
200.10/200.18	c * 198s| 75107 | 25957 |312661 |   4.2 |  97M|2342 |   - |5645 |5979 |5645 | 193 | 140k| 565 |4613 | 0.000000e+00 | 3.310000e+02 |    Inf 
201.39/201.47	o 322
201.39/201.47	c * 200s| 75792 | 25290 |313048 |   4.1 |  96M|2342 |   - |5645 |5991 |5645 | 216 | 140k| 577 |4615 | 0.000000e+00 | 3.220000e+02 |    Inf 
201.49/201.56	o 303
201.49/201.56	c * 200s| 75822 | 23019 |313096 |   4.1 |  90M|2342 |   - |5645 |6001 |5645 | 216 | 140k| 587 |4615 | 0.000000e+00 | 3.030000e+02 |    Inf 
201.80/201.82	o 297
201.80/201.82	c * 200s| 75958 | 22366 |313357 |   4.1 |  89M|2342 |   - |5645 |6023 |5645 | 168 | 140k| 609 |4615 | 0.000000e+00 | 2.970000e+02 |    Inf 
202.10/202.19	o 292
202.10/202.19	c * 200s| 76037 | 21864 |313994 |   4.1 |  87M|2342 |   - |5645 |6058 |5645 | 236 | 141k| 644 |4627 | 0.000000e+00 | 2.920000e+02 |    Inf 
203.20/203.23	o 284
203.20/203.23	c * 201s| 76576 | 21303 |314565 |   4.1 |  86M|2342 |   - |5645 |6097 |5645 | 219 | 141k| 683 |4633 | 0.000000e+00 | 2.840000e+02 |    Inf 
203.30/203.35	o 273
203.30/203.35	c * 202s| 76621 | 19895 |314682 |   4.1 |  82M|2342 |   - |5645 |6097 |5645 | 209 | 141k| 683 |4633 | 0.000000e+00 | 2.730000e+02 |    Inf 
203.60/203.60	o 270
203.60/203.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.60/203.60	c * 202s| 76676 | 19470 |315239 |   4.1 |  82M|2342 |   - |5645 |6117 |5645 | 236 | 141k| 703 |4642 | 0.000000e+00 | 2.700000e+02 |    Inf 
203.99/204.00	o 264
203.99/204.00	c * 202s| 76900 | 18935 |315424 |   4.1 |  80M|2342 |   - |5645 |6122 |5645 | 232 | 141k| 708 |4648 | 0.000000e+00 | 2.640000e+02 |    Inf 
203.99/204.09	o 261
203.99/204.09	c * 202s| 76922 | 18475 |315546 |   4.1 |  79M|2342 |   - |5645 |6123 |5645 | 194 | 141k| 709 |4649 | 0.000000e+00 | 2.610000e+02 |    Inf 
204.09/204.11	o 240
204.09/204.11	c * 202s| 76923 | 16068 |315546 |   4.1 |  72M|2342 |   - |5645 |6123 |5645 | 194 | 141k| 709 |4649 | 0.000000e+00 | 2.400000e+02 |    Inf 
204.29/204.34	o 221
204.29/204.34	c * 203s| 77057 | 14157 |315718 |   4.1 |  67M|2342 |   - |5645 |6125 |5645 | 229 | 141k| 711 |4649 | 0.000000e+00 | 2.210000e+02 |    Inf 
204.40/204.44	o 220
204.40/204.44	c * 203s| 77078 | 14099 |315841 |   4.1 |  67M|2342 |   - |5645 |6133 |5645 | 207 | 141k| 719 |4653 | 0.000000e+00 | 2.200000e+02 |    Inf 
204.40/204.44	o 211
204.40/204.44	c * 203s| 77079 | 13447 |315841 |   4.1 |  65M|2342 |   - |5645 |6133 |5645 | 207 | 141k| 719 |4653 | 0.000000e+00 | 2.110000e+02 |    Inf 
204.40/204.50	o 205
204.40/204.50	c * 203s| 77087 | 12954 |315962 |   4.1 |  64M|2342 |   - |5645 |6139 |5645 | 201 | 141k| 725 |4654 | 0.000000e+00 | 2.050000e+02 |    Inf 
204.80/204.83	o 191
204.80/204.83	c * 203s| 77193 | 11719 |316563 |   4.1 |  61M|2342 |   - |5645 |6165 |5645 | 221 | 142k| 751 |4655 | 0.000000e+00 | 1.910000e+02 |    Inf 
205.19/205.21	o 181
205.19/205.21	c * 203s| 77279 | 10395 |317274 |   4.1 |  58M|2342 |   - |5645 |6225 |5645 | 196 | 142k| 811 |4659 | 0.000000e+00 | 1.810000e+02 |    Inf 
205.30/205.32	o 178
205.30/205.32	c * 204s| 77311 | 10175 |317437 |   4.1 |  58M|2342 |   - |5645 |6239 |5645 | 197 | 142k| 825 |4659 | 0.000000e+00 | 1.780000e+02 |    Inf 
205.30/205.37	o 174
205.30/205.37	c * 204s| 77318 |  9834 |317519 |   4.1 |  57M|2342 |   - |5645 |6245 |5645 | 182 | 142k| 831 |4659 | 0.000000e+00 | 1.740000e+02 |    Inf 
205.50/205.59	o 158
205.50/205.59	c * 204s| 77409 |  8319 |317745 |   4.1 |  53M|2342 |   - |5645 |6265 |5645 | 246 | 142k| 851 |4664 | 0.000000e+00 | 1.580000e+02 |    Inf 
205.60/205.70	o 153
205.60/205.70	c * 204s| 77428 |  7962 |317921 |   4.1 |  53M|2342 |   - |5645 |6274 |5645 | 238 | 142k| 860 |4664 | 0.000000e+00 | 1.530000e+02 |    Inf 
206.20/206.28	o 138
206.20/206.28	c * 204s| 77594 |  6727 |318617 |   4.1 |  50M|2342 |   - |5645 |6344 |5645 | 187 | 143k| 932 |4665 | 0.000000e+00 | 1.380000e+02 |    Inf 
206.89/206.96	o 123
206.89/206.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.89/206.96	c * 205s| 77888 |  5874 |318994 |   4.1 |  48M|2342 |   - |5645 |6376 |5645 | 179 | 143k| 964 |4666 | 0.000000e+00 | 1.230000e+02 |    Inf 
206.89/206.96	o 116
206.89/206.96	c * 205s| 77889 |  5614 |318994 |   4.1 |  47M|2342 |   - |5645 |6376 |5645 | 179 | 143k| 964 |4666 | 0.000000e+00 | 1.160000e+02 |    Inf 
206.99/207.01	o 102
206.99/207.01	c * 205s| 77898 |  5254 |319061 |   4.1 |  46M|2342 |   - |5645 |6376 |5645 | 168 | 143k| 964 |4666 | 0.000000e+00 | 1.020000e+02 |    Inf 
206.99/207.01	o 95
206.99/207.01	c * 205s| 77899 |  4700 |319061 |   4.1 |  45M|2342 |   - |5645 |6376 |5645 | 168 | 143k| 964 |4666 | 0.000000e+00 | 9.500000e+01 |    Inf 
206.99/207.06	o 88
206.99/207.06	c * 205s| 77903 |  4429 |319171 |   4.1 |  43M|2342 |   - |5645 |6211 |5645 | 167 | 143k| 965 |4666 | 0.000000e+00 | 8.800000e+01 |    Inf 
207.09/207.12	o 84
207.09/207.12	c * 205s| 77907 |  2184 |319251 |   4.1 |  36M|2342 |   - |5645 |6022 |5645 | 165 | 143k| 966 |4666 | 0.000000e+00 | 8.400000e+01 |    Inf 
214.60/214.68	c   213s| 80000 |  2489 |328131 |   4.1 |  45M|2342 |   0 |5645 |6786 |5645 | 186 | 145k|2984 |4697 | 0.000000e+00 | 8.400000e+01 |    Inf 
218.80/218.87	o 70
218.80/218.87	c * 217s| 81264 |  2258 |332714 |   4.1 |  46M|2342 |   - |5645 |6371 |5645 | 175 | 146k|3988 |4734 | 0.000000e+00 | 7.000000e+01 |    Inf 
218.80/218.88	o 68
218.80/218.88	c * 217s| 81265 |  2201 |332714 |   4.1 |  46M|2342 |   - |5645 |6371 |5645 | 175 | 146k|3988 |4734 | 0.000000e+00 | 6.800000e+01 |    Inf 
225.89/225.90	o 64
225.89/225.90	c * 224s| 83384 |  2271 |339961 |   4.1 |  50M|2342 |   - |5645 |6456 |5645 | 167 | 148k|6205 |4739 | 0.000000e+00 | 6.400000e+01 |    Inf 
231.40/231.42	o 59
231.40/231.42	c * 229s| 85040 |  2178 |345062 |   4.1 |  54M|2342 |   - |5645 |6316 |5645 | 197 | 150k|8049 |4769 | 0.000000e+00 | 5.900000e+01 |    Inf 
235.40/235.49	o 48
235.40/235.49	c * 233s| 86503 |  1928 |348746 |   4.0 |  51M|2342 |   - |5645 |6528 |5645 | 175 | 150k|9739 |4773 | 0.000000e+00 | 4.800000e+01 |    Inf 
240.20/240.23	o 44
240.20/240.23	c * 238s| 88397 |  1853 |352709 |   4.0 |  50M|2342 |   - |5645 |6988 |5645 | 157 | 151k|  12k|4775 | 0.000000e+00 | 4.400000e+01 |    Inf 
240.20/240.26	o 37
240.20/240.26	c * 238s| 88399 |  1713 |352713 |   4.0 |  49M|2342 |   - |5645 |6809 |5645 | 157 | 151k|  12k|4775 | 0.000000e+00 | 3.700000e+01 |    Inf 
240.90/240.94	o 33
240.90/240.94	c * 239s| 88611 |  1641 |353609 |   4.0 |  49M|2342 |   - |5645 |6429 |5645 | 171 | 151k|  12k|4775 | 0.000000e+00 | 3.300000e+01 |    Inf 
244.00/244.03	o 29
244.00/244.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.00/244.03	c * 242s| 89909 |  1566 |357432 |   4.0 |  48M|2342 |   - |5645 |6487 |5645 | 171 | 152k|  14k|4795 | 0.000000e+00 | 2.900000e+01 |    Inf 
244.00/244.09	o 23
244.00/244.09	c * 242s| 89927 |  1463 |357521 |   4.0 |  47M|2342 |   - |5645 |6326 |5645 | 181 | 152k|  14k|4795 | 0.000000e+00 | 2.300000e+01 |    Inf 
244.20/244.28	c   242s| 90000 |  1464 |357785 |   4.0 |  47M|2342 |   1 |5645 |5984 |5645 | 162 | 152k|  14k|4799 | 0.000000e+00 | 2.300000e+01 |    Inf 
245.50/245.54	o 17
245.50/245.54	c * 243s| 90606 |  1347 |359150 |   4.0 |  46M|2342 |   - |5645 |5926 |5645 | 177 | 152k|  15k|4804 | 0.000000e+00 | 1.700000e+01 |    Inf 
245.69/245.71	o 12
245.69/245.71	c * 243s| 90682 |  1242 |359567 |   4.0 |  45M|2342 |   - |5645 |5720 |5645 | 171 | 153k|  15k|4804 | 0.000000e+00 | 1.200000e+01 |    Inf 
254.70/254.73	o 8
254.70/254.73	c * 252s| 95852 |  1143 |371815 |   3.9 |  45M|2342 |   - |5645 |6953 |5645 | 169 | 155k|  21k|4838 | 0.000000e+00 | 8.000000e+00 |    Inf 
261.50/261.54	c   259s|100000 |  1163 |380761 |   3.8 |  45M|2342 |   - |5645 |7454 |   0 |   0 | 156k|  27k|4850 | 0.000000e+00 | 8.000000e+00 |    Inf 
262.91/262.91	o 6
262.91/262.91	c * 260s|100815 |  1070 |383173 |   3.8 |  45M|2342 |   - |5645 |7894 |5645 | 168 | 156k|  28k|4861 | 0.000000e+00 | 6.000000e+00 |    Inf 
264.60/264.63	o 5
264.60/264.63	c * 262s|101886 |  1041 |385431 |   3.8 |  44M|2342 |   - |5645 |8456 |5645 | 173 | 157k|  29k|4875 | 0.000000e+00 | 5.000000e+00 |    Inf 
272.40/272.45	o 4
272.40/272.45	c * 270s|106515 |  1089 |397442 |   3.7 |  46M|2342 |   - |5645 |9912 |5645 | 168 | 159k|  35k|4899 | 0.000000e+00 | 4.000000e+00 |    Inf 
275.09/275.10	o 3
275.09/275.10	c * 272s|108062 |  1044 |401031 |   3.7 |  45M|2342 |   - |5645 |  10k|5645 | 164 | 159k|  37k|4915 | 0.000000e+00 | 3.000000e+00 |    Inf 
278.49/278.53	c   276s|110000 |  1083 |407018 |   3.7 |  45M|2342 |   1 |5645 |  10k|5645 | 163 | 161k|  40k|4925 | 0.000000e+00 | 3.000000e+00 |    Inf 
299.70/299.72	c   297s|120000 |  1488 |455316 |   3.8 |  49M|2342 |   1 |5645 |  13k|5645 | 159 | 175k|  53k|5063 | 0.000000e+00 | 3.000000e+00 |    Inf 
320.01/320.05	c   317s|130000 |  1560 |493792 |   3.8 |  51M|2342 |   8 |5645 |  13k|5645 | 168 | 184k|  66k|5205 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.20/338.28	c   335s|140000 |  1564 |525445 |   3.8 |  50M|2342 |   - |5645 |  10k|   0 |   0 | 190k|  79k|5368 | 0.000000e+00 | 3.000000e+00 |    Inf 
355.70/355.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.70/355.79	c   352s|150000 |  1638 |552729 |   3.7 |  53M|2342 |   - |5645 |  15k|   0 |   0 | 196k|  92k|5450 | 0.000000e+00 | 3.000000e+00 |    Inf 
373.40/373.44	o 2
373.40/373.44	c * 369s|158990 |  1758 |581967 |   3.7 |  55M|2342 |   - |5645 |  18k|5645 | 154 | 203k| 103k|5549 | 0.000000e+00 | 2.000000e+00 |    Inf 
375.81/375.84	c   372s|160000 |  1859 |587604 |   3.7 |  56M|2342 |   - |5645 |  18k|   0 |   0 | 205k| 104k|5560 | 0.000000e+00 | 2.000000e+00 |    Inf 
398.90/398.98	c   395s|170000 |  1937 |628406 |   3.7 |  57M|2342 |   8 |5645 |  20k|5645 | 137 | 218k| 118k|5665 | 0.000000e+00 | 2.000000e+00 |    Inf 
415.71/415.76	o 1
415.71/415.76	c * 411s|176723 |  2170 |658996 |   3.7 |  59M|2342 |   - |5645 |  21k|5645 | 162 | 231k| 126k|5745 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.91/423.96	c   419s|180000 |  2258 |674479 |   3.7 |  59M|2342 |  12 |5645 |  20k|5645 | 175 | 237k| 130k|5785 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.70/446.74	c   442s|190000 |  2044 |714103 |   3.8 |  58M|2342 |   1 |5645 |  20k|5645 | 168 | 248k| 144k|5881 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.10/468.12	c   463s|200000 |  1891 |746580 |   3.7 |  57M|2342 |  14 |5645 |  20k|5645 | 161 | 255k| 158k|5945 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.80/487.85	c   483s|210000 |  1857 |773581 |   3.7 |  58M|2342 |   9 |5645 |  22k|5645 | 162 | 259k| 171k|6012 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.80/509.88	c   504s|220000 |  1765 |803872 |   3.7 |  57M|2342 |   6 |5645 |  19k|5645 | 151 | 265k| 185k|6254 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.21/530.23	c   525s|230000 |  1805 |834467 |   3.6 |  57M|2342 |   9 |5645 |  17k|5645 | 179 | 271k| 197k|6305 | 0.000000e+00 | 1.000000e+00 |    Inf 
552.00/552.07	c   546s|240000 |  1812 |872114 |   3.6 |  58M|2342 |   - |5645 |  21k|   0 |   0 | 279k| 210k|6389 | 0.000000e+00 | 1.000000e+00 |    Inf 
572.80/572.80	c   567s|250000 |  1749 |896530 |   3.6 |  58M|2342 |   1 |5645 |  21k|5645 | 184 | 284k| 224k|6454 | 0.000000e+00 | 1.000000e+00 |    Inf 
595.31/595.30	c   589s|260000 |  1881 |935217 |   3.6 |  61M|2342 |   8 |5645 |  26k|5645 | 175 | 293k| 236k|6557 | 0.000000e+00 | 1.000000e+00 |    Inf 
624.01/624.10	c   617s|270000 |  2278 |991875 |   3.7 |  65M|2342 |   - |5645 |  30k|   0 |   0 | 309k| 249k|6674 | 0.000000e+00 | 1.000000e+00 |    Inf 
652.00/652.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.00/652.05	c   645s|280000 |  2410 |  1037k|   3.7 |  67M|2342 |   1 |5645 |  31k|5645 | 182 | 321k| 261k|6775 | 0.000000e+00 | 1.000000e+00 |    Inf 
680.91/680.91	c   674s|290000 |  2391 |  1088k|   3.8 |  67M|2342 |   - |5645 |  32k|   0 |   0 | 331k| 275k|6877 | 0.000000e+00 | 1.000000e+00 |    Inf 
707.01/707.01	c   700s|300000 |  2267 |  1124k|   3.7 |  67M|2342 |   - |5645 |  31k|5645 | 194 | 337k| 288k|6952 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.42/731.44	c   724s|310000 |  2297 |  1153k|   3.7 |  69M|2342 |   6 |5645 |  35k|5645 | 154 | 342k| 301k|7016 | 0.000000e+00 | 1.000000e+00 |    Inf 
760.11/760.18	c   752s|320000 |  2704 |  1189k|   3.7 |  72M|2342 |   - |5645 |  38k|   0 |   0 | 354k| 313k|7112 | 0.000000e+00 | 1.000000e+00 |    Inf 
792.91/792.98	c   785s|330000 |  3002 |  1237k|   3.8 |  75M|2342 |   - |5645 |  41k|   0 |   0 | 369k| 326k|7194 | 0.000000e+00 | 1.000000e+00 |    Inf 
826.61/826.65	c   818s|340000 |  3062 |  1280k|   3.8 |  76M|2342 |  14 |5645 |  40k|5645 | 169 | 382k| 340k|7281 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.31/858.32	c   850s|350000 |  3056 |  1321k|   3.8 |  77M|2342 |   - |5645 |  41k|   0 |   0 | 393k| 354k|7357 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.12/891.19	c   882s|360000 |  3063 |  1363k|   3.8 |  77M|2342 |   7 |5645 |  42k|5645 | 158 | 403k| 368k|7410 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.22/922.28	c   913s|370000 |  2978 |  1403k|   3.8 |  77M|2342 |   - |5645 |  42k|   0 |   0 | 413k| 382k|7500 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.92/954.91	c   946s|380000 |  3007 |  1445k|   3.8 |  79M|2342 |   - |5645 |  44k|   0 |   0 | 423k| 396k|7567 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.01/988.00	c   979s|390000 |  2935 |  1488k|   3.8 |  79M|2342 |  12 |5645 |  47k|5645 | 158 | 433k| 410k|7631 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.82/1021.89	c  1012s|400000 |  2922 |  1530k|   3.8 |  79M|2342 |   - |5645 |  45k|   0 |   0 | 443k| 423k|7722 | 0.000000e+00 | 1.000000e+00 |    Inf 
1056.32/1056.38	c  1046s|410000 |  3085 |  1573k|   3.8 |  80M|2342 |   5 |5645 |  44k|5645 | 170 | 455k| 436k|7929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1091.82/1091.85	c  1082s|420000 |  3261 |  1621k|   3.9 |  82M|2342 |   9 |5645 |  46k|5645 | 200 | 466k| 449k|7988 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.72/1129.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.72/1129.72	c  1119s|430000 |  3491 |  1676k|   3.9 |  84M|2342 |   - |5645 |  48k|   0 |   0 | 480k| 462k|8078 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.62/1170.67	c  1160s|440000 |  3733 |  1731k|   3.9 |  87M|2342 |   - |5645 |  50k|   0 |   0 | 497k| 475k|8168 | 0.000000e+00 | 1.000000e+00 |    Inf 
1211.02/1211.05	c  1200s|450000 |  4511 |  1792k|   4.0 |  93M|2342 |   - |5645 |  54k|   0 |   0 | 518k| 488k|8271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1253.62/1253.68	c  1242s|460000 |  4762 |  1850k|   4.0 |  95M|2342 |  15 |5645 |  53k|5645 | 184 | 537k| 501k|8374 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.53/1294.55	c  1283s|470000 |  5093 |  1906k|   4.1 |  98M|2342 |  16 |5645 |  55k|5645 | 173 | 556k| 514k|8464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1337.23/1337.25	c  1326s|480000 |  5353 |  1965k|   4.1 | 100M|2342 |  13 |5645 |  55k|5645 | 188 | 574k| 527k|8552 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.53/1377.58	c  1366s|490000 |  5355 |  2016k|   4.1 | 100M|2342 |   6 |5645 |  55k|5645 | 152 | 589k| 541k|8602 | 0.000000e+00 | 1.000000e+00 |    Inf 
1418.33/1418.32	c  1406s|500000 |  5329 |  2065k|   4.1 | 101M|2342 |   - |5645 |  56k|   0 |   0 | 603k| 555k|8686 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.13/1458.14	c  1446s|510000 |  5263 |  2114k|   4.1 | 100M|2342 |   - |5645 |  54k|   0 |   0 | 618k| 569k|8769 | 0.000000e+00 | 1.000000e+00 |    Inf 
1497.14/1497.13	c  1484s|520000 |  5123 |  2163k|   4.2 | 100M|2342 |  13 |5645 |  53k|5645 | 161 | 631k| 583k|8823 | 0.000000e+00 | 1.000000e+00 |    Inf 
1537.53/1537.51	c  1525s|530000 |  4957 |  2215k|   4.2 |  99M|2342 |   - |5645 |  53k|   0 |   0 | 644k| 597k|8916 | 0.000000e+00 | 1.000000e+00 |    Inf 
1575.23/1575.25	c  1562s|540000 |  4723 |  2259k|   4.2 |  97M|2342 |   9 |5645 |  50k|5645 | 161 | 655k| 612k|8976 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.23/1613.25	c  1600s|550000 |  4543 |  2307k|   4.2 |  96M|2342 |   4 |5645 |  50k|5645 | 168 | 668k| 626k|9059 | 0.000000e+00 | 1.000000e+00 |    Inf 
1651.43/1651.40	c  1638s|560000 |  4468 |  2353k|   4.2 |  96M|2342 |   - |5645 |  51k|   0 |   0 | 680k| 639k|9119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1691.03/1691.02	c  1677s|570000 |  4461 |  2411k|   4.2 |  97M|2342 |  14 |5645 |  53k|5645 | 197 | 693k| 653k|9203 | 0.000000e+00 | 1.000000e+00 |    Inf 
1731.03/1731.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1731.03/1731.02	c  1717s|580000 |  4341 |  2460k|   4.2 |  96M|2342 |  13 |5645 |  52k|5645 | 181 | 707k| 666k|9262 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.43/1769.48	c  1755s|590000 |  4200 |  2508k|   4.3 |  95M|2342 |   9 |5645 |  53k|5645 | 185 | 719k| 680k|9339 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1785.41
1800.05/1800.01	c Solving Nodes      : 598215
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+00 (206 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.08	s SATISFIABLE
1800.05/1800.08	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.08	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.08	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.08	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.08	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.08	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.05/1800.08	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.05/1800.08	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.05/1800.08	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.05/1800.08	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.05/1800.08	v x1 
1800.05/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.08	c Solving Time       :    1785.41
1800.05/1800.08	c Original Problem   :
1800.05/1800.08	c   Problem name     : HOME/instance-2692385-1277929415.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.08	c Presolved Problem  :
1800.05/1800.08	c   Problem name     : t_HOME/instance-2692385-1277929415.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5414 initial, 57642 maximal
1800.05/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.05/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   integral         :          0          0          0     462830          0          4        265          0          0     604162
1800.05/1800.08	c   indicator        :       2707          0     680909      93705          0        112    1980340          0          0          0
1800.05/1800.08	c   linear           :       2707          6    2802475     160512          0     228849   14074768     728128          0          0
1800.05/1800.08	c   logicor          :          0+         0     924909          0          0      31649     820514          0          0          0
1800.05/1800.08	c   countsols        :          0          0          0      64113          0          0          0          0          0          0
1800.05/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.08	c   integral         :      17.43       0.00       0.00      17.43       0.00
1800.05/1800.08	c   indicator        :      25.31       0.00       7.98      17.33       0.00
1800.05/1800.08	c   linear           :     168.06       0.00     150.29      17.77       0.00
1800.05/1800.08	c   logicor          :     386.99       0.00     386.99       0.00       0.00
1800.05/1800.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.05/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.08	c   vbounds          :       0.61          2          0          0
1800.05/1800.08	c   rootredcost      :       0.64         55          0       2707
1800.05/1800.08	c   pseudoobj        :     138.05    2805896       3184    1234654
1800.05/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.08	c   propagation      :      14.09     263682     263122    1676321       28.5       7842       23.9          -
1800.05/1800.08	c   infeasible LP    :       7.06      19254      19254     148508       46.4        260       20.7          0
1800.05/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   pseudo solution  :       0.06        137        137        518       11.5         43        5.9          -
1800.05/1800.08	c   applied globally :          -          -          -     692460       23.7          -          -          -
1800.05/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.08	c   redcost          :      34.27     463498          0     653142          0          0
1800.05/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.08	c   gomory           :       0.01          4          0          0         86          0
1800.05/1800.08	c   strongcg         :       0.01          4          0          0          0          0
1800.05/1800.08	c   cmir             :       0.00          4          0          0          0          0
1800.05/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.05/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.08	c Pricers            :       Time      Calls       Vars
1800.05/1800.08	c   problem variables:       0.00          0          0
1800.05/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   relpscost        :      17.00     302299          4        265          0          0     604162
1800.05/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   inference        :      15.74      64058          0          0          0          0     128116
1800.05/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.08	c   LP solutions     :       0.18          -         55
1800.05/1800.08	c   pseudo solutions :       0.00          -          0
1800.05/1800.08	c   feaspump         :       0.00          0          0
1800.05/1800.08	c   oneopt           :       0.49         50          0
1800.05/1800.08	c   intshifting      :       0.05          8          0
1800.05/1800.08	c   guideddiving     :       0.04         22          0
1800.05/1800.08	c   crossover        :       1.43         48          0
1800.05/1800.08	c   linesearchdiving :       2.95       1881          0
1800.05/1800.08	c   coefdiving       :       2.74       1881          0
1800.05/1800.08	c   pscostdiving     :       2.69       1881          0
1800.05/1800.08	c   fracdiving       :       3.13       1881          0
1800.05/1800.08	c   veclendiving     :       3.20       1881          0
1800.05/1800.08	c   objpscostdiving  :       2.80       1875          0
1800.05/1800.08	c   rootsoldiving    :       3.05       1875          0
1800.05/1800.08	c   trivial          :       0.07          2          2
1800.05/1800.08	c   simplerounding   :       0.68     302601          0
1800.05/1800.08	c   zirounding       :       0.29       1000          0
1800.05/1800.08	c   rounding         :       1.59       7737          0
1800.05/1800.08	c   shifting         :       1.23       2413          0
1800.05/1800.08	c   twoopt           :       0.00          0          0
1800.05/1800.08	c   fixandinfer      :       0.00          0          0
1800.05/1800.08	c   intdiving        :       0.00          0          0
1800.05/1800.08	c   actconsdiving    :       0.00          0          0
1800.05/1800.08	c   octane           :       0.00          0          0
1800.05/1800.08	c   rens             :       0.03          1          0
1800.05/1800.08	c   rins             :       0.00          0          0
1800.05/1800.08	c   localbranching   :       0.00          0          0
1800.05/1800.08	c   mutation         :       0.00          0          0
1800.05/1800.08	c   dins             :       0.00          0          0
1800.05/1800.08	c   undercover       :       0.00          0          0
1800.05/1800.08	c   nlp              :       0.14          0          0
1800.05/1800.08	c   trysol           :       1.26       4882        149
1800.05/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.08	c   dual LP          :     371.46     422369    2542162       6.02    6843.70
1800.05/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.08	c   diving/probing LP:       0.28        249       1757       7.06    6275.00
1800.05/1800.08	c   strong branching :      14.39       9470      76206       8.05    5295.76
1800.05/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.08	c B&B Tree           :
1800.05/1800.08	c   number of runs   :          1
1800.05/1800.08	c   nodes            :     598215
1800.05/1800.08	c   nodes (total)    :     598215
1800.05/1800.08	c   nodes left       :       4128
1800.05/1800.08	c   max depth        :       2342
1800.05/1800.08	c   max depth (total):       2342
1800.05/1800.08	c   backtracks       :      64567 (10.8%)
1800.05/1800.08	c   delayed cutoffs  :      52445
1800.05/1800.08	c   repropagations   :    1142724 (3677799 domain reductions, 51160 cutoffs)
1800.05/1800.08	c   avg switch length:       5.55
1800.05/1800.08	c   switching time   :     292.09
1800.05/1800.08	c Solution           :
1800.05/1800.08	c   Solutions found  :        206 (56 improvements)
1800.05/1800.08	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 176723 nodes, 411.23 seconds, depth 47, found by <relaxation>)
1800.05/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.08	c   Gap              :   infinite
1800.05/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.08	c   Root Iterations  :        106
1800.24/1800.22	c Time complete: 1800.26.

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-2692385-1277929415/watcher-2692385-1277929415 -o /tmp/evaluation-result-2692385-1277929415/solver-2692385-1277929415 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692385-1277929415.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.01 4/178 20763
/proc/meminfo: memFree=31165388/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=9740 CPUtime=0
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 1732 0 0 0 0 0 0 0 25 0 1 0 134236166 9973760 1651 4089446400 4194304 8223781 140733255711520 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20763/statm: 2435 1651 369 984 0 1448 0

[startup+0.020595 s]
/proc/loadavg: 1.92 1.98 2.01 4/178 20763
/proc/meminfo: memFree=31165388/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=15092 CPUtime=0.01
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 3099 0 0 0 1 0 0 0 25 0 1 0 134236166 15454208 3018 4089446400 4194304 8223781 140733255711520 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20763/statm: 3773 3018 369 984 0 2786 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15092

[startup+0.100569 s]
/proc/loadavg: 1.92 1.98 2.01 4/178 20763
/proc/meminfo: memFree=31165388/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=35140 CPUtime=0.09
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 8090 0 0 0 9 0 0 0 25 0 1 0 134236166 35983360 7645 4089446400 4194304 8223781 140733255711520 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300533 s]
/proc/loadavg: 1.92 1.98 2.01 4/178 20763
/proc/meminfo: memFree=31165388/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=56188 CPUtime=0.29
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 13903 0 0 0 28 1 0 0 25 0 1 0 134236166 57536512 12845 4089446400 4194304 8223781 140733255711520 18446744073709551615 4682547 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 14047 12845 564 984 0 13060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56188

[startup+0.700462 s]
/proc/loadavg: 1.92 1.98 2.01 4/178 20763
/proc/meminfo: memFree=31165388/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=43080 CPUtime=0.69
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 15657 0 0 0 67 2 0 0 25 0 1 0 134236166 44113920 9711 4089446400 4194304 8223781 140733255711520 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50032 s]
/proc/loadavg: 1.92 1.98 2.01 3/179 20764
/proc/meminfo: memFree=31128192/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=44492 CPUtime=1.49
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 15928 0 0 0 146 3 0 0 25 0 1 0 134236166 45559808 9979 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 11123 9979 578 984 0 10136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44492

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 2.01 3/179 20764
/proc/meminfo: memFree=31126208/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=50388 CPUtime=3.1
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 22381 0 0 0 303 7 0 0 25 0 1 0 134236166 51597312 11392 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 12597 11392 579 984 0 11610 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 50388

[startup+6.30047 s]
/proc/loadavg: 1.93 1.98 2.01 3/179 20764
/proc/meminfo: memFree=31118704/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=52660 CPUtime=6.29
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 28121 0 0 0 619 10 0 0 25 0 1 0 134236166 53923840 12025 4089446400 4194304 8223781 140733255711520 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 13165 12025 579 984 0 12178 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52660

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.01 3/179 20764
/proc/meminfo: memFree=31114492/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=58616 CPUtime=12.69
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 34626 0 0 0 1255 14 0 0 25 0 1 0 134236166 60022784 13514 4089446400 4194304 8223781 140733255711520 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 14654 13514 579 984 0 13667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58616

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 2.01 3/179 20765
/proc/meminfo: memFree=31100972/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=71088 CPUtime=25.49
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 48036 0 0 0 2524 25 0 0 25 0 1 0 134236166 72794112 16638 4089446400 4194304 8223781 140733255711520 18446744073709551615 6445101 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 17772 16638 579 984 0 16785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71088

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 2.00 3/179 20766
/proc/meminfo: memFree=31076196/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=95476 CPUtime=51.09
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 59351 0 0 0 5062 47 0 0 25 0 1 0 134236166 97767424 22789 4089446400 4194304 8223781 140733255711520 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 23869 22789 579 984 0 22882 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95476

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 2.00 3/179 20767
/proc/meminfo: memFree=31029156/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=141892 CPUtime=102.3
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 76862 0 0 0 10142 88 0 0 25 0 1 0 134236166 145297408 34433 4089446400 4194304 8223781 140733255711520 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 35473 34433 579 984 0 34486 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141892

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 20768
/proc/meminfo: memFree=30969708/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=201480 CPUtime=162.29
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 97235 0 0 0 16095 134 0 0 25 0 1 0 134236166 206315520 49332 4089446400 4194304 8223781 140733255711520 18446744073709551615 6482877 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 50370 49332 579 984 0 49383 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 201480

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 20770
/proc/meminfo: memFree=30877892/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=296188 CPUtime=222.29
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 194513 0 0 0 22035 194 0 0 25 0 1 0 134236166 303296512 72148 4089446400 4194304 8223781 140733255711520 18446744073709551615 6003285 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 74047 72148 588 984 0 73060 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 296188

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/179 20772
/proc/meminfo: memFree=30835312/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=340892 CPUtime=282.3
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 324898 0 0 0 27936 294 0 0 25 0 1 0 134236166 349073408 82622 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 85223 82622 591 984 0 84236 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 340892

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 20774
/proc/meminfo: memFree=30833640/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=342516 CPUtime=342.3
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 335416 0 0 0 33866 364 0 0 25 0 1 0 134236166 350736384 83043 4089446400 4194304 8223781 140733255711520 18446744073709551615 6162909 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 85629 83043 591 984 0 84642 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 342516

[startup+402.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 20775
/proc/meminfo: memFree=30829760/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=346988 CPUtime=402.31
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 353467 0 0 0 39795 436 0 0 25 0 1 0 134236166 355315712 84133 4089446400 4194304 8223781 140733255711520 18446744073709551615 5814139 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 86747 84133 591 984 0 85760 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 346988

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20776
/proc/meminfo: memFree=30827488/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=348548 CPUtime=462.3
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 385262 0 0 0 45731 499 0 0 25 0 1 0 134236166 356913152 84501 4089446400 4194304 8223781 140733255711520 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 87137 84501 591 984 0 86150 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 348548

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20781
/proc/meminfo: memFree=30826016/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=349084 CPUtime=522.31
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 387215 0 0 0 51672 559 0 0 25 0 1 0 134236166 357462016 84634 4089446400 4194304 8223781 140733255711520 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 87271 84634 591 984 0 86284 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 349084

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20783
/proc/meminfo: memFree=30825148/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=350084 CPUtime=582.3
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 391827 0 0 0 57607 623 0 0 25 0 1 0 134236166 358486016 84876 4089446400 4194304 8223781 140733255711520 18446744073709551615 6328794 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 87521 84876 591 984 0 86534 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 350084

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20785
/proc/meminfo: memFree=30822764/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=352692 CPUtime=642.31
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 392451 0 0 0 63554 677 0 0 25 0 1 0 134236166 361156608 85500 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 88173 85500 591 984 0 87186 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 352692

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 20791
/proc/meminfo: memFree=30814876/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=360924 CPUtime=882.31
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 401194 0 0 0 87357 874 0 0 25 0 1 0 134236166 369586176 87463 4089446400 4194304 8223781 140733255711520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 90231 87463 591 984 0 89244 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 360924

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20793
/proc/meminfo: memFree=30814816/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=361136 CPUtime=942.31
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 401265 0 0 0 93315 916 0 0 25 0 1 0 134236166 369803264 87532 4089446400 4194304 8223781 140733255711520 18446744073709551615 5507169 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 90284 87532 591 984 0 89297 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 361136

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20794
/proc/meminfo: memFree=30812432/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=363708 CPUtime=1002.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 403735 0 0 0 99274 958 0 0 25 0 1 0 134236166 372436992 88173 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 90927 88173 591 984 0 89940 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 363708

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 20795
/proc/meminfo: memFree=30811000/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=365520 CPUtime=1062.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 404168 0 0 0 105232 1000 0 0 25 0 1 0 134236166 374292480 88604 4089446400 4194304 8223781 140733255711520 18446744073709551615 6446886 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 91380 88604 591 984 0 90393 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 365520

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20797
/proc/meminfo: memFree=30810580/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=366072 CPUtime=1122.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 404302 0 0 0 111190 1042 0 0 25 0 1 0 134236166 374857728 88723 4089446400 4194304 8223781 140733255711520 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 91518 88723 591 984 0 90531 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 366072

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20799
/proc/meminfo: memFree=30809152/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=367752 CPUtime=1182.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 404680 0 0 0 117152 1080 0 0 25 0 1 0 134236166 376578048 89089 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 91938 89089 591 984 0 90951 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 367752

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20801
/proc/meminfo: memFree=30805896/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=370984 CPUtime=1242.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 405453 0 0 0 123115 1117 0 0 25 0 1 0 134236166 379887616 89861 4089446400 4194304 8223781 140733255711520 18446744073709551615 6505971 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 92746 89861 591 984 0 91759 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 370984

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20802
/proc/meminfo: memFree=30803236/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=373480 CPUtime=1302.33
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406089 0 0 0 129081 1152 0 0 25 0 1 0 134236166 382443520 90497 4089446400 4194304 8223781 140733255711520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 93370 90497 591 984 0 92383 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 373480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20803
/proc/meminfo: memFree=30801968/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=374812 CPUtime=1362.32
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406433 0 0 0 135044 1188 0 0 25 0 1 0 134236166 383807488 90837 4089446400 4194304 8223781 140733255711520 18446744073709551615 4978278 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 93703 90837 591 984 0 92716 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 374812

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20833
/proc/meminfo: memFree=30725844/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376372 CPUtime=1422.34
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406789 0 0 0 141012 1222 0 0 25 0 1 0 134236166 385404928 91193 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94093 91193 591 984 0 93106 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 376372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20835
/proc/meminfo: memFree=30544824/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376500 CPUtime=1482.33
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406830 0 0 0 146974 1259 0 0 25 0 1 0 134236166 385536000 91228 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94125 91228 591 984 0 93138 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 376500

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 20837
/proc/meminfo: memFree=30381324/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376636 CPUtime=1542.34
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406861 0 0 0 152938 1296 0 0 25 0 1 0 134236166 385675264 91258 4089446400 4194304 8223781 140733255711520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94159 91258 591 984 0 93172 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 376636

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20838
/proc/meminfo: memFree=30220948/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376684 CPUtime=1602.33
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406881 0 0 0 158899 1334 0 0 25 0 1 0 134236166 385724416 91275 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94171 91275 591 984 0 93184 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 376684

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20866
/proc/meminfo: memFree=30752980/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376844 CPUtime=1662.33
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406918 0 0 0 164863 1370 0 0 25 0 1 0 134236166 385888256 91306 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94211 91306 591 984 0 93224 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 376844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20868
/proc/meminfo: memFree=30663604/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376896 CPUtime=1722.34
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 406938 0 0 0 170825 1409 0 0 25 0 1 0 134236166 385941504 91326 4089446400 4194304 8223781 140733255711520 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94224 91326 591 984 0 93237 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 376896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20870
/proc/meminfo: memFree=30595716/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=376896 CPUtime=1782.34
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 413957 0 0 0 176784 1450 0 0 25 0 1 0 134236166 385941504 91326 4089446400 4194304 8223781 140733255711520 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94224 91326 591 984 0 93237 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 376896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20870
/proc/meminfo: memFree=30579692/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=377296 CPUtime=1800.05
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 414034 0 0 0 178544 1461 0 0 25 0 1 0 134236166 386351104 91394 4089446400 4194304 8223781 140733255711520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20763/statm: 94324 91394 591 984 0 93337 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 377296

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.00 2.00 3/179 20870
/proc/meminfo: memFree=30579692/32951124 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=298728 CPUtime=1800.24
/proc/20763/stat : 20763 (pbscip.linux.x8) R 20761 20763 20507 0 -1 4202496 414073 0 0 0 178563 1461 0 0 25 0 1 0 134236166 305897472 71808 4089446400 4194304 8223781 140733255711520 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20763/statm: 74682 71808 593 984 0 73695 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 298728

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.27
CPU user time (s): 1785.65
CPU system time (s): 14.6258
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 377308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.65
system time used= 14.6258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414077
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= 1
involuntary context switches= 2089

runsolver used 2.6146 second user time and 5.73413 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 22:23:35
IDJOB=2692385
IDBENCH=79297
IDSOLVER=1204
FILE ID=node146/2692385-1277929415
PBS_JOBID= 11197386
Free space on /tmp= 74176 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.1900548667--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-2692385-1277929415/watcher-2692385-1277929415 -o /tmp/evaluation-result-2692385-1277929415/solver-2692385-1277929415 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692385-1277929415.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=859889466

node146.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.839
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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.839
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.83
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.839
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.67
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.839
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.82
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.839
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.74
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.839
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31165916 kB
Buffers:        219540 kB
Cached:        1334060 kB
SwapCached:          0 kB
Active:         507572 kB
Inactive:      1132104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31165916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:       85968 kB
Mapped:          15452 kB
Slab:            83764 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228660 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= 74168 MiB
End job on node146 at 2010-06-30 22:53:37