Trace number 2705013

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705013-1278576814.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137972
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.379720e+05 |    Inf 
17.89/17.98	c  17.9s| 10000 | 10004 |  2172 |   0.2 |  42M|2025 |   0 |5645 |5414 |5645 | 221 | 546 |   0 | 494 | 0.000000e+00 | 1.379720e+05 |    Inf 
33.48/33.53	c  33.5s| 20000 | 20002 |  2761 |   0.1 |  62M|2029 |   0 |5645 |5415 |5645 | 194 | 703 |   1 | 542 | 0.000000e+00 | 1.379720e+05 |    Inf 
52.39/52.40	c  52.4s| 30000 | 30005 |  3804 |   0.1 |  82M|2029 |   0 |5645 |5415 |5645 | 203 | 957 |   1 | 611 | 0.000000e+00 | 1.379720e+05 |    Inf 
71.40/71.43	c  71.4s| 40000 | 40005 |  4893 |   0.1 | 102M|2029 |   0 |5645 |5415 |5645 | 227 |1234 |   1 | 686 | 0.000000e+00 | 1.379720e+05 |    Inf 
81.40/81.48	o 391
81.40/81.48	c *81.4s| 45826 | 36858 |  5279 |   0.1 |  98M|2357 |   - |5645 |5417 |5645 | 204 |1334 |   3 | 724 | 0.000000e+00 | 3.910000e+02 |    Inf 
89.19/89.25	c  89.2s| 50000 | 41028 |  5574 |   0.1 | 106M|2357 |   0 |5645 |5432 |5645 | 207 |1381 |  18 | 748 | 0.000000e+00 | 3.910000e+02 |    Inf 
103.49/103.51	o 390
103.49/103.51	c * 103s| 56862 | 47830 |  6402 |   0.1 | 121M|2357 |   - |5645 |5442 |5645 | 209 |1543 |  28 | 797 | 0.000000e+00 | 3.900000e+02 |    Inf 
107.19/107.23	o 361
107.19/107.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.19/107.23	c * 107s| 58700 | 48211 |  6552 |   0.1 | 122M|2357 |   - |5645 |5560 |5645 | 207 |1580 | 146 | 801 | 0.000000e+00 | 3.610000e+02 |    Inf 
110.59/110.64	c   111s| 60000 | 49437 |  7485 |   0.1 | 125M|2357 |   0 |5645 |5680 |5645 | 188 |1826 | 266 | 842 | 0.000000e+00 | 3.610000e+02 |    Inf 
114.69/114.79	o 345
114.69/114.79	c * 115s| 61407 | 49723 |  8622 |   0.1 | 129M|2357 |   - |5645 |6216 |5645 | 203 |2145 | 802 | 862 | 0.000000e+00 | 3.450000e+02 |    Inf 
114.79/114.80	o 339
114.79/114.80	c * 115s| 61408 | 49391 |  8622 |   0.1 | 128M|2357 |   - |5645 |6216 |5645 | 203 |2145 | 802 | 862 | 0.000000e+00 | 3.390000e+02 |    Inf 
115.80/115.83	o 298
115.80/115.83	c * 116s| 61763 | 46326 |  9009 |   0.1 | 123M|2357 |   - |5645 |6523 |5645 | 196 |2276 |1109 | 863 | 0.000000e+00 | 2.980000e+02 |    Inf 
116.00/116.03	o 284
116.00/116.03	c * 116s| 61825 | 45188 |  9060 |   0.1 | 120M|2357 |   - |5645 |6536 |5645 | 209 |2289 |1122 | 867 | 0.000000e+00 | 2.840000e+02 |    Inf 
116.00/116.09	o 276
116.00/116.09	c * 116s| 61842 | 44434 |  9060 |   0.1 | 119M|2357 |   - |5645 |6536 |5645 | 209 |2289 |1122 | 867 | 0.000000e+00 | 2.760000e+02 |    Inf 
117.49/117.58	o 260
117.49/117.58	c * 118s| 62375 | 43008 |  9349 |   0.1 | 117M|2357 |   - |5645 |6840 |5645 | 198 |2373 |1426 | 871 | 0.000000e+00 | 2.600000e+02 |    Inf 
117.49/117.59	o 245
117.49/117.59	c * 118s| 62376 | 41123 |  9349 |   0.1 | 113M|2357 |   - |5645 |6840 |5645 | 198 |2373 |1426 | 871 | 0.000000e+00 | 2.450000e+02 |    Inf 
117.70/117.71	o 206
117.70/117.71	c * 118s| 62404 | 35715 |  9373 |   0.1 | 102M|2357 |   - |5645 |6853 |5645 | 202 |2379 |1439 | 871 | 0.000000e+00 | 2.060000e+02 |    Inf 
117.99/118.05	o 189
117.99/118.05	c * 118s| 62499 | 33238 |  9447 |   0.1 |  97M|2357 |   - |5645 |6953 |5645 | 208 |2405 |1539 | 871 | 0.000000e+00 | 1.890000e+02 |    Inf 
130.80/130.89	o 178
130.80/130.89	c * 131s| 66166 | 34301 | 16717 |   0.2 | 109M|2357 |   - |5645 |8832 |5645 | 222 |4499 |3439 |1141 | 0.000000e+00 | 1.780000e+02 |    Inf 
145.29/145.38	c   145s| 70000 | 37174 | 26888 |   0.4 | 124M|2357 |   0 |5645 |9938 |5645 | 212 |7213 |5011 |1233 | 0.000000e+00 | 1.780000e+02 |    Inf 
147.79/147.83	o 174
147.79/147.83	c * 148s| 70746 | 37025 | 27824 |   0.4 | 126M|2357 |   - |5645 |  10k|5645 | 191 |7497 |5271 |1238 | 0.000000e+00 | 1.740000e+02 |    Inf 
161.79/161.87	o 131
161.79/161.87	c * 162s| 74614 | 32164 | 35678 |   0.5 | 121M|2357 |   - |5645 |  10k|5645 | 190 |9743 |7088 |1340 | 0.000000e+00 | 1.310000e+02 |    Inf 
161.79/161.89	o 115
161.79/161.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.79/161.89	c * 162s| 74615 | 29011 | 35678 |   0.5 | 112M|2357 |   - |5645 |  10k|5645 | 190 |9743 |7088 |1340 | 0.000000e+00 | 1.150000e+02 |    Inf 
171.10/171.11	o 112
171.10/171.11	c * 171s| 76904 | 29720 | 42755 |   0.6 | 121M|2357 |   - |5645 |9932 |5645 | 191 |  11k|8511 |1389 | 0.000000e+00 | 1.120000e+02 |    Inf 
179.10/179.10	o 109
179.10/179.10	c * 179s| 79052 | 30324 | 50992 |   0.6 | 129M|2357 |   - |5645 |9502 |5645 | 260 |  13k|9709 |1520 | 0.000000e+00 | 1.090000e+02 |    Inf 
179.10/179.11	o 99
179.10/179.11	c * 179s| 79053 | 27571 | 50995 |   0.6 | 120M|2357 |   - |5645 |9502 |5645 | 260 |  13k|9709 |1520 | 0.000000e+00 | 9.900000e+01 |    Inf 
180.69/180.77	o 98
180.69/180.77	c * 181s| 79453 | 27502 | 52158 |   0.7 | 121M|2357 |   - |5645 |9152 |5645 | 239 |  13k|9873 |1532 | 0.000000e+00 | 9.800000e+01 |    Inf 
182.89/182.98	c   183s| 80000 | 27822 | 53457 |   0.7 | 123M|2357 |   0 |5645 |8874 |5645 | 195 |  14k|  10k|1534 | 0.000000e+00 | 9.800000e+01 |    Inf 
184.30/184.39	o 95
184.30/184.39	c * 184s| 80407 | 27095 | 54125 |   0.7 | 122M|2357 |   - |5645 |8918 |5645 | 223 |  14k|  10k|1536 | 0.000000e+00 | 9.500000e+01 |    Inf 
195.29/195.36	o 89
195.29/195.36	c * 195s| 83030 | 26225 | 61911 |   0.7 | 125M|2357 |   - |5645 |8528 |5645 | 211 |  16k|  12k|1552 | 0.000000e+00 | 8.900000e+01 |    Inf 
216.79/216.86	o 83
216.79/216.86	c * 217s| 88126 | 26193 | 77645 |   0.9 | 141M|2357 |   - |5645 |7683 |5645 | 199 |  20k|  16k|1721 | 0.000000e+00 | 8.300000e+01 |    Inf 
224.49/224.55	c   225s| 90000 | 27068 | 84733 |   0.9 | 150M|2357 |   0 |5645 |7211 |5645 | 228 |  22k|  17k|1789 | 0.000000e+00 | 8.300000e+01 |    Inf 
265.70/265.72	o 78
265.70/265.72	c * 266s| 99773 | 28995 |123306 |   1.2 | 183M|2357 |   - |5645 |7233 |5645 | 206 |  34k|  26k|2186 | 0.000000e+00 | 7.800000e+01 |    Inf 
265.70/265.73	o 67
265.70/265.73	c * 266s| 99774 | 24366 |123306 |   1.2 | 162M|2357 |   - |5645 |7233 |5645 | 206 |  34k|  26k|2186 | 0.000000e+00 | 6.700000e+01 |    Inf 
266.69/266.74	c   267s|100000 | 24453 |124464 |   1.2 | 163M|2357 |   0 |5645 |6560 |5645 | 235 |  34k|  27k|2203 | 0.000000e+00 | 6.700000e+01 |    Inf 
281.09/281.19	o 65
281.09/281.19	c * 281s|103873 | 24617 |137877 |   1.3 | 173M|2357 |   - |5645 |6911 |5645 | 209 |  38k|  31k|2308 | 0.000000e+00 | 6.500000e+01 |    Inf 
283.00/283.00	o 64
283.00/283.00	c * 283s|104349 | 24464 |139338 |   1.3 | 173M|2357 |   - |5645 |6660 |5645 | 206 |  38k|  31k|2315 | 0.000000e+00 | 6.400000e+01 |    Inf 
288.20/288.28	o 57
288.20/288.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.20/288.28	c * 288s|106081 | 23021 |143876 |   1.4 | 171M|2357 |   - |5645 |6521 |5645 | 247 |  40k|  33k|2375 | 0.000000e+00 | 5.700000e+01 |    Inf 
289.30/289.32	o 53
289.30/289.32	c * 289s|106485 | 21793 |144441 |   1.4 | 164M|2357 |   - |5645 |6220 |5645 | 246 |  40k|  33k|2384 | 0.000000e+00 | 5.300000e+01 |    Inf 
291.90/291.95	o 43
291.90/291.95	c * 292s|107431 | 19290 |147205 |   1.4 | 153M|2357 |   - |5645 |6120 |5645 | 241 |  41k|  34k|2412 | 0.000000e+00 | 4.300000e+01 |    Inf 
294.50/294.52	o 37
294.50/294.52	c * 294s|108175 | 17783 |150965 |   1.4 | 144M|2357 |   - |5645 |5512 |5645 | 246 |  42k|  35k|2429 | 0.000000e+00 | 3.700000e+01 |    Inf 
300.10/300.18	c   300s|110000 | 17870 |159403 |   1.4 | 146M|2357 |   - |5645 |5822 |   0 |   0 |  44k|  37k|2556 | 0.000000e+00 | 3.700000e+01 |    Inf 
301.30/301.39	o 34
301.30/301.39	c * 301s|110368 | 16543 |160979 |   1.5 | 135M|2357 |   - |5645 |5869 |5645 | 235 |  44k|  37k|2580 | 0.000000e+00 | 3.400000e+01 |    Inf 
305.80/305.86	o 29
305.80/305.86	c * 306s|112024 | 15610 |166552 |   1.5 | 130M|2357 |   - |5645 |6562 |5645 | 292 |  45k|  39k|2639 | 0.000000e+00 | 2.900000e+01 |    Inf 
306.00/306.08	o 22
306.00/306.08	c * 306s|112109 | 14031 |166748 |   1.5 | 121M|2357 |   - |5645 |6405 |5645 | 278 |  45k|  39k|2641 | 0.000000e+00 | 2.200000e+01 |    Inf 
306.30/306.34	o 16
306.30/306.34	c * 306s|112179 | 11587 |166852 |   1.5 | 103M|2357 |   - |5645 |5613 |5645 | 276 |  45k|  39k|2643 | 0.000000e+00 | 1.600000e+01 |    Inf 
318.79/318.86	o 15
318.79/318.86	c * 319s|117815 | 11163 |196675 |   1.7 | 104M|2357 |   - |5645 |6563 |5645 | 237 |  51k|  47k|2847 | 0.000000e+00 | 1.500000e+01 |    Inf 
322.30/322.36	o 14
322.30/322.36	c * 322s|119253 | 11053 |205764 |   1.7 | 104M|2357 |   - |5645 |6120 |5645 | 250 |  52k|  49k|2891 | 0.000000e+00 | 1.400000e+01 |    Inf 
323.90/323.99	c   324s|120000 | 11044 |209193 |   1.7 | 104M|2357 |   1 |5645 |5936 |5645 | 236 |  53k|  50k|2925 | 0.000000e+00 | 1.400000e+01 |    Inf 
325.00/325.05	o 13
325.00/325.05	c * 325s|120595 | 10649 |211584 |   1.8 | 102M|2357 |   - |5645 |6322 |5645 | 230 |  53k|  51k|2929 | 0.000000e+00 | 1.300000e+01 |    Inf 
326.19/326.27	o 3
326.19/326.27	c * 326s|121247 |  8741 |214152 |   1.8 |  92M|2357 |   - |5645 |6618 |5645 | 244 |  54k|  52k|2935 | 0.000000e+00 | 3.000000e+00 |    Inf 
342.10/342.12	c   342s|130000 |  8638 |255170 |   2.0 |  93M|2357 |  13 |5645 |9148 |5645 | 236 |  60k|  63k|3166 | 0.000000e+00 | 3.000000e+00 |    Inf 
357.60/357.61	o 2
357.60/357.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.60/357.61	c * 358s|138133 |  8603 |298159 |   2.2 |  95M|2357 |   - |5645 |9762 |5645 | 275 |  66k|  75k|3399 | 0.000000e+00 | 2.000000e+00 |    Inf 
361.10/361.17	c   361s|140000 |  8621 |306559 |   2.2 |  95M|2357 |   1 |5645 |9334 |5645 | 239 |  68k|  77k|3413 | 0.000000e+00 | 2.000000e+00 |    Inf 
380.80/380.81	c   381s|150000 |  8780 |354728 |   2.4 |  99M|2357 |   - |5645 |  13k|   0 |   0 |  75k|  92k|3667 | 0.000000e+00 | 2.000000e+00 |    Inf 
401.30/401.30	c   401s|160000 |  8824 |401339 |   2.5 | 100M|2357 |   1 |5645 |  14k|5645 | 225 |  82k| 106k|3852 | 0.000000e+00 | 2.000000e+00 |    Inf 
422.31/422.32	c   422s|170000 |  8883 |452599 |   2.7 | 102M|2357 |  17 |5645 |  17k|5645 | 229 |  88k| 122k|4020 | 0.000000e+00 | 2.000000e+00 |    Inf 
443.90/443.98	c   444s|180000 |  8994 |502347 |   2.8 | 105M|2357 |   1 |5645 |  18k|5645 | 266 |  96k| 137k|4190 | 0.000000e+00 | 2.000000e+00 |    Inf 
467.41/467.45	c   467s|190000 |  9179 |556084 |   2.9 | 107M|2357 |   4 |5645 |  20k|5645 | 236 | 105k| 152k|4388 | 0.000000e+00 | 2.000000e+00 |    Inf 
491.10/491.11	c   491s|200000 |  9222 |603694 |   3.0 | 108M|2357 |   1 |5645 |  19k|5645 | 246 | 112k| 167k|4543 | 0.000000e+00 | 2.000000e+00 |    Inf 
516.91/516.96	c   517s|210000 |  9339 |662522 |   3.2 | 111M|2357 |   - |5645 |  21k|   0 |   0 | 121k| 182k|4702 | 0.000000e+00 | 2.000000e+00 |    Inf 
541.50/541.54	c   542s|220000 |  9312 |717442 |   3.3 | 111M|2357 |   - |5645 |  20k|   0 |   0 | 128k| 198k|4873 | 0.000000e+00 | 2.000000e+00 |    Inf 
567.10/567.15	c   567s|230000 |  9296 |778861 |   3.4 | 112M|2357 |  21 |5645 |  20k|5645 | 275 | 137k| 213k|5013 | 0.000000e+00 | 2.000000e+00 |    Inf 
590.40/590.40	c   590s|240000 |  9252 |832864 |   3.5 | 111M|2357 |  16 |5645 |  18k|5645 | 210 | 144k| 228k|5185 | 0.000000e+00 | 2.000000e+00 |    Inf 
613.40/613.44	c   613s|250000 |  9157 |884402 |   3.5 | 110M|2357 |   - |5645 |  19k|   0 |   0 | 152k| 244k|5321 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.11/638.15	c   638s|260000 |  9211 |936371 |   3.6 | 112M|2357 |   - |5645 |  21k|   0 |   0 | 159k| 259k|5426 | 0.000000e+00 | 2.000000e+00 |    Inf 
662.01/662.08	c   662s|270000 |  9240 |984179 |   3.6 | 113M|2357 |   1 |5645 |  22k|5645 | 235 | 165k| 274k|5552 | 0.000000e+00 | 2.000000e+00 |    Inf 
687.20/687.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.20/687.29	c   687s|280000 |  9328 |  1031k|   3.7 | 116M|2357 |   - |5645 |  26k|   0 |   0 | 172k| 290k|5640 | 0.000000e+00 | 2.000000e+00 |    Inf 
715.10/715.20	c   715s|290000 |  9384 |  1084k|   3.7 | 119M|2357 |   8 |5645 |  29k|5645 | 268 | 179k| 305k|5759 | 0.000000e+00 | 2.000000e+00 |    Inf 
745.31/745.38	c   745s|300000 |  9454 |  1145k|   3.8 | 121M|2357 |   - |5645 |  30k|   0 |   0 | 188k| 320k|5895 | 0.000000e+00 | 2.000000e+00 |    Inf 
778.60/778.62	c   779s|310000 |  9539 |  1217k|   3.9 | 124M|2357 |   - |5645 |  35k|   0 |   0 | 200k| 336k|6022 | 0.000000e+00 | 2.000000e+00 |    Inf 
810.61/810.66	c   811s|320000 |  9470 |  1276k|   4.0 | 123M|2357 |  14 |5645 |  33k|5645 | 255 | 209k| 351k|6152 | 0.000000e+00 | 2.000000e+00 |    Inf 
842.01/842.08	c   842s|330000 |  9612 |  1328k|   4.0 | 125M|2357 |   1 |5645 |  34k|5645 | 231 | 217k| 366k|6238 | 0.000000e+00 | 2.000000e+00 |    Inf 
872.71/872.77	c   873s|340000 |  9704 |  1380k|   4.1 | 125M|2357 |  10 |5645 |  28k|5645 | 184 | 224k| 381k|6374 | 0.000000e+00 | 2.000000e+00 |    Inf 
900.51/900.54	c   901s|350000 |  9754 |  1431k|   4.1 | 125M|2357 |   1 |5645 |  24k|5645 | 267 | 232k| 396k|6452 | 0.000000e+00 | 2.000000e+00 |    Inf 
927.11/927.16	c   927s|360000 |  9594 |  1482k|   4.1 | 123M|2357 |   7 |5645 |  24k|5645 | 231 | 239k| 412k|6555 | 0.000000e+00 | 2.000000e+00 |    Inf 
952.02/952.05	c   952s|370000 |  9633 |  1529k|   4.1 | 125M|2357 |   - |5645 |  27k|   0 |   0 | 246k| 427k|6661 | 0.000000e+00 | 2.000000e+00 |    Inf 
980.02/980.02	c   980s|380000 |  9663 |  1582k|   4.2 | 126M|2357 |   - |5645 |  28k|   0 |   0 | 255k| 444k|6727 | 0.000000e+00 | 2.000000e+00 |    Inf 
1008.11/1008.19	c  1008s|390000 |  9643 |  1636k|   4.2 | 124M|2357 |  17 |5645 |  22k|5645 | 246 | 262k| 459k|6847 | 0.000000e+00 | 2.000000e+00 |    Inf 
1033.02/1033.05	c  1033s|400000 |  9658 |  1687k|   4.2 | 126M|2357 |   - |5645 |  26k|   0 |   0 | 269k| 474k|6925 | 0.000000e+00 | 2.000000e+00 |    Inf 
1056.41/1056.41	c  1056s|410000 |  9428 |  1735k|   4.2 | 120M|2357 |   1 |5645 |  20k|5645 | 210 | 276k| 490k|7032 | 0.000000e+00 | 2.000000e+00 |    Inf 
1079.51/1079.50	c  1079s|420000 |  9442 |  1783k|   4.2 | 121M|2357 |   2 |5645 |  22k|5645 | 254 | 283k| 505k|7099 | 0.000000e+00 | 2.000000e+00 |    Inf 
1103.12/1103.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.12/1103.10	c  1103s|430000 |  9421 |  1830k|   4.3 | 122M|2357 |   7 |5645 |  23k|5645 | 265 | 289k| 519k|7181 | 0.000000e+00 | 2.000000e+00 |    Inf 
1129.42/1129.48	c  1129s|440000 |  9479 |  1889k|   4.3 | 124M|2357 |   - |5645 |  27k|5645 | 319 | 298k| 535k|7267 | 0.000000e+00 | 2.000000e+00 |    Inf 
1155.12/1155.19	c  1155s|450000 |  9520 |  1934k|   4.3 | 124M|2357 |  11 |5645 |  24k|5645 | 254 | 304k| 551k|7343 | 0.000000e+00 | 2.000000e+00 |    Inf 
1182.02/1182.05	c  1182s|460000 |  9589 |  1990k|   4.3 | 127M|2357 |  21 |5645 |  28k|5645 | 272 | 312k| 567k|7416 | 0.000000e+00 | 2.000000e+00 |    Inf 
1208.22/1208.23	c  1208s|470000 |  9530 |  2041k|   4.3 | 125M|2357 |   - |5645 |  24k|   0 |   0 | 318k| 583k|7483 | 0.000000e+00 | 2.000000e+00 |    Inf 
1232.72/1232.73	c  1233s|480000 |  9571 |  2086k|   4.3 | 127M|2357 |  16 |5645 |  28k|5645 | 259 | 323k| 598k|7540 | 0.000000e+00 | 2.000000e+00 |    Inf 
1257.52/1257.51	c  1257s|490000 |  9723 |  2133k|   4.4 | 128M|2357 |   - |5645 |  26k|5645 | 273 | 329k| 614k|7610 | 0.000000e+00 | 2.000000e+00 |    Inf 
1281.82/1281.80	c  1282s|500000 |  9782 |  2178k|   4.4 | 128M|2357 |  13 |5645 |  22k|5645 | 274 | 334k| 630k|7690 | 0.000000e+00 | 2.000000e+00 |    Inf 
1304.92/1304.90	c  1305s|510000 |  9762 |  2225k|   4.4 | 129M|2357 |   - |5645 |  23k|   0 |   0 | 341k| 647k|7745 | 0.000000e+00 | 2.000000e+00 |    Inf 
1329.22/1329.20	c  1329s|520000 |  9753 |  2273k|   4.4 | 131M|2357 |   - |5645 |  24k|   0 |   0 | 346k| 662k|7818 | 0.000000e+00 | 2.000000e+00 |    Inf 
1351.93/1351.95	c  1352s|530000 |  9433 |  2320k|   4.4 | 122M|2357 |   - |5645 |  15k|   0 |   0 | 353k| 679k|7987 | 0.000000e+00 | 2.000000e+00 |    Inf 
1374.42/1374.49	c  1374s|540000 |  9517 |  2374k|   4.4 | 124M|2357 |   1 |5645 |  19k|5645 | 257 | 362k| 694k|8051 | 0.000000e+00 | 2.000000e+00 |    Inf 
1397.23/1397.26	c  1397s|550000 |  9543 |  2419k|   4.4 | 125M|2357 |   - |5645 |  19k|   0 |   0 | 368k| 709k|8098 | 0.000000e+00 | 2.000000e+00 |    Inf 
1420.83/1420.85	c  1421s|560000 |  9659 |  2468k|   4.4 | 127M|2357 |   1 |5645 |  23k|5645 | 298 | 376k| 725k|8157 | 0.000000e+00 | 2.000000e+00 |    Inf 
1448.53/1448.54	c  1449s|570000 |  9848 |  2527k|   4.4 | 130M|2357 |   - |5645 |  25k|   0 |   0 | 386k| 740k|8224 | 0.000000e+00 | 2.000000e+00 |    Inf 
1474.62/1474.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1474.62/1474.60	c  1475s|580000 |  9958 |  2575k|   4.4 | 131M|2357 |   - |5645 |  26k|   0 |   0 | 392k| 757k|8291 | 0.000000e+00 | 2.000000e+00 |    Inf 
1501.93/1501.90	c  1502s|590000 | 10030 |  2633k|   4.5 | 133M|2357 |   7 |5645 |  27k|5645 | 280 | 400k| 773k|8365 | 0.000000e+00 | 2.000000e+00 |    Inf 
1529.63/1529.60	c  1530s|600000 | 10074 |  2691k|   4.5 | 132M|2357 |   1 |5645 |  23k|5645 | 258 | 409k| 789k|8429 | 0.000000e+00 | 2.000000e+00 |    Inf 
1556.23/1556.23	c  1556s|610000 | 10103 |  2738k|   4.5 | 133M|2357 |   6 |5645 |  23k|5645 | 240 | 415k| 805k|8479 | 0.000000e+00 | 2.000000e+00 |    Inf 
1586.33/1586.38	c  1586s|620000 | 10159 |  2805k|   4.5 | 135M|2357 |   8 |5645 |  24k|5645 | 264 | 424k| 822k|8560 | 0.000000e+00 | 2.000000e+00 |    Inf 
1613.64/1613.67	c  1614s|630000 | 10180 |  2854k|   4.5 | 135M|2357 |   7 |5645 |  24k|5645 | 257 | 431k| 837k|8619 | 0.000000e+00 | 2.000000e+00 |    Inf 
1639.73/1639.76	c  1640s|640000 | 10234 |  2907k|   4.5 | 137M|2357 |   1 |5645 |  27k|5645 | 261 | 438k| 853k|8667 | 0.000000e+00 | 2.000000e+00 |    Inf 
1666.63/1666.60	c  1667s|650000 | 10200 |  2961k|   4.6 | 135M|2357 |  15 |5645 |  23k|5645 | 258 | 445k| 869k|8721 | 0.000000e+00 | 2.000000e+00 |    Inf 
1696.34/1696.32	c  1696s|660000 | 10253 |  3035k|   4.6 | 137M|2357 |  13 |5645 |  23k|5645 | 278 | 456k| 885k|8806 | 0.000000e+00 | 2.000000e+00 |    Inf 
1723.83/1723.82	c  1724s|670000 | 10273 |  3092k|   4.6 | 137M|2357 |   1 |5645 |  24k|5645 | 272 | 464k| 901k|8876 | 0.000000e+00 | 2.000000e+00 |    Inf 
1751.63/1751.69	c  1752s|680000 | 10382 |  3150k|   4.6 | 141M|2357 |   - |5645 |  28k|   0 |   0 | 472k| 919k|8922 | 0.000000e+00 | 2.000000e+00 |    Inf 
1781.83/1781.83	c  1782s|690000 | 10468 |  3211k|   4.7 | 142M|2357 |  11 |5645 |  29k|5645 | 286 | 481k| 935k|8969 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.98
1790.04/1790.01	c Solving Nodes      : 692768
1790.04/1790.01	c Primal Bound       : +2.00000000000000e+00 (194 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.08	s SATISFIABLE
1790.04/1790.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.04/1790.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.08	v -x167 x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1790.04/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1790.04/1790.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.04/1790.08	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1790.04/1790.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.04/1790.08	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.04/1790.08	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.08	v -x1 
1790.04/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.08	c Solving Time       :    1789.98
1790.04/1790.08	c Original Problem   :
1790.04/1790.08	c   Problem name     : HOME/instance-2705013-1278576814.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.08	c Presolved Problem  :
1790.04/1790.08	c   Problem name     : t_HOME/instance-2705013-1278576814.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5414 initial, 36528 maximal
1790.04/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   root node        :          -       5348          -          -       5348          -          -          -          -
1790.04/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   integral         :          0          0          0     486747          0         12        662          0          0     667738
1790.04/1790.08	c   linear           :       2707          6    3262804     151286          1     255762   15953449     484578          0          0
1790.04/1790.08	c   indicator        :       2707          0    2927939     150136          1        487    5202966          0          0          0
1790.04/1790.08	c   logicor          :          0+         0    1092973          0          0      48470    1153492          0          0          0
1790.04/1790.08	c   bounddisjunction :          0+         0     355938          0          0         97       5648          0          0          0
1790.04/1790.08	c   countsols        :          0          0          0      88143          1          0          0          0          0          0
1790.04/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.08	c   integral         :      14.97       0.00       0.00      14.97       0.00
1790.04/1790.08	c   linear           :     206.71       0.00     190.46      16.25       0.00
1790.04/1790.08	c   indicator        :      55.48       0.02      32.86      22.60       0.00
1790.04/1790.08	c   logicor          :     278.60       0.00     278.60       0.00       0.00
1790.04/1790.08	c   bounddisjunction :       3.27       0.00       3.27       0.00       0.00
1790.04/1790.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.04/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.08	c   vbounds          :       0.82      48656          0       9002
1790.04/1790.08	c   rootredcost      :       0.55         40          0       2674
1790.04/1790.08	c   pseudoobj        :     140.70    3272844       8739    4825148
1790.04/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.08	c   propagation      :      21.70     313068     312919    1996898       33.5       9118       27.5          -
1790.04/1790.08	c   infeasible LP    :       6.71      16951      16951     136574       46.1        273       19.4          0
1790.04/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1790.04/1790.08	c   applied globally :          -          -          -     940509       26.3          -          -          -
1790.04/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.08	c   redcost          :      52.49     491349          0     412230          0          0
1790.04/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.08	c Pricers            :       Time      Calls       Vars
1790.04/1790.08	c   problem variables:       0.00          0          0
1790.04/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   relpscost        :      14.53     334417         12        662          0          0     667738
1790.04/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   inference        :      47.00      88104          0          0          0          0     176463
1790.04/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.08	c   LP solutions     :       0.17          -         40
1790.04/1790.08	c   pseudo solutions :       0.00          -          0
1790.04/1790.08	c   feaspump         :       0.00          0          0
1790.04/1790.08	c   intshifting      :       0.01          0          0
1790.04/1790.08	c   oneopt           :       0.44         35          0
1790.04/1790.08	c   guideddiving     :       0.08         28          0
1790.04/1790.08	c   linesearchdiving :       0.14         72          0
1790.04/1790.08	c   coefdiving       :       0.15         72          0
1790.04/1790.08	c   pscostdiving     :       0.14         72          0
1790.04/1790.08	c   fracdiving       :       0.14         72          0
1790.04/1790.08	c   veclendiving     :       0.14         73          0
1790.04/1790.08	c   rootsoldiving    :       0.16         69          0
1790.04/1790.08	c   crossover        :       2.17         46          9
1790.04/1790.08	c   objpscostdiving  :       0.15         70          0
1790.04/1790.08	c   trivial          :       0.07          2          2
1790.04/1790.08	c   simplerounding   :       0.77     335076          0
1790.04/1790.08	c   zirounding       :       0.43       1000          0
1790.04/1790.08	c   rounding         :       1.22       8148          0
1790.04/1790.08	c   shifting         :       0.67       2525          0
1790.04/1790.08	c   twoopt           :       0.00          0          0
1790.04/1790.08	c   fixandinfer      :       0.00          0          0
1790.04/1790.08	c   intdiving        :       0.00          0          0
1790.04/1790.08	c   actconsdiving    :       0.00          0          0
1790.04/1790.08	c   octane           :       0.00          0          0
1790.04/1790.08	c   rens             :       0.03          1          0
1790.04/1790.08	c   rins             :       0.00          0          0
1790.04/1790.08	c   localbranching   :       0.00          0          0
1790.04/1790.08	c   mutation         :       0.00          0          0
1790.04/1790.08	c   dins             :       0.00          0          0
1790.04/1790.08	c   undercover       :       0.00          0          0
1790.04/1790.08	c   nlp              :       0.15          0          0
1790.04/1790.08	c   trysol           :       0.46        338        143
1790.04/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.08	c   dual LP          :     453.42     420667    3227644       7.67    7118.48
1790.04/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.08	c   diving/probing LP:       0.09         43        648      15.07    7087.16
1790.04/1790.08	c   strong branching :      11.62       9005     100840      11.20    8676.00
1790.04/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.08	c B&B Tree           :
1790.04/1790.08	c   number of runs   :          1
1790.04/1790.08	c   nodes            :     692768
1790.04/1790.08	c   nodes (total)    :     692768
1790.04/1790.08	c   nodes left       :      10524
1790.04/1790.08	c   max depth        :       2357
1790.04/1790.08	c   max depth (total):       2357
1790.04/1790.08	c   backtracks       :      72789 (10.5%)
1790.04/1790.08	c   delayed cutoffs  :      64068
1790.04/1790.08	c   repropagations   :    1340537 (5095265 domain reductions, 59716 cutoffs)
1790.04/1790.08	c   avg switch length:       5.49
1790.04/1790.08	c   switching time   :     266.10
1790.04/1790.08	c Solution           :
1790.04/1790.08	c   Solutions found  :        194 (41 improvements)
1790.04/1790.08	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 138133 nodes, 357.58 seconds, depth 40, found by <relaxation>)
1790.04/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.08	c   Gap              :   infinite
1790.04/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.08	c   Root Iterations  :        184
1790.24/1790.29	c Time complete: 1790.33.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705013-1278576814/watcher-2705013-1278576814 -o /tmp/evaluation-result-2705013-1278576814/solver-2705013-1278576814 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705013-1278576814.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.01 2.02 1.93 4/178 21504
/proc/meminfo: memFree=29055604/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=12688 CPUtime=0
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 2006 0 0 0 0 0 0 0 25 0 1 0 25895264 12992512 1925 4089446400 4194304 10345943 140736616529232 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21504/statm: 3172 1925 429 1502 0 1665 0

