Trace number 2692347

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.31 1800.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
MD5SUM10c8366d87b8e61a0f23df601b3f0e14
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark351.559
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-2692347-1277927286.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.13	o 136613
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.13	c presolving:
0.09/0.14	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.15	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.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.21	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.366130e+05 |    Inf 
21.79/21.88	c  21.6s| 10000 | 10001 |  9452 |   0.9 |  47M|2067 |   0 |5645 |5414 |5645 | 179 |1094 |   0 |1014 | 0.000000e+00 | 1.366130e+05 |    Inf 
39.89/39.96	c  39.6s| 20000 | 20001 | 12308 |   0.6 |  66M|2067 |   0 |5645 |5414 |5645 | 167 |1369 |   0 |1105 | 0.000000e+00 | 1.366130e+05 |    Inf 
58.09/58.18	c  57.6s| 30000 | 30001 | 16029 |   0.5 |  86M|2067 |   0 |5645 |5414 |5645 | 181 |1763 |   0 |1152 | 0.000000e+00 | 1.366130e+05 |    Inf 
76.09/76.13	c  75.5s| 40000 | 40001 | 19042 |   0.5 | 105M|2067 |   0 |5645 |5414 |5645 | 189 |2070 |   0 |1213 | 0.000000e+00 | 1.366130e+05 |    Inf 
92.89/92.91	c  92.1s| 50000 | 49999 | 22063 |   0.4 | 124M|2067 |   0 |5645 |5420 |5645 | 195 |2452 |   6 |1279 | 0.000000e+00 | 1.366130e+05 |    Inf 
109.09/109.12	c   108s| 60000 | 59999 | 25811 |   0.4 | 143M|2067 |   0 |5645 |5420 |5645 | 188 |2842 |   6 |1331 | 0.000000e+00 | 1.366130e+05 |    Inf 
124.99/125.07	c   124s| 70000 | 69999 | 28466 |   0.4 | 163M|2067 |   0 |5645 |5420 |5645 | 168 |3166 |   6 |1368 | 0.000000e+00 | 1.366130e+05 |    Inf 
140.70/140.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.70/140.77	c   140s| 80000 | 79999 | 29260 |   0.4 | 182M|2067 |   0 |5645 |5420 |5645 | 172 |3248 |   6 |1369 | 0.000000e+00 | 1.366130e+05 |    Inf 
156.99/157.08	c   156s| 90000 | 89999 | 31636 |   0.4 | 201M|2067 |   0 |5645 |5420 |5645 | 211 |3465 |   6 |1383 | 0.000000e+00 | 1.366130e+05 |    Inf 
173.40/173.40	c   172s|100000 | 99993 | 34370 |   0.3 | 221M|2067 |   0 |5645 |5440 |5645 | 210 |3662 |  26 |1406 | 0.000000e+00 | 1.366130e+05 |    Inf 
189.79/189.84	c   188s|110000 |109989 | 36430 |   0.3 | 240M|2067 |   0 |5645 |5456 |5645 | 197 |3882 |  42 |1411 | 0.000000e+00 | 1.366130e+05 |    Inf 
206.20/206.22	c   205s|120000 |119979 | 38897 |   0.3 | 260M|2067 |   0 |5645 |5499 |5645 | 187 |4123 |  85 |1428 | 0.000000e+00 | 1.366130e+05 |    Inf 
222.99/223.05	c   221s|130000 |129979 | 41198 |   0.3 | 279M|2067 |   0 |5645 |5499 |5645 | 178 |4882 |  85 |1550 | 0.000000e+00 | 1.366130e+05 |    Inf 
224.20/224.28	o 529
224.20/224.28	c * 223s|130749 |106107 | 41313 |   0.3 | 235M|2067 |   - |5645 |5499 |5645 | 179 |4892 |  85 |1554 | 0.000000e+00 | 5.290000e+02 |    Inf 
224.60/224.61	o 513
224.60/224.61	c * 223s|130889 |104671 | 41657 |   0.3 | 232M|2067 |   - |5645 |5525 |5645 | 178 |4913 | 111 |1556 | 0.000000e+00 | 5.130000e+02 |    Inf 
224.60/224.62	o 492
224.60/224.62	c * 223s|130890 |102042 | 41657 |   0.3 | 228M|2067 |   - |5645 |5525 |5645 | 178 |4913 | 111 |1556 | 0.000000e+00 | 4.920000e+02 |    Inf 
225.20/225.22	o 490
225.20/225.22	c * 223s|131177 |102087 | 42117 |   0.3 | 228M|2067 |   - |5645 |5535 |5645 | 182 |4949 | 121 |1556 | 0.000000e+00 | 4.900000e+02 |    Inf 
225.79/225.80	o 475
225.79/225.80	c * 224s|131471 |100373 | 42400 |   0.3 | 225M|2067 |   - |5645 |5554 |5645 | 174 |4963 | 140 |1557 | 0.000000e+00 | 4.750000e+02 |    Inf 
226.30/226.38	o 449
226.30/226.38	c * 225s|131742 | 96187 | 42795 |   0.3 | 218M|2067 |   - |5645 |5587 |5645 | 171 |4991 | 173 |1557 | 0.000000e+00 | 4.490000e+02 |    Inf 
227.20/227.29	o 432
227.20/227.29	c * 225s|132189 | 93515 | 43255 |   0.3 | 213M|2067 |   - |5645 |5587 |5645 | 171 |5003 | 173 |1557 | 0.000000e+00 | 4.320000e+02 |    Inf 
227.30/227.39	o 425
227.30/227.39	c * 226s|132218 | 92024 | 43362 |   0.3 | 211M|2067 |   - |5645 |5587 |5645 | 171 |5005 | 173 |1557 | 0.000000e+00 | 4.250000e+02 |    Inf 
228.90/228.95	o 367
228.90/228.95	c * 227s|133025 | 77957 | 43875 |   0.3 | 184M|2067 |   - |5645 |5601 |5645 | 172 |5041 | 187 |1557 | 0.000000e+00 | 3.670000e+02 |    Inf 
229.10/229.14	o 339
229.10/229.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.10/229.14	c * 227s|133101 | 68232 | 44128 |   0.3 | 167M|2067 |   - |5645 |5601 |5645 | 184 |5056 | 187 |1557 | 0.000000e+00 | 3.390000e+02 |    Inf 
229.30/229.37	o 312
229.30/229.37	c * 228s|133204 | 56800 | 44353 |   0.3 | 146M|2067 |   - |5645 |5605 |5645 | 193 |5080 | 191 |1557 | 0.000000e+00 | 3.120000e+02 |    Inf 
230.40/230.41	o 293
230.40/230.41	c * 229s|133474 | 48961 | 46038 |   0.3 | 132M|2067 |   - |5645 |5723 |5645 | 171 |5262 | 309 |1560 | 0.000000e+00 | 2.930000e+02 |    Inf 
231.49/231.50	o 286
231.49/231.50	c * 230s|133834 | 46316 | 47335 |   0.4 | 128M|2067 |   - |5645 |5869 |5645 | 210 |5447 | 455 |1569 | 0.000000e+00 | 2.860000e+02 |    Inf 
232.00/232.01	o 265
232.00/232.01	c * 230s|134095 | 37887 | 47502 |   0.4 | 112M|2067 |   - |5645 |5872 |5645 | 191 |5470 | 458 |1569 | 0.000000e+00 | 2.650000e+02 |    Inf 
232.10/232.14	o 231
232.10/232.14	c * 230s|134128 | 25412 | 47695 |   0.4 |  85M|2067 |   - |5645 |5872 |5645 | 184 |5485 | 458 |1572 | 0.000000e+00 | 2.310000e+02 |    Inf 
232.20/232.24	o 223
232.20/232.24	c * 230s|134146 | 23080 | 47906 |   0.4 |  81M|2067 |   - |5645 |5874 |5645 | 185 |5501 | 460 |1573 | 0.000000e+00 | 2.230000e+02 |    Inf 
232.30/232.33	o 201
232.30/232.33	c * 230s|134167 | 16720 | 48090 |   0.4 |  69M|2067 |   - |5645 |5879 |5645 | 180 |5512 | 465 |1575 | 0.000000e+00 | 2.010000e+02 |    Inf 
232.60/232.64	o 199
232.60/232.64	c * 231s|134238 | 16197 | 48660 |   0.4 |  67M|2067 |   - |5645 |5923 |5645 | 176 |5552 | 509 |1582 | 0.000000e+00 | 1.990000e+02 |    Inf 
232.80/232.83	o 164
232.80/232.83	c * 231s|134314 |  8383 | 48836 |   0.4 |  51M|2067 |   - |5645 |5934 |5645 | 185 |5568 | 520 |1582 | 0.000000e+00 | 1.640000e+02 |    Inf 
233.30/233.31	o 161
233.30/233.31	c * 231s|134426 |  7967 | 49874 |   0.4 |  50M|2067 |   - |5645 |6022 |5645 | 191 |5675 | 608 |1584 | 0.000000e+00 | 1.610000e+02 |    Inf 
233.40/233.40	o 150
233.40/233.40	c * 232s|134437 |  6256 | 50062 |   0.4 |  46M|2067 |   - |5645 |6031 |5645 | 195 |5701 | 617 |1588 | 0.000000e+00 | 1.500000e+02 |    Inf 
233.40/233.43	o 128
233.40/233.43	c * 232s|134451 |  4092 | 50062 |   0.4 |  41M|2067 |   - |5645 |6031 |5645 | 195 |5701 | 617 |1588 | 0.000000e+00 | 1.280000e+02 |    Inf 
233.49/233.55	o 119
233.49/233.55	c * 232s|134470 |  3421 | 50330 |   0.4 |  39M|2067 |   - |5645 |6045 |5645 | 173 |5727 | 631 |1596 | 0.000000e+00 | 1.190000e+02 |    Inf 
233.60/233.65	o 117
233.60/233.65	c * 232s|134501 |  3277 | 50512 |   0.4 |  38M|2067 |   - |5645 |6047 |5645 | 185 |5747 | 633 |1600 | 0.000000e+00 | 1.170000e+02 |    Inf 
233.80/233.87	o 99
233.80/233.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.80/233.87	c * 232s|134632 |  2366 | 50758 |   0.4 |  35M|2067 |   - |5645 |6048 |5645 | 175 |5751 | 634 |1600 | 0.000000e+00 | 9.900000e+01 |    Inf 
233.90/234.00	o 90
233.90/234.00	c * 232s|134660 |  2081 | 51143 |   0.4 |  35M|2067 |   - |5645 |5997 |5645 | 180 |5768 | 639 |1602 | 0.000000e+00 | 9.000000e+01 |    Inf 
235.20/235.21	o 74
235.20/235.21	c * 233s|134993 |  1586 | 53412 |   0.4 |  34M|2067 |   - |5645 |6057 |5645 | 184 |5913 | 921 |1616 | 0.000000e+00 | 7.400000e+01 |    Inf 
235.31/235.38	o 68
235.31/235.38	c * 234s|135026 |  1395 | 53543 |   0.4 |  34M|2067 |   - |5645 |5632 |5645 | 167 |5913 | 944 |1618 | 0.000000e+00 | 6.800000e+01 |    Inf 
235.41/235.49	o 67
235.41/235.49	c * 234s|135053 |  1067 | 53568 |   0.4 |  33M|2067 |   - |5645 |5478 |5645 | 167 |5913 | 970 |1618 | 0.000000e+00 | 6.700000e+01 |    Inf 
253.00/253.08	c   251s|140000 |  1676 | 77023 |   0.5 |  45M|2067 |   - |5645 |6256 |   0 |   0 |9700 |6292 |1732 | 0.000000e+00 | 6.700000e+01 |    Inf 
283.40/283.48	c   281s|150000 |  2243 |104174 |   0.7 |  56M|2067 |   - |5645 |8192 |   0 |   0 |  15k|  17k|1756 | 0.000000e+00 | 6.700000e+01 |    Inf 
312.70/312.72	c   310s|160000 |  2549 |128470 |   0.8 |  64M|2067 |   - |5645 |7967 |5645 | 203 |  20k|  28k|1759 | 0.000000e+00 | 6.700000e+01 |    Inf 
342.81/342.87	c   340s|170000 |  2909 |149365 |   0.9 |  72M|2067 |   1 |5645 |9236 |5645 | 197 |  24k|  38k|1813 | 0.000000e+00 | 6.700000e+01 |    Inf 
372.10/372.13	o 61
372.10/372.13	c * 369s|179435 |  3165 |176437 |   1.0 |  79M|2067 |   - |5645 |7340 |5645 | 166 |  29k|  50k|1920 | 0.000000e+00 | 6.100000e+01 |    Inf 
373.80/373.89	c   370s|180000 |  3160 |177975 |   1.0 |  79M|2067 |   - |5645 |7019 |5645 | 171 |  29k|  50k|1920 | 0.000000e+00 | 6.100000e+01 |    Inf 
387.80/387.87	o 52
387.80/387.87	c * 384s|185566 |  3051 |189038 |   1.0 |  80M|2067 |   - |5645 |7578 |5645 | 173 |  31k|  56k|1937 | 0.000000e+00 | 5.200000e+01 |    Inf 
397.91/397.97	c   394s|190000 |  3102 |196614 |   1.0 |  81M|2067 |   1 |5645 |8248 |5645 | 171 |  32k|  61k|1961 | 0.000000e+00 | 5.200000e+01 |    Inf 
406.30/406.39	o 45
406.30/406.39	c * 403s|193554 |  3010 |202748 |   1.0 |  81M|2067 |   - |5645 |7484 |5645 | 202 |  33k|  65k|2010 | 0.000000e+00 | 4.500000e+01 |    Inf 
413.31/413.32	o 43
413.31/413.32	c * 409s|196387 |  2975 |207771 |   1.1 |  82M|2067 |   - |5645 |8101 |5645 | 198 |  34k|  68k|2019 | 0.000000e+00 | 4.300000e+01 |    Inf 
414.71/414.79	o 39
414.71/414.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.71/414.79	c * 411s|196971 |  2903 |208945 |   1.1 |  81M|2067 |   - |5645 |8531 |5645 | 200 |  34k|  69k|2019 | 0.000000e+00 | 3.900000e+01 |    Inf 
414.81/414.80	o 38
414.81/414.80	c * 411s|196972 |  2877 |208945 |   1.1 |  81M|2067 |   - |5645 |8531 |5645 | 200 |  34k|  69k|2019 | 0.000000e+00 | 3.800000e+01 |    Inf 
422.90/422.94	c   419s|200000 |  2889 |218686 |   1.1 |  81M|2067 |   - |5645 |6383 |   0 |   0 |  37k|  73k|2082 | 0.000000e+00 | 3.800000e+01 |    Inf 
437.90/437.99	o 35
437.90/437.99	c * 434s|206130 |  2871 |236473 |   1.1 |  82M|2067 |   - |5645 |7266 |5645 | 189 |  39k|  81k|2148 | 0.000000e+00 | 3.500000e+01 |    Inf 
438.01/438.04	o 34
438.01/438.04	c * 434s|206138 |  2835 |236507 |   1.1 |  82M|2067 |   - |5645 |7101 |5645 | 189 |  39k|  81k|2148 | 0.000000e+00 | 3.400000e+01 |    Inf 
443.71/443.79	o 33
443.71/443.79	c * 440s|208522 |  2677 |242125 |   1.2 |  80M|2067 |   - |5645 |6241 |5645 | 164 |  40k|  84k|2198 | 0.000000e+00 | 3.300000e+01 |    Inf 
446.81/446.84	c   443s|210000 |  2685 |244943 |   1.2 |  80M|2067 |   - |5645 |6606 |   0 |   0 |  41k|  86k|2202 | 0.000000e+00 | 3.300000e+01 |    Inf 
468.41/468.48	c   464s|220000 |  2746 |263985 |   1.2 |  83M|2067 |   - |5645 |8588 |   0 |   0 |  44k|  98k|2276 | 0.000000e+00 | 3.300000e+01 |    Inf 
489.91/489.98	c   485s|230000 |  2865 |283209 |   1.2 |  85M|2067 |   - |5645 |  10k|   0 |   0 |  47k| 109k|2357 | 0.000000e+00 | 3.300000e+01 |    Inf 
511.52/511.51	c   506s|240000 |  2970 |301708 |   1.3 |  88M|2067 |   1 |5645 |  12k|5645 | 156 |  51k| 122k|2411 | 0.000000e+00 | 3.300000e+01 |    Inf 
532.51/532.55	c   527s|250000 |  3039 |318595 |   1.3 |  89M|2067 |   1 |5645 |  11k|5645 | 156 |  54k| 135k|2499 | 0.000000e+00 | 3.300000e+01 |    Inf 
555.11/555.12	c   549s|260000 |  3137 |341728 |   1.3 |  91M|2067 |   - |5645 |  10k|   0 |   0 |  59k| 147k|2581 | 0.000000e+00 | 3.300000e+01 |    Inf 
567.72/567.73	o 32
567.72/567.73	c * 562s|265629 |  3119 |354055 |   1.3 |  92M|2067 |   - |5645 |  10k|5645 | 168 |  61k| 154k|2645 | 0.000000e+00 | 3.200000e+01 |    Inf 
577.21/577.21	c   571s|270000 |  3139 |363042 |   1.3 |  92M|2067 |   1 |5645 |  10k|5645 | 184 |  63k| 160k|2687 | 0.000000e+00 | 3.200000e+01 |    Inf 
578.31/578.31	o 29
578.31/578.31	c * 572s|270474 |  3046 |364081 |   1.3 |  90M|2067 |   - |5645 |9820 |5645 | 168 |  63k| 161k|2700 | 0.000000e+00 | 2.900000e+01 |    Inf 
593.31/593.32	o 21
593.31/593.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.31/593.32	c * 587s|277294 |  2785 |378027 |   1.4 |  84M|2067 |   - |5645 |9377 |5645 | 167 |  65k| 169k|2741 | 0.000000e+00 | 2.100000e+01 |    Inf 
596.41/596.48	o 18
596.41/596.48	c * 590s|278877 |  2734 |381693 |   1.4 |  84M|2067 |   - |5645 |9724 |5645 | 167 |  66k| 171k|2744 | 0.000000e+00 | 1.800000e+01 |    Inf 
596.82/596.87	o 15
596.82/596.87	c * 591s|279025 |  2501 |382076 |   1.4 |  76M|2067 |   - |5645 |9272 |5645 | 172 |  66k| 171k|2755 | 0.000000e+00 | 1.500000e+01 |    Inf 
596.92/596.97	o 13
596.92/596.97	c * 591s|279066 |  2373 |382231 |   1.4 |  72M|2067 |   - |5645 |9044 |5645 | 181 |  66k| 172k|2755 | 0.000000e+00 | 1.300000e+01 |    Inf 
598.72/598.76	c   593s|280000 |  2398 |384486 |   1.4 |  72M|2067 |   1 |5645 |8747 |5645 | 163 |  66k| 173k|2758 | 0.000000e+00 | 1.300000e+01 |    Inf 
607.62/607.66	o 12
607.62/607.66	c * 601s|284589 |  2327 |396502 |   1.4 |  71M|2067 |   - |5645 |8618 |5645 | 174 |  69k| 179k|2810 | 0.000000e+00 | 1.200000e+01 |    Inf 
618.31/618.34	c   612s|290000 |  2349 |412331 |   1.4 |  71M|2067 |  11 |5645 |8458 |5645 | 156 |  72k| 186k|2875 | 0.000000e+00 | 1.200000e+01 |    Inf 
636.52/636.59	c   630s|300000 |  2383 |435186 |   1.5 |  72M|2067 |   1 |5645 |9853 |5645 | 178 |  75k| 198k|2963 | 0.000000e+00 | 1.200000e+01 |    Inf 
656.01/656.07	c   649s|310000 |  2399 |463864 |   1.5 |  74M|2067 |   - |5645 |  11k|   0 |   0 |  80k| 211k|3074 | 0.000000e+00 | 1.200000e+01 |    Inf 
675.32/675.39	c   668s|320000 |  2381 |487900 |   1.5 |  75M|2067 |   - |5645 |  13k|   0 |   0 |  83k| 224k|3147 | 0.000000e+00 | 1.200000e+01 |    Inf 
696.62/696.60	c   689s|330000 |  2341 |521257 |   1.6 |  75M|2067 |   - |5645 |  12k|   0 |   0 |  90k| 237k|3273 | 0.000000e+00 | 1.200000e+01 |    Inf 
719.12/719.11	c   711s|340000 |  2647 |558236 |   1.6 |  79M|2067 |   - |5645 |  16k|   0 |   0 | 100k| 249k|3365 | 0.000000e+00 | 1.200000e+01 |    Inf 
742.82/742.85	c   735s|350000 |  2771 |595746 |   1.7 |  81M|2067 |  14 |5645 |  17k|5645 | 166 | 110k| 262k|3441 | 0.000000e+00 | 1.200000e+01 |    Inf 
768.82/768.83	c   761s|360000 |  3061 |643695 |   1.8 |  84M|2067 |  16 |5645 |  20k|5645 | 179 | 122k| 274k|3543 | 0.000000e+00 | 1.200000e+01 |    Inf 
787.53/787.52	o 9
787.53/787.52	c * 779s|367405 |  3011 |673596 |   1.8 |  82M|2067 |   - |5645 |  19k|5645 | 187 | 130k| 284k|3635 | 0.000000e+00 | 9.000000e+00 |    Inf 
793.42/793.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.42/793.46	c   785s|370000 |  3045 |682812 |   1.8 |  83M|2067 |  17 |5645 |  18k|5645 | 195 | 132k| 287k|3636 | 0.000000e+00 | 9.000000e+00 |    Inf 
818.72/818.79	c   810s|380000 |  3331 |726082 |   1.9 |  86M|2067 |  23 |5645 |  21k|5645 | 180 | 145k| 299k|3746 | 0.000000e+00 | 9.000000e+00 |    Inf 
844.52/844.59	c   836s|390000 |  3627 |768554 |   2.0 |  89M|2067 |   - |5645 |  23k|   0 |   0 | 157k| 312k|3829 | 0.000000e+00 | 9.000000e+00 |    Inf 
872.82/872.86	c   864s|400000 |  3995 |820919 |   2.1 |  92M|2067 |  22 |5645 |  22k|5645 | 208 | 175k| 325k|3953 | 0.000000e+00 | 9.000000e+00 |    Inf 
899.32/899.34	c   890s|410000 |  4103 |867417 |   2.1 |  93M|2067 |   - |5645 |  21k|   0 |   0 | 189k| 338k|4045 | 0.000000e+00 | 9.000000e+00 |    Inf 
925.23/925.25	c   916s|420000 |  4203 |910420 |   2.2 |  95M|2067 |   - |5645 |  21k|   0 |   0 | 201k| 352k|4139 | 0.000000e+00 | 9.000000e+00 |    Inf 
950.13/950.19	c   940s|430000 |  4198 |942395 |   2.2 |  96M|2067 |   1 |5645 |  24k|5645 | 178 | 209k| 366k|4207 | 0.000000e+00 | 9.000000e+00 |    Inf 
976.13/976.18	c   966s|440000 |  4245 |980048 |   2.2 |  97M|2067 |  18 |5645 |  23k|5645 | 184 | 219k| 380k|4291 | 0.000000e+00 | 9.000000e+00 |    Inf 
1003.62/1003.64	c   993s|450000 |  4158 |  1020k|   2.3 |  97M|2067 |  14 |5645 |  21k|5645 | 190 | 230k| 393k|4376 | 0.000000e+00 | 9.000000e+00 |    Inf 
1033.73/1033.72	c  1023s|460000 |  4241 |  1064k|   2.3 |  99M|2067 |  10 |5645 |  22k|5645 | 182 | 242k| 407k|4459 | 0.000000e+00 | 9.000000e+00 |    Inf 
1062.73/1062.79	c  1051s|470000 |  4166 |  1098k|   2.3 |  99M|2067 |   - |5645 |  21k|   0 |   0 | 250k| 420k|4517 | 0.000000e+00 | 9.000000e+00 |    Inf 
1089.23/1089.28	c  1077s|480000 |  4134 |  1131k|   2.4 |  99M|2067 |   1 |5645 |  20k|5645 | 174 | 257k| 434k|4596 | 0.000000e+00 | 9.000000e+00 |    Inf 
1113.33/1113.35	c  1100s|490000 |  4223 |  1153k|   2.4 | 101M|2067 |   6 |5645 |  24k|5645 | 175 | 262k| 448k|4634 | 0.000000e+00 | 9.000000e+00 |    Inf 
1138.83/1138.81	c  1125s|500000 |  4234 |  1177k|   2.4 | 101M|2067 |   - |5645 |  20k|   0 |   0 | 268k| 462k|4686 | 0.000000e+00 | 9.000000e+00 |    Inf 
1167.93/1167.90	c  1153s|510000 |  4243 |  1218k|   2.4 | 102M|2067 |   9 |5645 |  22k|5645 | 182 | 279k| 476k|4742 | 0.000000e+00 | 9.000000e+00 |    Inf 
1199.33/1199.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.33/1199.33	c  1183s|520000 |  4150 |  1263k|   2.4 | 102M|2067 |   - |5645 |  21k|   0 |   0 | 291k| 489k|4839 | 0.000000e+00 | 9.000000e+00 |    Inf 
1228.64/1228.65	c  1212s|530000 |  4145 |  1302k|   2.5 | 103M|2067 |   - |5645 |  22k|   0 |   0 | 301k| 502k|4918 | 0.000000e+00 | 9.000000e+00 |    Inf 
1258.04/1258.08	c  1241s|540000 |  4381 |  1343k|   2.5 | 105M|2067 |   - |5645 |  23k|   0 |   0 | 314k| 516k|4976 | 0.000000e+00 | 9.000000e+00 |    Inf 
1278.54/1278.56	o 8
1278.54/1278.56	c *1260s|547050 |  4283 |  1372k|   2.5 | 104M|2067 |   - |5645 |  24k|5645 | 180 | 321k| 525k|5026 | 0.000000e+00 | 8.000000e+00 |    Inf 
1287.34/1287.35	c  1269s|550000 |  4241 |  1384k|   2.5 | 103M|2067 |   - |5645 |  23k|   0 |   0 | 323k| 530k|5037 | 0.000000e+00 | 8.000000e+00 |    Inf 
1314.74/1314.77	c  1296s|560000 |  4164 |  1417k|   2.5 | 103M|2067 |   - |5645 |  21k|   0 |   0 | 330k| 543k|5118 | 0.000000e+00 | 8.000000e+00 |    Inf 
1339.54/1339.54	c  1320s|570000 |  4134 |  1441k|   2.5 | 103M|2067 |   7 |5645 |  21k|5645 | 166 | 335k| 557k|5146 | 0.000000e+00 | 8.000000e+00 |    Inf 
1363.74/1363.78	c  1343s|580000 |  4258 |  1464k|   2.5 | 104M|2067 |   1 |5645 |  21k|5645 | 178 | 339k| 570k|5177 | 0.000000e+00 | 8.000000e+00 |    Inf 
1388.75/1388.78	c  1367s|590000 |  4416 |  1486k|   2.5 | 107M|2067 |   1 |5645 |  22k|5645 | 166 | 344k| 584k|5212 | 0.000000e+00 | 8.000000e+00 |    Inf 
1414.55/1414.59	c  1392s|600000 |  4641 |  1510k|   2.5 | 109M|2067 |   1 |5645 |  23k|5645 | 187 | 350k| 598k|5254 | 0.000000e+00 | 8.000000e+00 |    Inf 
1438.85/1438.88	c  1416s|610000 |  4764 |  1533k|   2.5 | 111M|2067 |   1 |5645 |  22k|5645 | 189 | 355k| 613k|5298 | 0.000000e+00 | 8.000000e+00 |    Inf 
1462.45/1462.45	c  1439s|620000 |  4880 |  1556k|   2.5 | 112M|2067 |  13 |5645 |  22k|5645 | 199 | 360k| 628k|5346 | 0.000000e+00 | 8.000000e+00 |    Inf 
1486.24/1486.25	c  1462s|630000 |  4774 |  1581k|   2.5 | 112M|2067 |   - |5645 |  21k|   0 |   0 | 365k| 643k|5390 | 0.000000e+00 | 8.000000e+00 |    Inf 
1511.45/1511.48	c  1486s|640000 |  4580 |  1613k|   2.5 | 108M|2067 |   - |5645 |  15k|   0 |   0 | 372k| 658k|5943 | 0.000000e+00 | 8.000000e+00 |    Inf 
1534.75/1534.75	c  1509s|650000 |  4412 |  1645k|   2.5 | 107M|2067 |  10 |5645 |  15k|5645 | 204 | 378k| 672k|6064 | 0.000000e+00 | 8.000000e+00 |    Inf 
1559.05/1559.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1559.05/1559.07	c  1532s|660000 |  4468 |  1681k|   2.5 | 107M|2067 |  14 |5645 |  12k|5645 | 175 | 387k| 685k|6214 | 0.000000e+00 | 8.000000e+00 |    Inf 
1583.75/1583.78	c  1556s|670000 |  4650 |  1720k|   2.6 | 109M|2067 |  11 |5645 |  14k|5645 | 204 | 399k| 698k|6224 | 0.000000e+00 | 8.000000e+00 |    Inf 
1608.65/1608.60	c  1580s|680000 |  4617 |  1755k|   2.6 | 109M|2067 |   - |5645 |  14k|   0 |   0 | 407k| 712k|6242 | 0.000000e+00 | 8.000000e+00 |    Inf 
1632.35/1632.31	c  1603s|690000 |  4618 |  1781k|   2.6 | 111M|2067 |   1 |5645 |  15k|5645 | 196 | 411k| 725k|6251 | 0.000000e+00 | 8.000000e+00 |    Inf 
1656.05/1656.06	c  1626s|700000 |  4594 |  1807k|   2.6 | 111M|2067 |  12 |5645 |  16k|5645 | 178 | 416k| 738k|6293 | 0.000000e+00 | 8.000000e+00 |    Inf 
1680.55/1680.54	c  1649s|710000 |  4520 |  1834k|   2.6 | 111M|2067 |   1 |5645 |  17k|5645 | 192 | 420k| 752k|6340 | 0.000000e+00 | 8.000000e+00 |    Inf 
1704.36/1704.35	c  1672s|720000 |  4428 |  1863k|   2.6 | 110M|2067 |   1 |5645 |  16k|5645 | 189 | 426k| 766k|6389 | 0.000000e+00 | 8.000000e+00 |    Inf 
1730.56/1730.55	c  1698s|730000 |  4375 |  1898k|   2.6 | 110M|2067 |   1 |5645 |  17k|5645 | 165 | 434k| 779k|6480 | 0.000000e+00 | 8.000000e+00 |    Inf 
1733.16/1733.15	o 7
1733.16/1733.15	c *1700s|731017 |  4190 |  1901k|   2.6 | 106M|2067 |   - |5645 |  17k|5645 | 179 | 435k| 781k|6480 | 0.000000e+00 | 7.000000e+00 |    Inf 
1754.85/1754.86	c  1721s|740000 |  4045 |  1928k|   2.6 | 104M|2067 |   1 |5645 |  15k|5645 | 175 | 440k| 793k|6524 | 0.000000e+00 | 7.000000e+00 |    Inf 
1782.86/1782.84	c  1749s|750000 |  4108 |  1975k|   2.6 | 107M|2067 |   - |5645 |  20k|5645 | 218 | 454k| 807k|6567 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1765.18
1800.06/1800.00	c Solving Nodes      : 756039
1800.06/1800.00	c Primal Bound       : +7.00000000000000e+00 (261 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.09	s SATISFIABLE
1800.06/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.06/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.06/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.06/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.06/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.06/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.06/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 -x80 
1800.06/1800.09	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 
1800.06/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 -x29 
1800.06/1800.09	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.06/1800.09	v -x1 
1800.06/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.09	c Solving Time       :    1765.18
1800.06/1800.09	c Original Problem   :
1800.06/1800.09	c   Problem name     : HOME/instance-2692347-1277927286.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.09	c Presolved Problem  :
1800.06/1800.09	c   Problem name     : t_HOME/instance-2692347-1277927286.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5414 initial, 25666 maximal
1800.06/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.09	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.06/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   root node        :          -       2558          -          -       5116          -          -          -          -
1800.06/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   integral         :          0          0          0     528805          0          5        220          0          0     674482
1800.06/1800.09	c   indicator        :       2707          0    3946400     191091          0       1010    9234297          0          0          0
1800.06/1800.09	c   linear           :       2707          6    3951990     187137          0     232580   17548796     460831          0          0
1800.06/1800.09	c   logicor          :          0+         0    1065691          0          0      61106    1086964          0          0          0
1800.06/1800.09	c   bounddisjunction :          0+         0       5480          0          0          0         29          0          0          0
1800.06/1800.09	c   countsols        :          0          0          0     135593          0          0          0          0          0          0
1800.06/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.09	c   integral         :      15.62       0.00       0.00      15.62       0.00
1800.06/1800.09	c   indicator        :      63.03       0.00      36.93      26.10       0.00
1800.06/1800.09	c   linear           :     190.65       0.00     179.81      10.84       0.00
1800.06/1800.09	c   logicor          :     197.63       0.00     197.63       0.00       0.00
1800.06/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.09	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.06/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.09	c   vbounds          :       0.54          2          0          0
1800.06/1800.09	c   rootredcost      :       0.52         48          0       2558
1800.06/1800.09	c   pseudoobj        :     214.19    3983845      26217    6504198
1800.06/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.09	c   propagation      :      18.32     319903     319747    1998994       28.2      14673       17.0          -
1800.06/1800.09	c   infeasible LP    :       3.66      10389      10389      81582       41.8        183       16.5          0
1800.06/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   pseudo solution  :       0.09        283        283       1136       13.6         98        8.5          -
1800.06/1800.09	c   applied globally :          -          -          -     815922       22.6          -          -          -
1800.06/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.06/1800.09	c   redcost          :      48.19     541869          0    2496450          0          0
1800.06/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.06/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.09	c   cmir             :       0.00          4          0          0          0          0
1800.06/1800.09	c   flowcover        :       0.04          4          0          0          0          0
1800.06/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.09	c Pricers            :       Time      Calls       Vars
1800.06/1800.09	c   problem variables:       0.00          0          0
1800.06/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   relpscost        :      15.21     337411          5        220          0          0     674482
1800.06/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   inference        :      25.67     135545          0          0          0          0     271090
1800.06/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.09	c   LP solutions     :       0.19          -         48
1800.06/1800.09	c   pseudo solutions :       0.00          -          0
1800.06/1800.09	c   feaspump         :       0.01          0          0
1800.06/1800.09	c   intshifting      :       0.02          2          0
1800.06/1800.09	c   oneopt           :       0.40         46          0
1800.06/1800.09	c   guideddiving     :       0.04         12          0
1800.06/1800.09	c   linesearchdiving :       0.29        160          0
1800.06/1800.09	c   fracdiving       :       0.32        160          0
1800.06/1800.09	c   veclendiving     :       0.18        160          0
1800.06/1800.09	c   coefdiving       :       0.28        160          0
1800.06/1800.09	c   pscostdiving     :       0.40        160          0
1800.06/1800.09	c   crossover        :       1.75         55          1
1800.06/1800.09	c   objpscostdiving  :       0.32        158          0
1800.06/1800.09	c   rootsoldiving    :       0.32        158          0
1800.06/1800.09	c   trivial          :       0.08          2          2
1800.06/1800.09	c   simplerounding   :       0.60     339922          0
1800.06/1800.09	c   zirounding       :       0.35       1000          0
1800.06/1800.09	c   rounding         :       4.15       8168          0
1800.06/1800.09	c   shifting         :       2.06       2561          0
1800.06/1800.09	c   twoopt           :       0.00          0          0
1800.06/1800.09	c   fixandinfer      :       0.00          0          0
1800.06/1800.09	c   intdiving        :       0.00          0          0
1800.06/1800.09	c   actconsdiving    :       0.00          0          0
1800.06/1800.09	c   octane           :       0.00          0          0
1800.06/1800.09	c   rens             :       0.03          1          0
1800.06/1800.09	c   rins             :       0.00          0          0
1800.06/1800.09	c   localbranching   :       0.00          0          0
1800.06/1800.09	c   mutation         :       0.00          0          0
1800.06/1800.09	c   dins             :       0.00          0          0
1800.06/1800.09	c   undercover       :       0.00          0          0
1800.06/1800.09	c   nlp              :       0.16          0          0
1800.06/1800.09	c   trysol           :       4.63       7897        210
1800.06/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.09	c   dual LP          :     448.45     408713    2000697       4.90    4461.36
1800.06/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.09	c   diving/probing LP:       0.20        178       1437       8.07    7185.00
1800.06/1800.09	c   strong branching :      12.57       6611      70196      10.62    5584.41
1800.06/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.06/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.09	c B&B Tree           :
1800.06/1800.09	c   number of runs   :          1
1800.06/1800.09	c   nodes            :     756039
1800.06/1800.09	c   nodes (total)    :     756039
1800.06/1800.09	c   nodes left       :       3989
1800.06/1800.09	c   max depth        :       2067
1800.06/1800.09	c   max depth (total):       2067
1800.06/1800.09	c   backtracks       :      57116 (7.6%)
1800.06/1800.09	c   delayed cutoffs  :      50135
1800.06/1800.09	c   repropagations   :    1872548 (6488213 domain reductions, 48367 cutoffs)
1800.06/1800.09	c   avg switch length:       6.78
1800.06/1800.09	c   switching time   :     245.79
1800.06/1800.09	c Solution           :
1800.06/1800.09	c   Solutions found  :        261 (49 improvements)
1800.06/1800.09	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.06/1800.09	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 731017 nodes, 1700.39 seconds, depth 44, found by <relaxation>)
1800.06/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.09	c   Gap              :   infinite
1800.06/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.09	c   Root Iterations  :        106
1800.25/1800.24	c Time complete: 1800.3.

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692347-1277927286/watcher-2692347-1277927286 -o /tmp/evaluation-result-2692347-1277927286/solver-2692347-1277927286 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692347-1277927286.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.15 2.52 2.31 4/178 17836
/proc/meminfo: memFree=30995212/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=9268 CPUtime=0
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 1635 0 0 0 0 0 0 0 25 0 1 0 134022892 9490432 1554 4089446400 4194304 8223781 140736562466704 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17836/statm: 2317 1554 369 984 0 1330 0

