Trace number 2693021

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.36 1800.32

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996--soft-0-100-0.wbo
MD5SUMc45be88cd75ffa8279348f234419b8ae
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 benchmark374.792
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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-2693021-1277929231.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 138261
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.382610e+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.382610e+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.382610e+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.382610e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.382610e+05 |    Inf 
14.88/14.94	c  14.7s| 10000 |  9999 |  2354 |   0.2 |  42M|2465 |   0 |5645 |5416 |5645 | 237 | 859 |   2 | 619 | 0.000000e+00 | 1.382610e+05 |    Inf 
28.09/28.15	c  27.7s| 20000 | 19999 |  3172 |   0.1 |  62M|2465 |   0 |5645 |5416 |5645 | 212 |1104 |   2 | 656 | 0.000000e+00 | 1.382610e+05 |    Inf 
41.38/41.43	c  40.9s| 30000 | 29999 |  4197 |   0.1 |  82M|2465 |   0 |5645 |5416 |5645 | 236 |1414 |   2 | 737 | 0.000000e+00 | 1.382610e+05 |    Inf 
54.59/54.62	c  54.0s| 40000 | 39999 |  5436 |   0.1 | 103M|2465 |   0 |5645 |5416 |5645 | 255 |1809 |   2 | 805 | 0.000000e+00 | 1.382610e+05 |    Inf 
67.99/68.05	c  67.2s| 50000 | 49999 |  7510 |   0.1 | 123M|2465 |   0 |5645 |5416 |5645 | 261 |2449 |   2 | 865 | 0.000000e+00 | 1.382610e+05 |    Inf 
76.89/76.94	o 1305
76.89/76.94	c *76.0s| 56617 | 56316 |  8529 |   0.1 | 137M|2465 |   - |5645 |5446 |5645 | 249 |2744 |  32 | 902 | 0.000000e+00 | 1.305000e+03 |    Inf 
82.49/82.53	c  81.5s| 60000 | 59693 | 10086 |   0.2 | 143M|2465 |   0 |5645 |5469 |5645 | 231 |3299 |  55 | 947 | 0.000000e+00 | 1.305000e+03 |    Inf 
84.89/84.98	o 466
84.89/84.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.89/84.99	c *84.0s| 61618 | 39713 | 10462 |   0.2 | 105M|2465 |   - |5645 |5469 |5645 | 245 |3433 |  55 | 954 | 0.000000e+00 | 4.660000e+02 |    Inf 
94.98/95.05	o 460
94.98/95.05	c *93.9s| 66995 | 44649 | 15125 |   0.2 | 118M|2465 |   - |5645 |6056 |5645 | 283 |5164 | 642 |1044 | 0.000000e+00 | 4.600000e+02 |    Inf 
95.88/95.94	o 455
95.88/95.94	c *94.8s| 67172 | 44528 | 16474 |   0.2 | 118M|2465 |   - |5645 |6242 |5645 | 230 |5548 | 828 |1054 | 0.000000e+00 | 4.550000e+02 |    Inf 
99.78/99.89	o 433
99.78/99.89	c *98.7s| 68629 | 44495 | 19570 |   0.3 | 120M|2465 |   - |5645 |7116 |5645 | 233 |6499 |1702 |1111 | 0.000000e+00 | 4.330000e+02 |    Inf 
103.08/103.13	c   102s| 70000 | 45696 | 22005 |   0.3 | 124M|2465 |   0 |5645 |7816 |5645 | 243 |7250 |2402 |1125 | 0.000000e+00 | 4.330000e+02 |    Inf 
104.18/104.27	o 417
104.18/104.27	c * 103s| 70429 | 44752 | 22598 |   0.3 | 123M|2465 |   - |5645 |8159 |5645 | 221 |7443 |2746 |1133 | 0.000000e+00 | 4.170000e+02 |    Inf 
104.18/104.29	o 392
104.18/104.29	c * 103s| 70430 | 42508 | 22602 |   0.3 | 118M|2465 |   - |5645 |8159 |5645 | 221 |7443 |2746 |1133 | 0.000000e+00 | 3.920000e+02 |    Inf 
105.29/105.33	o 371
105.29/105.33	c * 104s| 70877 | 40930 | 23222 |   0.3 | 114M|2465 |   - |5645 |8379 |5645 | 213 |7643 |2970 |1136 | 0.000000e+00 | 3.710000e+02 |    Inf 
106.88/106.90	o 370
106.88/106.90	c * 106s| 71429 | 41262 | 24494 |   0.3 | 116M|2465 |   - |5645 |8800 |5645 | 218 |8119 |3403 |1181 | 0.000000e+00 | 3.700000e+02 |    Inf 
107.79/107.86	o 365
107.79/107.86	c * 107s| 71770 | 41091 | 25303 |   0.4 | 116M|2465 |   - |5645 |8932 |5645 | 253 |8318 |3546 |1196 | 0.000000e+00 | 3.650000e+02 |    Inf 
111.09/111.16	o 291
111.09/111.16	c * 110s| 73021 | 34866 | 27669 |   0.4 | 102M|2465 |   - |5645 |9603 |5645 | 241 |9053 |4310 |1212 | 0.000000e+00 | 2.910000e+02 |    Inf 
113.98/114.04	o 289
113.98/114.04	c * 113s| 74109 | 35551 | 30073 |   0.4 | 106M|2465 |   - |5645 |9685 |5645 | 232 |9870 |4748 |1242 | 0.000000e+00 | 2.890000e+02 |    Inf 
114.68/114.74	o 261
114.68/114.74	c * 113s| 74373 | 32648 | 30715 |   0.4 | 100M|2465 |   - |5645 |9648 |5645 | 239 |  10k|4808 |1248 | 0.000000e+00 | 2.610000e+02 |    Inf 
114.78/114.83	o 252
114.78/114.83	c * 113s| 74385 | 31744 | 30845 |   0.4 |  97M|2465 |   - |5645 |9638 |5645 | 236 |  10k|4811 |1251 | 0.000000e+00 | 2.520000e+02 |    Inf 
117.19/117.23	o 247
117.19/117.23	c * 116s| 75205 | 31657 | 32185 |   0.4 |  98M|2465 |   - |5645 |9421 |5645 | 251 |  10k|5371 |1269 | 0.000000e+00 | 2.470000e+02 |    Inf 
117.19/117.24	o 243
117.19/117.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.19/117.24	c * 116s| 75206 | 31071 | 32189 |   0.4 |  96M|2465 |   - |5645 |9421 |5645 | 251 |  10k|5371 |1269 | 0.000000e+00 | 2.430000e+02 |    Inf 
123.88/123.91	o 237
123.88/123.91	c * 122s| 77581 | 31925 | 40205 |   0.5 | 102M|2465 |   - |5645 |7760 |5645 | 214 |  12k|6381 |1368 | 0.000000e+00 | 2.370000e+02 |    Inf 
125.58/125.61	o 224
125.58/125.61	c * 124s| 77981 | 30122 | 43727 |   0.6 | 100M|2465 |   - |5645 |7499 |5645 | 283 |  13k|6649 |1438 | 0.000000e+00 | 2.240000e+02 |    Inf 
126.59/126.60	o 221
126.59/126.60	c * 125s| 78268 | 29922 | 45112 |   0.6 | 101M|2465 |   - |5645 |7421 |5645 | 241 |  14k|6804 |1451 | 0.000000e+00 | 2.210000e+02 |    Inf 
126.89/126.98	o 207
126.89/126.98	c * 125s| 78517 | 27704 | 45347 |   0.6 |  95M|2465 |   - |5645 |7391 |5645 | 273 |  14k|6819 |1452 | 0.000000e+00 | 2.070000e+02 |    Inf 
126.98/127.08	o 205
126.98/127.08	c * 125s| 78537 | 27366 | 45601 |   0.6 |  94M|2465 |   - |5645 |7378 |5645 | 231 |  14k|6832 |1454 | 0.000000e+00 | 2.050000e+02 |    Inf 
128.78/128.82	o 193
128.78/128.82	c * 127s| 79106 | 25680 | 48243 |   0.6 |  92M|2465 |   - |5645 |7137 |5645 | 265 |  15k|7200 |1497 | 0.000000e+00 | 1.930000e+02 |    Inf 
130.09/130.12	o 188
130.09/130.12	c * 128s| 79455 | 24886 | 51128 |   0.6 |  92M|2465 |   - |5645 |7056 |5645 | 256 |  15k|7452 |1517 | 0.000000e+00 | 1.880000e+02 |    Inf 
131.69/131.74	c   130s| 80000 | 25292 | 52885 |   0.7 |  94M|2465 |   4 |5645 |7210 |5645 | 222 |  16k|7791 |1528 | 0.000000e+00 | 1.880000e+02 |    Inf 
132.49/132.52	o 183
132.49/132.52	c * 131s| 80205 | 24301 | 53855 |   0.7 |  91M|2465 |   - |5645 |7095 |5645 | 236 |  16k|7889 |1532 | 0.000000e+00 | 1.830000e+02 |    Inf 
132.49/132.59	o 178
132.49/132.59	c * 131s| 80216 | 23255 | 53960 |   0.7 |  89M|2465 |   - |5645 |7092 |5645 | 231 |  16k|7898 |1532 | 0.000000e+00 | 1.780000e+02 |    Inf 
138.19/138.26	o 177
138.19/138.26	c * 136s| 81791 | 24049 | 61434 |   0.7 |  96M|2465 |   - |5645 |6830 |5645 | 190 |  19k|8957 |1555 | 0.000000e+00 | 1.770000e+02 |    Inf 
138.89/138.92	o 155
138.89/138.92	c * 137s| 82148 | 19043 | 61946 |   0.8 |  83M|2465 |   - |5645 |6749 |5645 | 209 |  19k|8981 |1556 | 0.000000e+00 | 1.550000e+02 |    Inf 
138.98/139.02	o 140
138.98/139.02	c * 137s| 82172 | 15669 | 62158 |   0.8 |  74M|2465 |   - |5645 |6728 |5645 | 214 |  19k|8983 |1556 | 0.000000e+00 | 1.400000e+02 |    Inf 
138.98/139.04	o 137
138.98/139.04	c * 137s| 82173 | 15054 | 62198 |   0.8 |  72M|2465 |   - |5645 |6727 |5645 | 216 |  19k|8983 |1556 | 0.000000e+00 | 1.370000e+02 |    Inf 
140.19/140.22	o 136
140.19/140.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.19/140.22	c * 138s| 82463 | 15027 | 63774 |   0.8 |  73M|2465 |   - |5645 |6663 |5645 | 228 |  19k|9182 |1561 | 0.000000e+00 | 1.360000e+02 |    Inf 
150.38/150.45	o 130
150.38/150.45	c * 148s| 85417 | 15398 | 73859 |   0.9 |  83M|2465 |   - |5645 |7172 |5645 | 244 |  22k|  11k|1593 | 0.000000e+00 | 1.300000e+02 |    Inf 
156.19/156.23	o 128
156.19/156.23	c * 154s| 87201 | 16215 | 78673 |   0.9 |  91M|2465 |   - |5645 |8017 |5645 | 232 |  23k|  13k|1613 | 0.000000e+00 | 1.280000e+02 |    Inf 
156.89/156.93	o 127
156.89/156.93	c * 155s| 87350 | 16124 | 79306 |   0.9 |  91M|2465 |   - |5645 |7670 |5645 | 264 |  23k|  13k|1613 | 0.000000e+00 | 1.270000e+02 |    Inf 
160.18/160.25	o 113
160.18/160.25	c * 158s| 88461 | 14247 | 82217 |   0.9 |  88M|2465 |   - |5645 |7447 |5645 | 242 |  24k|  13k|1633 | 0.000000e+00 | 1.130000e+02 |    Inf 
165.79/165.80	c   164s| 90000 | 15114 | 87232 |   1.0 |  95M|2465 |   0 |5645 |7650 |5645 | 250 |  25k|  15k|1671 | 0.000000e+00 | 1.130000e+02 |    Inf 
168.98/169.07	o 104
168.98/169.07	c * 167s| 90870 | 13996 | 91384 |   1.0 |  96M|2465 |   - |5645 |7710 |5645 | 215 |  26k|  16k|1730 | 0.000000e+00 | 1.040000e+02 |    Inf 
168.98/169.08	o 103
168.98/169.08	c * 167s| 90871 | 13821 | 91407 |   1.0 |  95M|2465 |   - |5645 |7710 |5645 | 220 |  26k|  16k|1730 | 0.000000e+00 | 1.030000e+02 |    Inf 
169.19/169.22	o 83
169.19/169.22	c * 167s| 90900 |  9737 | 91632 |   1.0 |  78M|2465 |   - |5645 |7711 |5645 | 242 |  26k|  16k|1733 | 0.000000e+00 | 8.300000e+01 |    Inf 
169.39/169.46	o 77
169.39/169.46	c * 167s| 90947 |  8755 | 92034 |   1.0 |  75M|2465 |   - |5645 |7069 |5645 | 237 |  27k|  16k|1738 | 0.000000e+00 | 7.700000e+01 |    Inf 
172.70/172.71	o 72
172.70/172.71	c * 170s| 91969 |  7831 | 95022 |   1.0 |  71M|2465 |   - |5645 |7518 |5645 | 226 |  27k|  17k|1775 | 0.000000e+00 | 7.200000e+01 |    Inf 
178.38/178.47	o 71
178.38/178.47	c * 176s| 93700 |  8266 |100988 |   1.1 |  75M|2465 |   - |5645 |6935 |5645 | 220 |  29k|  19k|1825 | 0.000000e+00 | 7.100000e+01 |    Inf 
180.59/180.63	o 63
180.59/180.63	c * 178s| 94453 |  7527 |102601 |   1.1 |  70M|2465 |   - |5645 |6979 |5645 | 228 |  30k|  19k|1840 | 0.000000e+00 | 6.300000e+01 |    Inf 
181.08/181.11	o 61
181.08/181.11	c * 179s| 94568 |  7127 |103005 |   1.1 |  68M|2465 |   - |5645 |6761 |5645 | 231 |  30k|  20k|1841 | 0.000000e+00 | 6.100000e+01 |    Inf 
182.69/182.73	o 46
182.69/182.73	c * 180s| 95136 |  5802 |104244 |   1.1 |  62M|2465 |   - |5645 |7016 |5645 | 230 |  30k|  20k|1844 | 0.000000e+00 | 4.600000e+01 |    Inf 
183.19/183.25	o 26
183.19/183.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.19/183.25	c * 181s| 95375 |  4297 |104535 |   1.1 |  53M|2465 |   - |5645 |6511 |5645 | 234 |  30k|  21k|1847 | 0.000000e+00 | 2.600000e+01 |    Inf 
188.09/188.15	o 25
188.09/188.15	c * 186s| 97479 |  4241 |112750 |   1.2 |  54M|2465 |   - |5645 |5865 |5645 | 229 |  31k|  23k|1968 | 0.000000e+00 | 2.500000e+01 |    Inf 
193.88/193.95	c   191s|100000 |  4143 |122810 |   1.2 |  55M|2465 |  18 |5645 |5993 |5645 | 189 |  33k|  27k|2060 | 0.000000e+00 | 2.500000e+01 |    Inf 
195.99/196.04	o 23
195.99/196.04	c * 193s|101011 |  4055 |126277 |   1.2 |  56M|2465 |   - |5645 |6433 |5645 | 232 |  33k|  28k|2078 | 0.000000e+00 | 2.300000e+01 |    Inf 
196.59/196.62	o 19
196.59/196.62	c * 194s|101292 |  3615 |127071 |   1.3 |  53M|2465 |   - |5645 |6589 |5645 | 248 |  33k|  28k|2081 | 0.000000e+00 | 1.900000e+01 |    Inf 
198.09/198.15	o 17
198.09/198.15	c * 195s|102034 |  3311 |129416 |   1.3 |  51M|2465 |   - |5645 |6848 |5645 | 254 |  34k|  29k|2090 | 0.000000e+00 | 1.700000e+01 |    Inf 
198.19/198.22	o 11
198.19/198.22	c * 195s|102060 |  2738 |129523 |   1.3 |  49M|2465 |   - |5645 |6764 |5645 | 254 |  34k|  29k|2094 | 0.000000e+00 | 1.100000e+01 |    Inf 
212.89/212.90	c   210s|110000 |  2757 |158605 |   1.4 |  52M|2465 |   - |5645 |8983 |   0 |   0 |  38k|  40k|2283 | 0.000000e+00 | 1.100000e+01 |    Inf 
232.49/232.52	c   229s|120000 |  2908 |197073 |   1.6 |  56M|2465 |   - |5645 |  11k|   0 |   0 |  43k|  54k|2495 | 0.000000e+00 | 1.100000e+01 |    Inf 
238.59/238.67	o 6
238.59/238.67	c * 235s|122856 |  2597 |209336 |   1.7 |  54M|2465 |   - |5645 |  10k|5645 | 237 |  44k|  58k|2655 | 0.000000e+00 | 6.000000e+00 |    Inf 
251.79/251.83	c   248s|130000 |  2618 |236230 |   1.8 |  56M|2465 |   1 |5645 |  11k|5645 | 209 |  48k|  67k|2809 | 0.000000e+00 | 6.000000e+00 |    Inf 
254.09/254.17	o 5
254.09/254.17	c * 250s|131242 |  2530 |241168 |   1.8 |  55M|2465 |   - |5645 |  12k|5645 | 224 |  49k|  68k|2829 | 0.000000e+00 | 5.000000e+00 |    Inf 
270.09/270.17	o 2
270.09/270.17	c * 266s|139473 |  2357 |276813 |   2.0 |  55M|2465 |   - |5645 |  13k|5645 | 227 |  53k|  79k|2989 | 0.000000e+00 | 2.000000e+00 |    Inf 
271.19/271.26	c   267s|140000 |  2363 |279181 |   2.0 |  54M|2465 |   - |5645 |  12k|   0 |   0 |  54k|  80k|3012 | 0.000000e+00 | 2.000000e+00 |    Inf 
291.30/291.36	c   287s|150000 |  2383 |325290 |   2.2 |  56M|2465 |   - |5645 |  15k|   0 |   0 |  60k|  93k|3201 | 0.000000e+00 | 2.000000e+00 |    Inf 
311.89/311.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
311.89/311.96	c   307s|160000 |  2527 |369658 |   2.3 |  59M|2465 |   1 |5645 |  18k|5645 | 253 |  65k| 106k|3342 | 0.000000e+00 | 2.000000e+00 |    Inf 
333.30/333.39	c   328s|170000 |  2358 |413334 |   2.4 |  57M|2465 |  12 |5645 |  14k|5645 | 227 |  70k| 120k|3609 | 0.000000e+00 | 2.000000e+00 |    Inf 
353.39/353.41	c   347s|180000 |  2360 |454697 |   2.5 |  57M|2465 |  20 |5645 |  12k|5645 | 235 |  75k| 133k|3861 | 0.000000e+00 | 2.000000e+00 |    Inf 
372.60/372.63	c   366s|190000 |  2383 |489657 |   2.6 |  59M|2465 |   - |5645 |  18k|   0 |   0 |  80k| 146k|3965 | 0.000000e+00 | 2.000000e+00 |    Inf 
394.20/394.20	c   388s|200000 |  2455 |529270 |   2.6 |  62M|2465 |   - |5645 |  23k|   0 |   0 |  85k| 159k|4082 | 0.000000e+00 | 2.000000e+00 |    Inf 
416.80/416.85	c   410s|210000 |  2289 |567101 |   2.7 |  59M|2465 |   - |5645 |  18k|   0 |   0 |  89k| 174k|4196 | 0.000000e+00 | 2.000000e+00 |    Inf 
437.99/438.09	c   431s|220000 |  2314 |609618 |   2.8 |  60M|2465 |   1 |5645 |  19k|5645 | 265 |  95k| 187k|4449 | 0.000000e+00 | 2.000000e+00 |    Inf 
459.19/459.22	c   451s|230000 |  2429 |649328 |   2.8 |  62M|2465 |   - |5645 |  22k|   0 |   0 | 100k| 199k|4543 | 0.000000e+00 | 2.000000e+00 |    Inf 
482.10/482.12	c   474s|240000 |  2530 |692422 |   2.9 |  65M|2465 |   6 |5645 |  26k|5645 | 243 | 104k| 213k|4648 | 0.000000e+00 | 2.000000e+00 |    Inf 
507.40/507.45	c   499s|250000 |  2648 |738945 |   3.0 |  67M|2465 |   - |5645 |  28k|   0 |   0 | 108k| 227k|4759 | 0.000000e+00 | 2.000000e+00 |    Inf 
520.20/520.25	o 1
520.20/520.25	c * 511s|255199 |  2652 |761815 |   3.0 |  67M|2465 |   - |5645 |  24k|5645 | 252 | 110k| 233k|4880 | 0.000000e+00 | 1.000000e-00 |    Inf 
531.90/531.91	c   523s|260000 |  2878 |782465 |   3.0 |  68M|2465 |   - |5645 |  24k|   0 |   0 | 113k| 240k|4913 | 0.000000e+00 | 1.000000e-00 |    Inf 
555.80/555.86	c   546s|270000 |  3089 |823293 |   3.0 |  71M|2465 |  15 |5645 |  25k|5645 | 232 | 117k| 253k|4992 | 0.000000e+00 | 1.000000e-00 |    Inf 
579.50/579.56	c   570s|280000 |  3301 |872542 |   3.1 |  73M|2465 |   - |5645 |  21k|   0 |   0 | 121k| 266k|5202 | 0.000000e+00 | 1.000000e-00 |    Inf 
603.30/603.36	c   593s|290000 |  3592 |928980 |   3.2 |  78M|2465 |   - |5645 |  23k|5645 | 247 | 127k| 281k|5318 | 0.000000e+00 | 1.000000e-00 |    Inf 
626.30/626.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.30/626.32	c   616s|300000 |  4031 |976992 |   3.3 |  82M|2465 |  10 |5645 |  25k|5645 | 221 | 132k| 294k|5394 | 0.000000e+00 | 1.000000e-00 |    Inf 
649.41/649.47	c   639s|310000 |  4628 |  1030k|   3.3 |  88M|2465 |  10 |5645 |  28k|5645 | 254 | 139k| 309k|5514 | 0.000000e+00 | 1.000000e-00 |    Inf 
673.21/673.26	c   662s|320000 |  5055 |  1078k|   3.4 |  91M|2465 |   - |5645 |  26k|   0 |   0 | 145k| 324k|5632 | 0.000000e+00 | 1.000000e-00 |    Inf 
696.70/696.79	c   685s|330000 |  5342 |  1123k|   3.4 |  94M|2465 |   - |5645 |  26k|   0 |   0 | 151k| 340k|5694 | 0.000000e+00 | 1.000000e-00 |    Inf 
720.10/720.11	c   708s|340000 |  5716 |  1171k|   3.4 |  98M|2465 |  12 |5645 |  26k|5645 | 240 | 156k| 355k|5803 | 0.000000e+00 | 1.000000e-00 |    Inf 
743.41/743.41	c   731s|350000 |  5852 |  1213k|   3.5 | 100M|2465 |   - |5645 |  26k|   0 |   0 | 161k| 370k|5866 | 0.000000e+00 | 1.000000e-00 |    Inf 
766.40/766.46	c   754s|360000 |  6120 |  1258k|   3.5 | 103M|2465 |   - |5645 |  29k|   0 |   0 | 167k| 385k|5957 | 0.000000e+00 | 1.000000e-00 |    Inf 
791.01/791.06	c   778s|370000 |  6420 |  1303k|   3.5 | 106M|2465 |  24 |5645 |  29k|5645 | 247 | 172k| 401k|6053 | 0.000000e+00 | 1.000000e-00 |    Inf 
815.71/815.70	c   802s|380000 |  6612 |  1347k|   3.5 | 108M|2465 |  16 |5645 |  28k|5645 | 235 | 177k| 416k|6116 | 0.000000e+00 | 1.000000e-00 |    Inf 
842.90/842.98	c   829s|390000 |  6851 |  1393k|   3.6 | 111M|2465 |   - |5645 |  29k|   0 |   0 | 182k| 430k|6217 | 0.000000e+00 | 1.000000e-00 |    Inf 
870.01/870.10	c   855s|400000 |  6985 |  1434k|   3.6 | 113M|2465 |  24 |5645 |  30k|5645 | 240 | 187k| 445k|6307 | 0.000000e+00 | 1.000000e-00 |    Inf 
899.31/899.34	c   884s|410000 |  7180 |  1474k|   3.6 | 116M|2465 |  17 |5645 |  31k|5645 | 235 | 192k| 459k|6372 | 0.000000e+00 | 1.000000e-00 |    Inf 
929.21/929.23	c   913s|420000 |  7363 |  1518k|   3.6 | 119M|2465 |  30 |5645 |  33k|5645 | 248 | 196k| 474k|6438 | 0.000000e+00 | 1.000000e-00 |    Inf 
958.90/958.93	c   942s|430000 |  7430 |  1559k|   3.6 | 120M|2465 |   1 |5645 |  32k|5645 | 261 | 200k| 490k|6503 | 0.000000e+00 | 1.000000e-00 |    Inf 
986.51/986.58	c   969s|440000 |  7462 |  1600k|   3.6 | 120M|2465 |   1 |5645 |  29k|5645 | 208 | 205k| 506k|6581 | 0.000000e+00 | 1.000000e-00 |    Inf 
1014.31/1014.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.31/1014.33	c   996s|450000 |  7570 |  1647k|   3.7 | 122M|2465 |   - |5645 |  29k|   0 |   0 | 209k| 522k|6674 | 0.000000e+00 | 1.000000e-00 |    Inf 
1042.01/1042.05	c  1023s|460000 |  7571 |  1692k|   3.7 | 123M|2465 |   1 |5645 |  29k|5645 | 224 | 215k| 538k|6749 | 0.000000e+00 | 1.000000e-00 |    Inf 
1069.61/1069.65	c  1050s|470000 |  7595 |  1738k|   3.7 | 124M|2465 |  17 |5645 |  29k|5645 | 235 | 220k| 554k|6804 | 0.000000e+00 | 1.000000e-00 |    Inf 
1097.32/1097.39	c  1077s|480000 |  7633 |  1785k|   3.7 | 125M|2465 |   - |5645 |  27k|   0 |   0 | 225k| 570k|6870 | 0.000000e+00 | 1.000000e-00 |    Inf 
1123.81/1123.80	c  1102s|490000 |  7643 |  1829k|   3.7 | 126M|2465 |   - |5645 |  28k|   0 |   0 | 230k| 586k|6932 | 0.000000e+00 | 1.000000e-00 |    Inf 
1150.91/1150.95	c  1129s|500000 |  7618 |  1871k|   3.7 | 126M|2465 |   1 |5645 |  28k|5645 | 237 | 234k| 601k|6996 | 0.000000e+00 | 1.000000e-00 |    Inf 
1178.31/1178.32	c  1155s|510000 |  7606 |  1917k|   3.8 | 127M|2465 |   - |5645 |  28k|   0 |   0 | 239k| 617k|7068 | 0.000000e+00 | 1.000000e-00 |    Inf 
1205.72/1205.72	c  1182s|520000 |  7632 |  1961k|   3.8 | 129M|2465 |   1 |5645 |  28k|5645 | 228 | 244k| 632k|7138 | 0.000000e+00 | 1.000000e-00 |    Inf 
1232.82/1232.84	c  1208s|530000 |  7655 |  2006k|   3.8 | 130M|2465 |   - |5645 |  30k|   0 |   0 | 249k| 648k|7214 | 0.000000e+00 | 1.000000e-00 |    Inf 
1260.62/1260.65	c  1235s|540000 |  7719 |  2050k|   3.8 | 130M|2465 |  11 |5645 |  28k|5645 | 264 | 254k| 663k|7283 | 0.000000e+00 | 1.000000e-00 |    Inf 
1289.23/1289.22	c  1263s|550000 |  7749 |  2097k|   3.8 | 132M|2465 |   1 |5645 |  29k|5645 | 249 | 258k| 679k|7340 | 0.000000e+00 | 1.000000e-00 |    Inf 
1317.32/1317.34	c  1290s|560000 |  7753 |  2140k|   3.8 | 133M|2465 |  18 |5645 |  31k|5645 | 272 | 262k| 694k|7400 | 0.000000e+00 | 1.000000e-00 |    Inf 
1346.12/1346.15	c  1318s|570000 |  7858 |  2187k|   3.8 | 134M|2465 |   - |5645 |  31k|   0 |   0 | 267k| 709k|7471 | 0.000000e+00 | 1.000000e-00 |    Inf 
1375.52/1375.57	c  1347s|580000 |  7848 |  2230k|   3.8 | 134M|2465 |   - |5645 |  29k|   0 |   0 | 271k| 725k|7535 | 0.000000e+00 | 1.000000e-00 |    Inf 
1402.92/1402.95	c  1374s|590000 |  7971 |  2282k|   3.9 | 137M|2465 |   - |5645 |  32k|   0 |   0 | 276k| 741k|7607 | 0.000000e+00 | 1.000000e-00 |    Inf 
1431.32/1431.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1431.32/1431.39	c  1401s|600000 |  8023 |  2327k|   3.9 | 138M|2465 |  11 |5645 |  30k|5645 | 242 | 280k| 757k|7661 | 0.000000e+00 | 1.000000e-00 |    Inf 
1459.22/1459.21	c  1428s|610000 |  8061 |  2371k|   3.9 | 140M|2465 |  14 |5645 |  33k|5645 | 220 | 285k| 773k|7719 | 0.000000e+00 | 1.000000e-00 |    Inf 
1489.23/1489.28	c  1458s|620000 |  8082 |  2423k|   3.9 | 141M|2465 |   - |5645 |  32k|   0 |   0 | 290k| 789k|7791 | 0.000000e+00 | 1.000000e-00 |    Inf 
1517.62/1517.65	c  1486s|630000 |  8098 |  2464k|   3.9 | 141M|2465 |   1 |5645 |  31k|5645 | 232 | 295k| 806k|7849 | 0.000000e+00 | 1.000000e-00 |    Inf 
1546.92/1546.92	c  1514s|640000 |  8090 |  2506k|   3.9 | 143M|2465 |   1 |5645 |  33k|5645 | 277 | 299k| 821k|7907 | 0.000000e+00 | 1.000000e-00 |    Inf 
1578.12/1578.15	c  1544s|650000 |  8173 |  2548k|   3.9 | 143M|2465 |   - |5645 |  32k|   0 |   0 | 304k| 836k|7954 | 0.000000e+00 | 1.000000e-00 |    Inf 
1607.82/1607.84	c  1573s|660000 |  8158 |  2593k|   3.9 | 144M|2465 |   1 |5645 |  32k|5645 | 227 | 308k| 852k|8026 | 0.000000e+00 | 1.000000e-00 |    Inf 
1636.63/1636.67	c  1601s|670000 |  8170 |  2636k|   3.9 | 144M|2465 |   - |5645 |  29k|   0 |   0 | 312k| 867k|8084 | 0.000000e+00 | 1.000000e-00 |    Inf 
1664.52/1664.57	c  1629s|680000 |  8451 |  2678k|   3.9 | 146M|2465 |   - |5645 |  31k|   0 |   0 | 317k| 881k|8140 | 0.000000e+00 | 1.000000e-00 |    Inf 
1693.03/1693.02	c  1656s|690000 |  8532 |  2718k|   3.9 | 148M|2465 |   1 |5645 |  31k|5645 | 233 | 321k| 894k|8192 | 0.000000e+00 | 1.000000e-00 |    Inf 
1720.44/1720.41	c  1683s|700000 |  8596 |  2761k|   3.9 | 149M|2465 |  18 |5645 |  33k|5645 | 232 | 325k| 909k|8239 | 0.000000e+00 | 1.000000e-00 |    Inf 
1749.43/1749.44	c  1711s|710000 |  8612 |  2805k|   4.0 | 150M|2465 |   - |5645 |  32k|   0 |   0 | 330k| 923k|8296 | 0.000000e+00 | 1.000000e-00 |    Inf 
1777.63/1777.64	c  1739s|720000 |  8541 |  2845k|   4.0 | 150M|2465 |  11 |5645 |  32k|5645 | 240 | 334k| 937k|8348 | 0.000000e+00 | 1.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) : 1760.44
1800.03/1800.00	c Solving Nodes      : 728336
1800.03/1800.00	c Primal Bound       : +1.00000000000000e-00 (206 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.08	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.03/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.03/1800.08	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.03/1800.08	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1800.03/1800.08	v -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.03/1800.08	v -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.08	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.08	v x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1760.44
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2693021-1277929231.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2693021-1277929231.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 34850 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     475822          0         12        494          0          0     700716
1800.03/1800.08	c   indicator        :       2707          0    1054491     103299          0        124    3553227          0          0          0
1800.03/1800.08	c   linear           :       2707          6    3749211     124787          0     244204   15275246     338855          0          0
1800.03/1800.08	c   logicor          :          0+         0    1114833          0          0      83875    1387689          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0       4304          0          0          0          0          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      85578          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      13.66       0.00       0.00      13.66       0.00
1800.03/1800.08	c   indicator        :      26.40       0.00      10.20      16.20       0.00
1800.03/1800.08	c   linear           :     232.00       0.00     219.72      12.28       0.00
1800.03/1800.08	c   logicor          :     325.79       0.00     325.79       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.38          2          0          0
1800.03/1800.08	c   rootredcost      :       0.36         53          0       2707
1800.03/1800.08	c   pseudoobj        :     178.42    3753921       4140    2262581
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      23.58     332219     332053    2212007       35.8      19021       21.8          -
1800.03/1800.08	c   infeasible LP    :       3.35       8672       8672      75586       45.9        143       20.1          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.07        199        199        752       11.1        324        5.6          -
1800.03/1800.08	c   applied globally :          -          -          -     949675       25.6          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.08	c   redcost          :      36.40     477732          0    1197819          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.08	c   strongcg         :       0.01          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.08	c   flowcover        :       0.02          4          0          0          2          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      13.37     350763         12        494          0          0     700716
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :      16.62      85525          0          0          0          0     171050
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.17          -         53
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.00          0          0
1800.03/1800.08	c   oneopt           :       0.42         49          0
1800.03/1800.08	c   intshifting      :       0.01          5          0
1800.03/1800.08	c   guideddiving     :       0.13         47          0
1800.03/1800.08	c   veclendiving     :       0.10         95          0
1800.03/1800.08	c   linesearchdiving :       0.20         95          0
1800.03/1800.08	c   fracdiving       :       0.14         95          0
1800.03/1800.08	c   coefdiving       :       0.10         96          0
1800.03/1800.08	c   pscostdiving     :       0.15         96          0
1800.03/1800.08	c   rootsoldiving    :       0.17         92          0
1800.03/1800.08	c   objpscostdiving  :       0.16         93          0
1800.03/1800.08	c   crossover        :       2.09         71          4
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.68     351154          0
1800.03/1800.08	c   zirounding       :       0.53       1000          0
1800.03/1800.08	c   rounding         :       1.80       8267          0
1800.03/1800.08	c   shifting         :       1.13       2586          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.08          0          0
1800.03/1800.08	c   trysol           :       1.74       3930        147
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.01          0          0       0.00       0.00
1800.03/1800.08	c   dual LP          :     395.53     403021    2879790       7.15    7280.84
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.17         88       1830      20.80   10764.71
1800.03/1800.08	c   strong branching :      10.31       8378      95128      11.35    9226.77
1800.03/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     728336
1800.03/1800.08	c   nodes (total)    :     728336
1800.03/1800.08	c   nodes left       :       8548
1800.03/1800.08	c   max depth        :       2465
1800.03/1800.08	c   max depth (total):       2465
1800.03/1800.08	c   backtracks       :      55818 (7.7%)
1800.03/1800.08	c   delayed cutoffs  :      52138
1800.03/1800.08	c   repropagations   :    1955692 (3571637 domain reductions, 48762 cutoffs)
1800.03/1800.08	c   avg switch length:       6.85
1800.03/1800.08	c   switching time   :     280.27
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        206 (54 improvements)
1800.03/1800.08	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 255199 nodes, 511.40 seconds, depth 27, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        183
1800.33/1800.31	c Time complete: 1800.35.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693021-1277929231/watcher-2693021-1277929231 -o /tmp/evaluation-result-2693021-1277929231/solver-2693021-1277929231 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693021-1277929231.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.33 2.12 2.04 5/196 18819
/proc/meminfo: memFree=30276536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=11304 CPUtime=0
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1751 0 0 0 0 0 0 0 25 0 1 0 134218972 11575296 1671 4089446400 4194304 9819077 140733486200144 18446744073709551615 8658712 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18819/statm: 2826 1671 392 1374 0 1447 0

[startup+0.0529579 s]
/proc/loadavg: 2.33 2.12 2.04 5/196 18819
/proc/meminfo: memFree=30276536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=33460 CPUtime=0.04
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 7718 0 0 0 4 0 0 0 25 0 1 0 134218972 34263040 7284 4089446400 4194304 9819077 140733486200144 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 8365 7284 441 1374 0 6986 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33460

[startup+0.100937 s]
/proc/loadavg: 2.33 2.12 2.04 5/196 18819
/proc/meminfo: memFree=30276536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=36400 CPUtime=0.09
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 134218972 37273600 7689 4089446400 4194304 9819077 140733486200144 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300916 s]
/proc/loadavg: 2.33 2.12 2.04 5/196 18819
/proc/meminfo: memFree=30276536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=55704 CPUtime=0.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 13350 0 0 0 28 1 0 0 18 0 1 0 134218972 57040896 12317 4089446400 4194304 9819077 140733486200144 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 13926 12331 674 1374 0 12547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55704

