Trace number 2705133

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.24 1790.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
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 benchmark209.658
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705133-1278578351.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136624
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366240e+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, 0 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, 0 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5391 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.3
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.30/0.39	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.49/0.55	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.366240e+05 |    Inf 
18.18/18.23	c  18.2s| 10000 | 10000 |  1841 |   0.2 |  42M|2495 |   0 |5645 |5419 |5645 | 202 | 593 |   5 | 463 | 0.000000e+00 | 1.366240e+05 |    Inf 
21.29/21.37	o 625
21.29/21.37	c *21.3s| 12261 | 10139 |  1921 |   0.1 |  42M|2495 |   - |5645 |5419 |5645 | 220 | 611 |   5 | 480 | 0.000000e+00 | 6.250000e+02 |    Inf 
37.49/37.54	c  37.5s| 20000 | 17879 |  3730 |   0.2 |  59M|2495 |   0 |5645 |5419 |5645 | 193 |1102 |   5 | 650 | 0.000000e+00 | 6.250000e+02 |    Inf 
56.39/56.45	c  56.4s| 30000 | 27866 |  5001 |   0.2 |  80M|2495 |   0 |5645 |5443 |5645 | 178 |1448 |  29 | 689 | 0.000000e+00 | 6.250000e+02 |    Inf 
59.78/59.82	o 600
59.78/59.82	c *59.8s| 31428 | 29257 |  5472 |   0.2 |  84M|2495 |   - |5645 |5467 |5645 | 201 |1584 |  53 | 718 | 0.000000e+00 | 6.000000e+02 |    Inf 
72.98/73.00	o 510
72.98/73.00	c *73.0s| 37256 | 34013 |  6695 |   0.2 |  95M|2495 |   - |5645 |5542 |5645 | 195 |1931 | 128 | 750 | 0.000000e+00 | 5.100000e+02 |    Inf 
77.78/77.80	o 498
77.78/77.80	c *77.8s| 39222 | 35648 |  7081 |   0.2 |  99M|2495 |   - |5645 |5637 |5645 | 202 |2058 | 223 | 756 | 0.000000e+00 | 4.980000e+02 |    Inf 
78.48/78.50	o 475
78.48/78.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.48/78.50	c *78.5s| 39470 | 35357 |  7198 |   0.2 |  98M|2495 |   - |5645 |5672 |5645 | 204 |2082 | 258 | 756 | 0.000000e+00 | 4.750000e+02 |    Inf 
78.48/78.52	o 463
78.48/78.52	c *78.5s| 39471 | 35087 |  7198 |   0.2 |  98M|2495 |   - |5645 |5672 |5645 | 204 |2082 | 258 | 756 | 0.000000e+00 | 4.630000e+02 |    Inf 
78.68/78.79	o 420
78.68/78.79	c *78.8s| 39584 | 34234 |  7241 |   0.2 |  96M|2495 |   - |5645 |5681 |5645 | 188 |2085 | 267 | 756 | 0.000000e+00 | 4.200000e+02 |    Inf 
79.19/79.23	o 395
79.19/79.23	c *79.2s| 39732 | 33271 |  7353 |   0.2 |  94M|2495 |   - |5645 |5716 |5645 | 194 |2108 | 302 | 756 | 0.000000e+00 | 3.950000e+02 |    Inf 
79.78/79.89	c  79.9s| 40000 | 33535 |  7423 |   0.2 |  95M|2495 |   0 |5645 |5723 |5645 | 196 |2127 | 309 | 757 | 0.000000e+00 | 3.950000e+02 |    Inf 
83.89/83.98	o 386
83.89/83.98	c *83.9s| 41546 | 34507 |  8107 |   0.2 |  99M|2495 |   - |5645 |5900 |5645 | 193 |2291 | 486 | 763 | 0.000000e+00 | 3.860000e+02 |    Inf 
86.39/86.49	o 384
86.39/86.49	c *86.5s| 42396 | 35185 |  8626 |   0.2 | 101M|2495 |   - |5645 |6080 |5645 | 205 |2437 | 666 | 764 | 0.000000e+00 | 3.840000e+02 |    Inf 
89.68/89.71	o 368
89.68/89.71	c *89.7s| 43540 | 35178 |  9290 |   0.2 | 103M|2495 |   - |5645 |6346 |5645 | 199 |2627 | 932 | 776 | 0.000000e+00 | 3.680000e+02 |    Inf 
89.88/89.99	o 343
89.88/89.99	c *90.0s| 43675 | 33500 |  9315 |   0.2 | 100M|2495 |   - |5645 |6383 |5645 | 201 |2630 | 969 | 776 | 0.000000e+00 | 3.430000e+02 |    Inf 
90.19/90.25	o 302
90.19/90.25	c *90.2s| 43827 | 30926 |  9332 |   0.2 |  93M|2495 |   - |5645 |6403 |5645 | 200 |2632 | 989 | 776 | 0.000000e+00 | 3.020000e+02 |    Inf 
96.19/96.23	o 295
96.19/96.23	c *96.2s| 45776 | 32125 | 11159 |   0.2 |  98M|2495 |   - |5645 |6906 |5645 | 193 |3131 |1492 | 814 | 0.000000e+00 | 2.950000e+02 |    Inf 
96.88/96.93	o 293
96.88/96.93	c *96.9s| 45989 | 32198 | 11290 |   0.2 |  99M|2495 |   - |5645 |6969 |5645 | 198 |3166 |1556 | 821 | 0.000000e+00 | 2.930000e+02 |    Inf 
105.39/105.45	o 285
105.39/105.45	c * 105s| 48647 | 33778 | 13991 |   0.3 | 107M|2495 |   - |5645 |7901 |5645 | 193 |4008 |2489 | 904 | 0.000000e+00 | 2.850000e+02 |    Inf 
105.39/105.47	o 274
105.39/105.47	c * 105s| 48648 | 32838 | 13993 |   0.3 | 104M|2495 |   - |5645 |7901 |5645 | 193 |4008 |2489 | 904 | 0.000000e+00 | 2.740000e+02 |    Inf 
109.78/109.82	c   110s| 50000 | 33959 | 15416 |   0.3 | 108M|2495 |   0 |5645 |8383 |5645 | 196 |4386 |2978 | 957 | 0.000000e+00 | 2.740000e+02 |    Inf 
110.59/110.67	o 233
110.59/110.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.59/110.67	c * 111s| 50271 | 30378 | 15662 |   0.3 | 100M|2495 |   - |5645 |8501 |5645 | 203 |4473 |3097 | 959 | 0.000000e+00 | 2.330000e+02 |    Inf 
110.59/110.68	o 232
110.59/110.68	c * 111s| 50272 | 30253 | 15662 |   0.3 | 100M|2495 |   - |5645 |8501 |5645 | 203 |4473 |3097 | 959 | 0.000000e+00 | 2.320000e+02 |    Inf 
133.48/133.51	o 180
133.48/133.51	c * 133s| 56734 | 27367 | 29350 |   0.5 |  99M|2495 |   - |5645 |9556 |5645 | 199 |8179 |5459 |1241 | 0.000000e+00 | 1.800000e+02 |    Inf 
139.59/139.64	o 166
139.59/139.64	c * 140s| 58448 | 25757 | 33625 |   0.6 |  99M|2495 |   - |5645 |9766 |5645 | 221 |9398 |6230 |1344 | 0.000000e+00 | 1.660000e+02 |    Inf 
146.19/146.20	c   146s| 60000 | 26807 | 37945 |   0.6 | 106M|2495 |   0 |5645 |9908 |5645 | 197 |  10k|7078 |1386 | 0.000000e+00 | 1.660000e+02 |    Inf 
183.88/183.98	c   184s| 70000 | 33652 | 58852 |   0.8 | 141M|2495 |   1 |5645 |8441 |5645 | 202 |  16k|  11k|1480 | 0.000000e+00 | 1.660000e+02 |    Inf 
190.39/190.42	o 159
190.39/190.42	c * 190s| 71727 | 33465 | 62632 |   0.9 | 145M|2495 |   - |5645 |8346 |5645 | 214 |  17k|  12k|1485 | 0.000000e+00 | 1.590000e+02 |    Inf 
190.49/190.50	o 155
190.49/190.50	c * 190s| 71800 | 32640 | 62640 |   0.9 | 143M|2495 |   - |5645 |8346 |5645 | 214 |  17k|  12k|1485 | 0.000000e+00 | 1.550000e+02 |    Inf 
190.49/190.51	o 149
190.49/190.51	c * 190s| 71801 | 31281 | 62640 |   0.9 | 138M|2495 |   - |5645 |8346 |5645 | 214 |  17k|  12k|1485 | 0.000000e+00 | 1.490000e+02 |    Inf 
210.10/210.18	o 148
210.10/210.18	c * 210s| 77021 | 34669 | 74877 |   1.0 | 158M|2495 |   - |5645 |7983 |5645 | 197 |  21k|  14k|1605 | 0.000000e+00 | 1.480000e+02 |    Inf 
221.09/221.12	c   221s| 80000 | 36769 | 80973 |   1.0 | 169M|2495 |   0 |5645 |7425 |5645 | 266 |  22k|  15k|1692 | 0.000000e+00 | 1.480000e+02 |    Inf 
259.09/259.12	c   259s| 90000 | 43561 |104344 |   1.2 | 214M|2495 |   0 |5645 |7272 |5645 | 199 |  29k|  20k|1976 | 0.000000e+00 | 1.480000e+02 |    Inf 
264.78/264.89	o 142
264.78/264.89	c * 265s| 91802 | 43475 |106537 |   1.2 | 215M|2495 |   - |5645 |7292 |5645 | 234 |  30k|  21k|1993 | 0.000000e+00 | 1.420000e+02 |    Inf 
268.29/268.34	o 128
268.29/268.34	c * 268s| 92674 | 41102 |108025 |   1.2 | 209M|2495 |   - |5645 |7500 |5645 | 222 |  30k|  21k|1998 | 0.000000e+00 | 1.280000e+02 |    Inf 
296.49/296.52	c   296s|100000 | 45657 |124513 |   1.2 | 242M|2495 |   0 |5645 |7139 |5645 | 207 |  35k|  25k|2186 | 0.000000e+00 | 1.280000e+02 |    Inf 
317.49/317.59	o 120
317.49/317.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.49/317.59	c * 318s|105485 | 47010 |138615 |   1.3 | 260M|2495 |   - |5645 |6877 |5645 | 228 |  38k|  28k|2320 | 0.000000e+00 | 1.200000e+02 |    Inf 
317.99/318.01	o 115
317.99/318.01	c * 318s|105599 | 45918 |138686 |   1.3 | 255M|2495 |   - |5645 |6898 |5645 | 201 |  38k|  28k|2320 | 0.000000e+00 | 1.150000e+02 |    Inf 
317.99/318.04	o 109
317.99/318.04	c * 318s|105605 | 44873 |138717 |   1.3 | 248M|2495 |   - |5645 |6908 |5645 | 207 |  38k|  28k|2320 | 0.000000e+00 | 1.090000e+02 |    Inf 
317.99/318.05	o 98
317.99/318.05	c * 318s|105606 | 41586 |138717 |   1.3 | 226M|2495 |   - |5645 |6908 |5645 | 207 |  38k|  28k|2320 | 0.000000e+00 | 9.800000e+01 |    Inf 
319.09/319.11	o 97
319.09/319.11	c * 319s|105908 | 41622 |139052 |   1.3 | 226M|2495 |   - |5645 |6712 |5645 | 216 |  38k|  28k|2324 | 0.000000e+00 | 9.700000e+01 |    Inf 
330.39/330.49	o 95
330.39/330.49	c * 330s|108684 | 42090 |146418 |   1.3 | 233M|2495 |   - |5645 |6396 |5645 | 245 |  41k|  30k|2407 | 0.000000e+00 | 9.500000e+01 |    Inf 
330.39/330.49	o 93
330.39/330.49	c * 330s|108685 | 41348 |146430 |   1.3 | 230M|2495 |   - |5645 |6396 |5645 | 245 |  41k|  30k|2407 | 0.000000e+00 | 9.300000e+01 |    Inf 
330.49/330.59	o 84
330.49/330.59	c * 331s|108701 | 37930 |146595 |   1.3 | 209M|2495 |   - |5645 |6269 |5645 | 226 |  41k|  30k|2407 | 0.000000e+00 | 8.400000e+01 |    Inf 
330.59/330.60	o 79
330.59/330.60	c * 331s|108702 | 35381 |146595 |   1.3 | 187M|2495 |   - |5645 |6269 |5645 | 226 |  41k|  30k|2407 | 0.000000e+00 | 7.900000e+01 |    Inf 
330.79/330.88	o 78
330.79/330.88	c * 331s|108774 | 35114 |146865 |   1.3 | 185M|2495 |   - |5645 |5856 |5645 | 220 |  41k|  30k|2412 | 0.000000e+00 | 7.800000e+01 |    Inf 
330.79/330.89	o 76
330.79/330.89	c * 331s|108775 | 34240 |146873 |   1.3 | 180M|2495 |   - |5645 |5856 |5645 | 220 |  41k|  30k|2412 | 0.000000e+00 | 7.600000e+01 |    Inf 
330.89/330.95	o 73
330.89/330.95	c * 331s|108781 | 32914 |146980 |   1.3 | 174M|2495 |   - |5645 |5753 |5645 | 211 |  41k|  30k|2415 | 0.000000e+00 | 7.300000e+01 |    Inf 
331.29/331.30	o 59
331.29/331.30	c * 331s|108849 | 27738 |147712 |   1.4 | 143M|2495 |   - |5645 |5669 |5645 | 258 |  41k|  30k|2427 | 0.000000e+00 | 5.900000e+01 |    Inf 
331.69/331.72	o 38
331.69/331.72	c * 332s|109044 | 20806 |148030 |   1.4 | 107M|2495 |   - |5645 |5273 |5645 | 246 |  41k|  30k|2431 | 0.000000e+00 | 3.800000e+01 |    Inf 
331.69/331.78	o 32
331.69/331.78	c * 332s|109049 | 19251 |148175 |   1.4 | 101M|2495 |   - |5645 |4654 |5645 | 240 |  41k|  30k|2432 | 0.000000e+00 | 3.200000e+01 |    Inf 
331.79/331.85	o 25
331.79/331.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.79/331.85	c * 332s|109064 | 17000 |148261 |   1.4 |  92M|2495 |   - |5645 |4472 |5645 | 221 |  41k|  30k|2433 | 0.000000e+00 | 2.500000e+01 |    Inf 
331.79/331.86	o 21
331.79/331.86	c * 332s|109065 | 16201 |148265 |   1.4 |  89M|2495 |   - |5645 |4472 |5645 | 221 |  41k|  30k|2433 | 0.000000e+00 | 2.100000e+01 |    Inf 
331.99/332.02	o 19
331.99/332.02	c * 332s|109123 | 11502 |148698 |   1.4 |  73M|2495 |   - |5645 |4161 |5645 | 226 |  41k|  30k|2436 | 0.000000e+00 | 1.900000e+01 |    Inf 
333.89/333.92	c   334s|110000 | 11519 |152744 |   1.4 |  73M|2495 |   1 |5645 |4464 |5645 | 205 |  42k|  31k|2490 | 0.000000e+00 | 1.900000e+01 |    Inf 
339.89/339.93	o 13
339.89/339.93	c * 340s|112724 | 10152 |164278 |   1.5 |  71M|2495 |   - |5645 |5369 |5645 | 241 |  44k|  35k|2589 | 0.000000e+00 | 1.300000e+01 |    Inf 
353.79/353.84	c   354s|120000 | 10113 |196173 |   1.6 |  74M|2495 |   1 |5645 |8005 |5645 | 252 |  50k|  44k|2758 | 0.000000e+00 | 1.300000e+01 |    Inf 
374.29/374.34	c   374s|130000 | 10214 |240982 |   1.9 |  77M|2495 |   1 |5645 |9836 |5645 | 201 |  58k|  57k|3009 | 0.000000e+00 | 1.300000e+01 |    Inf 
379.39/379.46	o 9
379.39/379.46	c * 379s|132639 |  9256 |251103 |   1.9 |  74M|2495 |   - |5645 |  10k|5645 | 259 |  60k|  60k|3076 | 0.000000e+00 | 9.000000e+00 |    Inf 
380.19/380.25	o 7
380.19/380.25	c * 380s|132988 |  8787 |253505 |   1.9 |  73M|2495 |   - |5645 |  10k|5645 | 257 |  60k|  61k|3078 | 0.000000e+00 | 7.000000e+00 |    Inf 
381.09/381.17	o 6
381.09/381.17	c * 381s|133394 |  8664 |256489 |   1.9 |  72M|2495 |   - |5645 |  10k|5645 | 263 |  61k|  61k|3090 | 0.000000e+00 | 6.000000e+00 |    Inf 
394.09/394.17	c   394s|140000 |  8671 |289081 |   2.1 |  72M|2495 |   - |5645 |9333 |   0 |   0 |  66k|  70k|3252 | 0.000000e+00 | 6.000000e+00 |    Inf 
395.39/395.48	o 5
395.39/395.48	c * 395s|140657 |  8018 |292676 |   2.1 |  69M|2495 |   - |5645 |9244 |5645 | 268 |  66k|  71k|3266 | 0.000000e+00 | 5.000000e+00 |    Inf 
412.09/412.14	c   412s|150000 |  7944 |335574 |   2.2 |  69M|2495 |   - |5645 |9141 |   0 |   0 |  73k|  84k|3486 | 0.000000e+00 | 5.000000e+00 |    Inf 
421.79/421.89	o 4
421.79/421.89	c * 422s|155443 |  7807 |355862 |   2.3 |  70M|2495 |   - |5645 |  12k|5645 | 255 |  76k|  90k|3551 | 0.000000e+00 | 4.000000e+00 |    Inf 
430.99/431.04	c   431s|160000 |  7825 |377863 |   2.4 |  71M|2495 |   - |5645 |  13k|   0 |   0 |  79k|  97k|3621 | 0.000000e+00 | 4.000000e+00 |    Inf 
450.60/450.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.60/450.60	c   451s|170000 |  7403 |420203 |   2.5 |  68M|2495 |   5 |5645 |7097 |5645 | 181 |  84k| 109k|3887 | 0.000000e+00 | 4.000000e+00 |    Inf 
468.39/468.50	c   468s|180000 |  7440 |467497 |   2.6 |  70M|2495 |   - |5645 |  11k|   0 |   0 |  91k| 122k|4042 | 0.000000e+00 | 4.000000e+00 |    Inf 
489.30/489.36	c   489s|190000 |  7485 |524499 |   2.8 |  72M|2495 |   - |5645 |  15k|   0 |   0 | 101k| 135k|4237 | 0.000000e+00 | 4.000000e+00 |    Inf 
510.69/510.75	c   511s|200000 |  7516 |573262 |   2.9 |  73M|2495 |   9 |5645 |  17k|5645 | 239 | 108k| 148k|4398 | 0.000000e+00 | 4.000000e+00 |    Inf 
532.09/532.12	c   532s|210000 |  7556 |615062 |   2.9 |  75M|2495 |   - |5645 |  20k|   0 |   0 | 113k| 162k|4516 | 0.000000e+00 | 4.000000e+00 |    Inf 
554.50/554.54	c   555s|220000 |  7611 |657644 |   3.0 |  77M|2495 |   - |5645 |  22k|5645 | 282 | 118k| 176k|4625 | 0.000000e+00 | 4.000000e+00 |    Inf 
576.99/577.06	c   577s|230000 |  7602 |701234 |   3.0 |  77M|2495 |   1 |5645 |  19k|5645 | 277 | 123k| 191k|4781 | 0.000000e+00 | 4.000000e+00 |    Inf 
598.79/598.88	c   599s|240000 |  7635 |740966 |   3.1 |  79M|2495 |  13 |5645 |  24k|5645 | 266 | 128k| 204k|4872 | 0.000000e+00 | 4.000000e+00 |    Inf 
622.51/622.57	c   623s|250000 |  7616 |781108 |   3.1 |  80M|2495 |   - |5645 |  25k|5645 | 238 | 132k| 217k|4947 | 0.000000e+00 | 4.000000e+00 |    Inf 
647.59/647.63	c   648s|260000 |  7615 |821212 |   3.2 |  80M|2495 |   1 |5645 |  24k|5645 | 262 | 138k| 231k|5086 | 0.000000e+00 | 4.000000e+00 |    Inf 
673.20/673.30	c   673s|270000 |  7639 |861705 |   3.2 |  82M|2495 |   1 |5645 |  26k|5645 | 237 | 142k| 245k|5197 | 0.000000e+00 | 4.000000e+00 |    Inf 
699.19/699.29	c   699s|280000 |  7698 |907484 |   3.2 |  83M|2495 |   1 |5645 |  26k|5645 | 200 | 149k| 258k|5307 | 0.000000e+00 | 4.000000e+00 |    Inf 
727.20/727.27	c   727s|290000 |  7706 |953267 |   3.3 |  84M|2495 |   - |5645 |  26k|   0 |   0 | 155k| 271k|5410 | 0.000000e+00 | 4.000000e+00 |    Inf 
757.50/757.58	c   758s|300000 |  7778 |  1022k|   3.4 |  87M|2495 |  10 |5645 |  30k|5645 | 260 | 165k| 285k|5554 | 0.000000e+00 | 4.000000e+00 |    Inf 
787.00/787.00	c   787s|310000 |  7905 |  1073k|   3.5 |  89M|2495 |   - |5645 |  32k|   0 |   0 | 173k| 299k|5674 | 0.000000e+00 | 4.000000e+00 |    Inf 
816.00/816.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.00/816.01	c   816s|320000 |  7936 |  1130k|   3.5 |  91M|2495 |   - |5645 |  33k|   0 |   0 | 180k| 313k|5794 | 0.000000e+00 | 4.000000e+00 |    Inf 
843.90/843.93	c   844s|330000 |  7975 |  1170k|   3.5 |  93M|2495 |  19 |5645 |  36k|5645 | 272 | 185k| 328k|5857 | 0.000000e+00 | 4.000000e+00 |    Inf 
873.60/873.61	c   874s|340000 |  7981 |  1217k|   3.6 |  93M|2495 |   1 |5645 |  34k|5645 | 232 | 190k| 342k|5933 | 0.000000e+00 | 4.000000e+00 |    Inf 
903.11/903.18	c   903s|350000 |  7975 |  1267k|   3.6 |  95M|2495 |   7 |5645 |  36k|5645 | 292 | 196k| 357k|6037 | 0.000000e+00 | 4.000000e+00 |    Inf 
931.61/931.65	c   932s|360000 |  7975 |  1313k|   3.6 |  96M|2495 |   - |5645 |  37k|   0 |   0 | 202k| 372k|6114 | 0.000000e+00 | 4.000000e+00 |    Inf 
961.80/961.82	c   962s|370000 |  8008 |  1358k|   3.7 |  99M|2495 |   - |5645 |  41k|   0 |   0 | 207k| 387k|6210 | 0.000000e+00 | 4.000000e+00 |    Inf 
993.90/993.97	c   994s|380000 |  7974 |  1408k|   3.7 |  96M|2495 |  11 |5645 |  33k|5645 | 264 | 212k| 402k|6283 | 0.000000e+00 | 4.000000e+00 |    Inf 
1021.60/1021.63	c  1022s|390000 |  7967 |  1451k|   3.7 |  96M|2495 |   - |5645 |  32k|   0 |   0 | 218k| 416k|6360 | 0.000000e+00 | 4.000000e+00 |    Inf 
1050.21/1050.28	c  1050s|400000 |  7884 |  1495k|   3.7 |  93M|2495 |   - |5645 |  28k|   0 |   0 | 224k| 430k|6442 | 0.000000e+00 | 4.000000e+00 |    Inf 
1078.51/1078.51	c  1078s|410000 |  7907 |  1539k|   3.8 |  95M|2495 |  18 |5645 |  31k|5645 | 254 | 229k| 444k|6531 | 0.000000e+00 | 4.000000e+00 |    Inf 
1105.11/1105.19	c  1105s|420000 |  7696 |  1583k|   3.8 |  89M|2495 |   1 |5645 |  25k|5645 | 275 | 235k| 458k|6641 | 0.000000e+00 | 4.000000e+00 |    Inf 
1130.11/1130.10	c  1130s|430000 |  7745 |  1626k|   3.8 |  91M|2495 |   1 |5645 |  28k|5645 | 279 | 240k| 472k|6698 | 0.000000e+00 | 4.000000e+00 |    Inf 
1156.21/1156.22	c  1156s|440000 |  7687 |  1669k|   3.8 |  90M|2495 |   - |5645 |  28k|   0 |   0 | 244k| 486k|6817 | 0.000000e+00 | 4.000000e+00 |    Inf 
1182.52/1182.57	c  1183s|450000 |  7564 |  1714k|   3.8 |  86M|2495 |   1 |5645 |  26k|5645 | 254 | 250k| 500k|6858 | 0.000000e+00 | 4.000000e+00 |    Inf 
1208.71/1208.79	c  1209s|460000 |  7579 |  1755k|   3.8 |  88M|2495 |   1 |5645 |  29k|5645 | 243 | 255k| 513k|6906 | 0.000000e+00 | 4.000000e+00 |    Inf 
1237.82/1237.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.82/1237.81	c  1238s|470000 |  7582 |  1802k|   3.8 |  89M|2495 |  15 |5645 |  31k|5645 | 260 | 261k| 526k|6992 | 0.000000e+00 | 4.000000e+00 |    Inf 
1264.71/1264.72	c  1265s|480000 |  7253 |  1853k|   3.9 |  83M|2495 |  21 |5645 |  20k|5645 | 236 | 268k| 540k|7481 | 0.000000e+00 | 4.000000e+00 |    Inf 
1277.21/1277.20	o 3
1277.21/1277.20	c *1277s|485358 |  7054 |  1876k|   3.9 |  79M|2495 |   - |5645 |  23k|5645 | 258 | 271k| 546k|7482 | 0.000000e+00 | 3.000000e+00 |    Inf 
1288.31/1288.35	c  1288s|490000 |  7086 |  1900k|   3.9 |  80M|2495 |   1 |5645 |  23k|5645 | 234 | 275k| 553k|7486 | 0.000000e+00 | 3.000000e+00 |    Inf 
1312.02/1312.00	c  1312s|500000 |  6994 |  1945k|   3.9 |  79M|2495 |   1 |5645 |  21k|5645 | 237 | 280k| 566k|7494 | 0.000000e+00 | 3.000000e+00 |    Inf 
1333.01/1333.10	c  1333s|510000 |  6617 |  1987k|   3.9 |  75M|2495 |  11 |5645 |  13k|5645 | 239 | 286k| 579k|7537 | 0.000000e+00 | 3.000000e+00 |    Inf 
1353.02/1353.02	c  1353s|520000 |  6735 |  2027k|   3.9 |  77M|2495 |  14 |5645 |  16k|5645 | 242 | 291k| 592k|7601 | 0.000000e+00 | 3.000000e+00 |    Inf 
1373.82/1373.88	c  1374s|530000 |  6913 |  2069k|   3.9 |  79M|2495 |   1 |5645 |  18k|5645 | 248 | 297k| 604k|7665 | 0.000000e+00 | 3.000000e+00 |    Inf 
1395.02/1395.05	c  1395s|540000 |  6920 |  2112k|   3.9 |  80M|2495 |   - |5645 |  19k|   0 |   0 | 302k| 618k|7718 | 0.000000e+00 | 3.000000e+00 |    Inf 
1418.32/1418.35	c  1418s|550000 |  7116 |  2159k|   3.9 |  83M|2495 |   - |5645 |  22k|5645 | 260 | 310k| 631k|7777 | 0.000000e+00 | 3.000000e+00 |    Inf 
1442.62/1442.60	c  1443s|560000 |  7244 |  2207k|   3.9 |  85M|2495 |   - |5645 |  22k|   0 |   0 | 316k| 644k|7826 | 0.000000e+00 | 3.000000e+00 |    Inf 
1467.22/1467.29	c  1467s|570000 |  7317 |  2259k|   4.0 |  87M|2495 |   5 |5645 |  24k|5645 | 301 | 322k| 658k|7890 | 0.000000e+00 | 3.000000e+00 |    Inf 
1491.31/1491.30	c  1491s|580000 |  7303 |  2303k|   4.0 |  87M|2495 |  27 |5645 |  22k|5645 | 258 | 327k| 672k|7960 | 0.000000e+00 | 3.000000e+00 |    Inf 
1515.22/1515.21	c  1515s|590000 |  7296 |  2354k|   4.0 |  88M|2495 |   - |5645 |  23k|   0 |   0 | 333k| 686k|8035 | 0.000000e+00 | 3.000000e+00 |    Inf 
1539.22/1539.22	c  1539s|600000 |  7285 |  2407k|   4.0 |  87M|2495 |   - |5645 |  21k|   0 |   0 | 340k| 699k|8122 | 0.000000e+00 | 3.000000e+00 |    Inf 
1562.72/1562.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1562.72/1562.77	c  1563s|610000 |  7294 |  2454k|   4.0 |  88M|2495 |   1 |5645 |  21k|5645 | 280 | 345k| 712k|8177 | 0.000000e+00 | 3.000000e+00 |    Inf 
1585.72/1585.74	c  1586s|620000 |  7229 |  2498k|   4.0 |  88M|2495 |   - |5645 |  21k|   0 |   0 | 350k| 726k|8234 | 0.000000e+00 | 3.000000e+00 |    Inf 
1609.02/1609.04	c  1609s|630000 |  7201 |  2540k|   4.0 |  89M|2495 |  15 |5645 |  23k|5645 | 274 | 355k| 740k|8294 | 0.000000e+00 | 3.000000e+00 |    Inf 
1633.03/1633.01	c  1633s|640000 |  6973 |  2587k|   4.0 |  86M|2495 |   1 |5645 |  21k|5645 | 276 | 360k| 754k|8357 | 0.000000e+00 | 3.000000e+00 |    Inf 
1656.63/1656.61	c  1657s|650000 |  6979 |  2633k|   4.1 |  86M|2495 |   8 |5645 |  23k|5645 | 260 | 366k| 768k|8415 | 0.000000e+00 | 3.000000e+00 |    Inf 
1681.93/1681.98	c  1682s|660000 |  7003 |  2682k|   4.1 |  88M|2495 |   - |5645 |  27k|   0 |   0 | 372k| 782k|8469 | 0.000000e+00 | 3.000000e+00 |    Inf 
1707.62/1707.62	c  1708s|670000 |  6905 |  2732k|   4.1 |  86M|2495 |   1 |5645 |  24k|5645 | 267 | 379k| 796k|8532 | 0.000000e+00 | 3.000000e+00 |    Inf 
1730.62/1730.69	c  1731s|680000 |  6744 |  2777k|   4.1 |  82M|2495 |  28 |5645 |  21k|5645 | 325 | 384k| 810k|8573 | 0.000000e+00 | 3.000000e+00 |    Inf 
1754.22/1754.24	c  1754s|690000 |  6506 |  2822k|   4.1 |  79M|2495 |   1 |5645 |  20k|5645 | 232 | 390k| 824k|8671 | 0.000000e+00 | 3.000000e+00 |    Inf 
1776.93/1776.91	c  1777s|700000 |  6512 |  2867k|   4.1 |  79M|2495 |   - |5645 |  20k|   0 |   0 | 397k| 837k|8752 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.97
1790.03/1790.00	c Solving Nodes      : 705532
1790.03/1790.00	c Primal Bound       : +3.00000000000000e+00 (159 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.08	s SATISFIABLE
1790.03/1790.08	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.08	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1790.03/1790.08	v -x167 -x166 -x165 -x164 x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1790.03/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.08	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.03/1790.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 
1790.03/1790.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 
1790.03/1790.08	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 
1790.03/1790.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 
1790.03/1790.08	v -x1 
1790.03/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.08	c Solving Time       :    1789.97
1790.03/1790.08	c Original Problem   :
1790.03/1790.08	c   Problem name     : HOME/instance-2705133-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.08	c Presolved Problem  :
1790.03/1790.08	c   Problem name     : t_HOME/instance-2705133-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5414 initial, 42748 maximal
1790.03/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.03/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   root node        :          -       5294          -          -       5294          -          -          -          -
1790.03/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   integral         :          0          0          0     482384          0         11        617          0          0     665292
1790.03/1790.08	c   linear           :       2707          6    3741369     148699          0     259133   16858860     399832          0          0
1790.03/1790.08	c   indicator        :       2707          0    3374073     147558          0        669    6477842          0          0          0
1790.03/1790.08	c   logicor          :          0+         0    1021553          0          0      46669    1036577          0          0          0
1790.03/1790.08	c   bounddisjunction :          0+         0     128324          0          0         56       6615          0          0          0
1790.03/1790.08	c   countsols        :          0          0          0      90404          0          0          0          0          0          0
1790.03/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.08	c   integral         :      13.14       0.00       0.00      13.14       0.00
1790.03/1790.08	c   linear           :     227.38       0.00     207.27      20.10       0.00
1790.03/1790.08	c   indicator        :      75.63       0.02      42.69      32.93       0.00
1790.03/1790.08	c   logicor          :     273.76       0.00     273.76       0.00       0.00
1790.03/1790.08	c   bounddisjunction :       2.13       0.00       2.13       0.00       0.00
1790.03/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.03/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.08	c   vbounds          :       0.79      36796          0      10420
1790.03/1790.08	c   rootredcost      :       0.58         52          0       2646
1790.03/1790.08	c   pseudoobj        :     152.00    3753008      10839    6047073
1790.03/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.08	c   propagation      :      20.69     316697     316631    1902309       28.0       8516       25.7          -
1790.03/1790.08	c   infeasible LP    :       5.47      14274      14274     110201       41.1        170       20.4          0
1790.03/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.08	c   applied globally :          -          -          -     844866       22.5          -          -          -
1790.03/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.08	c   redcost          :      48.84     486400          0     499374          0          0
1790.03/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.08	c   rapidlearning    :       0.19          1          0          0          0          0
1790.03/1790.08	c Pricers            :       Time      Calls       Vars
1790.03/1790.08	c   problem variables:       0.00          0          0
1790.03/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   relpscost        :      12.72     333146         11        617          0          0     665292
1790.03/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   inference        :      69.41      90352          0          0          0          0     181624
1790.03/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.08	c   LP solutions     :       0.21          -         52
1790.03/1790.08	c   pseudo solutions :       0.00          -          0
1790.03/1790.08	c   feaspump         :       0.00          0          0
1790.03/1790.08	c   intshifting      :       0.00          0          0
1790.03/1790.08	c   oneopt           :       0.44         43          0
1790.03/1790.08	c   guideddiving     :       0.21         76          0
1790.03/1790.08	c   pscostdiving     :       0.16         83          0
1790.03/1790.08	c   fracdiving       :       0.15         83          0
1790.03/1790.08	c   linesearchdiving :       0.16         83          0
1790.03/1790.08	c   coefdiving       :       0.16         83          0
1790.03/1790.08	c   veclendiving     :       0.16         84          0
1790.03/1790.08	c   objpscostdiving  :       0.17         82          0
1790.03/1790.08	c   rootsoldiving    :       0.18         82          0
1790.03/1790.08	c   crossover        :       2.47         64          6
1790.03/1790.08	c   trivial          :       0.07          2          2
1790.03/1790.08	c   simplerounding   :       0.65     333808          0
1790.03/1790.08	c   zirounding       :       0.74       1000          0
1790.03/1790.08	c   rounding         :       1.48       8144          0
1790.03/1790.08	c   shifting         :       0.72       2510          0
1790.03/1790.08	c   twoopt           :       0.00          0          0
1790.03/1790.08	c   fixandinfer      :       0.00          0          0
1790.03/1790.08	c   intdiving        :       0.00          0          0
1790.03/1790.08	c   actconsdiving    :       0.00          0          0
1790.03/1790.08	c   octane           :       0.00          0          0
1790.03/1790.08	c   rens             :       0.03          1          0
1790.03/1790.08	c   rins             :       0.00          0          0
1790.03/1790.08	c   localbranching   :       0.00          0          0
1790.03/1790.08	c   mutation         :       0.00          0          0
1790.03/1790.08	c   dins             :       0.00          0          0
1790.03/1790.08	c   undercover       :       0.00          0          0
1790.03/1790.08	c   nlp              :       0.15          0          0
1790.03/1790.08	c   trysol           :       0.36        615         99
1790.03/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.08	c   dual LP          :     400.46     414264    2886522       6.97    7208.09
1790.03/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.08	c   diving/probing LP:       0.11         69        760      11.01    7201.81
1790.03/1790.08	c   strong branching :      10.22       8772      95764      10.92    9373.26
1790.03/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.08	c B&B Tree           :
1790.03/1790.08	c   number of runs   :          1
1790.03/1790.08	c   nodes            :     705532
1790.03/1790.08	c   nodes (total)    :     705532
1790.03/1790.08	c   nodes left       :       6510
1790.03/1790.08	c   max depth        :       2495
1790.03/1790.08	c   max depth (total):       2495
1790.03/1790.08	c   backtracks       :      60335 (8.6%)
1790.03/1790.08	c   delayed cutoffs  :      54001
1790.03/1790.08	c   repropagations   :    1762328 (5129907 domain reductions, 49130 cutoffs)
1790.03/1790.08	c   avg switch length:       6.50
1790.03/1790.08	c   switching time   :     267.95
1790.03/1790.08	c Solution           :
1790.03/1790.08	c   Solutions found  :        159 (53 improvements)
1790.03/1790.08	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.08	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 485358 nodes, 1277.16 seconds, depth 31, found by <relaxation>)
1790.03/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.08	c   Gap              :   infinite
1790.03/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.08	c   Root Iterations  :        184
1790.23/1790.20	c Time complete: 1790.23.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705133-1278578351/watcher-2705133-1278578351 -o /tmp/evaluation-result-2705133-1278578351/solver-2705133-1278578351 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705133-1278578351.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.00 2.00 1.93 3/178 21854
/proc/meminfo: memFree=29842400/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=12336 CPUtime=0
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 1939 0 0 0 0 0 0 0 25 0 1 0 26049863 12632064 1857 4089446400 4194304 10345943 140735957409136 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21854/statm: 3128 1858 429 1502 0 1621 0