[startup+0.0704779 s]
/proc/loadavg: 2.15 2.52 2.31 4/178 17836
/proc/meminfo: memFree=30995212/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=35136 CPUtime=0.06
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 8088 0 0 0 6 0 0 0 25 0 1 0 134022892 35979264 7643 4089446400 4194304 8223781 140736562466704 18446744073709551615 7257348 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35136

[startup+0.100472 s]
/proc/loadavg: 2.15 2.52 2.31 4/178 17836
/proc/meminfo: memFree=30995212/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=35136 CPUtime=0.09
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 134022892 35979264 7643 4089446400 4194304 8223781 140736562466704 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300424 s]
/proc/loadavg: 2.15 2.52 2.31 4/178 17836
/proc/meminfo: memFree=30995212/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=42932 CPUtime=0.29
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 10623 0 0 0 28 1 0 0 25 0 1 0 134022892 43962368 9575 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 10733 9575 561 984 0 9746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42932

[startup+0.700346 s]
/proc/loadavg: 2.15 2.52 2.31 4/178 17836
/proc/meminfo: memFree=30995212/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=43076 CPUtime=0.69
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 15655 0 0 0 67 2 0 0 25 0 1 0 134022892 44109824 9709 4089446400 4194304 8223781 140736562466704 18446744073709551615 6372002 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50119 s]
/proc/loadavg: 2.15 2.52 2.31 3/179 17837
/proc/meminfo: memFree=30957756/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=43112 CPUtime=1.49
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 15720 0 0 0 146 3 0 0 25 0 1 0 134022892 44146688 9774 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 10778 9774 578 984 0 9791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43112

