Trace number 2693023

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.23 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
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 benchmark30.1254
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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: Clp 1.11.1] [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-2693023-1277929361.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 136179
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.361790e+05 |    Inf 
16.40/16.48	c  16.2s| 10000 | 10001 |  4262 |   0.4 |  44M| 783 |   0 |5645 |5414 |5645 | 203 |1492 |   0 | 698 | 0.000000e+00 | 1.361790e+05 |    Inf 
30.99/31.09	c  30.6s| 20000 | 20001 |  7391 |   0.4 |  66M| 783 |   0 |5645 |5414 |5645 | 208 |2476 |   0 | 819 | 0.000000e+00 | 1.361790e+05 |    Inf 
45.49/45.53	c  44.9s| 30000 | 29999 | 10624 |   0.3 |  86M| 783 |   0 |5645 |5424 |5645 | 255 |3449 |  10 | 876 | 0.000000e+00 | 1.361790e+05 |    Inf 
59.99/60.01	c  59.2s| 40000 | 39999 | 13671 |   0.3 | 106M| 783 |   0 |5645 |5424 |5645 | 260 |4574 |  10 | 947 | 0.000000e+00 | 1.361790e+05 |    Inf 
74.09/74.18	c  73.2s| 50000 | 49995 | 16093 |   0.3 | 126M| 783 |   0 |5645 |5442 |5645 | 242 |5353 |  28 |1016 | 0.000000e+00 | 1.361790e+05 |    Inf 
88.79/88.80	c  87.7s| 60000 | 59995 | 19493 |   0.3 | 146M| 783 |   0 |5645 |5442 |5645 | 262 |6516 |  28 |1052 | 0.000000e+00 | 1.361790e+05 |    Inf 
89.59/89.69	o 691
89.59/89.69	c *88.6s| 60606 | 55368 | 19656 |   0.3 | 138M| 783 |   - |5645 |5442 |5645 | 245 |6564 |  28 |1052 | 0.000000e+00 | 6.910000e+02 |    Inf 
101.39/101.49	o 677
101.39/101.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.39/101.49	c * 100s| 67191 | 61257 | 23592 |   0.3 | 151M| 783 |   - |5645 |5718 |5645 | 258 |7793 | 304 |1082 | 0.000000e+00 | 6.770000e+02 |    Inf 
101.49/101.51	o 672
101.49/101.51	c * 100s| 67192 | 61083 | 23596 |   0.3 | 151M| 783 |   - |5645 |5718 |5645 | 258 |7793 | 304 |1082 | 0.000000e+00 | 6.720000e+02 |    Inf 
101.99/102.05	o 656
101.99/102.05	c * 101s| 67365 | 60687 | 24250 |   0.4 | 150M| 783 |   - |5645 |5817 |5645 | 250 |7962 | 403 |1095 | 0.000000e+00 | 6.560000e+02 |    Inf 
103.39/103.46	o 626
103.39/103.46	c * 102s| 68035 | 60232 | 24870 |   0.4 | 150M| 783 |   - |5645 |5922 |5645 | 240 |8129 | 508 |1103 | 0.000000e+00 | 6.260000e+02 |    Inf 
104.89/104.91	o 583
104.89/104.91	c * 104s| 68684 | 58944 | 25612 |   0.4 | 148M| 783 |   - |5645 |6031 |5645 | 226 |8367 | 617 |1104 | 0.000000e+00 | 5.830000e+02 |    Inf 
104.89/104.94	o 561
104.89/104.94	c * 104s| 68695 | 57701 | 25627 |   0.4 | 146M| 783 |   - |5645 |6031 |5645 | 229 |8370 | 617 |1104 | 0.000000e+00 | 5.610000e+02 |    Inf 
105.49/105.55	o 535
105.49/105.55	c * 104s| 68965 | 56032 | 25860 |   0.4 | 142M| 783 |   - |5645 |6101 |5645 | 230 |8454 | 687 |1108 | 0.000000e+00 | 5.350000e+02 |    Inf 
105.99/106.09	o 513
105.99/106.09	c * 105s| 69238 | 54460 | 25920 |   0.4 | 140M| 783 |   - |5645 |6148 |5645 | 238 |8466 | 734 |1109 | 0.000000e+00 | 5.130000e+02 |    Inf 
106.89/106.95	o 485
106.89/106.95	c * 106s| 69699 | 52139 | 26073 |   0.4 | 135M| 783 |   - |5645 |6170 |5645 | 225 |8509 | 756 |1115 | 0.000000e+00 | 4.850000e+02 |    Inf 
107.59/107.67	c   106s| 70000 | 52415 | 26770 |   0.4 | 136M| 783 |   0 |5645 |6264 |5645 | 247 |8698 | 850 |1123 | 0.000000e+00 | 4.850000e+02 |    Inf 
108.19/108.25	o 467
108.19/108.25	c * 107s| 70255 | 50860 | 27131 |   0.4 | 134M| 783 |   - |5645 |6358 |5645 | 228 |8791 | 944 |1126 | 0.000000e+00 | 4.670000e+02 |    Inf 
108.29/108.38	o 429
108.29/108.38	c * 107s| 70315 | 47195 | 27181 |   0.4 | 126M| 783 |   - |5645 |6393 |5645 | 231 |8801 | 979 |1126 | 0.000000e+00 | 4.290000e+02 |    Inf 
110.09/110.20	o 407
110.09/110.20	c * 109s| 70983 | 45715 | 28405 |   0.4 | 124M| 783 |   - |5645 |6809 |5645 | 251 |9215 |1395 |1127 | 0.000000e+00 | 4.070000e+02 |    Inf 
110.49/110.52	o 400
110.49/110.52	c * 109s| 71099 | 45117 | 28701 |   0.4 | 123M| 783 |   - |5645 |6884 |5645 | 257 |9303 |1470 |1127 | 0.000000e+00 | 4.000000e+02 |    Inf 
117.10/117.18	o 380
117.10/117.18	c * 116s| 73690 | 45306 | 34219 |   0.5 | 127M| 783 |   - |5645 |8011 |5645 | 243 |  10k|2608 |1208 | 0.000000e+00 | 3.800000e+02 |    Inf 
117.79/117.81	o 347
117.79/117.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.79/117.81	c * 116s| 73971 | 41744 | 34572 |   0.5 | 120M| 783 |   - |5645 |8106 |5645 | 210 |  11k|2709 |1209 | 0.000000e+00 | 3.470000e+02 |    Inf 
117.99/118.06	o 308
117.99/118.06	c * 117s| 74095 | 36389 | 34657 |   0.5 | 108M| 783 |   - |5645 |8143 |5645 | 221 |  11k|2746 |1209 | 0.000000e+00 | 3.080000e+02 |    Inf 
120.09/120.17	o 254
120.09/120.17	c * 119s| 74846 | 28798 | 36289 |   0.5 |  93M| 783 |   - |5645 |8497 |5645 | 222 |  11k|3149 |1224 | 0.000000e+00 | 2.540000e+02 |    Inf 
120.29/120.30	o 228
120.29/120.30	c * 119s| 74894 | 24676 | 36402 |   0.5 |  84M| 783 |   - |5645 |8491 |5645 | 220 |  11k|3149 |1224 | 0.000000e+00 | 2.280000e+02 |    Inf 
124.09/124.20	o 177
124.09/124.20	c * 123s| 76439 | 16836 | 39052 |   0.5 |  72M| 783 |   - |5645 |9112 |5645 | 244 |  12k|3954 |1256 | 0.000000e+00 | 1.770000e+02 |    Inf 
124.49/124.58	o 170
124.49/124.58	c * 123s| 76533 | 15675 | 39340 |   0.5 |  69M| 783 |   - |5645 |9173 |5645 | 256 |  12k|4046 |1259 | 0.000000e+00 | 1.700000e+02 |    Inf 
131.49/131.54	o 165
131.49/131.54	c * 130s| 78571 | 16326 | 46118 |   0.6 |  77M| 783 |   - |5645 |9463 |5645 | 234 |  14k|5753 |1328 | 0.000000e+00 | 1.650000e+02 |    Inf 
132.29/132.37	o 163
132.29/132.37	c * 131s| 78839 | 16063 | 47123 |   0.6 |  77M| 783 |   - |5645 |8771 |5645 | 265 |  14k|5940 |1337 | 0.000000e+00 | 1.630000e+02 |    Inf 
133.00/133.06	o 161
133.00/133.06	c * 131s| 79006 | 15824 | 47876 |   0.6 |  76M| 783 |   - |5645 |8210 |5645 | 258 |  14k|6080 |1358 | 0.000000e+00 | 1.610000e+02 |    Inf 
134.20/134.26	o 155
134.20/134.26	c * 132s| 79378 | 15104 | 49063 |   0.6 |  76M| 783 |   - |5645 |7984 |5645 | 258 |  15k|6333 |1376 | 0.000000e+00 | 1.550000e+02 |    Inf 
134.39/134.49	o 145
134.39/134.49	c * 133s| 79450 | 13667 | 49262 |   0.6 |  72M| 783 |   - |5645 |7967 |5645 | 241 |  15k|6394 |1376 | 0.000000e+00 | 1.450000e+02 |    Inf 
134.49/134.50	o 143
134.49/134.50	c * 133s| 79451 | 13325 | 49262 |   0.6 |  71M| 783 |   - |5645 |7967 |5645 | 241 |  15k|6394 |1376 | 0.000000e+00 | 1.430000e+02 |    Inf 
134.78/134.80	o 139
134.78/134.80	c * 133s| 79529 | 12771 | 49715 |   0.6 |  69M| 783 |   - |5645 |7914 |5645 | 284 |  15k|6422 |1383 | 0.000000e+00 | 1.390000e+02 |    Inf 
134.78/134.81	o 123
134.78/134.81	c * 133s| 79530 | 10472 | 49715 |   0.6 |  63M| 783 |   - |5645 |7914 |5645 | 284 |  15k|6422 |1383 | 0.000000e+00 | 1.230000e+02 |    Inf 
134.88/134.97	o 111
134.88/134.97	c * 133s| 79568 |  8964 | 49992 |   0.6 |  60M| 783 |   - |5645 |7855 |5645 | 247 |  15k|6436 |1388 | 0.000000e+00 | 1.110000e+02 |    Inf 
136.59/136.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.59/136.60	c   135s| 80000 |  9209 | 51526 |   0.6 |  62M| 783 |   - |5645 |7628 |   0 |   0 |  15k|6802 |1391 | 0.000000e+00 | 1.110000e+02 |    Inf 
137.59/137.69	o 108
137.59/137.69	c * 136s| 80388 |  9190 | 52387 |   0.6 |  62M| 783 |   - |5645 |7522 |5645 | 261 |  16k|6929 |1397 | 0.000000e+00 | 1.080000e+02 |    Inf 
137.69/137.72	o 102
137.69/137.72	c * 136s| 80398 |  8573 | 52389 |   0.6 |  60M| 783 |   - |5645 |7522 |5645 | 261 |  16k|6929 |1397 | 0.000000e+00 | 1.020000e+02 |    Inf 
137.79/137.87	o 97
137.79/137.87	c * 136s| 80447 |  7928 | 52511 |   0.7 |  58M| 783 |   - |5645 |7484 |5645 | 262 |  16k|6930 |1405 | 0.000000e+00 | 9.700000e+01 |    Inf 
137.79/137.88	o 79
137.79/137.88	c * 136s| 80448 |  5616 | 52511 |   0.7 |  50M| 783 |   - |5645 |7484 |5645 | 262 |  16k|6930 |1405 | 0.000000e+00 | 7.900000e+01 |    Inf 
138.39/138.40	o 55
138.39/138.40	c * 137s| 80580 |  3417 | 53037 |   0.7 |  42M| 783 |   - |5645 |6613 |5645 | 234 |  16k|7005 |1413 | 0.000000e+00 | 5.500000e+01 |    Inf 
138.79/138.89	o 38
138.79/138.89	c * 137s| 80668 |  2557 | 53864 |   0.7 |  40M| 783 |   - |5645 |5811 |5645 | 227 |  16k|7081 |1472 | 0.000000e+00 | 3.800000e+01 |    Inf 
138.89/138.97	o 36
138.89/138.97	c * 137s| 80683 |  2510 | 53959 |   0.7 |  40M| 783 |   - |5645 |5281 |5645 | 236 |  16k|7081 |1478 | 0.000000e+00 | 3.600000e+01 |    Inf 
138.99/139.01	o 34
138.99/139.01	c * 137s| 80686 |  2334 | 54028 |   0.7 |  39M| 783 |   - |5645 |5158 |5645 | 241 |  16k|7089 |1478 | 0.000000e+00 | 3.400000e+01 |    Inf 
139.09/139.10	o 32
139.09/139.10	c * 137s| 80705 |  2215 | 54127 |   0.7 |  39M| 783 |   - |5645 |5051 |5645 | 231 |  16k|7095 |1483 | 0.000000e+00 | 3.200000e+01 |    Inf 
139.09/139.12	o 27
139.09/139.12	c * 137s| 80713 |  1943 | 54128 |   0.7 |  38M| 783 |   - |5645 |4961 |5645 | 231 |  16k|7095 |1483 | 0.000000e+00 | 2.700000e+01 |    Inf 
139.19/139.25	o 19
139.19/139.25	c * 137s| 80727 |  1661 | 54516 |   0.7 |  37M| 783 |   - |5645 |4765 |5645 | 233 |  16k|7129 |1493 | 0.000000e+00 | 1.900000e+01 |    Inf 
139.39/139.41	o 11
139.39/139.41	c * 138s| 80769 |  1011 | 54919 |   0.7 |  34M| 783 |   - |5645 |4449 |5645 | 235 |  16k|7194 |1499 | 0.000000e+00 | 1.100000e+01 |    Inf 
157.00/157.01	c   155s| 90000 |  1271 | 94091 |   1.0 |  40M| 783 |   5 |5645 |6127 |5645 | 205 |  23k|  18k|1852 | 0.000000e+00 | 1.100000e+01 |    Inf 
177.39/177.44	c   175s|100000 |  1568 |138401 |   1.4 |  44M| 783 |   8 |5645 |7912 |5645 | 201 |  32k|  31k|2208 | 0.000000e+00 | 1.100000e+01 |    Inf 
198.49/198.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.49/198.58	c   195s|110000 |  1714 |175553 |   1.6 |  48M| 783 |   - |5645 |8267 |   0 |   0 |  38k|  44k|2468 | 0.000000e+00 | 1.100000e+01 |    Inf 
220.29/220.34	c   217s|120000 |  1803 |219248 |   1.8 |  50M| 783 |   1 |5645 |8804 |5645 | 190 |  45k|  56k|2757 | 0.000000e+00 | 1.100000e+01 |    Inf 
236.50/236.54	o 8
236.50/236.54	c * 233s|127592 |  1798 |249247 |   2.0 |  50M| 783 |   - |5645 |  10k|5645 | 240 |  51k|  66k|2910 | 0.000000e+00 | 8.000000e+00 |    Inf 
241.29/241.32	c   237s|130000 |  1839 |257821 |   2.0 |  50M| 783 |   - |5645 |9715 |   0 |   0 |  53k|  69k|2981 | 0.000000e+00 | 8.000000e+00 |    Inf 
261.39/261.41	c   257s|140000 |  1954 |293074 |   2.1 |  52M| 783 |   1 |5645 |  11k|5645 | 269 |  58k|  83k|3173 | 0.000000e+00 | 8.000000e+00 |    Inf 
281.99/282.01	c   277s|150000 |  2040 |330600 |   2.2 |  54M| 783 |   - |5645 |9750 |   0 |   0 |  62k|  96k|3387 | 0.000000e+00 | 8.000000e+00 |    Inf 
302.39/302.42	c   297s|160000 |  2137 |367233 |   2.3 |  56M| 783 |   - |5645 |  11k|   0 |   0 |  68k| 110k|3530 | 0.000000e+00 | 8.000000e+00 |    Inf 
323.19/323.26	c   318s|170000 |  2248 |407751 |   2.4 |  57M| 783 |   1 |5645 |  11k|5645 | 241 |  73k| 124k|3697 | 0.000000e+00 | 8.000000e+00 |    Inf 
344.70/344.74	c   339s|180000 |  2433 |446507 |   2.5 |  60M| 783 |   - |5645 |  13k|   0 |   0 |  78k| 138k|3815 | 0.000000e+00 | 8.000000e+00 |    Inf 
366.20/366.30	c   360s|190000 |  2509 |486010 |   2.6 |  62M| 783 |   - |5645 |  10k|   0 |   0 |  84k| 152k|4072 | 0.000000e+00 | 8.000000e+00 |    Inf 
386.79/386.80	c   380s|200000 |  2584 |523560 |   2.6 |  64M| 783 |   6 |5645 |  12k|5645 | 218 |  89k| 166k|4178 | 0.000000e+00 | 8.000000e+00 |    Inf 
388.69/388.74	o 7
388.69/388.74	c * 382s|201037 |  2430 |527004 |   2.6 |  61M| 783 |   - |5645 |  12k|5645 | 255 |  90k| 167k|4178 | 0.000000e+00 | 7.000000e+00 |    Inf 
398.40/398.42	o 5
398.40/398.42	c * 391s|205604 |  2212 |545257 |   2.7 |  57M| 783 |   - |5645 |  11k|5645 | 254 |  93k| 173k|4251 | 0.000000e+00 | 5.000000e+00 |    Inf 
407.40/407.49	c   400s|210000 |  2182 |560804 |   2.7 |  57M| 783 |   1 |5645 |9560 |5645 | 263 |  95k| 180k|4302 | 0.000000e+00 | 5.000000e+00 |    Inf 
428.20/428.24	c   421s|220000 |  2195 |606883 |   2.8 |  58M| 783 |  12 |5645 |9638 |5645 | 213 |  99k| 193k|4502 | 0.000000e+00 | 5.000000e+00 |    Inf 
449.40/449.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.40/449.42	c   441s|230000 |  2256 |645788 |   2.8 |  60M| 783 |   - |5645 |  12k|   0 |   0 | 105k| 206k|4614 | 0.000000e+00 | 5.000000e+00 |    Inf 
471.10/471.13	c   463s|240000 |  2290 |686839 |   2.9 |  61M| 783 |   - |5645 |  15k|   0 |   0 | 110k| 219k|4759 | 0.000000e+00 | 5.000000e+00 |    Inf 
493.60/493.64	c   485s|250000 |  2352 |727397 |   2.9 |  62M| 783 |   1 |5645 |  12k|5645 | 251 | 116k| 232k|4894 | 0.000000e+00 | 5.000000e+00 |    Inf 
515.30/515.34	c   506s|260000 |  2353 |765945 |   2.9 |  63M| 783 |   1 |5645 |  14k|5645 | 257 | 120k| 246k|5001 | 0.000000e+00 | 5.000000e+00 |    Inf 
538.39/538.46	c   529s|270000 |  2391 |807553 |   3.0 |  64M| 783 |  10 |5645 |  14k|5645 | 261 | 125k| 259k|5138 | 0.000000e+00 | 5.000000e+00 |    Inf 
549.00/549.07	o 4
549.00/549.07	c * 539s|274717 |  2075 |824624 |   3.0 |  60M| 783 |   - |5645 |  15k|5645 | 257 | 127k| 266k|5168 | 0.000000e+00 | 4.000000e+00 |    Inf 
549.00/549.09	o 3
549.00/549.09	c * 539s|274718 |  1643 |824633 |   3.0 |  53M| 783 |   - |5645 |  15k|5645 | 257 | 127k| 266k|5168 | 0.000000e+00 | 3.000000e+00 |    Inf 
560.29/560.32	c   550s|280000 |  1663 |843817 |   3.0 |  54M| 783 |   1 |5645 |  16k|5645 | 248 | 129k| 273k|5206 | 0.000000e+00 | 3.000000e+00 |    Inf 
582.90/582.96	c   572s|290000 |  1629 |883861 |   3.0 |  54M| 783 |   5 |5645 |  17k|5645 | 261 | 133k| 286k|5326 | 0.000000e+00 | 3.000000e+00 |    Inf 
605.30/605.35	c   594s|300000 |  1691 |924053 |   3.1 |  55M| 783 |   - |5645 |  18k|   0 |   0 | 137k| 300k|5415 | 0.000000e+00 | 3.000000e+00 |    Inf 
619.89/619.98	o 2
619.89/619.98	c * 609s|306868 |  1572 |949516 |   3.1 |  54M| 783 |   - |5645 |  16k|5645 | 254 | 140k| 309k|5510 | 0.000000e+00 | 2.000000e+00 |    Inf 
626.10/626.13	c   615s|310000 |  1564 |961788 |   3.1 |  54M| 783 |   - |5645 |  16k|   0 |   0 | 142k| 313k|5525 | 0.000000e+00 | 2.000000e+00 |    Inf 
645.70/645.70	c   634s|320000 |  1590 |998128 |   3.1 |  54M| 783 |   - |5645 |  16k|   0 |   0 | 147k| 326k|5611 | 0.000000e+00 | 2.000000e+00 |    Inf 
665.70/665.70	c   654s|330000 |  1777 |  1035k|   3.1 |  56M| 783 |   - |5645 |  18k|   0 |   0 | 152k| 339k|5720 | 0.000000e+00 | 2.000000e+00 |    Inf 
689.60/689.63	c   677s|340000 |  1884 |  1077k|   3.2 |  59M| 783 |   - |5645 |  24k|5645 | 220 | 157k| 353k|5773 | 0.000000e+00 | 2.000000e+00 |    Inf 
714.40/714.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.40/714.49	c   701s|350000 |  1838 |  1118k|   3.2 |  58M| 783 |   1 |5645 |  22k|5645 | 276 | 162k| 366k|5880 | 0.000000e+00 | 2.000000e+00 |    Inf 
738.70/738.70	c   724s|360000 |  1820 |  1158k|   3.2 |  57M| 783 |  11 |5645 |  17k|5645 | 208 | 167k| 380k|6019 | 0.000000e+00 | 2.000000e+00 |    Inf 
761.70/761.72	c   747s|370000 |  2026 |  1197k|   3.2 |  59M| 783 |   - |5645 |  18k|   0 |   0 | 173k| 393k|6096 | 0.000000e+00 | 2.000000e+00 |    Inf 
786.00/786.05	c   770s|380000 |  2080 |  1235k|   3.3 |  60M| 783 |   - |5645 |  21k|   0 |   0 | 177k| 406k|6203 | 0.000000e+00 | 2.000000e+00 |    Inf 
811.00/811.07	c   795s|390000 |  2182 |  1274k|   3.3 |  62M| 783 |   - |5645 |  22k|   0 |   0 | 182k| 419k|6277 | 0.000000e+00 | 2.000000e+00 |    Inf 
837.11/837.14	c   820s|400000 |  2208 |  1313k|   3.3 |  62M| 783 |   - |5645 |  23k|   0 |   0 | 187k| 432k|6344 | 0.000000e+00 | 2.000000e+00 |    Inf 
863.30/863.36	c   845s|410000 |  2217 |  1348k|   3.3 |  64M| 783 |   - |5645 |  28k|   0 |   0 | 192k| 446k|6403 | 0.000000e+00 | 2.000000e+00 |    Inf 
892.01/892.08	c   873s|420000 |  2248 |  1385k|   3.3 |  66M| 783 |   - |5645 |  33k|   0 |   0 | 197k| 460k|6458 | 0.000000e+00 | 2.000000e+00 |    Inf 
922.91/922.93	c   904s|430000 |  2227 |  1425k|   3.3 |  66M| 783 |   1 |5645 |  32k|5645 | 256 | 202k| 473k|6542 | 0.000000e+00 | 2.000000e+00 |    Inf 
954.61/954.65	c   935s|440000 |  2214 |  1462k|   3.3 |  66M| 783 |   - |5645 |  33k|   0 |   0 | 206k| 488k|6612 | 0.000000e+00 | 2.000000e+00 |    Inf 
987.91/987.92	c   967s|450000 |  2226 |  1497k|   3.3 |  68M| 783 |   - |5645 |  35k|   0 |   0 | 210k| 501k|6679 | 0.000000e+00 | 2.000000e+00 |    Inf 
1019.81/1019.89	c   998s|460000 |  2233 |  1533k|   3.3 |  69M| 783 |   - |5645 |  39k|   0 |   0 | 215k| 515k|6747 | 0.000000e+00 | 2.000000e+00 |    Inf 
1051.00/1051.06	c  1029s|470000 |  2190 |  1573k|   3.3 |  64M| 783 |   - |5645 |  26k|   0 |   0 | 220k| 529k|6832 | 0.000000e+00 | 2.000000e+00 |    Inf 
1079.11/1079.11	c  1056s|480000 |  2206 |  1612k|   3.4 |  65M| 783 |   - |5645 |  27k|   0 |   0 | 224k| 542k|6897 | 0.000000e+00 | 2.000000e+00 |    Inf 
1105.81/1105.87	c  1082s|490000 |  2202 |  1649k|   3.4 |  66M| 783 |   - |5645 |  29k|   0 |   0 | 229k| 556k|6972 | 0.000000e+00 | 2.000000e+00 |    Inf 
1135.12/1135.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1135.12/1135.15	c  1110s|500000 |  2204 |  1689k|   3.4 |  67M| 783 |   1 |5645 |  31k|5645 | 269 | 234k| 570k|7039 | 0.000000e+00 | 2.000000e+00 |    Inf 
1162.11/1162.16	c  1137s|510000 |  2170 |  1725k|   3.4 |  64M| 783 |   1 |5645 |  26k|5645 | 245 | 239k| 584k|7109 | 0.000000e+00 | 2.000000e+00 |    Inf 
1189.41/1189.48	c  1163s|520000 |  2144 |  1763k|   3.4 |  65M| 783 |   6 |5645 |  28k|5645 | 255 | 243k| 597k|7165 | 0.000000e+00 | 2.000000e+00 |    Inf 
1216.21/1216.26	c  1189s|530000 |  2079 |  1800k|   3.4 |  64M| 783 |   7 |5645 |  26k|5645 | 272 | 248k| 610k|7223 | 0.000000e+00 | 2.000000e+00 |    Inf 
1242.82/1242.87	c  1215s|540000 |  2076 |  1835k|   3.4 |  65M| 783 |  15 |5645 |  27k|5645 | 266 | 252k| 624k|7277 | 0.000000e+00 | 2.000000e+00 |    Inf 
1268.92/1268.98	c  1241s|550000 |  1898 |  1870k|   3.4 |  61M| 783 |  14 |5645 |  21k|5645 | 213 | 256k| 638k|7351 | 0.000000e+00 | 2.000000e+00 |    Inf 
1292.11/1292.18	c  1263s|560000 |  1844 |  1908k|   3.4 |  60M| 783 |   1 |5645 |  18k|5645 | 226 | 261k| 651k|7581 | 0.000000e+00 | 2.000000e+00 |    Inf 
1314.21/1314.26	c  1284s|570000 |  1705 |  1946k|   3.4 |  58M| 783 |   9 |5645 |  16k|5645 | 251 | 266k| 664k|7674 | 0.000000e+00 | 2.000000e+00 |    Inf 
1337.62/1337.63	c  1307s|580000 |  1617 |  1984k|   3.4 |  58M| 783 |   4 |5645 |  17k|5645 | 212 | 271k| 678k|7703 | 0.000000e+00 | 2.000000e+00 |    Inf 
1360.72/1360.71	c  1329s|590000 |  1567 |  2021k|   3.4 |  59M| 783 |   1 |5645 |  21k|5645 | 230 | 276k| 691k|7763 | 0.000000e+00 | 2.000000e+00 |    Inf 
1386.82/1386.86	c  1355s|600000 |  1522 |  2059k|   3.4 |  58M| 783 |   1 |5645 |  20k|5645 | 223 | 281k| 704k|7869 | 0.000000e+00 | 2.000000e+00 |    Inf 
1411.02/1411.07	c  1378s|610000 |  1322 |  2099k|   3.4 |  54M| 783 |   - |5645 |  14k|   0 |   0 | 288k| 717k|7951 | 0.000000e+00 | 2.000000e+00 |    Inf 
1432.92/1432.94	c  1399s|620000 |  1382 |  2139k|   3.5 |  56M| 783 |   1 |5645 |  17k|5645 | 230 | 293k| 730k|8012 | 0.000000e+00 | 2.000000e+00 |    Inf 
1455.51/1455.54	c  1421s|630000 |  1217 |  2178k|   3.5 |  55M| 783 |   6 |5645 |  17k|5645 | 301 | 298k| 744k|8112 | 0.000000e+00 | 2.000000e+00 |    Inf 
1477.82/1477.84	c  1443s|640000 |  1261 |  2214k|   3.5 |  56M| 783 |   7 |5645 |  18k|5645 | 260 | 302k| 757k|8204 | 0.000000e+00 | 2.000000e+00 |    Inf 
1501.82/1501.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.82/1501.84	c  1466s|650000 |  1276 |  2253k|   3.5 |  57M| 783 |   - |5645 |  20k|   0 |   0 | 307k| 771k|8280 | 0.000000e+00 | 2.000000e+00 |    Inf 
1527.62/1527.61	c  1491s|660000 |  1254 |  2290k|   3.5 |  58M| 783 |   1 |5645 |  23k|5645 | 229 | 312k| 784k|8314 | 0.000000e+00 | 2.000000e+00 |    Inf 
1554.82/1554.82	c  1517s|670000 |  1242 |  2332k|   3.5 |  58M| 783 |   - |5645 |  24k|   0 |   0 | 317k| 797k|8417 | 0.000000e+00 | 2.000000e+00 |    Inf 
1582.62/1582.69	c  1545s|680000 |  1268 |  2370k|   3.5 |  60M| 783 |   - |5645 |  29k|   0 |   0 | 321k| 811k|8471 | 0.000000e+00 | 2.000000e+00 |    Inf 
1611.72/1611.76	c  1573s|690000 |  1261 |  2405k|   3.5 |  60M| 783 |   1 |5645 |  27k|5645 | 253 | 325k| 824k|8540 | 0.000000e+00 | 2.000000e+00 |    Inf 
1642.02/1642.01	c  1602s|700000 |  1263 |  2442k|   3.5 |  61M| 783 |   8 |5645 |  31k|5645 | 264 | 330k| 838k|8581 | 0.000000e+00 | 2.000000e+00 |    Inf 
1673.62/1673.60	c  1633s|710000 |  1265 |  2477k|   3.5 |  61M| 783 |  10 |5645 |  32k|5645 | 237 | 334k| 852k|8621 | 0.000000e+00 | 2.000000e+00 |    Inf 
1707.73/1707.78	c  1667s|720000 |  1259 |  2519k|   3.5 |  63M| 783 |   - |5645 |  34k|   0 |   0 | 339k| 867k|8666 | 0.000000e+00 | 2.000000e+00 |    Inf 
1741.82/1741.84	c  1700s|730000 |  1252 |  2558k|   3.5 |  63M| 783 |   - |5645 |  35k|   0 |   0 | 343k| 880k|8739 | 0.000000e+00 | 2.000000e+00 |    Inf 
1774.03/1774.09	c  1731s|740000 |  1319 |  2593k|   3.5 |  63M| 783 |   - |5645 |  36k|   0 |   0 | 348k| 893k|8789 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1756.79
1800.03/1800.00	c Solving Nodes      : 747595
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (158 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.07	s SATISFIABLE
1800.03/1800.07	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.07	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 
1800.03/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.07	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.03/1800.07	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.03/1800.07	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1800.03/1800.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.03/1800.07	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.03/1800.07	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.07	v -x1 
1800.03/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.07	c Solving Time       :    1756.79
1800.03/1800.07	c Original Problem   :
1800.03/1800.07	c   Problem name     : HOME/instance-2693023-1277929361.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.07	c Presolved Problem  :
1800.03/1800.07	c   Problem name     : t_HOME/instance-2693023-1277929361.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5414 initial, 39344 maximal
1800.03/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   root node        :          -       2685          -          -       5370          -          -          -          -
1800.03/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   integral         :          0          0          0     485246          0         19        510          0          0     726982
1800.03/1800.07	c   indicator        :       2707          0    3816270     120739          0        136    1775758          0          0          0
1800.03/1800.07	c   linear           :       2707          6    3869798     121297          0     279303   16800072     351136          0          0
1800.03/1800.07	c   logicor          :          0+         0    1102632          0          0      66408    1188260          0          0          0
1800.03/1800.07	c   bounddisjunction :          0+         0      33757          0          0          0         14          0          0          0
1800.03/1800.07	c   countsols        :          0          0          0      77648          0          0          0          0          0          0
1800.03/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.07	c   integral         :      14.97       0.00       0.00      14.97       0.00
1800.03/1800.07	c   indicator        :      24.28       0.01       9.29      14.98       0.00
1800.03/1800.07	c   linear           :     220.90       0.00     210.52      10.38       0.00
1800.03/1800.07	c   logicor          :     303.18       0.00     303.18       0.00       0.00
1800.03/1800.07	c   bounddisjunction :       0.05       0.00       0.05       0.00       0.00
1800.03/1800.07	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.03/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.07	c   vbounds          :       0.46          2          0          0
1800.03/1800.07	c   rootredcost      :       0.40         48          0       2685
1800.03/1800.07	c   pseudoobj        :     191.90    3872439       2357    1089065
1800.03/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.07	c   propagation      :      21.57     348068     347765    2207754       28.3      13191       18.2          -
1800.03/1800.07	c   infeasible LP    :       5.41      11471      11471      91862       40.8        157       17.2          0
1800.03/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   pseudo solution  :       0.01        107        107        466       14.9        215        5.5          -
1800.03/1800.07	c   applied globally :          -          -          -     903675       22.0          -          -          -
1800.03/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.07	c   redcost          :      36.80     488450          0     584848          0          0
1800.03/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.07	c   gomory           :       0.01          4          0          0         75          0
1800.03/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.07	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.07	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.07	c Pricers            :       Time      Calls       Vars
1800.03/1800.07	c   problem variables:       0.00          0          0
1800.03/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   relpscost        :      14.62     363928         19        510          0          0     726982
1800.03/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   inference        :      17.10      77600          0          0          0          0     155200
1800.03/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.07	c   LP solutions     :       0.16          -         48
1800.03/1800.07	c   pseudo solutions :       0.00          -          0
1800.03/1800.07	c   feaspump         :       0.00          0          0
1800.03/1800.07	c   oneopt           :       0.36         43          0
1800.03/1800.07	c   intshifting      :       0.02          5          0
1800.03/1800.07	c   guideddiving     :       0.17         91          0
1800.03/1800.07	c   crossover        :       1.55         49          3
1800.03/1800.07	c   veclendiving     :       0.33        239          0
1800.03/1800.07	c   linesearchdiving :       0.41        239          0
1800.03/1800.07	c   coefdiving       :       0.27        239          0
1800.03/1800.07	c   pscostdiving     :       0.36        239          0
1800.03/1800.07	c   fracdiving       :       0.37        239          0
1800.03/1800.07	c   objpscostdiving  :       0.33        237          0
1800.03/1800.07	c   rootsoldiving    :       0.39        237          0
1800.03/1800.07	c   trivial          :       0.09          2          2
1800.03/1800.07	c   simplerounding   :       0.55     364756          0
1800.03/1800.07	c   zirounding       :       0.36       1000          0
1800.03/1800.07	c   rounding         :       2.31       8470          0
1800.03/1800.07	c   shifting         :       1.44       2672          0
1800.03/1800.07	c   twoopt           :       0.00          0          0
1800.03/1800.07	c   fixandinfer      :       0.00          0          0
1800.03/1800.07	c   intdiving        :       0.00          0          0
1800.03/1800.07	c   actconsdiving    :       0.00          0          0
1800.03/1800.07	c   octane           :       0.00          0          0
1800.03/1800.07	c   rens             :       0.02          1          0
1800.03/1800.07	c   rins             :       0.00          0          0
1800.03/1800.07	c   localbranching   :       0.00          0          0
1800.03/1800.07	c   mutation         :       0.00          0          0
1800.03/1800.07	c   dins             :       0.00          0          0
1800.03/1800.07	c   undercover       :       0.00          0          0
1800.03/1800.07	c   nlp              :       0.13          0          0
1800.03/1800.07	c   trysol           :       2.70       8159        105
1800.03/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.07	c   dual LP          :     421.53     422396    2621564       6.21    6219.16
1800.03/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.07	c   diving/probing LP:       0.12         64       1291      20.17   10758.33
1800.03/1800.07	c   strong branching :      11.38       8834      95553      10.82    8396.57
1800.03/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.07	c B&B Tree           :
1800.03/1800.07	c   number of runs   :          1
1800.03/1800.07	c   nodes            :     747595
1800.03/1800.07	c   nodes (total)    :     747595
1800.03/1800.07	c   nodes left       :       1323
1800.03/1800.07	c   max depth        :        783
1800.03/1800.07	c   max depth (total):        783
1800.03/1800.07	c   backtracks       :      61948 (8.3%)
1800.03/1800.07	c   delayed cutoffs  :      54863
1800.03/1800.07	c   repropagations   :    1926252 (3667393 domain reductions, 53278 cutoffs)
1800.03/1800.07	c   avg switch length:       6.56
1800.03/1800.07	c   switching time   :     262.03
1800.03/1800.07	c Solution           :
1800.03/1800.07	c   Solutions found  :        158 (49 improvements)
1800.03/1800.07	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.07	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 306868 nodes, 608.73 seconds, depth 31, found by <relaxation>)
1800.03/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.07	c   Gap              :   infinite
1800.03/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.07	c   Root Iterations  :        183
1800.14/1800.19	c Time complete: 1800.22.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693023-1277929361/watcher-2693023-1277929361 -o /tmp/evaluation-result-2693023-1277929361/solver-2693023-1277929361 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693023-1277929361.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 1.99 1.99 5/178 16669
/proc/meminfo: memFree=29463788/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=11304 CPUtime=0
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1751 0 0 0 0 0 0 0 25 0 1 0 134232450 11575296 1671 4089446400 4194304 9819077 140734705264528 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16669/statm: 2826 1671 392 1374 0 1447 0

[startup+0.0207401 s]
/proc/loadavg: 2.00 1.99 1.99 5/178 16669
/proc/meminfo: memFree=29463788/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=16656 CPUtime=0.01
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3118 0 0 0 1 0 0 0 25 0 1 0 134232450 17055744 3038 4089446400 4194304 9819077 140734705264528 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16669/statm: 4164 3038 392 1374 0 2785 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16656

[startup+0.100726 s]
/proc/loadavg: 2.00 1.99 1.99 5/178 16669
/proc/meminfo: memFree=29463788/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=36400 CPUtime=0.09
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 134232450 37273600 7689 4089446400 4194304 9819077 140734705264528 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.30069 s]
/proc/loadavg: 2.00 1.99 1.99 5/178 16669
/proc/meminfo: memFree=29463788/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=53512 CPUtime=0.29
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 12810 0 0 0 28 1 0 0 25 0 1 0 134232450 54796288 11777 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 13378 11777 674 1374 0 11999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53512