[startup+0.011122 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21854
/proc/meminfo: memFree=29842400/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=14360 CPUtime=0
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 2433 0 0 0 0 0 0 0 25 0 1 0 26049863 14704640 2351 4089446400 4194304 10345943 140735957409136 18446744073709551615 9104307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21854/statm: 3590 2351 429 1502 0 2083 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14360

[startup+0.101156 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21854
/proc/meminfo: memFree=29842400/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=38020 CPUtime=0.09
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 8449 0 0 0 9 0 0 0 25 0 1 0 26049863 38932480 8013 4089446400 4194304 10345943 140735957409136 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21854/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.301162 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21854
/proc/meminfo: memFree=29842400/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=70104 CPUtime=0.3
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 16213 0 0 0 28 2 0 0 25 0 1 0 26049863 71786496 15777 4089446400 4194304 10345943 140735957409136 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21854/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 70104

[startup+0.701058 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21854
/proc/meminfo: memFree=29842400/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=65264 CPUtime=0.69
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 16893 0 0 0 67 2 0 0 25 0 1 0 26049863 66830336 15052 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29784732/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=65264 CPUtime=1.49
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 16896 0 0 0 146 3 0 0 25 0 1 0 26049863 66830336 15055 4089446400 4194304 10345943 140735957409136 18446744073709551615 6872080 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 16316 15055 754 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29784512/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=65264 CPUtime=3.09
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 16899 0 0 0 306 3 0 0 25 0 1 0 26049863 66830336 15058 4089446400 4194304 10345943 140735957409136 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 16316 15058 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29775336/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=78272 CPUtime=6.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 21360 0 0 0 625 4 0 0 25 0 1 0 26049863 80150528 17772 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 19568 17772 762 1502 0 18061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78272

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29759332/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=82124 CPUtime=12.69
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 23089 0 0 0 1264 5 0 0 25 0 1 0 26049863 84094976 18898 4089446400 4194304 10345943 140735957409136 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 20531 18898 762 1502 0 19024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82124

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29738360/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=82816 CPUtime=25.49
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 35350 0 0 0 2541 8 0 0 25 0 1 0 26049863 84803584 19358 4089446400 4194304 10345943 140735957409136 18446744073709551615 4688150 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 20704 19358 762 1502 0 19197 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82816

[startup+51.1011 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 21856
/proc/meminfo: memFree=29679376/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=107272 CPUtime=51.08
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 54300 0 0 0 5096 12 0 0 25 0 1 0 26049863 109846528 25096 4089446400 4194304 10345943 140735957409136 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 26818 25096 762 1502 0 25311 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 107272

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 21857
/proc/meminfo: memFree=29543988/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=156232 CPUtime=102.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 93088 0 0 0 10208 21 0 0 25 0 1 0 26049863 159981568 37839 4089446400 4194304 10345943 140735957409136 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 39058 37839 762 1502 0 37551 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 156232

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/179 21859
/proc/meminfo: memFree=29426648/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=238452 CPUtime=162.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 153910 0 0 0 16195 34 0 0 25 0 1 0 26049863 244174848 57177 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 59613 57177 762 1502 0 58106 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 238452

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 21861
/proc/meminfo: memFree=29329968/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=331516 CPUtime=222.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 210402 0 0 0 22184 45 0 0 25 0 1 0 26049863 339472384 79332 4089446400 4194304 10345943 140735957409136 18446744073709551615 7568943 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 82879 79332 763 1502 0 81372 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 331516

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 21862
/proc/meminfo: memFree=29225360/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=440992 CPUtime=282.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 260578 0 0 0 28171 58 0 0 25 0 1 0 26049863 451575808 104838 4089446400 4194304 10345943 140735957409136 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 110248 104838 763 1502 0 108741 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 440992

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21864
/proc/meminfo: memFree=29125100/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=544088 CPUtime=342.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 318533 0 0 0 34158 71 0 0 25 0 1 0 26049863 557146112 127960 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 136022 127960 784 1502 0 134515 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 544088

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21865
/proc/meminfo: memFree=29118340/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=547160 CPUtime=402.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 361191 0 0 0 40144 85 0 0 25 0 1 0 26049863 560291840 128847 4089446400 4194304 10345943 140735957409136 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 136790 128847 784 1502 0 135283 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 547160

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21867
/proc/meminfo: memFree=29099816/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=565996 CPUtime=462.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 386222 0 0 0 46133 96 0 0 25 0 1 0 26049863 579579904 133301 4089446400 4194304 10345943 140735957409136 18446744073709551615 5614745 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 141499 133301 785 1502 0 139992 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 565996

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21869
/proc/meminfo: memFree=29096900/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=565996 CPUtime=522.29
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 386224 0 0 0 52123 106 0 0 25 0 1 0 26049863 579579904 133303 4089446400 4194304 10345943 140735957409136 18446744073709551615 4217902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 141499 133303 785 1502 0 139992 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 565996

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21870
/proc/meminfo: memFree=29079376/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=563344 CPUtime=582.3
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 386945 0 0 0 58116 114 0 0 25 0 1 0 26049863 576864256 133138 4089446400 4194304 10345943 140735957409136 18446744073709551615 5614673 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 140836 133138 785 1502 0 139329 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 563344

[startup+642.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 21872
/proc/meminfo: memFree=29079212/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=563344 CPUtime=642.3
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 388572 0 0 0 64109 121 0 0 25 0 1 0 26049863 576864256 133182 4089446400 4194304 10345943 140735957409136 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 140836 133182 785 1502 0 139329 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 563344

[startup+702.301 s]

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

/proc/meminfo: memFree=29071296/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=569152 CPUtime=1062.31
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 391844 0 0 0 106055 176 0 0 25 0 1 0 26049863 582811648 134611 4089446400 4194304 10345943 140735957409136 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142288 134611 785 1502 0 140781 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 569152

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21885
/proc/meminfo: memFree=29067748/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=570428 CPUtime=1122.31
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 392109 0 0 0 112048 183 0 0 25 0 1 0 26049863 584118272 134876 4089446400 4194304 10345943 140735957409136 18446744073709551615 6556776 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142607 134876 785 1502 0 141100 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 570428

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21886
/proc/meminfo: memFree=29066096/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=571076 CPUtime=1182.31
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 392277 0 0 0 118041 190 0 0 25 0 1 0 26049863 584781824 135044 4089446400 4194304 10345943 140735957409136 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142769 135044 796 1502 0 141262 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 571076

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 21888
/proc/meminfo: memFree=29065272/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=571076 CPUtime=1242.31
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 392279 0 0 0 124034 197 0 0 25 0 1 0 26049863 584781824 135046 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142769 135046 796 1502 0 141262 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 571076

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 21889
/proc/meminfo: memFree=29064240/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=570460 CPUtime=1302.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 408056 0 0 0 130025 207 0 0 25 0 1 0 26049863 584151040 134977 4089446400 4194304 10345943 140735957409136 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142615 134977 796 1502 0 141108 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 570460

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 21900
/proc/meminfo: memFree=29063204/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=570780 CPUtime=1362.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 413936 0 0 0 136016 216 0 0 25 0 1 0 26049863 584478720 134998 4089446400 4194304 10345943 140735957409136 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142695 134998 796 1502 0 141188 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 570780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 21902
/proc/meminfo: memFree=29062784/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=571636 CPUtime=1422.33
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 418164 0 0 0 142008 225 0 0 25 0 1 0 26049863 585355264 135103 4089446400 4194304 10345943 140735957409136 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 142909 135103 796 1502 0 141402 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 571636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21903
/proc/meminfo: memFree=29059988/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572568 CPUtime=1482.31
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 419303 0 0 0 147999 232 0 0 25 0 1 0 26049863 586309632 135205 4089446400 4194304 10345943 140735957409136 18446744073709551615 6777571 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 143142 135205 796 1502 0 141635 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 572568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21905
/proc/meminfo: memFree=29055820/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572512 CPUtime=1542.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 421128 0 0 0 153990 242 0 0 25 0 1 0 26049863 586252288 135295 4089446400 4194304 10345943 140735957409136 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 143128 135295 796 1502 0 141621 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 572512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21906
/proc/meminfo: memFree=29054380/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572688 CPUtime=1602.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 421192 0 0 0 159982 250 0 0 25 0 1 0 26049863 586432512 135359 4089446400 4194304 10345943 140735957409136 18446744073709551615 4220157 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 143172 135359 796 1502 0 141665 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 572688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21908
/proc/meminfo: memFree=29052960/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572688 CPUtime=1662.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 421213 0 0 0 165973 259 0 0 25 0 1 0 26049863 586432512 135380 4089446400 4194304 10345943 140735957409136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 143172 135380 796 1502 0 141665 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 572688

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 21910
/proc/meminfo: memFree=29051276/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572688 CPUtime=1722.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 421231 0 0 0 171966 266 0 0 25 0 1 0 26049863 586432512 135398 4089446400 4194304 10345943 140735957409136 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21854/statm: 143172 135398 796 1502 0 141665 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 572688

[startup+1782.3 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29336464/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1782.32
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426853 0 0 0 177958 274 0 0 25 0 1 0 26049863 586211328 135168 4089446400 4194304 10345943 140735957409136 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135168 796 1502 0 141611 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 572472

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

[startup+1785.5 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29334232/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1785.53
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426854 0 0 0 178278 275 0 0 25 0 1 0 26049863 586211328 135169 4089446400 4194304 10345943 140735957409136 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135169 796 1502 0 141611 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 572472

[startup+1788.7 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29329908/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1788.72
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426854 0 0 0 178597 275 0 0 25 0 1 0 26049863 586211328 135169 4089446400 4194304 10345943 140735957409136 18446744073709551615 5614673 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135169 796 1502 0 141611 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 572472

[startup+1789.5 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29329908/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1789.52
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426854 0 0 0 178677 275 0 0 25 0 1 0 26049863 586211328 135169 4089446400 4194304 10345943 140735957409136 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135169 796 1502 0 141611 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 572472

[startup+1789.9 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29327728/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1789.93
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426854 0 0 0 178717 276 0 0 25 0 1 0 26049863 586211328 135169 4089446400 4194304 10345943 140735957409136 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135169 796 1502 0 141611 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 572472

[startup+1790.1 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29327728/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=572472 CPUtime=1790.13
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426855 0 0 0 178737 276 0 0 18 0 1 0 26049863 586211328 135170 4089446400 4194304 10345943 140735957409136 18446744073709551615 4653781 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21854/statm: 143118 135170 797 1502 0 141611 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 572472

[startup+1790.2 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29327728/32951124 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=217952 CPUtime=1790.23
/proc/21854/stat : 21854 (pbscip.linux.x8) R 21852 21854 21369 0 -1 4202496 426856 0 0 0 178745 278 0 0 18 0 1 0 26049863 223182848 12198 4089446400 4194304 10345943 140735957409136 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21854/statm: 54488 11914 797 1502 0 52981 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 217952

Child status: 0
Real time (s): 1790.2
CPU time (s): 1790.24
CPU user time (s): 1787.45
CPU system time (s): 2.78358
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 588312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.45
system time used= 2.78358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426859
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= 3
involuntary context switches= 2862

runsolver used 2.66059 second user time and 5.49116 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-08 10:39:11
IDJOB=2705133
IDBENCH=79311
IDSOLVER=1214
FILE ID=node108/2705133-1278578351
PBS_JOBID= 11240237
Free space on /tmp= 73472 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705133-1278578351/watcher-2705133-1278578351 -o /tmp/evaluation-result-2705133-1278578351/solver-2705133-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705133-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=1165751902

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29842928 kB
Buffers:        153404 kB
Cached:        2663860 kB
SwapCached:          0 kB
Active:        1867656 kB
Inactive:      1091844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29842928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25908 kB
Writeback:           0 kB
AnonPages:      142180 kB
Mapped:          17552 kB
Slab:            85452 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288560 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= 73456 MiB
End job on node108 at 2010-07-08 11:09:02