[startup+3.10088 s]
/proc/loadavg: 2.15 2.52 2.31 3/179 17837
/proc/meminfo: memFree=30956764/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=47524 CPUtime=3.09
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 16661 0 0 0 305 4 0 0 25 0 1 0 134022892 48664576 10711 4089446400 4194304 8223781 140736562466704 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 11881 10711 578 984 0 10894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47524

[startup+6.30026 s]
/proc/loadavg: 2.14 2.51 2.31 3/179 17837
/proc/meminfo: memFree=30946088/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=54976 CPUtime=6.29
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 27267 0 0 0 622 7 0 0 25 0 1 0 134022892 56295424 12560 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 13744 12560 579 984 0 12757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54976

[startup+12.701 s]
/proc/loadavg: 2.13 2.50 2.31 3/179 17837
/proc/meminfo: memFree=30939332/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=63164 CPUtime=12.69
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 38580 0 0 0 1255 14 0 0 25 0 1 0 134022892 64679936 14666 4089446400 4194304 8223781 140736562466704 18446744073709551615 6445403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 15791 14666 579 984 0 14804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63164

[startup+25.5006 s]
/proc/loadavg: 2.10 2.47 2.30 3/179 17838
/proc/meminfo: memFree=30924724/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=75704 CPUtime=25.49
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 46762 0 0 0 2525 24 0 0 25 0 1 0 134022892 77520896 17812 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 18926 17812 579 984 0 17939 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75704