[startup+0.060289 s]
/proc/loadavg: 2.01 2.02 1.93 4/178 21504
/proc/meminfo: memFree=29055604/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=38016 CPUtime=0.05
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 8447 0 0 0 4 1 0 0 25 0 1 0 25895264 38928384 8012 4089446400 4194304 10345943 140736616529232 18446744073709551615 9138266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21504/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38016

[startup+0.100281 s]
/proc/loadavg: 2.01 2.02 1.93 4/178 21504
/proc/meminfo: memFree=29055604/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=38016 CPUtime=0.09
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 8447 0 0 0 8 1 0 0 25 0 1 0 25895264 38928384 8012 4089446400 4194304 10345943 140736616529232 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21504/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300246 s]
/proc/loadavg: 2.01 2.02 1.93 4/178 21504
/proc/meminfo: memFree=29055604/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=70100 CPUtime=0.29
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 16225 0 0 0 27 2 0 0 25 0 1 0 25895264 71782400 15790 4089446400 4194304 10345943 140736616529232 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700174 s]
/proc/loadavg: 2.01 2.02 1.93 4/178 21504
/proc/meminfo: memFree=29055604/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=65260 CPUtime=0.69
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 16891 0 0 0 66 3 0 0 25 0 1 0 25895264 66826240 15051 4089446400 4194304 10345943 140736616529232 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50104 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 21505
/proc/meminfo: memFree=28997436/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=65260 CPUtime=1.49
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 16893 0 0 0 146 3 0 0 25 0 1 0 25895264 66826240 15053 4089446400 4194304 10345943 140736616529232 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10075 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 21506
/proc/meminfo: memFree=28997312/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=65260 CPUtime=3.09
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 16898 0 0 0 306 3 0 0 25 0 1 0 25895264 66826240 15058 4089446400 4194304 10345943 140736616529232 18446744073709551615 4283968 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 16315 15058 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30025 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 21506
/proc/meminfo: memFree=28996336/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=75524 CPUtime=6.29
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 21892 0 0 0 625 4 0 0 25 0 1 0 25895264 77336576 17399 4089446400 4194304 10345943 140736616529232 18446744073709551615 6119491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 18881 17399 754 1502 0 17374 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75524

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 1.93 3/179 21507
/proc/meminfo: memFree=28978252/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=82056 CPUtime=12.69
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 24141 0 0 0 1264 5 0 0 25 0 1 0 25895264 84025344 19044 4089446400 4194304 10345943 140736616529232 18446744073709551615 6119649 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 20514 19044 754 1502 0 19007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82056

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 1.93 3/179 21507
/proc/meminfo: memFree=28958480/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=96528 CPUtime=25.49
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 28402 0 0 0 2541 8 0 0 25 0 1 0 25895264 98844672 22695 4089446400 4194304 10345943 140736616529232 18446744073709551615 6003123 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21504/statm: 24132 22695 754 1502 0 22625 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96528

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 1.93 3/179 21507
/proc/meminfo: memFree=28936024/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=113564 CPUtime=51.09
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 36773 0 0 0 5098 11 0 0 25 0 1 0 25895264 116289536 26790 4089446400 4194304 10345943 140736616529232 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 28391 26790 761 1502 0 26884 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113564

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 21509
/proc/meminfo: memFree=28860068/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=165888 CPUtime=102.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 58938 0 0 0 10208 22 0 0 25 0 1 0 25895264 169869312 40098 4089446400 4194304 10345943 140736616529232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 41472 40098 761 1502 0 39965 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165888

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21511
/proc/meminfo: memFree=28769016/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=236044 CPUtime=162.29
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 114733 0 0 0 16195 34 0 0 25 0 1 0 25895264 241709056 57030 4089446400 4194304 10345943 140736616529232 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 59011 57030 763 1502 0 57504 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 236044

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21511
/proc/meminfo: memFree=28642736/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=349268 CPUtime=222.29
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 201152 0 0 0 22176 53 0 0 25 0 1 0 25895264 357650432 83771 4089446400 4194304 10345943 140736616529232 18446744073709551615 6866056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 87317 83771 768 1502 0 85810 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 349268

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21513
/proc/meminfo: memFree=28526620/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=451816 CPUtime=282.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 244766 0 0 0 28163 67 0 0 25 0 1 0 25895264 462659584 107355 4089446400 4194304 10345943 140736616529232 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 112954 107355 775 1502 0 111447 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 451816

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 21518
/proc/meminfo: memFree=28482332/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=473592 CPUtime=342.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 322610 0 0 0 34143 87 0 0 25 0 1 0 25895264 484958208 112983 4089446400 4194304 10345943 140736616529232 18446744073709551615 4214303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 118398 112983 795 1502 0 116891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 473592

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 21520
/proc/meminfo: memFree=28454636/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=479364 CPUtime=402.29
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 346857 0 0 0 40129 100 0 0 25 0 1 0 25895264 490868736 114281 4089446400 4194304 10345943 140736616529232 18446744073709551615 5614829 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 119841 114281 795 1502 0 118334 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 479364