[startup+0.700831 s]
/proc/loadavg: 2.33 2.12 2.04 5/196 18819
/proc/meminfo: memFree=30276536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=45888 CPUtime=0.69
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 27843 0 0 0 65 4 0 0 18 0 1 0 134218972 46989312 9943 4089446400 4194304 9819077 140733486200144 18446744073709551615 6590517 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 11472 9943 697 1374 0 10093 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45888

[startup+1.50069 s]
/proc/loadavg: 2.30 2.12 2.04 3/197 18820
/proc/meminfo: memFree=30238212/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=48940 CPUtime=1.48
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 45909 0 0 0 140 8 0 0 19 0 1 0 134218972 50114560 10303 4089446400 4194304 9819077 140733486200144 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 12235 10303 699 1374 0 10856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 48940

[startup+3.1004 s]
/proc/loadavg: 2.30 2.12 2.04 3/197 18820
/proc/meminfo: memFree=30233500/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=52404 CPUtime=3.08
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 57703 0 0 0 297 11 0 0 24 0 1 0 134218972 53661696 11596 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 13101 11596 700 1374 0 11722 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52404

[startup+6.30078 s]
/proc/loadavg: 2.28 2.11 2.04 3/197 18820
/proc/meminfo: memFree=30228220/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=58420 CPUtime=6.28
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 70164 0 0 0 613 15 0 0 25 0 1 0 134218972 59822080 12840 4089446400 4194304 9819077 140733486200144 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 14605 12840 704 1374 0 13226 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58420