[startup+51.1007 s]
/proc/loadavg: 2.06 2.44 2.29 3/179 17838
/proc/meminfo: memFree=30896832/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=102252 CPUtime=51.1
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 62923 0 0 0 5066 44 0 0 25 0 1 0 134022892 104706048 24516 4089446400 4194304 8223781 140736562466704 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17836/statm: 25563 24516 579 984 0 24576 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 102252

[startup+102.307 s]
/proc/loadavg: 2.03 2.37 2.27 3/179 17840
/proc/meminfo: memFree=30837532/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=158712 CPUtime=102.3
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 82202 0 0 0 10146 84 0 0 25 0 1 0 134022892 162521088 38732 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 39678 38732 583 984 0 38691 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158712

[startup+162.3 s]
/proc/loadavg: 2.07 2.31 2.26 3/179 17841
/proc/meminfo: memFree=30765940/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=231680 CPUtime=162.29
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 100114 0 0 0 16101 128 0 0 25 0 1 0 134022892 237240320 56622 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 57920 56622 583 984 0 56933 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231680

[startup+222.301 s]
/proc/loadavg: 2.09 2.27 2.25 3/179 17843
/proc/meminfo: memFree=30690136/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=303144 CPUtime=222.3
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 122589 0 0 0 22058 172 0 0 25 0 1 0 134022892 310419456 74613 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 75786 74613 584 984 0 74799 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 303144