[startup+462.301 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 21522
/proc/meminfo: memFree=28424464/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=484016 CPUtime=462.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 352440 0 0 0 46118 112 0 0 25 0 1 0 25895264 495632384 115478 4089446400 4194304 10345943 140736616529232 18446744073709551615 9114266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 121004 115478 795 1502 0 119497 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 484016

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21522
/proc/meminfo: memFree=28404188/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=488032 CPUtime=522.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 357699 0 0 0 52107 123 0 0 25 0 1 0 25895264 499744768 116536 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 122008 116536 795 1502 0 120501 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 488032

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 21524
/proc/meminfo: memFree=28380692/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=489540 CPUtime=582.3
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 358215 0 0 0 58098 132 0 0 25 0 1 0 25895264 501288960 117052 4089446400 4194304 10345943 140736616529232 18446744073709551615 6335330 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 122385 117052 795 1502 0 120878 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 489540

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 21526
/proc/meminfo: memFree=28358464/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=489892 CPUtime=642.31
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 360005 0 0 0 64090 141 0 0 25 0 1 0 25895264 501649408 117146 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 122473 117146 795 1502 0 120966 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 489892

[startup+702.3 s]

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

/proc/meminfo: memFree=28189764/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=506820 CPUtime=1062.31
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366015 0 0 0 106028 203 0 0 25 0 1 0 25895264 518983680 121227 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085404 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 126705 121227 795 1502 0 125198 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 506820

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 21538
/proc/meminfo: memFree=28164412/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=507488 CPUtime=1122.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366128 0 0 0 112020 212 0 0 25 0 1 0 25895264 519667712 121340 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085388 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 126872 121340 795 1502 0 125365 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 507488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21540
/proc/meminfo: memFree=28140676/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=507864 CPUtime=1182.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366305 0 0 0 118011 221 0 0 25 0 1 0 25895264 520052736 121517 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 126966 121517 795 1502 0 125459 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 507864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21542
/proc/meminfo: memFree=28117200/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=507864 CPUtime=1242.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366395 0 0 0 124003 229 0 0 25 0 1 0 25895264 520052736 121607 4089446400 4194304 10345943 140736616529232 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 126966 121607 795 1502 0 125459 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 507864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21544
/proc/meminfo: memFree=28092576/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=508656 CPUtime=1302.33
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366677 0 0 0 129996 237 0 0 25 0 1 0 25895264 520863744 121889 4089446400 4194304 10345943 140736616529232 18446744073709551615 6702747 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 127164 121889 795 1502 0 125657 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 508656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21546
/proc/meminfo: memFree=28066348/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=510380 CPUtime=1362.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 366964 0 0 0 135987 245 0 0 25 0 1 0 25895264 522629120 122176 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 127595 122176 795 1502 0 126088 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 510380

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21546
/proc/meminfo: memFree=28042724/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=510436 CPUtime=1422.33
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 368932 0 0 0 141979 254 0 0 25 0 1 0 25895264 522686464 122204 4089446400 4194304 10345943 140736616529232 18446744073709551615 9138291 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 127609 122204 795 1502 0 126102 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 510436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21548
/proc/meminfo: memFree=28019216/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=512232 CPUtime=1482.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 369459 0 0 0 147968 264 0 0 25 0 1 0 25895264 524525568 122731 4089446400 4194304 10345943 140736616529232 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21504/statm: 128058 122731 795 1502 0 126551 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 512232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21577
/proc/meminfo: memFree=28738116/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=512840 CPUtime=1542.33
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 369571 0 0 0 153954 279 0 0 25 0 1 0 25895264 525148160 122843 4089446400 4194304 10345943 140736616529232 18446744073709551615 5089487 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 128210 122843 795 1502 0 126703 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 512840

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21579
/proc/meminfo: memFree=28611724/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=514116 CPUtime=1602.32
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 369823 0 0 0 159940 292 0 0 25 0 1 0 25895264 526454784 123095 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 128529 123095 795 1502 0 127022 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 514116

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 21581
/proc/meminfo: memFree=28487180/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=514900 CPUtime=1662.33
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 370055 0 0 0 165923 310 0 0 25 0 1 0 25895264 527257600 123327 4089446400 4194304 10345943 140736616529232 18446744073709551615 5614772 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 128725 123327 795 1502 0 127218 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 514900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21581
/proc/meminfo: memFree=28449684/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=515340 CPUtime=1722.34
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 370151 0 0 0 171906 328 0 0 25 0 1 0 25895264 527708160 123423 4089446400 4194304 10345943 140736616529232 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 128835 123423 795 1502 0 127328 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 515340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28432496/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=518276 CPUtime=1782.33
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 370805 0 0 0 177891 342 0 0 25 0 1 0 25895264 530714624 124077 4089446400 4194304 10345943 140736616529232 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 129569 124077 795 1502 0 128062 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 518276

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28432740/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=518988 CPUtime=1785.53
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 370821 0 0 0 178210 343 0 0 25 0 1 0 25895264 531443712 124093 4089446400 4194304 10345943 140736616529232 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 129747 124093 795 1502 0 128240 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 518988

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28431984/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=519232 CPUtime=1788.73
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 370970 0 0 0 178529 344 0 0 25 0 1 0 25895264 531693568 124242 4089446400 4194304 10345943 140736616529232 18446744073709551615 4705400 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 129808 124242 795 1502 0 128301 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 519232

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28431984/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=519616 CPUtime=1789.54
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 371058 0 0 0 178609 345 0 0 25 0 1 0 25895264 532086784 124330 4089446400 4194304 10345943 140736616529232 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 129904 124330 795 1502 0 128397 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 519616

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28431612/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=519616 CPUtime=1789.94
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 371064 0 0 0 178649 345 0 0 25 0 1 0 25895264 532086784 124336 4089446400 4194304 10345943 140736616529232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21504/statm: 129904 124336 795 1502 0 128397 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 519616

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28431612/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=519616 CPUtime=1790.14
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 371065 0 0 0 178669 345 0 0 18 0 1 0 25895264 532086784 124337 4089446400 4194304 10345943 140736616529232 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21504/statm: 129904 124337 796 1502 0 128397 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 519616

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21583
/proc/meminfo: memFree=28431612/32950928 swapFree=67111528/67111528
[pid=21504] ppid=21502 vsize=519616 CPUtime=1790.24
/proc/21504/stat : 21504 (pbscip.linux.x8) R 21502 21504 21011 0 -1 4202496 371065 0 0 0 178679 345 0 0 18 0 1 0 25895264 532086784 124337 4089446400 4194304 10345943 140736616529232 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21504/statm: 129904 124337 796 1502 0 128397 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 519616

Child status: 0
Real time (s): 1790.29
CPU time (s): 1790.33
CPU user time (s): 1786.86
CPU system time (s): 3.47347
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 519616

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

runsolver used 2.77658 second user time and 7.00193 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-08 10:13:34
IDJOB=2705013
IDBENCH=79260
IDSOLVER=1214
FILE ID=node125/2705013-1278576814
PBS_JOBID= 11240203
Free space on /tmp= 73528 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--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-2705013-1278576814/watcher-2705013-1278576814 -o /tmp/evaluation-result-2705013-1278576814/solver-2705013-1278576814 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705013-1278576814.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 96d1f19cba40c7363abd0128bfda9b7c
RANDOM SEED=1257149382

node125.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.823
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.64
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.823
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.823
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.823
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.74
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.823
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.82
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.823
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.74
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.823
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.82
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.823
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29056132 kB
Buffers:        135932 kB
Cached:        3297032 kB
SwapCached:          0 kB
Active:        1166928 kB
Inactive:      2569732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29056132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12820 kB
Writeback:           0 kB
AnonPages:      303804 kB
Mapped:          17832 kB
Slab:            93332 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   456576 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= 73516 MiB
End job on node125 at 2010-07-08 10:43:25