[startup+12.7007 s]
/proc/loadavg: 2.26 2.11 2.04 3/197 18821
/proc/meminfo: memFree=30217304/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=67472 CPUtime=12.69
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 79155 0 0 0 1247 22 0 0 25 0 1 0 134218972 69091328 15176 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 16868 15176 704 1374 0 15489 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67472

[startup+25.5003 s]
/proc/loadavg: 2.22 2.11 2.03 3/197 18821
/proc/meminfo: memFree=30198568/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=85856 CPUtime=25.48
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 90403 0 0 0 2515 33 0 0 25 0 1 0 134218972 87916544 19895 4089446400 4194304 9819077 140733486200144 18446744073709551615 6590530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 21464 19895 704 1374 0 20085 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85856

[startup+51.1007 s]
/proc/loadavg: 2.13 2.10 2.03 3/197 18822
/proc/meminfo: memFree=30159532/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=124468 CPUtime=51.08
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 111132 0 0 0 5050 58 0 0 25 0 1 0 134218972 127455232 29603 4089446400 4194304 9819077 140733486200144 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 31117 29603 704 1374 0 29738 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 124468

[startup+102.307 s]
/proc/loadavg: 2.06 2.08 2.03 3/197 18823
/proc/meminfo: memFree=30102128/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=180948 CPUtime=102.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 224558 0 0 0 10109 120 0 0 25 0 1 0 134218972 185290752 43942 4089446400 4194304 9819077 140733486200144 18446744073709551615 6723450 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 45237 43942 705 1374 0 43858 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 180948