[startup+282.3 s]
/proc/loadavg: 2.03 2.22 2.23 3/179 17844
/proc/meminfo: memFree=30672620/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=323056 CPUtime=282.3
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 197804 0 0 0 27995 235 0 0 25 0 1 0 134022892 330809344 78797 4089446400 4194304 8223781 140736562466704 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 80764 78797 592 984 0 79777 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 323056

[startup+342.301 s]
/proc/loadavg: 2.01 2.17 2.21 3/179 17846
/proc/meminfo: memFree=30616660/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=377476 CPUtime=342.3
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 215230 0 0 0 33923 307 0 0 25 0 1 0 134022892 386535424 91682 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 94369 91682 592 984 0 93382 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 377476

[startup+402.301 s]
/proc/loadavg: 2.00 2.14 2.20 3/179 17848
/proc/meminfo: memFree=30580784/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=415116 CPUtime=402.31
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 243064 0 0 0 39857 374 0 0 25 0 1 0 134022892 425078784 100377 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 103779 100377 592 984 0 102792 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 415116

[startup+462.301 s]
/proc/loadavg: 2.00 2.11 2.18 3/179 17849
/proc/meminfo: memFree=30567232/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=429720 CPUtime=462.31
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 303765 0 0 0 45778 453 0 0 25 0 1 0 134022892 440033280 103574 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 107430 103574 592 984 0 106443 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 429720