[startup+0.700618 s]
/proc/loadavg: 2.00 1.99 1.99 5/178 16669
/proc/meminfo: memFree=29463788/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=47092 CPUtime=0.69
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 27918 0 0 0 65 4 0 0 25 0 1 0 134232450 48222208 9982 4089446400 4194304 9819077 140734705264528 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 11773 9982 698 1374 0 10394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47092

[startup+1.50048 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16670
/proc/meminfo: memFree=29425776/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=50356 CPUtime=1.49
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 39683 0 0 0 143 6 0 0 25 0 1 0 134232450 51564544 10937 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 12589 10937 700 1374 0 11210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50356

[startup+3.10019 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16670
/proc/meminfo: memFree=29420940/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=51212 CPUtime=3.09
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 50224 0 0 0 299 10 0 0 25 0 1 0 134232450 52441088 11354 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 12803 11354 700 1374 0 11424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51212

[startup+6.30063 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16670
/proc/meminfo: memFree=29405600/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=58692 CPUtime=6.29
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 61983 0 0 0 614 15 0 0 25 0 1 0 134232450 60100608 13036 4089446400 4194304 9819077 140734705264528 18446744073709551615 5893882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 14673 13036 700 1374 0 13294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58692

[startup+12.7005 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16671
/proc/meminfo: memFree=29377580/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=66776 CPUtime=12.69
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 70378 0 0 0 1248 21 0 0 25 0 1 0 134232450 68378624 15258 4089446400 4194304 9819077 140734705264528 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 16694 15258 700 1374 0 15315 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66776

[startup+25.5002 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16671
/proc/meminfo: memFree=29336680/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=86532 CPUtime=25.49
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 83943 0 0 0 2514 35 0 0 25 0 1 0 134232450 88608768 20085 4089446400 4194304 9819077 140734705264528 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 21633 20085 700 1374 0 20254 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86532

[startup+51.1007 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16672
/proc/meminfo: memFree=29283564/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=121308 CPUtime=51.09
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 116359 0 0 0 5043 66 0 0 25 0 1 0 134232450 124219392 28852 4089446400 4194304 9819077 140734705264528 18446744073709551615 5990865 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 30327 28852 704 1374 0 28948 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121308

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16673
/proc/meminfo: memFree=29159716/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=182772 CPUtime=102.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 185827 0 0 0 10106 124 0 0 25 0 1 0 134232450 187158528 44208 4089446400 4194304 9819077 140734705264528 18446744073709551615 6723462 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 45693 44208 705 1374 0 44314 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182772

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16675
/proc/meminfo: memFree=29028732/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=232876 CPUtime=162.29
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 456566 0 0 0 15985 244 0 0 25 0 1 0 134232450 238465024 56428 4089446400 4194304 9819077 140734705264528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16669/statm: 58219 56428 716 1374 0 56840 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232876

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16676
/proc/meminfo: memFree=28941744/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=244484 CPUtime=222.29
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 628991 0 0 0 21863 366 0 0 25 0 1 0 134232450 250351616 59244 4089446400 4194304 9819077 140734705264528 18446744073709551615 6513014 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 61121 59244 716 1374 0 59742 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 244484

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16678
/proc/meminfo: memFree=28864084/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=249876 CPUtime=282.29
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 796057 0 0 0 27747 482 0 0 25 0 1 0 134232450 255873024 60650 4089446400 4194304 9819077 140734705264528 18446744073709551615 7227983 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 62469 60650 717 1374 0 61090 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 249876

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16680
/proc/meminfo: memFree=28793224/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=256932 CPUtime=342.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 956508 0 0 0 33633 597 0 0 25 0 1 0 134232450 263098368 62250 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 64233 62250 725 1374 0 62854 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 256932

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16681
/proc/meminfo: memFree=28721504/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=262756 CPUtime=402.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1117925 0 0 0 39519 711 0 0 25 0 1 0 134232450 269062144 63697 4089446400 4194304 9819077 140734705264528 18446744073709551615 6664578 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 65689 63697 725 1374 0 64310 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 262756

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16683
/proc/meminfo: memFree=28633908/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=264064 CPUtime=462.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1286238 0 0 0 45393 837 0 0 25 0 1 0 134232450 270401536 64037 4089446400 4194304 9819077 140734705264528 18446744073709551615 6590600 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 66016 64037 725 1374 0 64637 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 264064

[startup+522.3 s]
/proc/loadavg: 2.13 2.02 2.00 3/179 16684
/proc/meminfo: memFree=28567500/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=265808 CPUtime=522.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1412944 0 0 0 51277 953 0 0 25 0 1 0 134232450 272187392 64520 4089446400 4194304 9819077 140734705264528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 66452 64520 740 1374 0 65073 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 265808

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 16689
/proc/meminfo: memFree=28496996/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=264008 CPUtime=582.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1558860 0 0 0 57172 1058 0 0 25 0 1 0 134232450 270344192 64174 4089446400 4194304 9819077 140734705264528 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16669/statm: 66002 64174 740 1374 0 64623 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 264008

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16691
/proc/meminfo: memFree=28415836/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=264992 CPUtime=642.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 1682093 0 0 0 63063 1168 0 0 25 0 1 0 134232450 271351808 64310 4089446400 4194304 9819077 140734705264528 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16669/statm: 66248 64310 740 1374 0 64869 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 264992

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16764
/proc/meminfo: memFree=31052612/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=271692 CPUtime=882.3
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2086929 0 0 0 86391 1839 0 0 25 0 1 0 134232450 278212608 65893 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 67923 65893 740 1374 0 66544 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 271692

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16766
/proc/meminfo: memFree=31049076/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274520 CPUtime=942.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2170364 0 0 0 92254 1977 0 0 25 0 1 0 134232450 281108480 66637 4089446400 4194304 9819077 140734705264528 18446744073709551615 6389780 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68630 66637 740 1374 0 67251 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 274520

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16767
/proc/meminfo: memFree=31048132/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274972 CPUtime=1002.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2246127 0 0 0 98114 2117 0 0 25 0 1 0 134232450 281571328 66750 4089446400 4194304 9819077 140734705264528 18446744073709551615 4209075 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68743 66750 740 1374 0 67364 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 274972

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16769
/proc/meminfo: memFree=31045960/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=276700 CPUtime=1062.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2340925 0 0 0 103960 2271 0 0 25 0 1 0 134232450 283340800 67170 4089446400 4194304 9819077 140734705264528 18446744073709551615 6513023 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69175 67170 740 1374 0 67796 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 276700

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 16770
/proc/meminfo: memFree=31045384/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=277272 CPUtime=1122.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2435497 0 0 0 109798 2433 0 0 25 0 1 0 134232450 283926528 67227 4089446400 4194304 9819077 140734705264528 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69318 67227 740 1374 0 67939 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 277272

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 16772
/proc/meminfo: memFree=31044068/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=277252 CPUtime=1182.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2533660 0 0 0 115633 2598 0 0 25 0 1 0 134232450 283906048 67242 4089446400 4194304 9819077 140734705264528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69313 67242 740 1374 0 67934 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 277252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16774
/proc/meminfo: memFree=31043640/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=277272 CPUtime=1242.31
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2631927 0 0 0 121480 2751 0 0 25 0 1 0 134232450 283926528 67242 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69318 67242 740 1374 0 67939 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 277272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16775
/proc/meminfo: memFree=31043700/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=277192 CPUtime=1302.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2751464 0 0 0 127296 2936 0 0 25 0 1 0 134232450 283844608 67144 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69298 67144 740 1374 0 67919 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 277192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16777
/proc/meminfo: memFree=31043652/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=277648 CPUtime=1362.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2859678 0 0 0 133094 3138 0 0 25 0 1 0 134232450 284311552 67191 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 69412 67191 740 1374 0 68033 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 277648

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 16778
/proc/meminfo: memFree=31047388/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=272928 CPUtime=1422.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 2970860 0 0 0 138901 3331 0 0 25 0 1 0 134232450 279478272 66029 4089446400 4194304 9819077 140734705264528 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68232 66029 740 1374 0 66853 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 272928

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 16780
/proc/meminfo: memFree=31047608/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=272908 CPUtime=1482.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3090291 0 0 0 144687 3545 0 0 25 0 1 0 134232450 279457792 66050 4089446400 4194304 9819077 140734705264528 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68227 66050 740 1374 0 66848 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 272908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16782
/proc/meminfo: memFree=31047168/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274028 CPUtime=1542.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3195910 0 0 0 150521 3711 0 0 25 0 1 0 134232450 280604672 66145 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68507 66145 740 1374 0 67128 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 274028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16783
/proc/meminfo: memFree=31046964/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274008 CPUtime=1602.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3290208 0 0 0 156369 3863 0 0 25 0 1 0 134232450 280584192 66162 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68502 66162 740 1374 0 67123 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 274008

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 16785
/proc/meminfo: memFree=31046512/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274756 CPUtime=1662.32
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3379186 0 0 0 162221 4011 0 0 25 0 1 0 134232450 281350144 66271 4089446400 4194304 9819077 140734705264528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68689 66271 740 1374 0 67310 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 274756

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 16786
/proc/meminfo: memFree=31045696/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=274732 CPUtime=1722.33
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3464228 0 0 0 168084 4149 0 0 25 0 1 0 134232450 281325568 66281 4089446400 4194304 9819077 140734705264528 18446744073709551615 4208935 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68683 66281 740 1374 0 67304 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 274732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16788
/proc/meminfo: memFree=31044892/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=275252 CPUtime=1782.33
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3541843 0 0 0 173951 4282 0 0 25 0 1 0 134232450 281858048 66406 4089446400 4194304 9819077 140734705264528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68813 66406 740 1374 0 67434 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 275252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16788
/proc/meminfo: memFree=31044876/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=275256 CPUtime=1800.03
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3565637 0 0 0 175682 4321 0 0 25 0 1 0 134232450 281862144 66407 4089446400 4194304 9819077 140734705264528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16669/statm: 68814 66407 740 1374 0 67435 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 275256

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16788
/proc/meminfo: memFree=31044876/32950928 swapFree=4192956/4192956
[pid=16669] ppid=16667 vsize=232340 CPUtime=1800.14
/proc/16669/stat : 16669 (pbscip.linux.x8) R 16667 16669 16615 0 -1 4202496 3565663 0 0 0 175692 4322 0 0 18 0 1 0 134232450 237916160 55674 4089446400 4194304 9819077 140734705264528 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16669/statm: 58085 55674 741 1374 0 56706 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 232340

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.23
CPU user time (s): 1756.99
CPU system time (s): 43.2334
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 279220

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

runsolver used 2.88056 second user time and 5.9431 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 22:22:41
IDJOB=2693023
IDBENCH=79296
IDSOLVER=1205
FILE ID=node124/2693023-1277929361
PBS_JOBID= 11197432
Free space on /tmp= 130620 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900575442--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-2693023-1277929361/watcher-2693023-1277929361 -o /tmp/evaluation-result-2693023-1277929361/solver-2693023-1277929361 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693023-1277929361.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=1759253938

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29464316 kB
Buffers:        216608 kB
Cached:        1128020 kB
SwapCached:          0 kB
Active:        2520588 kB
Inactive:       848560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29464316 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:     2024464 kB
Mapped:          16260 kB
Slab:            81288 kB
PageTables:       9004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  2292460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 22:52:43