[startup+162.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/197 18825
/proc/meminfo: memFree=30003868/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=282328 CPUtime=162.28
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 471048 0 0 0 16016 212 0 0 25 0 1 0 134218972 289103872 68430 4089446400 4194304 9819077 140733486200144 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 70582 68430 723 1374 0 69203 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 282328

[startup+222.301 s]
/proc/loadavg: 2.12 2.08 2.03 3/197 18826
/proc/meminfo: memFree=29942812/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=329216 CPUtime=222.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 744298 0 0 0 21900 329 0 0 25 0 1 0 134218972 337117184 79330 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 82304 79330 740 1374 0 80925 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 329216

[startup+282.301 s]
/proc/loadavg: 2.44 2.17 2.06 3/197 18828
/proc/meminfo: memFree=29953064/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=334964 CPUtime=282.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 968746 0 0 0 27780 449 0 0 25 0 1 0 134218972 343003136 80795 4089446400 4194304 9819077 140733486200144 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 83741 80795 740 1374 0 82362 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 334964

[startup+342.301 s]
/proc/loadavg: 2.48 2.20 2.07 3/197 18830
/proc/meminfo: memFree=29948548/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=339984 CPUtime=342.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1132187 0 0 0 33663 566 0 0 25 0 1 0 134218972 348143616 82002 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 84996 82002 740 1374 0 83617 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 339984

[startup+402.301 s]
/proc/loadavg: 2.17 2.16 2.07 3/197 18831
/proc/meminfo: memFree=29946736/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=342144 CPUtime=402.3
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1284789 0 0 0 39554 676 0 0 25 0 1 0 134218972 350355456 82497 4089446400 4194304 9819077 140733486200144 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 85536 82497 740 1374 0 84157 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 342144

[startup+462.301 s]
/proc/loadavg: 2.06 2.13 2.06 3/197 18833
/proc/meminfo: memFree=29945476/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=343524 CPUtime=462.3
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1414298 0 0 0 45445 785 0 0 25 0 1 0 134218972 351768576 82785 4089446400 4194304 9819077 140733486200144 18446744073709551615 6078531 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 85881 82785 740 1374 0 84502 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 343524

[startup+522.301 s]
/proc/loadavg: 2.02 2.11 2.06 3/197 18834
/proc/meminfo: memFree=29904824/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=348016 CPUtime=522.3
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1566086 0 0 0 51344 886 0 0 25 0 1 0 134218972 356368384 83598 4089446400 4194304 9819077 140733486200144 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 87004 83598 740 1374 0 85625 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 348016

[startup+582.301 s]
/proc/loadavg: 2.01 2.08 2.05 3/197 18836
/proc/meminfo: memFree=29854856/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=352180 CPUtime=582.29
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1708553 0 0 0 57248 981 0 0 25 0 1 0 134218972 360632320 84736 4089446400 4194304 9819077 140733486200144 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 88045 84736 740 1374 0 86666 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 352180

[startup+642.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/197 18838
/proc/meminfo: memFree=29796532/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=362576 CPUtime=642.31
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 1838753 0 0 0 63150 1081 0 0 25 0 1 0 134218972 371277824 87079 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18819/statm: 90644 87079 740 1374 0 89265 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 362576

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.01 3/197 18897
/proc/meminfo: memFree=30388128/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=391276 CPUtime=942.31
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2350236 0 0 0 92568 1663 0 0 25 0 1 0 134218972 400666624 94424 4089446400 4194304 9819077 140733486200144 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 97819 94424 740 1374 0 96440 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 391276

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/197 18898
/proc/meminfo: memFree=30366536/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=394132 CPUtime=1002.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2435025 0 0 0 98409 1823 0 0 25 0 1 0 134218972 403591168 95129 4089446400 4194304 9819077 140733486200144 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 98533 95129 740 1374 0 97154 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 394132

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 18900
/proc/meminfo: memFree=30341680/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=396648 CPUtime=1062.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2531260 0 0 0 104241 1991 0 0 25 0 1 0 134218972 406167552 95801 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 99162 95801 740 1374 0 97783 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 396648

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18901
/proc/meminfo: memFree=30307772/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=402140 CPUtime=1122.31
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2623768 0 0 0 110077 2154 0 0 25 0 1 0 134218972 411791360 96961 4089446400 4194304 9819077 140733486200144 18446744073709551615 6723495 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 100535 96961 740 1374 0 99156 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 402140

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18903
/proc/meminfo: memFree=30276864/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=405720 CPUtime=1182.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2716879 0 0 0 115917 2315 0 0 25 0 1 0 134218972 415457280 97814 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 101430 97814 740 1374 0 100051 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 405720

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18905
/proc/meminfo: memFree=30245448/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=407148 CPUtime=1242.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2812428 0 0 0 121753 2479 0 0 25 0 1 0 134218972 416919552 98229 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 101787 98229 740 1374 0 100408 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 407148

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18906
/proc/meminfo: memFree=30242936/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=409080 CPUtime=1302.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2901632 0 0 0 127588 2645 0 0 25 0 1 0 134218972 418897920 98717 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 102270 98717 740 1374 0 100891 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 409080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18908
/proc/meminfo: memFree=30242028/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=409652 CPUtime=1362.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 2982630 0 0 0 133426 2806 0 0 25 0 1 0 134218972 419483648 98918 4089446400 4194304 9819077 140733486200144 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 102413 98918 740 1374 0 101034 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 409652

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18909
/proc/meminfo: memFree=30239012/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=412240 CPUtime=1422.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3073762 0 0 0 139255 2977 0 0 25 0 1 0 134218972 422133760 99675 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 103060 99675 740 1374 0 101681 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 412240

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 18911
/proc/meminfo: memFree=30234160/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=414948 CPUtime=1482.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3152218 0 0 0 145113 3120 0 0 25 0 1 0 134218972 424906752 100375 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 103737 100375 740 1374 0 102358 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 414948

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 18913
/proc/meminfo: memFree=30213532/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=415684 CPUtime=1542.32
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3222443 0 0 0 150957 3275 0 0 25 0 1 0 134218972 425660416 100636 4089446400 4194304 9819077 140733486200144 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 103921 100636 740 1374 0 102542 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 415684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18914
/proc/meminfo: memFree=30162648/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=416736 CPUtime=1602.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3299298 0 0 0 156804 3429 0 0 25 0 1 0 134218972 426737664 100919 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 104184 100919 740 1374 0 102805 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 416736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18916
/proc/meminfo: memFree=30133468/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=420284 CPUtime=1662.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3386312 0 0 0 162645 3588 0 0 25 0 1 0 134218972 430370816 101666 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18819/statm: 105071 101666 740 1374 0 103692 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 420284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18917
/proc/meminfo: memFree=30112224/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=425072 CPUtime=1722.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3466413 0 0 0 168487 3746 0 0 25 0 1 0 134218972 435273728 102754 4089446400 4194304 9819077 140733486200144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18819/statm: 106268 102754 740 1374 0 104889 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 425072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18919
/proc/meminfo: memFree=30059616/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=426724 CPUtime=1782.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3549236 0 0 0 174324 3909 0 0 25 0 1 0 134218972 436965376 103187 4089446400 4194304 9819077 140733486200144 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18819/statm: 106681 103187 740 1374 0 105302 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 426724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18919
/proc/meminfo: memFree=30044848/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=426744 CPUtime=1800.03
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3573756 0 0 0 176047 3956 0 0 25 0 1 0 134218972 436985856 103194 4089446400 4194304 9819077 140733486200144 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18819/statm: 106686 103194 740 1374 0 105307 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 426744

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18919
/proc/meminfo: memFree=30044848/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=417588 CPUtime=1800.23
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3573784 0 0 0 176067 3956 0 0 25 0 1 0 134218972 427610112 100911 4089446400 4194304 9819077 140733486200144 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18819/statm: 104397 100911 741 1374 0 103018 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 417588

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18919
/proc/meminfo: memFree=30044848/32951124 swapFree=67111528/67111528
[pid=18819] ppid=18817 vsize=256312 CPUtime=1800.33
/proc/18819/stat : 18819 (pbscip.linux.x8) R 18817 18819 18642 0 -1 4202496 3573784 0 0 0 176076 3957 0 0 25 0 1 0 134218972 262463488 61473 4089446400 4194304 9819077 140733486200144 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18819/statm: 63822 61217 741 1374 0 62443 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 256312

Child status: 0
Real time (s): 1800.32
CPU time (s): 1800.36
CPU user time (s): 1760.77
CPU system time (s): 39.585
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 426804

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

runsolver used 2.83657 second user time and 5.9411 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 22:20:31
IDJOB=2693021
IDBENCH=79295
IDSOLVER=1205
FILE ID=node138/2693021-1277929231
PBS_JOBID= 11197402
Free space on /tmp= 74140 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.1900579996--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-2693021-1277929231/watcher-2693021-1277929231 -o /tmp/evaluation-result-2693021-1277929231/solver-2693021-1277929231 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693021-1277929231.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c45be88cd75ffa8279348f234419b8ae
RANDOM SEED=1669533627

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30277064 kB
Buffers:        216724 kB
Cached:        1480548 kB
SwapCached:          0 kB
Active:        1482508 kB
Inactive:      1043788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30277064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      829196 kB
Mapped:          20272 kB
Slab:            83832 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655696 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= 74132 MiB
End job on node138 at 2010-06-30 22:50:33