[startup+522.301 s]
/proc/loadavg: 2.00 2.09 2.17 3/179 17851
/proc/meminfo: memFree=30560760/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=436700 CPUtime=522.31
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 312378 0 0 0 51705 526 0 0 25 0 1 0 134022892 447180800 105248 4089446400 4194304 8223781 140736562466704 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 109175 105248 592 984 0 108188 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 436700

[startup+582.301 s]
/proc/loadavg: 2.00 2.07 2.16 3/179 17852
/proc/meminfo: memFree=30549584/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=446672 CPUtime=582.31
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 347126 0 0 0 57635 596 0 0 25 0 1 0 134022892 457392128 107576 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 111668 107576 593 984 0 110681 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 446672

[startup+642.301 s]
/proc/loadavg: 2.00 2.05 2.14 3/179 17854
/proc/meminfo: memFree=30564784/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=431340 CPUtime=642.32
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 409530 0 0 0 63550 682 0 0 25 0 1 0 134022892 441692160 103630 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 107835 103630 593 984 0 106848 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 431340

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 17869
/proc/meminfo: memFree=30543072/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=448656 CPUtime=882.32
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 448847 0 0 0 87305 927 0 0 25 0 1 0 134022892 459423744 107965 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 112164 107965 601 984 0 111177 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 448656

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/179 17871
/proc/meminfo: memFree=30537956/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=452628 CPUtime=942.33
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 451656 0 0 0 93252 981 0 0 25 0 1 0 134022892 463491072 108956 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17836/statm: 113157 108956 601 984 0 112170 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 452628

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.09 3/197 17919
/proc/meminfo: memFree=30623744/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=453792 CPUtime=1002.33
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 451942 0 0 0 99179 1054 0 0 25 0 1 0 134022892 464683008 109240 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 113448 109240 601 984 0 112461 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 453792

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/197 17920
/proc/meminfo: memFree=30578920/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=455000 CPUtime=1062.33
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 461216 0 0 0 105047 1186 0 0 25 0 1 0 134022892 465920000 109545 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 113750 109545 601 984 0 112763 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 455000

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/197 17922
/proc/meminfo: memFree=30543256/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=458664 CPUtime=1122.33
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 462131 0 0 0 110860 1373 0 0 25 0 1 0 134022892 469671936 110456 4089446400 4194304 8223781 140736562466704 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 114666 110456 601 984 0 113679 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 458664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/197 17923
/proc/meminfo: memFree=30509112/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=460040 CPUtime=1182.33
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 462479 0 0 0 116684 1549 0 0 25 0 1 0 134022892 471080960 110804 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 115010 110804 601 984 0 114023 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 460040

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/197 17925
/proc/meminfo: memFree=30480564/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=460708 CPUtime=1242.34
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 462651 0 0 0 122524 1710 0 0 25 0 1 0 134022892 471764992 110971 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 115177 110971 601 984 0 114190 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 460708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/197 17927
/proc/meminfo: memFree=30450756/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=461564 CPUtime=1302.34
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 485593 0 0 0 128350 1884 0 0 25 0 1 0 134022892 472641536 111190 4089446400 4194304 8223781 140736562466704 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 115391 111190 601 984 0 114404 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 461564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/197 17928
/proc/meminfo: memFree=30429432/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=461752 CPUtime=1362.34
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 489520 0 0 0 134158 2076 0 0 25 0 1 0 134022892 472834048 111226 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 115438 111226 601 984 0 114451 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 461752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.05 3/197 17930
/proc/meminfo: memFree=30387236/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=464724 CPUtime=1422.35
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 497495 0 0 0 139970 2265 0 0 25 0 1 0 134022892 475877376 111978 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17836/statm: 116181 111978 601 984 0 115194 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 464724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 17931
/proc/meminfo: memFree=30342792/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=469172 CPUtime=1482.35
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 498598 0 0 0 145782 2453 0 0 25 0 1 0 134022892 480432128 113081 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 117293 113081 601 984 0 116306 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 469172

