Trace number 2692954

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.32 1800.29

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
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 benchmark147.368
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-2692954-1277925811.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 135279
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.352790e+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.12
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.98
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.352790e+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.352790e+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.352790e+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.352790e+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.352790e+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.352790e+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.352790e+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.352790e+05 |    Inf 
16.99/17.05	c  16.6s| 10000 | 10001 |  6003 |   0.6 |  47M| 589 |   0 |5645 |5414 |5645 | 210 |2069 |   0 | 773 | 0.000000e+00 | 1.352790e+05 |    Inf 
31.59/31.66	c  30.8s| 20000 | 20001 | 10082 |   0.5 |  67M| 589 |   0 |5645 |5414 |5645 | 216 |3526 |   0 | 923 | 0.000000e+00 | 1.352790e+05 |    Inf 
45.49/45.52	c  44.3s| 30000 | 30001 | 12400 |   0.4 |  87M|1965 |   0 |5645 |5414 |5645 | 255 |4128 |   0 | 959 | 0.000000e+00 | 1.352790e+05 |    Inf 
45.99/46.06	o 325
45.99/46.06	c *44.9s| 30601 | 18469 | 12422 |   0.4 |  65M|2566 |   - |5645 |5414 |5645 | 258 |4131 |   0 | 959 | 0.000000e+00 | 3.250000e+02 |    Inf 
51.89/51.98	o 322
51.89/51.98	c *50.6s| 34394 | 22023 | 14242 |   0.4 |  73M|2566 |   - |5645 |5675 |5645 | 248 |4627 | 261 |1031 | 0.000000e+00 | 3.220000e+02 |    Inf 
56.70/56.74	o 306
56.70/56.74	c *55.2s| 36546 | 22504 | 17702 |   0.5 |  78M|2566 |   - |5645 |6541 |5645 | 247 |5770 |1127 |1106 | 0.000000e+00 | 3.060000e+02 |    Inf 
58.20/58.24	o 305
58.20/58.24	c *56.6s| 37271 | 23045 | 18323 |   0.5 |  80M|2566 |   - |5645 |6943 |5645 | 252 |5954 |1529 |1118 | 0.000000e+00 | 3.050000e+02 |    Inf 
58.80/58.83	o 299
58.80/58.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.80/58.83	c *57.2s| 37581 | 22734 | 18502 |   0.5 |  80M|2566 |   - |5645 |7074 |5645 | 253 |6017 |1660 |1118 | 0.000000e+00 | 2.990000e+02 |    Inf 
58.89/58.96	o 285
58.89/58.96	c *57.4s| 37723 | 21541 | 18504 |   0.5 |  77M|2566 |   - |5645 |7074 |5645 | 253 |6017 |1660 |1118 | 0.000000e+00 | 2.850000e+02 |    Inf 
62.89/62.99	o 279
62.89/62.99	c *61.3s| 39404 | 22248 | 21558 |   0.5 |  82M|2566 |   - |5645 |8097 |5645 | 241 |6935 |2683 |1158 | 0.000000e+00 | 2.790000e+02 |    Inf 
64.59/64.65	c  62.9s| 40000 | 22673 | 22734 |   0.6 |  84M|2566 |   0 |5645 |8385 |5645 | 227 |7301 |2978 |1168 | 0.000000e+00 | 2.790000e+02 |    Inf 
66.49/66.54	o 276
66.49/66.54	c *64.7s| 41000 | 23192 | 23527 |   0.6 |  86M|2566 |   - |5645 |8706 |5645 | 302 |7583 |3309 |1174 | 0.000000e+00 | 2.760000e+02 |    Inf 
68.29/68.35	o 271
68.29/68.35	c *66.5s| 41513 | 22991 | 25712 |   0.6 |  87M|2566 |   - |5645 |8883 |5645 | 270 |8239 |3603 |1205 | 0.000000e+00 | 2.710000e+02 |    Inf 
68.29/68.36	o 254
68.29/68.36	c *66.5s| 41514 | 21302 | 25712 |   0.6 |  83M|2566 |   - |5645 |8883 |5645 | 270 |8239 |3603 |1205 | 0.000000e+00 | 2.540000e+02 |    Inf 
70.09/70.13	o 238
70.09/70.13	c *68.2s| 42078 | 20281 | 27889 |   0.7 |  80M|2566 |   - |5645 |9107 |5645 | 255 |8885 |3982 |1207 | 0.000000e+00 | 2.380000e+02 |    Inf 
70.19/70.28	o 226
70.19/70.28	c *68.4s| 42167 | 19351 | 28070 |   0.7 |  77M|2566 |   - |5645 |9099 |5645 | 250 |8916 |3986 |1209 | 0.000000e+00 | 2.260000e+02 |    Inf 
71.40/71.41	o 209
71.40/71.41	c *69.5s| 42499 | 18187 | 29238 |   0.7 |  74M|2566 |   - |5645 |9295 |5645 | 255 |9329 |4279 |1224 | 0.000000e+00 | 2.090000e+02 |    Inf 
76.50/76.54	o 206
76.50/76.54	c *74.4s| 44560 | 19447 | 33656 |   0.8 |  81M|2566 |   - |5645 |9583 |5645 | 242 |  10k|5502 |1260 | 0.000000e+00 | 2.060000e+02 |    Inf 
76.69/76.73	o 189
76.69/76.73	c *74.6s| 44758 | 17686 | 33656 |   0.7 |  75M|2566 |   - |5645 |9583 |5645 | 242 |  10k|5502 |1260 | 0.000000e+00 | 1.890000e+02 |    Inf 
84.29/84.31	o 170
84.29/84.31	c *82.0s| 47044 | 17380 | 41841 |   0.9 |  80M|2566 |   - |5645 |8781 |5645 | 264 |  13k|7530 |1314 | 0.000000e+00 | 1.700000e+02 |    Inf 
91.20/91.20	o 144
91.20/91.20	c *88.7s| 49058 | 15625 | 51209 |   1.0 |  80M|2566 |   - |5645 |6890 |5645 | 228 |  16k|8991 |1394 | 0.000000e+00 | 1.440000e+02 |    Inf 
92.09/92.18	o 142
92.09/92.18	c *89.6s| 49290 | 15521 | 52800 |   1.1 |  81M|2566 |   - |5645 |6603 |5645 | 224 |  17k|9117 |1418 | 0.000000e+00 | 1.420000e+02 |    Inf 
92.99/93.08	o 137
92.99/93.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.99/93.08	c *90.5s| 49515 | 15051 | 54080 |   1.1 |  80M|2566 |   - |5645 |6547 |5645 | 243 |  17k|9295 |1429 | 0.000000e+00 | 1.370000e+02 |    Inf 
92.99/93.09	o 132
92.99/93.09	c *90.5s| 49516 | 14407 | 54082 |   1.1 |  77M|2566 |   - |5645 |6547 |5645 | 243 |  17k|9295 |1429 | 0.000000e+00 | 1.320000e+02 |    Inf 
94.90/94.92	c  92.3s| 50000 | 14653 | 56894 |   1.1 |  80M|2566 |  10 |5645 |6599 |5645 | 204 |  18k|9718 |1459 | 0.000000e+00 | 1.320000e+02 |    Inf 
96.09/96.10	o 126
96.09/96.10	c *93.4s| 50346 | 14157 | 58398 |   1.2 |  80M|2566 |   - |5645 |6628 |5645 | 206 |  18k|9938 |1480 | 0.000000e+00 | 1.260000e+02 |    Inf 
99.59/99.67	o 119
99.59/99.67	c *96.9s| 51318 | 13962 | 64624 |   1.3 |  82M|2566 |   - |5645 |6754 |5645 | 247 |  20k|  10k|1580 | 0.000000e+00 | 1.190000e+02 |    Inf 
106.70/106.76	o 116
106.70/106.76	c * 104s| 53221 | 14551 | 75727 |   1.4 |  91M|2566 |   - |5645 |6689 |5645 | 196 |  24k|  11k|1667 | 0.000000e+00 | 1.160000e+02 |    Inf 
111.29/111.30	o 104
111.29/111.30	c * 108s| 54410 | 13634 | 83081 |   1.5 |  91M|2566 |   - |5645 |6740 |5645 | 231 |  26k|  12k|1785 | 0.000000e+00 | 1.040000e+02 |    Inf 
112.30/112.32	o 103
112.30/112.32	c * 109s| 54635 | 13657 | 84774 |   1.5 |  93M|2566 |   - |5645 |6655 |5645 | 215 |  26k|  13k|1806 | 0.000000e+00 | 1.030000e+02 |    Inf 
112.30/112.36	o 94
112.30/112.36	c * 109s| 54666 | 12144 | 84777 |   1.5 |  87M|2566 |   - |5645 |6655 |5645 | 215 |  26k|  13k|1806 | 0.000000e+00 | 9.400000e+01 |    Inf 
113.49/113.55	o 92
113.49/113.55	c * 110s| 54928 | 11330 | 86820 |   1.6 |  79M|2566 |   - |5645 |6400 |5645 | 210 |  27k|  13k|1816 | 0.000000e+00 | 9.200000e+01 |    Inf 
129.59/129.67	c   126s| 60000 | 14336 |102378 |   1.7 |  99M|2566 |   1 |5645 |7409 |5645 | 201 |  32k|  17k|1959 | 0.000000e+00 | 9.200000e+01 |    Inf 
162.90/162.95	c   158s| 70000 | 19413 |143614 |   2.0 | 146M|2566 |   0 |5645 |8289 |5645 | 199 |  44k|  26k|2313 | 0.000000e+00 | 9.200000e+01 |    Inf 
178.49/178.50	o 91
178.49/178.50	c * 174s| 74493 | 21299 |158973 |   2.1 | 164M|2566 |   - |5645 |8280 |5645 | 238 |  49k|  31k|2452 | 0.000000e+00 | 9.100000e+01 |    Inf 
198.90/198.95	c   194s| 80000 | 23560 |185536 |   2.3 | 188M|2566 |   1 |5645 |8361 |5645 | 220 |  56k|  37k|2626 | 0.000000e+00 | 9.100000e+01 |    Inf 
234.30/234.38	c   228s| 90000 | 28138 |223544 |   2.5 | 228M|2566 |   0 |5645 |8234 |5645 | 218 |  67k|  47k|2941 | 0.000000e+00 | 9.100000e+01 |    Inf 
270.20/270.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.20/270.28	c   263s|100000 | 32502 |263319 |   2.6 | 272M|2566 |   0 |5645 |9158 |5645 | 230 |  79k|  58k|3203 | 0.000000e+00 | 9.100000e+01 |    Inf 
271.60/271.67	o 77
271.60/271.67	c * 264s|100405 | 29070 |264854 |   2.6 | 259M|2566 |   - |5645 |9459 |5645 | 245 |  79k|  59k|3211 | 0.000000e+00 | 7.700000e+01 |    Inf 
305.90/305.98	c   297s|110000 | 31974 |299338 |   2.7 | 290M|2566 |   0 |5645 |7460 |5645 | 211 |  90k|  70k|3415 | 0.000000e+00 | 7.700000e+01 |    Inf 
342.30/342.35	c   333s|120000 | 34701 |341704 |   2.8 | 322M|2566 |   0 |5645 |8534 |5645 | 238 | 102k|  82k|3624 | 0.000000e+00 | 7.700000e+01 |    Inf 
359.80/359.82	o 75
359.80/359.82	c * 350s|124444 | 35572 |365916 |   2.9 | 334M|2566 |   - |5645 |8666 |5645 | 229 | 110k|  87k|3738 | 0.000000e+00 | 7.500000e+01 |    Inf 
359.80/359.84	o 68
359.80/359.84	c * 350s|124445 | 33878 |365916 |   2.9 | 323M|2566 |   - |5645 |8666 |5645 | 229 | 110k|  87k|3738 | 0.000000e+00 | 6.800000e+01 |    Inf 
378.30/378.30	o 54
378.30/378.30	c * 367s|129722 | 30141 |385443 |   3.0 | 307M|2566 |   - |5645 |7570 |5645 | 210 | 115k|  93k|3880 | 0.000000e+00 | 5.400000e+01 |    Inf 
379.29/379.31	c   368s|130000 | 30153 |386435 |   3.0 | 307M|2566 |   - |5645 |7103 |5645 | 217 | 116k|  94k|3887 | 0.000000e+00 | 5.400000e+01 |    Inf 
411.20/411.23	c   399s|140000 | 30722 |423389 |   3.0 | 320M|2566 |   1 |5645 |7442 |5645 | 248 | 126k| 106k|4057 | 0.000000e+00 | 5.400000e+01 |    Inf 
436.90/436.91	o 53
436.90/436.91	c * 424s|148415 | 31427 |456798 |   3.1 | 331M|2566 |   - |5645 |8827 |5645 | 273 | 135k| 117k|4189 | 0.000000e+00 | 5.300000e+01 |    Inf 
441.20/441.28	c   428s|150000 | 31566 |461267 |   3.1 | 333M|2566 |   1 |5645 |7849 |5645 | 242 | 135k| 119k|4220 | 0.000000e+00 | 5.300000e+01 |    Inf 
469.20/469.28	c   455s|160000 | 32541 |486874 |   3.0 | 344M|2566 |   - |5645 |7853 |   0 |   0 | 141k| 132k|4318 | 0.000000e+00 | 5.300000e+01 |    Inf 
476.40/476.44	o 31
476.40/476.44	c * 462s|162628 | 26333 |493837 |   3.0 | 264M|2566 |   - |5645 |8709 |5645 | 261 | 142k| 135k|4326 | 0.000000e+00 | 3.100000e+01 |    Inf 
493.00/493.03	c   478s|170000 | 26426 |516537 |   3.0 | 268M|2566 |  12 |5645 |8088 |5645 | 298 | 145k| 145k|4426 | 0.000000e+00 | 3.100000e+01 |    Inf 
516.01/516.04	c   500s|180000 | 26645 |551266 |   3.1 | 274M|2566 |   - |5645 |8526 |   0 |   0 | 151k| 159k|4538 | 0.000000e+00 | 3.100000e+01 |    Inf 
523.81/523.88	o 24
523.81/523.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.81/523.88	c * 508s|183367 | 25099 |562834 |   3.1 | 248M|2566 |   - |5645 |7348 |5645 | 218 | 153k| 163k|4599 | 0.000000e+00 | 2.400000e+01 |    Inf 
538.31/538.30	c   522s|190000 | 25133 |587991 |   3.1 | 252M|2566 |   1 |5645 |7161 |5645 | 294 | 157k| 172k|4671 | 0.000000e+00 | 2.400000e+01 |    Inf 
543.61/543.61	o 21
543.61/543.61	c * 527s|192292 | 23827 |597351 |   3.1 | 236M|2566 |   - |5645 |5632 |5645 | 254 | 159k| 175k|4691 | 0.000000e+00 | 2.100000e+01 |    Inf 
558.90/558.94	c   541s|200000 | 23832 |621253 |   3.1 | 239M|2566 |   - |5645 |7768 |   0 |   0 | 163k| 186k|4774 | 0.000000e+00 | 2.100000e+01 |    Inf 
561.80/561.81	o 11
561.80/561.81	c * 544s|201433 | 20278 |625453 |   3.1 | 191M|2566 |   - |5645 |8574 |5645 | 224 | 164k| 188k|4781 | 0.000000e+00 | 1.100000e+01 |    Inf 
564.80/564.82	o 8
564.80/564.82	c * 547s|202960 | 18603 |630893 |   3.1 | 169M|2566 |   - |5645 |5696 |5645 | 235 | 165k| 190k|4797 | 0.000000e+00 | 8.000000e+00 |    Inf 
577.60/577.66	c   559s|210000 | 18540 |657988 |   3.1 | 171M|2566 |   - |5645 |5834 |   0 |   0 | 169k| 200k|4881 | 0.000000e+00 | 8.000000e+00 |    Inf 
595.60/595.67	c   576s|220000 | 18268 |694155 |   3.2 | 171M|2566 |   1 |5645 |6916 |5645 | 208 | 174k| 213k|5010 | 0.000000e+00 | 8.000000e+00 |    Inf 
614.20/614.27	c   594s|230000 | 17997 |731363 |   3.2 | 171M|2566 |   6 |5645 |7606 |5645 | 242 | 180k| 226k|5099 | 0.000000e+00 | 8.000000e+00 |    Inf 
632.80/632.88	c   612s|240000 | 17975 |766578 |   3.2 | 172M|2566 |   - |5645 |9792 |   0 |   0 | 185k| 239k|5212 | 0.000000e+00 | 8.000000e+00 |    Inf 
641.41/641.40	o 5
641.41/641.40	c * 620s|243945 | 17299 |781554 |   3.2 | 165M|2566 |   - |5645 |  10k|5645 | 289 | 187k| 244k|5242 | 0.000000e+00 | 5.000000e+00 |    Inf 
653.80/653.81	c   632s|250000 | 17332 |806082 |   3.2 | 165M|2566 |   - |5645 |9476 |   0 |   0 | 190k| 252k|5310 | 0.000000e+00 | 5.000000e+00 |    Inf 
674.91/674.98	c   653s|260000 | 17464 |844117 |   3.2 | 168M|2566 |   1 |5645 |  11k|5645 | 249 | 195k| 266k|5399 | 0.000000e+00 | 5.000000e+00 |    Inf 
697.11/697.19	c   675s|270000 | 17636 |883065 |   3.3 | 172M|2566 |  14 |5645 |  14k|5645 | 278 | 199k| 280k|5504 | 0.000000e+00 | 5.000000e+00 |    Inf 
719.31/719.40	c   697s|280000 | 17606 |921768 |   3.3 | 171M|2566 |   1 |5645 |  10k|5645 | 216 | 204k| 294k|5584 | 0.000000e+00 | 5.000000e+00 |    Inf 
741.51/741.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
741.51/741.50	c   718s|290000 | 17775 |958748 |   3.3 | 175M|2566 |   - |5645 |  14k|   0 |   0 | 210k| 308k|5684 | 0.000000e+00 | 5.000000e+00 |    Inf 
764.31/764.36	c   741s|300000 | 17773 |  1001k|   3.3 | 176M|2566 |   - |5645 |  12k|   0 |   0 | 216k| 322k|5761 | 0.000000e+00 | 5.000000e+00 |    Inf 
786.52/786.56	c   763s|310000 | 17559 |  1042k|   3.4 | 174M|2566 |   1 |5645 |8903 |5645 | 200 | 221k| 336k|5906 | 0.000000e+00 | 5.000000e+00 |    Inf 
806.71/806.74	c   782s|320000 | 17627 |  1078k|   3.4 | 177M|2566 |   1 |5645 |  12k|5645 | 223 | 227k| 350k|5986 | 0.000000e+00 | 5.000000e+00 |    Inf 
827.41/827.49	c   803s|330000 | 17758 |  1112k|   3.4 | 179M|2566 |   - |5645 |  13k|   0 |   0 | 231k| 363k|6064 | 0.000000e+00 | 5.000000e+00 |    Inf 
849.31/849.38	c   824s|340000 | 17818 |  1146k|   3.4 | 181M|2566 |   1 |5645 |  16k|5645 | 246 | 237k| 377k|6118 | 0.000000e+00 | 5.000000e+00 |    Inf 
872.11/872.11	c   847s|350000 | 17876 |  1184k|   3.4 | 183M|2566 |   - |5645 |  18k|   0 |   0 | 242k| 391k|6198 | 0.000000e+00 | 5.000000e+00 |    Inf 
895.51/895.59	c   870s|360000 | 17932 |  1220k|   3.4 | 186M|2566 |  14 |5645 |  21k|5645 | 240 | 247k| 406k|6249 | 0.000000e+00 | 5.000000e+00 |    Inf 
920.72/920.70	c   894s|370000 | 17869 |  1257k|   3.4 | 185M|2566 |   1 |5645 |  19k|5645 | 242 | 253k| 421k|6304 | 0.000000e+00 | 5.000000e+00 |    Inf 
944.31/944.32	c   918s|380000 | 17988 |  1295k|   3.4 | 186M|2566 |   - |5645 |  15k|   0 |   0 | 258k| 435k|6405 | 0.000000e+00 | 5.000000e+00 |    Inf 
966.51/966.56	c   939s|390000 | 18100 |  1331k|   3.4 | 188M|2566 |   1 |5645 |  16k|5645 | 234 | 263k| 448k|6480 | 0.000000e+00 | 5.000000e+00 |    Inf 
990.91/991.00	c   963s|400000 | 18076 |  1370k|   3.4 | 189M|2566 |   1 |5645 |  17k|5645 | 261 | 267k| 462k|6522 | 0.000000e+00 | 5.000000e+00 |    Inf 
1015.11/1015.10	c   987s|410000 | 18085 |  1409k|   3.4 | 190M|2566 |   - |5645 |  16k|   0 |   0 | 272k| 476k|6630 | 0.000000e+00 | 5.000000e+00 |    Inf 
1037.81/1037.80	c  1009s|420000 | 18227 |  1442k|   3.4 | 193M|2566 |   - |5645 |  19k|   0 |   0 | 276k| 489k|6689 | 0.000000e+00 | 5.000000e+00 |    Inf 
1062.91/1062.99	c  1034s|430000 | 18409 |  1475k|   3.4 | 196M|2566 |   - |5645 |  23k|   0 |   0 | 281k| 503k|6743 | 0.000000e+00 | 5.000000e+00 |    Inf 
1089.40/1089.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.40/1089.44	c  1060s|440000 | 18321 |  1508k|   3.4 | 197M|2566 |   1 |5645 |  22k|5645 | 232 | 285k| 517k|6808 | 0.000000e+00 | 5.000000e+00 |    Inf 
1115.51/1115.52	c  1086s|450000 | 18418 |  1542k|   3.4 | 199M|2566 |   - |5645 |  24k|   0 |   0 | 289k| 531k|6853 | 0.000000e+00 | 5.000000e+00 |    Inf 
1132.51/1132.55	o 3
1132.51/1132.55	c *1103s|456062 | 17078 |  1564k|   3.4 | 184M|2566 |   - |5645 |  26k|5645 | 248 | 291k| 539k|6902 | 0.000000e+00 | 3.000000e+00 |    Inf 
1132.61/1132.60	o 2
1132.61/1132.60	c *1103s|456068 | 16495 |  1564k|   3.4 | 177M|2566 |   - |5645 |  25k|5645 | 257 | 292k| 539k|6902 | 0.000000e+00 | 2.000000e+00 |    Inf 
1142.71/1142.72	c  1112s|460000 | 16565 |  1580k|   3.4 | 178M|2566 |   1 |5645 |  25k|5645 | 250 | 293k| 545k|6913 | 0.000000e+00 | 2.000000e+00 |    Inf 
1169.61/1169.67	c  1139s|470000 | 16683 |  1621k|   3.4 | 180M|2566 |   - |5645 |  28k|   0 |   0 | 299k| 558k|6993 | 0.000000e+00 | 2.000000e+00 |    Inf 
1197.01/1197.00	c  1166s|480000 | 16769 |  1662k|   3.5 | 182M|2566 |   4 |5645 |  29k|5645 | 237 | 304k| 572k|7087 | 0.000000e+00 | 2.000000e+00 |    Inf 
1226.21/1226.21	c  1195s|490000 | 16815 |  1707k|   3.5 | 182M|2566 |   1 |5645 |  25k|5645 | 244 | 310k| 586k|7166 | 0.000000e+00 | 2.000000e+00 |    Inf 
1253.61/1253.66	c  1222s|500000 | 17071 |  1749k|   3.5 | 185M|2566 |   - |5645 |  25k|   0 |   0 | 315k| 600k|7241 | 0.000000e+00 | 2.000000e+00 |    Inf 
1281.71/1281.75	c  1249s|510000 | 17223 |  1790k|   3.5 | 187M|2566 |   - |5645 |  25k|   0 |   0 | 322k| 614k|7343 | 0.000000e+00 | 2.000000e+00 |    Inf 
1308.01/1308.09	c  1275s|520000 | 17298 |  1830k|   3.5 | 188M|2566 |   1 |5645 |  25k|5645 | 230 | 327k| 628k|7403 | 0.000000e+00 | 2.000000e+00 |    Inf 
1335.01/1335.01	c  1302s|530000 | 17382 |  1874k|   3.5 | 189M|2566 |  11 |5645 |  24k|5645 | 248 | 332k| 642k|7454 | 0.000000e+00 | 2.000000e+00 |    Inf 
1361.52/1361.50	c  1328s|540000 | 17390 |  1916k|   3.5 | 190M|2566 |   - |5645 |  23k|   0 |   0 | 337k| 657k|7505 | 0.000000e+00 | 2.000000e+00 |    Inf 
1387.81/1387.88	c  1354s|550000 | 17436 |  1962k|   3.6 | 192M|2566 |  17 |5645 |  25k|5645 | 239 | 341k| 671k|7588 | 0.000000e+00 | 2.000000e+00 |    Inf 
1415.22/1415.21	c  1380s|560000 | 17536 |  2006k|   3.6 | 193M|2566 |   1 |5645 |  26k|5645 | 252 | 346k| 686k|7640 | 0.000000e+00 | 2.000000e+00 |    Inf 
1443.12/1443.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.12/1443.20	c  1408s|570000 | 17509 |  2050k|   3.6 | 194M|2566 |   - |5645 |  26k|   0 |   0 | 351k| 700k|7693 | 0.000000e+00 | 2.000000e+00 |    Inf 
1469.72/1469.79	c  1434s|580000 | 17571 |  2088k|   3.6 | 196M|2566 |   - |5645 |  28k|   0 |   0 | 356k| 714k|7731 | 0.000000e+00 | 2.000000e+00 |    Inf 
1496.81/1496.86	c  1461s|590000 | 17676 |  2127k|   3.6 | 198M|2566 |   1 |5645 |  31k|5645 | 255 | 361k| 729k|7778 | 0.000000e+00 | 2.000000e+00 |    Inf 
1526.62/1526.66	c  1490s|600000 | 17774 |  2170k|   3.6 | 201M|2566 |   1 |5645 |  34k|5645 | 277 | 365k| 744k|7844 | 0.000000e+00 | 2.000000e+00 |    Inf 
1556.52/1556.53	c  1519s|610000 | 16920 |  2211k|   3.6 | 185M|2566 |   - |5645 |  20k|   0 |   0 | 370k| 759k|7904 | 0.000000e+00 | 2.000000e+00 |    Inf 
1579.02/1579.04	c  1542s|620000 | 16713 |  2252k|   3.6 | 181M|2566 |   - |5645 |  20k|   0 |   0 | 376k| 773k|7952 | 0.000000e+00 | 2.000000e+00 |    Inf 
1603.52/1603.58	c  1566s|630000 | 16659 |  2293k|   3.6 | 181M|2566 |  16 |5645 |  19k|5645 | 238 | 381k| 788k|8005 | 0.000000e+00 | 2.000000e+00 |    Inf 
1629.02/1629.03	c  1591s|640000 | 16478 |  2335k|   3.6 | 178M|2566 |   - |5645 |  18k|   0 |   0 | 387k| 802k|8058 | 0.000000e+00 | 2.000000e+00 |    Inf 
1651.32/1651.39	c  1613s|650000 | 15643 |  2375k|   3.7 | 170M|2566 |  16 |5645 |  11k|5645 | 237 | 392k| 816k|8348 | 0.000000e+00 | 2.000000e+00 |    Inf 
1672.33/1672.38	c  1633s|660000 | 15641 |  2414k|   3.7 | 171M|2566 |   - |5645 |  14k|   0 |   0 | 396k| 830k|8348 | 0.000000e+00 | 2.000000e+00 |    Inf 
1693.72/1693.78	c  1654s|670000 | 15292 |  2454k|   3.7 | 168M|2566 |   - |5645 |  13k|   0 |   0 | 401k| 844k|8476 | 0.000000e+00 | 2.000000e+00 |    Inf 
1706.43/1706.47	o 1
1706.43/1706.47	c *1666s|675879 | 14343 |  2475k|   3.7 | 158M|2566 |   - |5645 |  16k|5645 | 269 | 404k| 851k|8506 | 0.000000e+00 | 1.000000e-00 |    Inf 
1715.43/1715.43	c  1675s|680000 | 14311 |  2486k|   3.7 | 158M|2566 |  16 |5645 |  15k|5645 | 261 | 405k| 857k|8518 | 0.000000e+00 | 1.000000e-00 |    Inf 
1737.93/1738.00	c  1697s|690000 | 14325 |  2517k|   3.6 | 159M|2566 |   - |5645 |  18k|   0 |   0 | 408k| 870k|8576 | 0.000000e+00 | 1.000000e-00 |    Inf 
1760.63/1760.62	c  1720s|700000 | 14093 |  2550k|   3.6 | 156M|2566 |   - |5645 |  14k|   0 |   0 | 412k| 884k|8625 | 0.000000e+00 | 1.000000e-00 |    Inf 
1782.03/1782.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.03/1782.06	c  1741s|710000 | 13696 |  2587k|   3.6 | 154M|2566 |   - |5645 |  15k|   0 |   0 | 416k| 898k|8710 | 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) : 1758.29
1800.03/1800.00	c Solving Nodes      : 717813
1800.03/1800.00	c Primal Bound       : +1.00000000000000e-00 (549 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 -x54 
1800.03/1800.07	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.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       :    1758.29
1800.03/1800.07	c Original Problem   :
1800.03/1800.07	c   Problem name     : HOME/instance-2692954-1277925811.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-2692954-1277925811.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, 34758 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.03          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.01          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        :          -       2707          -          -       5414          -          -          -          -
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     490579          0         11        569          0          0     677990
1800.03/1800.07	c   indicator        :       2707          0    3566605     148252          0        889   16694696          0          0          0
1800.03/1800.07	c   linear           :       2707          6    3885964     149821          0     235923   16969699     421178          0          0
1800.03/1800.07	c   logicor          :          0+         0    1192525          0          0      61932    1132715          0          0          0
1800.03/1800.07	c   bounddisjunction :          0+         0      20493          0          0          0        394          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      88138          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      14.13       0.00       0.00      14.13       0.00
1800.03/1800.08	c   indicator        :      62.06       0.00      40.30      21.76       0.00
1800.03/1800.08	c   linear           :     208.94       0.01     195.29      13.64       0.00
1800.03/1800.08	c   logicor          :     230.88       0.00     230.88       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.04       0.00       0.04       0.00       0.00
1800.03/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.53          2          0          0
1800.03/1800.08	c   rootredcost      :       0.58         42          0       2707
1800.03/1800.08	c   pseudoobj        :     206.63    3913056      24730   11411013
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      21.57     322585     322454    1981973       26.4      33172       10.7          -
1800.03/1800.08	c   infeasible LP    :       5.78      13981      13981     114805       40.6        311       14.9          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.16        746        746       2718       12.1        649        6.9          -
1800.03/1800.08	c   applied globally :          -          -          -     909442       21.1          -          -          -
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          :      46.86     503933          0    5140081          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.00          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.82     339478         11        569          0          0     677990
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :      18.51      88096          0          0          0          0     176192
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.24          -         42
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.33         39          0
1800.03/1800.08	c   guideddiving     :       0.06         24          0
1800.03/1800.08	c   pscostdiving     :       0.18        127          0
1800.03/1800.08	c   fracdiving       :       0.17        127          0
1800.03/1800.08	c   veclendiving     :       0.20        127          0
1800.03/1800.08	c   linesearchdiving :       0.17        127          0
1800.03/1800.08	c   coefdiving       :       0.17        128          0
1800.03/1800.08	c   crossover        :       2.39         77          3
1800.03/1800.08	c   rootsoldiving    :       0.23        125          0
1800.03/1800.08	c   objpscostdiving  :       0.21        126          0
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.60     342898          0
1800.03/1800.08	c   zirounding       :       0.54       1000          0
1800.03/1800.08	c   rounding         :       3.58       8274          0
1800.03/1800.08	c   shifting         :       1.94       2561          0
1800.03/1800.08	c   intshifting      :       0.01          4          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.03          0          0
1800.03/1800.08	c   trysol           :       3.72       7390        502
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     467.95     434430    2619804       6.03    5598.47
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.07         65       1328      20.43   18971.43
1800.03/1800.08	c   strong branching :      11.53       8751      85716       9.79    7434.17
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            :     717813
1800.03/1800.08	c   nodes (total)    :     717813
1800.03/1800.08	c   nodes left       :      13323
1800.03/1800.08	c   max depth        :       2566
1800.03/1800.08	c   max depth (total):       2566
1800.03/1800.08	c   backtracks       :      61322 (8.5%)
1800.03/1800.08	c   delayed cutoffs  :      56748
1800.03/1800.08	c   repropagations   :    1796098 (7504144 domain reductions, 47493 cutoffs)
1800.03/1800.08	c   avg switch length:       6.61
1800.03/1800.08	c   switching time   :     242.60
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        549 (43 improvements)
1800.03/1800.08	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 675879 nodes, 1666.47 seconds, depth 44, 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.23/1800.29	c Time complete: 1800.32.

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-2692954-1277925811/watcher-2692954-1277925811 -o /tmp/evaluation-result-2692954-1277925811/solver-2692954-1277925811 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692954-1277925811.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.08 2.02 2.01 3/196 17456
/proc/meminfo: memFree=30894564/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=11116 CPUtime=0
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1701 0 0 0 0 0 0 0 25 0 1 0 133875734 11382784 1622 4089446400 4194304 9819077 140736837223904 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17456/statm: 2779 1623 392 1374 0 1400 0

[startup+0.0974501 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 17456
/proc/meminfo: memFree=30894564/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=36404 CPUtime=0.08
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 8122 0 0 0 8 0 0 0 25 0 1 0 133875734 37277696 7689 4089446400 4194304 9819077 140736837223904 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36404

[startup+0.100456 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 17456
/proc/meminfo: memFree=30894564/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=36404 CPUtime=0.09
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 8122 0 0 0 9 0 0 0 25 0 1 0 133875734 37277696 7689 4089446400 4194304 9819077 140736837223904 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300414 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 17456
/proc/meminfo: memFree=30894564/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=53516 CPUtime=0.29
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 12808 0 0 0 27 2 0 0 18 0 1 0 133875734 54800384 11776 4089446400 4194304 9819077 140736837223904 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 13379 11776 673 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700338 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 17456
/proc/meminfo: memFree=30894564/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=46888 CPUtime=0.69
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 27913 0 0 0 64 5 0 0 18 0 1 0 133875734 48013312 9993 4089446400 4194304 9819077 140736837223904 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 11774 9982 698 1374 0 10395 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46888

[startup+1.5002 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 17457
/proc/meminfo: memFree=30856116/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=47908 CPUtime=1.49
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 40231 0 0 0 140 9 0 0 19 0 1 0 133875734 49057792 10415 4089446400 4194304 9819077 140736837223904 18446744073709551615 8494947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 11977 10415 699 1374 0 10598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47908

[startup+3.10092 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 17457
/proc/meminfo: memFree=30851280/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=53892 CPUtime=3.09
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 54280 0 0 0 295 14 0 0 24 0 1 0 133875734 55185408 12139 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 13473 12139 700 1374 0 12094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53892

[startup+6.30036 s]
/proc/loadavg: 2.15 2.03 2.01 3/197 17457
/proc/meminfo: memFree=30846876/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=59308 CPUtime=6.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 65756 0 0 0 608 22 0 0 25 0 1 0 133875734 60731392 13457 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 14827 13457 700 1374 0 13448 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 59308

[startup+12.7002 s]
/proc/loadavg: 2.14 2.03 2.01 3/197 17457
/proc/meminfo: memFree=30833056/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=68492 CPUtime=12.69
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 75393 0 0 0 1233 36 0 0 25 0 1 0 133875734 70135808 15779 4089446400 4194304 9819077 140736837223904 18446744073709551615 6361616 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 17123 15779 700 1374 0 15744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68492

[startup+25.501 s]
/proc/loadavg: 2.11 2.03 2.01 3/197 17458
/proc/meminfo: memFree=30810200/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=87220 CPUtime=25.49
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 94495 0 0 0 2480 69 0 0 25 0 1 0 133875734 89313280 19951 4089446400 4194304 9819077 140736837223904 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 21805 19951 700 1374 0 20426 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87220

[startup+51.1005 s]
/proc/loadavg: 2.07 2.03 2.01 3/197 17459
/proc/meminfo: memFree=30773128/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=118148 CPUtime=51.09
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 143286 0 0 0 4975 134 0 0 25 0 1 0 133875734 120983552 27995 4089446400 4194304 9819077 140736837223904 18446744073709551615 6361072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 29537 27995 704 1374 0 28158 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118148

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 17460
/proc/meminfo: memFree=30673872/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=216496 CPUtime=102.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 389586 0 0 0 9949 281 0 0 25 0 1 0 133875734 221691904 51423 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 54124 51423 707 1374 0 52745 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 216496

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 17461
/proc/meminfo: memFree=30546492/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=355020 CPUtime=162.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 569220 0 0 0 15787 443 0 0 25 0 1 0 133875734 363540480 83225 4089446400 4194304 9819077 140736837223904 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 88755 83225 711 1374 0 87376 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 355020

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/197 17463
/proc/meminfo: memFree=30418476/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=484612 CPUtime=222.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 724741 0 0 0 21618 612 0 0 25 0 1 0 133875734 496242688 111435 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 121153 111435 711 1374 0 119774 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 484612

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 17465
/proc/meminfo: memFree=30314652/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=593372 CPUtime=282.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 876027 0 0 0 27446 784 0 0 25 0 1 0 133875734 607612928 134629 4089446400 4194304 9819077 140736837223904 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 148343 134629 715 1374 0 146964 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 593372

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 17467
/proc/meminfo: memFree=30217900/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=679712 CPUtime=342.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1008378 0 0 0 33262 968 0 0 25 0 1 0 133875734 696025088 152693 4089446400 4194304 9819077 140736837223904 18446744073709551615 7235176 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 169928 152693 715 1374 0 168549 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 679712

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 17468
/proc/meminfo: memFree=30152992/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=734856 CPUtime=402.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1148570 0 0 0 39067 1163 0 0 25 0 1 0 133875734 752492544 163867 4089446400 4194304 9819077 140736837223904 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 183714 163867 715 1374 0 182335 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 734856

[startup+462.3 s]
/proc/loadavg: 1.88 1.99 1.99 3/179 17520
/proc/meminfo: memFree=30524056/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=783328 CPUtime=462.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1256949 0 0 0 44860 1370 0 0 25 0 1 0 133875734 802127872 173352 4089446400 4194304 9819077 140736837223904 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 195832 173352 715 1374 0 194453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 783328

[startup+522.301 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17525
/proc/meminfo: memFree=30331284/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=806024 CPUtime=522.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1369664 0 0 0 50630 1601 0 0 25 0 1 0 133875734 825368576 177663 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 201506 177663 715 1374 0 200127 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 806024

[startup+582.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 17527
/proc/meminfo: memFree=30249576/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=812556 CPUtime=582.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1549216 0 0 0 56361 1869 0 0 25 0 1 0 133875734 832057344 179154 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17456/statm: 203139 179154 725 1374 0 201760 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 812556

[startup+642.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17556
/proc/meminfo: memFree=30505536/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=814932 CPUtime=642.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 1678293 0 0 0 62116 2115 0 0 25 0 1 0 133875734 834490368 179743 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17456/statm: 203733 179743 740 1374 0 202354 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 814932

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17616
/proc/meminfo: memFree=30297596/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=824536 CPUtime=882.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2093828 0 0 0 85658 2573 0 0 25 0 1 0 133875734 844324864 182152 4089446400 4194304 9819077 140736837223904 18446744073709551615 6567612 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17456/statm: 206134 182152 740 1374 0 204755 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 824536

[startup+942.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17618
/proc/meminfo: memFree=30208392/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=826456 CPUtime=942.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2168139 0 0 0 91554 2677 0 0 25 0 1 0 133875734 846290944 182598 4089446400 4194304 9819077 140736837223904 18446744073709551615 6361628 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17456/statm: 206614 182598 740 1374 0 205235 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 826456

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17619
/proc/meminfo: memFree=30022960/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=827596 CPUtime=1002.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2262716 0 0 0 97447 2784 0 0 25 0 1 0 133875734 847458304 182885 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17456/statm: 206899 182885 740 1374 0 205520 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 827596

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17620
/proc/meminfo: memFree=29770936/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=831228 CPUtime=1062.3
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2349352 0 0 0 103336 2894 0 0 25 0 1 0 133875734 851177472 183728 4089446400 4194304 9819077 140736837223904 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 207807 183728 740 1374 0 206428 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 831228

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17622
/proc/meminfo: memFree=29647252/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=838424 CPUtime=1122.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2429364 0 0 0 109245 2986 0 0 25 0 1 0 133875734 858546176 185544 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 209606 185544 740 1374 0 208227 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 838424

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17624
/proc/meminfo: memFree=29531592/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=839060 CPUtime=1182.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2543737 0 0 0 115144 3087 0 0 25 0 1 0 133875734 859197440 185719 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 209765 185719 740 1374 0 208386 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 839060

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17626
/proc/meminfo: memFree=29429240/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=839332 CPUtime=1242.31
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2624107 0 0 0 121048 3183 0 0 25 0 1 0 133875734 859475968 185777 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 209833 185777 740 1374 0 208454 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 839332

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17627
/proc/meminfo: memFree=29376588/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=840076 CPUtime=1302.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2708139 0 0 0 126953 3279 0 0 25 0 1 0 133875734 860237824 185929 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 210019 185929 740 1374 0 208640 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 840076

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17628
/proc/meminfo: memFree=29353216/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=840932 CPUtime=1362.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2801864 0 0 0 132845 3387 0 0 25 0 1 0 133875734 861114368 186138 4089446400 4194304 9819077 140736837223904 18446744073709551615 6361730 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 210233 186138 740 1374 0 208854 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 840932

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17630
/proc/meminfo: memFree=29268072/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=843292 CPUtime=1422.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2904927 0 0 0 138740 3492 0 0 25 0 1 0 133875734 863531008 186729 4089446400 4194304 9819077 140736837223904 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 210823 186729 740 1374 0 209444 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 843292

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17632
/proc/meminfo: memFree=29180208/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=845736 CPUtime=1482.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 2994980 0 0 0 144641 3591 0 0 25 0 1 0 133875734 866033664 187341 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 211434 187341 740 1374 0 210055 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 845736

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17634
/proc/meminfo: memFree=29095304/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=849956 CPUtime=1542.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3080939 0 0 0 150552 3680 0 0 25 0 1 0 133875734 870354944 188356 4089446400 4194304 9819077 140736837223904 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212489 188356 740 1374 0 211110 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 849956

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17635
/proc/meminfo: memFree=29020084/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=849956 CPUtime=1602.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3178828 0 0 0 156441 3791 0 0 25 0 1 0 133875734 870354944 188356 4089446400 4194304 9819077 140736837223904 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212489 188356 740 1374 0 211110 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 849956

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17636
/proc/meminfo: memFree=28933224/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=850440 CPUtime=1662.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3284859 0 0 0 162326 3906 0 0 25 0 1 0 133875734 870850560 188388 4089446400 4194304 9819077 140736837223904 18446744073709551615 4661043 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212610 188388 740 1374 0 211231 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 850440

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17638
/proc/meminfo: memFree=28843888/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=850464 CPUtime=1722.33
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3408894 0 0 0 168204 4029 0 0 25 0 1 0 133875734 870875136 188392 4089446400 4194304 9819077 140736837223904 18446744073709551615 4924685 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212616 188392 740 1374 0 211237 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 850464

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.99 3/179 17640
/proc/meminfo: memFree=28746112/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=850636 CPUtime=1782.32
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3517828 0 0 0 174095 4137 0 0 25 0 1 0 133875734 871051264 188428 4089446400 4194304 9819077 140736837223904 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212659 188428 740 1374 0 211280 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 850636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 17640
/proc/meminfo: memFree=28724876/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=850636 CPUtime=1800.03
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3546679 0 0 0 175831 4172 0 0 25 0 1 0 133875734 871051264 188427 4089446400 4194304 9819077 140736837223904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17456/statm: 212659 188427 740 1374 0 211280 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 850636

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.03 2.00 1.99 3/179 17640
/proc/meminfo: memFree=28724876/32951124 swapFree=67111528/67111528
[pid=17456] ppid=17454 vsize=850664 CPUtime=1800.23
/proc/17456/stat : 17456 (pbscip.linux.x8) R 17454 17456 15312 0 -1 4202496 3546708 0 0 0 175851 4172 0 0 25 0 1 0 133875734 871079936 188449 4089446400 4194304 9819077 140736837223904 18446744073709551615 4617062 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17456/statm: 212666 188449 741 1374 0 211287 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 850664

Child status: 0
Real time (s): 1800.29
CPU time (s): 1800.32
CPU user time (s): 1758.56
CPU system time (s): 41.7636
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 856336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.56
system time used= 41.7636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3546712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1757

runsolver used 3.34249 second user time and 6.06808 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 21:23:31
IDJOB=2692954
IDBENCH=79263
IDSOLVER=1205
FILE ID=node144/2692954-1277925811
PBS_JOBID= 11197339
Free space on /tmp= 74180 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.1900568706--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-2692954-1277925811/watcher-2692954-1277925811 -o /tmp/evaluation-result-2692954-1277925811/solver-2692954-1277925811 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692954-1277925811.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=1442782876

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30895216 kB
Buffers:        210968 kB
Cached:        1259892 kB
SwapCached:          0 kB
Active:         956312 kB
Inactive:       952916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30895216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:      438628 kB
Mapped:          20236 kB
Slab:            82000 kB
PageTables:       5992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node144 at 2010-06-30 21:53:33