[startup+1542.3 s]
/proc/loadavg: 2.19 2.07 2.06 3/197 17933
/proc/meminfo: memFree=30303092/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=470108 CPUtime=1542.35
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 503407 0 0 0 151594 2641 0 0 25 0 1 0 134022892 481390592 113325 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 117527 113325 601 984 0 116540 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 470108

[startup+1602.3 s]
/proc/loadavg: 2.50 2.16 2.09 3/197 17935
/proc/meminfo: memFree=30270320/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=470668 CPUtime=1602.34
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 503548 0 0 0 157392 2842 0 0 25 0 1 0 134022892 481964032 113466 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 117667 113466 601 984 0 116680 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 470668

[startup+1662.3 s]
/proc/loadavg: 2.18 2.13 2.09 3/197 17936
/proc/meminfo: memFree=30230348/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=472052 CPUtime=1662.36
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 503838 0 0 0 163185 3051 0 0 25 0 1 0 134022892 483381248 113753 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 118013 113753 601 984 0 117026 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 472052

[startup+1722.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/197 17938
/proc/meminfo: memFree=30194468/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=472660 CPUtime=1722.35
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 503995 0 0 0 168994 3241 0 0 25 0 1 0 134022892 484003840 113910 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 118165 113910 601 984 0 117178 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 472660

[startup+1782.3 s]
/proc/loadavg: 2.10 2.10 2.08 3/197 17939
/proc/meminfo: memFree=30157004/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=471920 CPUtime=1782.36
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 524864 0 0 0 174802 3434 0 0 25 0 1 0 134022892 483246080 113723 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 117980 113723 601 984 0 116993 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 471920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.09 2.08 3/197 17940
/proc/meminfo: memFree=30143724/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=472168 CPUtime=1800.06
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 524921 0 0 0 176521 3485 0 0 25 0 1 0 134022892 483500032 113780 4089446400 4194304 8223781 140736562466704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17836/statm: 118042 113780 601 984 0 117055 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 472168

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.07 2.09 2.08 3/197 17940
/proc/meminfo: memFree=30143724/32950928 swapFree=67111528/67111528
[pid=17836] ppid=17834 vsize=381576 CPUtime=1800.25
/proc/17836/stat : 17836 (pbscip.linux.x8) R 17834 17836 17781 0 -1 4202496 524944 0 0 0 176540 3485 0 0 18 0 1 0 134022892 390733824 91138 4089446400 4194304 8223781 140736562466704 18446744073709551615 5950402 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17836/statm: 95394 91138 603 984 0 94407 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 381576

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.31
CPU user time (s): 1765.44
CPU system time (s): 34.8737
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 480788

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

runsolver used 2.54761 second user time and 5.88211 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 21:48:06
IDJOB=2692347
IDBENCH=79278
IDSOLVER=1204
FILE ID=node148/2692347-1277927286
PBS_JOBID= 11197395
Free space on /tmp= 74168 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.1900553812--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-2692347-1277927286/watcher-2692347-1277927286 -o /tmp/evaluation-result-2692347-1277927286/solver-2692347-1277927286 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692347-1277927286.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 10c8366d87b8e61a0f23df601b3f0e14
RANDOM SEED=673875378

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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	: 5415.14
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.836
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.836
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.78
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.836
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.79
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30995616 kB
Buffers:        208116 kB
Cached:        1281992 kB
SwapCached:          0 kB
Active:         802296 kB
Inactive:      1007372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30995616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:      319444 kB
Mapped:          17620 kB
Slab:            81928 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   470636 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 node148 at 2010-06-30 22:18:08