Trace number 2693037

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.35 1800.3

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
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 benchmark210.262
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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-2693037-1277929869.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 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+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.343130e+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.343130e+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.343130e+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.343130e+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.343130e+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.343130e+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.343130e+05 |    Inf 
14.79/14.85	c  14.5s| 10000 |  9999 |  3408 |   0.3 |  44M|1781 |   0 |5645 |5415 |5645 | 243 |1074 |   1 | 699 | 0.000000e+00 | 1.343130e+05 |    Inf 
27.99/28.02	c  27.6s| 20000 | 19999 |  4690 |   0.2 |  65M|1781 |   0 |5645 |5415 |5645 | 247 |1403 |   1 | 772 | 0.000000e+00 | 1.343130e+05 |    Inf 
33.39/33.40	o 731
33.39/33.40	c *32.9s| 24272 | 24267 |  5253 |   0.2 |  74M|2326 |   - |5645 |5425 |5645 | 263 |1538 |  11 | 818 | 0.000000e+00 | 7.310000e+02 |    Inf 
34.00/34.10	o 725
34.00/34.10	c *33.6s| 24723 | 24716 |  5394 |   0.2 |  76M|2326 |   - |5645 |5425 |5645 | 273 |1585 |  11 | 822 | 0.000000e+00 | 7.250000e+02 |    Inf 
34.10/34.12	o 668
34.10/34.12	c *33.6s| 24727 | 24594 |  5397 |   0.2 |  76M|2326 |   - |5645 |5425 |5645 | 273 |1585 |  11 | 822 | 0.000000e+00 | 6.680000e+02 |    Inf 
35.19/35.30	o 383
35.19/35.30	c *34.8s| 25431 | 17192 |  5693 |   0.2 |  62M|2326 |   - |5645 |5425 |5645 | 262 |1681 |  11 | 845 | 0.000000e+00 | 3.830000e+02 |    Inf 
35.29/35.30	o 381
35.29/35.30	c *34.8s| 25432 | 17079 |  5694 |   0.2 |  62M|2326 |   - |5645 |5425 |5645 | 262 |1681 |  11 | 845 | 0.000000e+00 | 3.810000e+02 |    Inf 
35.39/35.47	o 252
35.39/35.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.39/35.47	c *35.0s| 25539 | 12772 |  5746 |   0.2 |  53M|2326 |   - |5645 |5425 |5645 | 266 |1693 |  11 | 845 | 0.000000e+00 | 2.520000e+02 |    Inf 
35.89/35.98	o 219
35.89/35.98	c *35.5s| 25790 | 11651 |  6096 |   0.2 |  51M|2326 |   - |5645 |5463 |5645 | 250 |1768 |  49 | 864 | 0.000000e+00 | 2.190000e+02 |    Inf 
39.19/39.23	o 135
39.19/39.23	c *38.7s| 27177 |  5988 |  8099 |   0.3 |  43M|2326 |   - |5645 |6240 |5645 | 236 |2225 | 826 | 948 | 0.000000e+00 | 1.350000e+02 |    Inf 
40.29/40.31	o 133
40.29/40.31	c *39.7s| 27472 |  5988 |  9142 |   0.3 |  44M|2326 |   - |5645 |6798 |5645 | 226 |2500 |1384 | 983 | 0.000000e+00 | 1.330000e+02 |    Inf 
40.39/40.49	o 126
40.39/40.49	c *39.9s| 27509 |  5490 |  9568 |   0.3 |  43M|2326 |   - |5645 |6813 |5645 | 206 |2574 |1399 | 990 | 0.000000e+00 | 1.260000e+02 |    Inf 
40.60/40.63	o 124
40.60/40.63	c *40.0s| 27550 |  5379 |  9792 |   0.3 |  43M|2326 |   - |5645 |6817 |5645 | 215 |2613 |1403 | 997 | 0.000000e+00 | 1.240000e+02 |    Inf 
40.70/40.78	o 102
40.70/40.78	c *40.2s| 27694 |  4313 |  9792 |   0.3 |  40M|2326 |   - |5645 |6817 |5645 | 215 |2613 |1403 | 997 | 0.000000e+00 | 1.020000e+02 |    Inf 
41.70/41.76	o 99
41.70/41.76	c *41.1s| 27908 |  4245 | 11051 |   0.4 |  42M|2326 |   - |5645 |7017 |5645 | 231 |2909 |1603 |1020 | 0.000000e+00 | 9.900000e+01 |    Inf 
41.70/41.77	o 94
41.70/41.77	c *41.2s| 27909 |  3934 | 11054 |   0.4 |  40M|2326 |   - |5645 |7017 |5645 | 231 |2909 |1603 |1020 | 0.000000e+00 | 9.400000e+01 |    Inf 
42.90/42.94	o 93
42.90/42.94	c *42.3s| 28163 |  4022 | 12566 |   0.4 |  42M|2326 |   - |5645 |7078 |5645 | 228 |3299 |1854 |1094 | 0.000000e+00 | 9.300000e+01 |    Inf 
44.00/44.01	o 90
44.00/44.01	c *43.4s| 28352 |  3924 | 13977 |   0.5 |  43M|2326 |   - |5645 |7247 |5645 | 243 |3661 |2049 |1180 | 0.000000e+00 | 9.000000e+01 |    Inf 
44.09/44.12	o 87
44.09/44.12	c *43.5s| 28363 |  3776 | 14095 |   0.5 |  42M|2326 |   - |5645 |7187 |5645 | 185 |3680 |2065 |1186 | 0.000000e+00 | 8.700000e+01 |    Inf 
48.40/48.45	o 82
48.40/48.45	c *47.7s| 29292 |  3837 | 17802 |   0.6 |  45M|2326 |   - |5645 |7602 |5645 | 221 |4732 |3017 |1277 | 0.000000e+00 | 8.200000e+01 |    Inf 
48.99/49.05	o 74
48.99/49.05	c *48.3s| 29417 |  3474 | 18644 |   0.6 |  45M|2326 |   - |5645 |7459 |5645 | 214 |4971 |3134 |1301 | 0.000000e+00 | 7.400000e+01 |    Inf 
48.99/49.05	o 72
48.99/49.05	c *48.3s| 29418 |  3420 | 18644 |   0.6 |  44M|2326 |   - |5645 |7459 |5645 | 214 |4971 |3134 |1301 | 0.000000e+00 | 7.200000e+01 |    Inf 
49.59/49.63	o 68
49.59/49.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.59/49.63	c *48.9s| 29529 |  3247 | 19284 |   0.6 |  43M|2326 |   - |5645 |7178 |5645 | 199 |5154 |3322 |1319 | 0.000000e+00 | 6.800000e+01 |    Inf 
51.39/51.48	c  50.7s| 30000 |  3318 | 22008 |   0.7 |  44M|2326 |   1 |5645 |6880 |5645 | 233 |5829 |3831 |1363 | 0.000000e+00 | 6.800000e+01 |    Inf 
53.59/53.67	o 67
53.59/53.67	c *52.9s| 30536 |  3372 | 24840 |   0.8 |  45M|2326 |   - |5645 |5941 |5645 | 211 |6524 |4381 |1434 | 0.000000e+00 | 6.700000e+01 |    Inf 
53.59/53.68	o 61
53.59/53.68	c *52.9s| 30537 |  3095 | 24840 |   0.8 |  45M|2326 |   - |5645 |5941 |5645 | 211 |6524 |4381 |1434 | 0.000000e+00 | 6.100000e+01 |    Inf 
54.09/54.18	o 59
54.09/54.18	c *53.4s| 30638 |  2942 | 25849 |   0.8 |  44M|2326 |   - |5645 |5475 |5645 | 233 |6802 |4483 |1463 | 0.000000e+00 | 5.900000e+01 |    Inf 
85.59/85.62	c  84.3s| 40000 |  5106 | 73308 |   1.8 |  69M|2326 |   6 |5645 |6227 |5645 | 239 |  19k|  14k|1650 | 0.000000e+00 | 5.900000e+01 |    Inf 
116.69/116.72	c   115s| 50000 |  7354 |112375 |   2.2 |  90M|2326 |   1 |5645 |6872 |5645 | 250 |  30k|  26k|1729 | 0.000000e+00 | 5.900000e+01 |    Inf 
118.60/118.60	o 54
118.60/118.60	c * 117s| 50625 |  6886 |113760 |   2.2 |  87M|2326 |   - |5645 |7278 |5645 | 228 |  30k|  26k|1729 | 0.000000e+00 | 5.400000e+01 |    Inf 
118.70/118.77	o 50
118.70/118.77	c * 117s| 50661 |  6593 |113899 |   2.2 |  86M|2326 |   - |5645 |7032 |5645 | 264 |  30k|  26k|1729 | 0.000000e+00 | 5.000000e+01 |    Inf 
139.29/139.36	o 47
139.29/139.36	c * 137s| 57401 |  7793 |137726 |   2.4 |  98M|2326 |   - |5645 |7819 |5645 | 214 |  36k|  34k|1874 | 0.000000e+00 | 4.700000e+01 |    Inf 
147.10/147.19	c   145s| 60000 |  8287 |148102 |   2.5 | 102M|2326 |   1 |5645 |6944 |5645 | 204 |  39k|  38k|1935 | 0.000000e+00 | 4.700000e+01 |    Inf 
148.20/148.29	o 43
148.20/148.29	c * 146s| 60434 |  7969 |148968 |   2.5 | 101M|2326 |   - |5645 |7226 |5645 | 216 |  39k|  38k|1936 | 0.000000e+00 | 4.300000e+01 |    Inf 
149.39/149.42	o 42
149.39/149.42	c * 147s| 60900 |  7837 |150170 |   2.5 | 101M|2326 |   - |5645 |7238 |5645 | 188 |  40k|  39k|1937 | 0.000000e+00 | 4.200000e+01 |    Inf 
172.79/172.83	c   170s| 70000 |  8732 |172115 |   2.5 | 110M|2326 |   - |5645 |6951 |   0 |   0 |  44k|  51k|2090 | 0.000000e+00 | 4.200000e+01 |    Inf 
173.80/173.86	o 36
173.80/173.86	c * 171s| 70356 |  8160 |173631 |   2.5 | 106M|2326 |   - |5645 |6735 |5645 | 207 |  45k|  51k|2094 | 0.000000e+00 | 3.600000e+01 |    Inf 
177.11/177.16	o 32
177.11/177.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.11/177.16	c * 174s| 71628 |  7932 |177887 |   2.5 | 105M|2326 |   - |5645 |5851 |5645 | 234 |  46k|  53k|2104 | 0.000000e+00 | 3.200000e+01 |    Inf 
182.40/182.46	o 26
182.40/182.46	c * 180s| 73854 |  7377 |184675 |   2.5 | 100M|2326 |   - |5645 |6055 |5645 | 269 |  47k|  56k|2183 | 0.000000e+00 | 2.600000e+01 |    Inf 
190.70/190.79	o 22
190.70/190.79	c * 188s| 77534 |  7056 |198476 |   2.6 |  98M|2326 |   - |5645 |6677 |5645 | 225 |  50k|  61k|2242 | 0.000000e+00 | 2.200000e+01 |    Inf 
196.20/196.23	c   193s| 80000 |  7030 |207448 |   2.6 |  99M|2326 |   - |5645 |5625 |   0 |   0 |  51k|  65k|2314 | 0.000000e+00 | 2.200000e+01 |    Inf 
204.80/204.86	o 17
204.80/204.86	c * 202s| 84262 |  6730 |220573 |   2.6 |  96M|2326 |   - |5645 |7024 |5645 | 211 |  53k|  71k|2388 | 0.000000e+00 | 1.700000e+01 |    Inf 
214.99/215.07	o 15
214.99/215.07	c * 212s| 89418 |  6618 |239333 |   2.7 |  95M|2326 |   - |5645 |6165 |5645 | 209 |  56k|  78k|2496 | 0.000000e+00 | 1.500000e+01 |    Inf 
216.09/216.10	c   213s| 90000 |  6624 |241083 |   2.7 |  95M|2326 |   - |5645 |6336 |   0 |   0 |  57k|  79k|2502 | 0.000000e+00 | 1.500000e+01 |    Inf 
218.70/218.73	o 5
218.70/218.73	c * 215s| 91400 |  4998 |244941 |   2.7 |  77M|2326 |   - |5645 |5798 |5645 | 192 |  57k|  81k|2511 | 0.000000e+00 | 5.000000e+00 |    Inf 
233.90/233.93	c   230s|100000 |  4942 |280734 |   2.8 |  79M|2326 |   1 |5645 |6854 |5645 | 187 |  63k|  92k|2693 | 0.000000e+00 | 5.000000e+00 |    Inf 
241.00/241.03	o 4
241.00/241.03	c * 237s|103909 |  4755 |298133 |   2.9 |  78M|2326 |   - |5645 |6819 |5645 | 210 |  65k|  97k|2775 | 0.000000e+00 | 4.000000e+00 |    Inf 
248.30/248.39	o 2
248.30/248.39	c * 244s|108258 |  4416 |313245 |   2.9 |  75M|2326 |   - |5645 |6729 |5645 | 226 |  67k| 103k|2835 | 0.000000e+00 | 2.000000e+00 |    Inf 
251.40/251.40	c   247s|110000 |  4437 |320695 |   2.9 |  75M|2326 |  20 |5645 |7027 |5645 | 234 |  68k| 105k|2888 | 0.000000e+00 | 2.000000e+00 |    Inf 
268.40/268.42	c   264s|120000 |  4429 |361088 |   3.0 |  76M|2326 |   - |5645 |8634 |   0 |   0 |  73k| 119k|3094 | 0.000000e+00 | 2.000000e+00 |    Inf 
285.90/285.96	c   281s|130000 |  4439 |398741 |   3.1 |  77M|2326 |  20 |5645 |7763 |5645 | 234 |  78k| 131k|3248 | 0.000000e+00 | 2.000000e+00 |    Inf 
304.00/304.09	c   299s|140000 |  4558 |441237 |   3.2 |  79M|2326 |   - |5645 |9326 |   0 |   0 |  83k| 145k|3401 | 0.000000e+00 | 2.000000e+00 |    Inf 
323.80/323.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.80/323.87	c   318s|150000 |  4727 |493181 |   3.3 |  83M|2326 |   - |5645 |  13k|   0 |   0 |  89k| 159k|3578 | 0.000000e+00 | 2.000000e+00 |    Inf 
344.70/344.74	c   339s|160000 |  4750 |545745 |   3.4 |  84M|2326 |   1 |5645 |  14k|5645 | 252 |  95k| 173k|3751 | 0.000000e+00 | 2.000000e+00 |    Inf 
365.50/365.57	c   359s|170000 |  4740 |594104 |   3.5 |  85M|2326 |   1 |5645 |  14k|5645 | 256 | 100k| 187k|3912 | 0.000000e+00 | 2.000000e+00 |    Inf 
386.40/386.49	c   380s|180000 |  4725 |639905 |   3.6 |  84M|2326 |   1 |5645 |  12k|5645 | 234 | 104k| 201k|4038 | 0.000000e+00 | 2.000000e+00 |    Inf 
406.50/406.55	c   399s|190000 |  4741 |683115 |   3.6 |  86M|2326 |   - |5645 |  14k|   0 |   0 | 108k| 215k|4179 | 0.000000e+00 | 2.000000e+00 |    Inf 
427.01/427.08	c   420s|200000 |  4778 |727135 |   3.6 |  87M|2326 |  17 |5645 |  15k|5645 | 295 | 112k| 229k|4309 | 0.000000e+00 | 2.000000e+00 |    Inf 
446.51/446.50	c   439s|210000 |  4745 |768674 |   3.7 |  86M|2326 |   1 |5645 |  12k|5645 | 268 | 116k| 242k|4443 | 0.000000e+00 | 2.000000e+00 |    Inf 
465.81/465.82	c   458s|220000 |  4748 |805592 |   3.7 |  86M|2326 |   - |5645 |  11k|   0 |   0 | 120k| 256k|4558 | 0.000000e+00 | 2.000000e+00 |    Inf 
484.60/484.62	c   476s|230000 |  4647 |844378 |   3.7 |  85M|2326 |   1 |5645 |9484 |5645 | 228 | 125k| 269k|4683 | 0.000000e+00 | 2.000000e+00 |    Inf 
504.70/504.78	c   496s|240000 |  4670 |893888 |   3.7 |  87M|2326 |  22 |5645 |  12k|5645 | 271 | 132k| 283k|4807 | 0.000000e+00 | 2.000000e+00 |    Inf 
523.61/523.63	c   514s|250000 |  4635 |931185 |   3.7 |  87M|2326 |  15 |5645 |  12k|5645 | 241 | 136k| 296k|4963 | 0.000000e+00 | 2.000000e+00 |    Inf 
542.90/542.92	c   533s|260000 |  4585 |973911 |   3.7 |  88M|2326 |   1 |5645 |  14k|5645 | 289 | 140k| 310k|5064 | 0.000000e+00 | 2.000000e+00 |    Inf 
562.41/562.46	c   553s|270000 |  4507 |  1016k|   3.8 |  87M|2326 |   1 |5645 |  13k|5645 | 253 | 146k| 323k|5169 | 0.000000e+00 | 2.000000e+00 |    Inf 
577.71/577.74	o 1
577.71/577.74	c * 568s|278424 |  4229 |  1046k|   3.8 |  83M|2326 |   - |5645 |  12k|5645 | 225 | 149k| 335k|5247 | 0.000000e+00 | 1.000000e-00 |    Inf 
580.60/580.63	c   570s|280000 |  4239 |  1050k|   3.8 |  83M|2326 |   1 |5645 |  12k|5645 | 228 | 150k| 337k|5247 | 0.000000e+00 | 1.000000e-00 |    Inf 
598.51/598.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.51/598.50	c   588s|290000 |  4050 |  1086k|   3.7 |  81M|2326 |   - |5645 |  10k|   0 |   0 | 153k| 350k|5324 | 0.000000e+00 | 1.000000e-00 |    Inf 
617.70/617.70	c   607s|300000 |  4063 |  1130k|   3.8 |  82M|2326 |  10 |5645 |  11k|5645 | 190 | 160k| 363k|5443 | 0.000000e+00 | 1.000000e-00 |    Inf 
635.61/635.70	c   625s|310000 |  4071 |  1164k|   3.8 |  81M|2326 |   1 |5645 |  10k|5645 | 206 | 164k| 376k|5521 | 0.000000e+00 | 1.000000e-00 |    Inf 
653.61/653.62	c   642s|320000 |  4051 |  1197k|   3.7 |  82M|2326 |   8 |5645 |  11k|5645 | 241 | 170k| 390k|5616 | 0.000000e+00 | 1.000000e-00 |    Inf 
671.81/671.86	c   660s|330000 |  4015 |  1225k|   3.7 |  82M|2326 |   1 |5645 |  10k|5645 | 205 | 174k| 403k|5660 | 0.000000e+00 | 1.000000e-00 |    Inf 
690.31/690.33	c   678s|340000 |  4089 |  1261k|   3.7 |  84M|2326 |   - |5645 |  13k|   0 |   0 | 179k| 417k|5732 | 0.000000e+00 | 1.000000e-00 |    Inf 
710.61/710.64	c   698s|350000 |  4152 |  1303k|   3.7 |  85M|2326 |   - |5645 |  12k|   0 |   0 | 183k| 431k|5826 | 0.000000e+00 | 1.000000e-00 |    Inf 
729.51/729.56	c   717s|360000 |  4111 |  1337k|   3.7 |  84M|2326 |   1 |5645 |  11k|5645 | 211 | 187k| 445k|5922 | 0.000000e+00 | 1.000000e-00 |    Inf 
747.21/747.29	c   734s|370000 |  4164 |  1366k|   3.7 |  86M|2326 |   - |5645 |  15k|   0 |   0 | 190k| 460k|5981 | 0.000000e+00 | 1.000000e-00 |    Inf 
766.62/766.64	c   753s|380000 |  4244 |  1397k|   3.7 |  87M|2326 |   1 |5645 |  15k|5645 | 240 | 193k| 474k|6046 | 0.000000e+00 | 1.000000e-00 |    Inf 
786.51/786.53	c   773s|390000 |  4308 |  1431k|   3.7 |  89M|2326 |  21 |5645 |  16k|5645 | 259 | 195k| 488k|6105 | 0.000000e+00 | 1.000000e-00 |    Inf 
806.92/806.94	c   793s|400000 |  4260 |  1466k|   3.7 |  89M|2326 |   5 |5645 |  17k|5645 | 237 | 199k| 503k|6167 | 0.000000e+00 | 1.000000e-00 |    Inf 
826.31/826.37	c   812s|410000 |  4301 |  1498k|   3.7 |  91M|2326 |  22 |5645 |  20k|5645 | 262 | 201k| 518k|6230 | 0.000000e+00 | 1.000000e-00 |    Inf 
847.02/847.07	c   833s|420000 |  4270 |  1531k|   3.6 |  89M|2326 |   - |5645 |  15k|   0 |   0 | 204k| 533k|6292 | 0.000000e+00 | 1.000000e-00 |    Inf 
866.11/866.15	c   851s|430000 |  4177 |  1566k|   3.6 |  87M|2326 |   1 |5645 |  12k|5645 | 211 | 208k| 546k|6395 | 0.000000e+00 | 1.000000e-00 |    Inf 
886.41/886.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.41/886.47	c   871s|440000 |  4274 |  1612k|   3.7 |  89M|2326 |   - |5645 |  13k|   0 |   0 | 215k| 559k|6478 | 0.000000e+00 | 1.000000e-00 |    Inf 
906.71/906.80	c   891s|450000 |  4292 |  1657k|   3.7 |  90M|2326 |   - |5645 |  15k|   0 |   0 | 223k| 573k|6551 | 0.000000e+00 | 1.000000e-00 |    Inf 
926.61/926.64	c   911s|460000 |  4332 |  1699k|   3.7 |  91M|2326 |   - |5645 |  16k|   0 |   0 | 227k| 586k|6635 | 0.000000e+00 | 1.000000e-00 |    Inf 
946.71/946.73	c   931s|470000 |  4364 |  1743k|   3.7 |  93M|2326 |   - |5645 |  18k|   0 |   0 | 232k| 600k|6708 | 0.000000e+00 | 1.000000e-00 |    Inf 
966.21/966.21	c   950s|480000 |  4411 |  1784k|   3.7 |  94M|2326 |   9 |5645 |  17k|5645 | 254 | 237k| 614k|6772 | 0.000000e+00 | 1.000000e-00 |    Inf 
987.12/987.18	c   970s|490000 |  4602 |  1835k|   3.7 |  96M|2326 |   - |5645 |  20k|   0 |   0 | 242k| 628k|6868 | 0.000000e+00 | 1.000000e-00 |    Inf 
1009.52/1009.57	c   992s|500000 |  4612 |  1892k|   3.8 |  98M|2326 |   7 |5645 |  21k|5645 | 282 | 248k| 644k|6976 | 0.000000e+00 | 1.000000e-00 |    Inf 
1031.52/1031.54	c  1014s|510000 |  4540 |  1941k|   3.8 |  96M|2326 |   1 |5645 |  17k|5645 | 221 | 252k| 659k|7058 | 0.000000e+00 | 1.000000e-00 |    Inf 
1050.22/1050.23	c  1033s|520000 |  4427 |  1975k|   3.8 |  92M|2326 |   - |5645 |  14k|   0 |   0 | 255k| 672k|7111 | 0.000000e+00 | 1.000000e-00 |    Inf 
1068.62/1068.60	c  1051s|530000 |  4398 |  2006k|   3.8 |  93M|2326 |   1 |5645 |  16k|5645 | 229 | 259k| 687k|7136 | 0.000000e+00 | 1.000000e-00 |    Inf 
1088.22/1088.27	c  1070s|540000 |  4393 |  2038k|   3.8 |  93M|2326 |   - |5645 |  17k|   0 |   0 | 262k| 701k|7189 | 0.000000e+00 | 1.000000e-00 |    Inf 
1108.12/1108.19	c  1090s|550000 |  4382 |  2067k|   3.8 |  93M|2326 |   1 |5645 |  16k|5645 | 202 | 266k| 715k|7268 | 0.000000e+00 | 1.000000e-00 |    Inf 
1127.92/1127.94	c  1109s|560000 |  4696 |  2106k|   3.8 |  97M|2326 |   - |5645 |  17k|   0 |   0 | 270k| 728k|7321 | 0.000000e+00 | 1.000000e-00 |    Inf 
1149.43/1149.42	c  1130s|570000 |  5269 |  2157k|   3.8 | 101M|2326 |   1 |5645 |  16k|5645 | 221 | 275k| 742k|7420 | 0.000000e+00 | 1.000000e-00 |    Inf 
1170.62/1170.65	c  1151s|580000 |  5849 |  2211k|   3.8 | 107M|2326 |  21 |5645 |  18k|5645 | 202 | 281k| 755k|7497 | 0.000000e+00 | 1.000000e-00 |    Inf 
1191.53/1191.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.53/1191.55	c  1172s|590000 |  6205 |  2253k|   3.8 | 111M|2326 |   - |5645 |  18k|   0 |   0 | 286k| 769k|7559 | 0.000000e+00 | 1.000000e-00 |    Inf 
1213.63/1213.63	c  1194s|600000 |  6609 |  2305k|   3.8 | 115M|2326 |  22 |5645 |  19k|5645 | 210 | 292k| 783k|7642 | 0.000000e+00 | 1.000000e-00 |    Inf 
1234.52/1234.57	c  1214s|610000 |  6885 |  2348k|   3.8 | 118M|2326 |   1 |5645 |  19k|5645 | 249 | 297k| 797k|7693 | 0.000000e+00 | 1.000000e-00 |    Inf 
1255.53/1255.58	c  1235s|620000 |  7032 |  2394k|   3.9 | 120M|2326 |  10 |5645 |  19k|5645 | 202 | 302k| 811k|7749 | 0.000000e+00 | 1.000000e-00 |    Inf 
1277.13/1277.17	c  1256s|630000 |  7155 |  2444k|   3.9 | 122M|2326 |   - |5645 |  19k|   0 |   0 | 309k| 826k|7814 | 0.000000e+00 | 1.000000e-00 |    Inf 
1298.43/1298.41	c  1277s|640000 |  7206 |  2491k|   3.9 | 124M|2326 |  28 |5645 |  20k|5645 | 219 | 315k| 840k|7877 | 0.000000e+00 | 1.000000e-00 |    Inf 
1320.52/1320.51	c  1299s|650000 |  7281 |  2543k|   3.9 | 125M|2326 |  15 |5645 |  19k|5645 | 215 | 322k| 855k|7941 | 0.000000e+00 | 1.000000e-00 |    Inf 
1342.13/1342.12	c  1320s|660000 |  7313 |  2589k|   3.9 | 126M|2326 |   - |5645 |  19k|   0 |   0 | 327k| 870k|8009 | 0.000000e+00 | 1.000000e-00 |    Inf 
1363.72/1363.72	c  1341s|670000 |  7287 |  2641k|   3.9 | 127M|2326 |  26 |5645 |  19k|5645 | 241 | 334k| 885k|8081 | 0.000000e+00 | 1.000000e-00 |    Inf 
1385.13/1385.19	c  1363s|680000 |  7220 |  2688k|   4.0 | 127M|2326 |   - |5645 |  19k|   0 |   0 | 339k| 900k|8153 | 0.000000e+00 | 1.000000e-00 |    Inf 
1407.33/1407.35	c  1384s|690000 |  7257 |  2741k|   4.0 | 128M|2326 |  26 |5645 |  20k|5645 | 235 | 345k| 915k|8229 | 0.000000e+00 | 1.000000e-00 |    Inf 
1429.73/1429.75	c  1406s|700000 |  7201 |  2797k|   4.0 | 129M|2326 |   - |5645 |  20k|   0 |   0 | 353k| 931k|8301 | 0.000000e+00 | 1.000000e-00 |    Inf 
1451.73/1451.73	c  1428s|710000 |  7175 |  2851k|   4.0 | 130M|2326 |   1 |5645 |  21k|5645 | 248 | 360k| 947k|8369 | 0.000000e+00 | 1.000000e-00 |    Inf 
1472.94/1472.90	c  1449s|720000 |  7176 |  2899k|   4.0 | 131M|2326 |   - |5645 |  22k|   0 |   0 | 365k| 962k|8437 | 0.000000e+00 | 1.000000e-00 |    Inf 
1494.43/1494.49	c  1470s|730000 |  7339 |  2949k|   4.0 | 133M|2326 |  19 |5645 |  23k|5645 | 277 | 369k| 977k|8505 | 0.000000e+00 | 1.000000e-00 |    Inf 
1517.53/1517.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1517.53/1517.55	c  1493s|740000 |  7399 |  3011k|   4.1 | 135M|2326 |   - |5645 |  24k|   0 |   0 | 373k| 992k|8570 | 0.000000e+00 | 1.000000e-00 |    Inf 
1540.93/1540.98	c  1516s|750000 |  7435 |  3077k|   4.1 | 135M|2326 |  12 |5645 |  21k|5645 | 202 | 378k|1008k|8646 | 0.000000e+00 | 1.000000e-00 |    Inf 
1563.63/1563.67	c  1538s|760000 |  7537 |  3131k|   4.1 | 136M|2326 |   - |5645 |  20k|   0 |   0 | 385k|1022k|8713 | 0.000000e+00 | 1.000000e-00 |    Inf 
1586.33/1586.36	c  1560s|770000 |  7459 |  3185k|   4.1 | 137M|2326 |  25 |5645 |  21k|5645 | 258 | 391k|1038k|8766 | 0.000000e+00 | 1.000000e-00 |    Inf 
1609.73/1609.72	c  1583s|780000 |  7386 |  3239k|   4.2 | 137M|2326 |  16 |5645 |  21k|5645 | 237 | 398k|1053k|8832 | 0.000000e+00 | 1.000000e-00 |    Inf 
1632.53/1632.52	c  1606s|790000 |  7315 |  3295k|   4.2 | 137M|2326 |   - |5645 |  21k|   0 |   0 | 404k|1068k|8901 | 0.000000e+00 | 1.000000e-00 |    Inf 
1654.34/1654.39	c  1627s|800000 |  7341 |  3348k|   4.2 | 138M|2326 |   1 |5645 |  23k|5645 | 262 | 409k|1083k|8952 | 0.000000e+00 | 1.000000e-00 |    Inf 
1677.24/1677.25	c  1650s|810000 |  7282 |  3408k|   4.2 | 138M|2326 |   - |5645 |  21k|   0 |   0 | 415k|1098k|9020 | 0.000000e+00 | 1.000000e-00 |    Inf 
1699.74/1699.70	c  1672s|820000 |  7235 |  3463k|   4.2 | 137M|2326 |   1 |5645 |  19k|5645 | 226 | 421k|1114k|9089 | 0.000000e+00 | 1.000000e-00 |    Inf 
1724.14/1724.19	c  1696s|830000 |  7243 |  3513k|   4.2 | 139M|2326 |  32 |5645 |  22k|5645 | 284 | 426k|1129k|9156 | 0.000000e+00 | 1.000000e-00 |    Inf 
1748.84/1748.81	c  1719s|840000 |  7256 |  3558k|   4.2 | 140M|2326 |  12 |5645 |  22k|5645 | 253 | 431k|1144k|9208 | 0.000000e+00 | 1.000000e-00 |    Inf 
1774.24/1774.28	c  1744s|850000 |  7213 |  3611k|   4.2 | 140M|2326 |   - |5645 |  23k|   0 |   0 | 436k|1158k|9265 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1769.32
1800.04/1800.00	c Solving Nodes      : 859717
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (429 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.09	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.04/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.04/1800.09	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.04/1800.09	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.04/1800.09	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.04/1800.09	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.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1769.32
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2693037-1277929869.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2693037-1277929869.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 26362 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     530198          0          9        499          0          0     890140
1800.04/1800.09	c   indicator        :       2707          0    1563787      58551          0        395    4244942          0          0          0
1800.04/1800.09	c   linear           :       2707          6    4934041      84695          0     310985   21091520     443044          0          0
1800.04/1800.09	c   logicor          :          0+         0    1459443          0          0     110543    2130618          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0       4846          0          0          0         14          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      36955          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      14.91       0.00       0.00      14.91       0.00
1800.04/1800.09	c   indicator        :      17.96       0.01      11.14       6.81       0.00
1800.04/1800.09	c   linear           :     275.70       0.01     268.33       7.36       0.00
1800.04/1800.09	c   logicor          :     208.09       0.00     208.09       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       1.07          2          0          0
1800.04/1800.09	c   rootredcost      :       0.95         39          0       2707
1800.04/1800.09	c   pseudoobj        :     237.90    4945316      10755    3027462
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      31.39     432283     432176    2935457       37.0      22012       24.0          -
1800.04/1800.09	c   infeasible LP    :       2.49       6558       6558      58260       47.0         70       23.0          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.06        185        185        759       13.3        108        6.9          -
1800.04/1800.09	c   applied globally :          -          -          -    1173470       27.3          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.09	c   redcost          :      38.83     533283          0    1155088          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.02          4          0          0          1          0
1800.04/1800.09	c   flowcover        :       0.02          4          0          0          2          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      14.53     445470          9        499          0          0     890140
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :       6.39      36916          0          0          0          0      73832
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.12          -         39
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.54         35          0
1800.04/1800.09	c   intshifting      :       0.02          4          0
1800.04/1800.09	c   guideddiving     :       0.00          7          0
1800.04/1800.09	c   pscostdiving     :       0.06         42          0
1800.04/1800.09	c   fracdiving       :       0.06         42          0
1800.04/1800.09	c   veclendiving     :       0.07         42          0
1800.04/1800.09	c   linesearchdiving :       0.08         42          0
1800.04/1800.09	c   coefdiving       :       0.10         43          0
1800.04/1800.09	c   rootsoldiving    :       0.03         41          0
1800.04/1800.09	c   objpscostdiving  :       0.05         42          0
1800.04/1800.09	c   crossover        :       1.70         46          5
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.74     446281          0
1800.04/1800.09	c   zirounding       :       1.06       1000          0
1800.04/1800.09	c   rounding         :       2.76       9377          0
1800.04/1800.09	c   shifting         :       1.35       2930          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.03          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.16          0          0
1800.04/1800.09	c   trysol           :       3.17       4827        383
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.09	c   dual LP          :     464.82     503960    3662050       7.27    7878.43
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.10         53       1057      19.94   10570.00
1800.04/1800.09	c   strong branching :      10.98       9309     115539      12.41   10522.68
1800.04/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     859717
1800.04/1800.09	c   nodes (total)    :     859717
1800.04/1800.09	c   nodes left       :       7182
1800.04/1800.09	c   max depth        :       2326
1800.04/1800.09	c   max depth (total):       2326
1800.04/1800.09	c   backtracks       :      68218 (7.9%)
1800.04/1800.09	c   delayed cutoffs  :      65765
1800.04/1800.09	c   repropagations   :    2698309 (4634575 domain reductions, 61719 cutoffs)
1800.04/1800.09	c   avg switch length:       7.73
1800.04/1800.09	c   switching time   :     245.21
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        429 (40 improvements)
1800.04/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 278424 nodes, 567.63 seconds, depth 46, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        183
1800.34/1800.30	c Time complete: 1800.34.

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-2693037-1277929869/watcher-2693037-1277929869 -o /tmp/evaluation-result-2693037-1277929869/solver-2693037-1277929869 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693037-1277929869.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.12 4/178 17125
/proc/meminfo: memFree=31022412/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=11112 CPUtime=0
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1701 0 0 0 0 0 0 0 25 0 1 0 134282076 11378688 1623 4089446400 4194304 9819077 140737047775280 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17125/statm: 2826 1626 392 1374 0 1447 0

[startup+0.093481 s]
/proc/loadavg: 2.00 2.01 2.12 4/178 17125
/proc/meminfo: memFree=31022412/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=36400 CPUtime=0.08
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 8122 0 0 0 8 0 0 0 25 0 1 0 134282076 37273600 7689 4089446400 4194304 9819077 140737047775280 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36400

[startup+0.100477 s]
/proc/loadavg: 2.00 2.01 2.12 4/178 17125
/proc/meminfo: memFree=31022412/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=36400 CPUtime=0.09
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 8122 0 0 0 9 0 0 0 25 0 1 0 134282076 37273600 7689 4089446400 4194304 9819077 140737047775280 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300448 s]
/proc/loadavg: 2.00 2.01 2.12 4/178 17125
/proc/meminfo: memFree=31022412/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=53512 CPUtime=0.29
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 12809 0 0 0 27 2 0 0 25 0 1 0 134282076 54796288 11777 4089446400 4194304 9819077 140737047775280 18446744073709551615 4676277 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 13378 11777 674 1374 0 11999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53512

[startup+0.700383 s]
/proc/loadavg: 2.00 2.01 2.12 4/178 17125
/proc/meminfo: memFree=31022412/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=47228 CPUtime=0.69
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 27903 0 0 0 65 4 0 0 25 0 1 0 134282076 48361472 9994 4089446400 4194304 9819077 140737047775280 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 11807 9994 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.12 4/179 17126
/proc/meminfo: memFree=30983348/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=48920 CPUtime=1.49
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 49326 0 0 0 140 9 0 0 25 0 1 0 134282076 50094080 10273 4089446400 4194304 9819077 140737047775280 18446744073709551615 7334066 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 12230 10273 699 1374 0 10851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48920

[startup+3.10094 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 17126
/proc/meminfo: memFree=30979876/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=53960 CPUtime=3.1
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 72960 0 0 0 297 13 0 0 25 0 1 0 134282076 55255040 11886 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 13490 11886 700 1374 0 12111 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 53960

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.12 5/179 17126
/proc/meminfo: memFree=30967420/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=60800 CPUtime=6.29
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 84871 0 0 0 612 17 0 0 25 0 1 0 134282076 62259200 13774 4089446400 4194304 9819077 140737047775280 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 15200 13774 704 1374 0 13821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60800

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.12 4/179 17126
/proc/meminfo: memFree=30946020/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=69312 CPUtime=12.69
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 92159 0 0 0 1244 25 0 0 25 0 1 0 134282076 70975488 15782 4089446400 4194304 9819077 140737047775280 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 17328 15782 704 1374 0 15949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69312

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 17126
/proc/meminfo: memFree=30897336/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=89992 CPUtime=25.49
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 103484 0 0 0 2513 36 0 0 25 0 1 0 134282076 92151808 21012 4089446400 4194304 9819077 140737047775280 18446744073709551615 7487755 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 22498 21012 704 1374 0 21119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89992

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.11 4/179 17131
/proc/meminfo: memFree=30807448/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=141576 CPUtime=51.09
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 213678 0 0 0 5035 74 0 0 25 0 1 0 134282076 144973824 33736 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 35394 33736 704 1374 0 34015 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141576

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 17131
/proc/meminfo: memFree=30660176/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=227668 CPUtime=102.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 356996 0 0 0 10077 153 0 0 25 0 1 0 134282076 233132032 53934 4089446400 4194304 9819077 140737047775280 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 56917 53934 711 1374 0 55538 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 227668

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.10 5/179 17133
/proc/meminfo: memFree=30539988/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=292920 CPUtime=162.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 509942 0 0 0 15979 251 0 0 25 0 1 0 134282076 299950080 69011 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 73230 69011 715 1374 0 71851 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 292920

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.09 4/179 17135
/proc/meminfo: memFree=30472364/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=312292 CPUtime=222.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 728512 0 0 0 21870 360 0 0 25 0 1 0 134282076 319787008 73335 4089446400 4194304 9819077 140737047775280 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 78073 73335 725 1374 0 76694 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 312292

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17137
/proc/meminfo: memFree=30431156/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=313828 CPUtime=282.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 888380 0 0 0 27756 474 0 0 25 0 1 0 134282076 321359872 73682 4089446400 4194304 9819077 140737047775280 18446744073709551615 6590534 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 78457 73682 725 1374 0 77078 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 313828

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.08 4/179 17138
/proc/meminfo: memFree=30377540/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=317700 CPUtime=342.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1042600 0 0 0 33635 595 0 0 25 0 1 0 134282076 325324800 74476 4089446400 4194304 9819077 140737047775280 18446744073709551615 4999707 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 79425 74476 725 1374 0 78046 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 317700

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.07 4/179 17139
/proc/meminfo: memFree=30325664/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=320016 CPUtime=402.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1176220 0 0 0 39530 700 0 0 25 0 1 0 134282076 327696384 75207 4089446400 4194304 9819077 140737047775280 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 80004 75207 725 1374 0 78625 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 320016

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.06 4/179 17141
/proc/meminfo: memFree=30273408/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=320644 CPUtime=462.3
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1306087 0 0 0 45419 811 0 0 25 0 1 0 134282076 328339456 75408 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 80161 75408 725 1374 0 78782 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 320644

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17143
/proc/meminfo: memFree=30236428/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=322572 CPUtime=522.31
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1393232 0 0 0 51321 910 0 0 25 0 1 0 134282076 330313728 75841 4089446400 4194304 9819077 140737047775280 18446744073709551615 6509946 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 80643 75841 725 1374 0 79264 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 322572

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.05 4/179 17145
/proc/meminfo: memFree=30198200/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=320688 CPUtime=582.31
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1497106 0 0 0 57213 1018 0 0 25 0 1 0 134282076 328384512 75333 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 80172 75333 725 1374 0 78793 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 320688

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.05 4/179 17146
/proc/meminfo: memFree=30150916/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=320952 CPUtime=642.31
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 1603431 0 0 0 63110 1121 0 0 25 0 1 0 134282076 328654848 75396 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 80238 75396 725 1374 0 78859 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 320952

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.02 5/179 17154
/proc/meminfo: memFree=29962612/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=325664 CPUtime=942.31
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2040259 0 0 0 92631 1600 0 0 25 0 1 0 134282076 333479936 76644 4089446400 4194304 9819077 140737047775280 18446744073709551615 6003393 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 81416 76644 725 1374 0 80037 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 325664

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17155
/proc/meminfo: memFree=29922516/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=330604 CPUtime=1002.31
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2145715 0 0 0 98533 1698 0 0 25 0 1 0 134282076 338538496 77606 4089446400 4194304 9819077 140737047775280 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 82651 77606 740 1374 0 81272 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 330604

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17157
/proc/meminfo: memFree=29886144/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=329904 CPUtime=1062.32
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2195391 0 0 0 104447 1785 0 0 25 0 1 0 134282076 337821696 77769 4089446400 4194304 9819077 140737047775280 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 82476 77769 740 1374 0 81097 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 329904

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.01 5/179 17159
/proc/meminfo: memFree=29849160/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=329976 CPUtime=1122.32
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2227931 0 0 0 110366 1866 0 0 25 0 1 0 134282076 337895424 77788 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 82494 77788 740 1374 0 81115 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 329976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17161
/proc/meminfo: memFree=29798284/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=344076 CPUtime=1182.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2285162 0 0 0 116282 1951 0 0 25 0 1 0 134282076 352333824 81119 4089446400 4194304 9819077 140737047775280 18446744073709551615 6581302 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 86019 81119 740 1374 0 84640 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 344076

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17162
/proc/meminfo: memFree=29751112/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=351452 CPUtime=1242.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2343476 0 0 0 122204 2029 0 0 25 0 1 0 134282076 359886848 83067 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 87863 83067 740 1374 0 86484 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 351452

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 17163
/proc/meminfo: memFree=29711768/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=355308 CPUtime=1302.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2422287 0 0 0 128115 2118 0 0 25 0 1 0 134282076 363835392 84014 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 88827 84014 740 1374 0 87448 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 355308

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 17165
/proc/meminfo: memFree=29677744/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=360228 CPUtime=1362.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2519095 0 0 0 134009 2224 0 0 25 0 1 0 134282076 368873472 85306 4089446400 4194304 9819077 140737047775280 18446744073709551615 6210737 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 90057 85306 740 1374 0 88678 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 360228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17167
/proc/meminfo: memFree=29656364/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=362376 CPUtime=1422.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2625195 0 0 0 139911 2322 0 0 25 0 1 0 134282076 371073024 85705 4089446400 4194304 9819077 140737047775280 18446744073709551615 6367498 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 90594 85705 740 1374 0 89215 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 362376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17169
/proc/meminfo: memFree=29628808/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=364212 CPUtime=1482.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2727601 0 0 0 145810 2423 0 0 25 0 1 0 134282076 372953088 86210 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 91053 86210 740 1374 0 89674 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 364212

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17170
/proc/meminfo: memFree=29596292/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=369932 CPUtime=1542.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2858062 0 0 0 151708 2525 0 0 25 0 1 0 134282076 378810368 87585 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 92483 87585 740 1374 0 91104 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 369932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17171
/proc/meminfo: memFree=29568724/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=370532 CPUtime=1602.34
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 2965731 0 0 0 157614 2620 0 0 25 0 1 0 134282076 379424768 87734 4089446400 4194304 9819077 140737047775280 18446744073709551615 6180578 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 92633 87734 740 1374 0 91254 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 370532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17173
/proc/meminfo: memFree=29545376/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=371768 CPUtime=1662.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3095966 0 0 0 163504 2729 0 0 25 0 1 0 134282076 380690432 88066 4089446400 4194304 9819077 140737047775280 18446744073709551615 5950928 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17125/statm: 92942 88066 740 1374 0 91563 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 371768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17276
/proc/meminfo: memFree=30854548/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=372688 CPUtime=1722.33
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3220124 0 0 0 169373 2860 0 0 25 0 1 0 134282076 381632512 88373 4089446400 4194304 9819077 140737047775280 18446744073709551615 6180880 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17125/statm: 93172 88373 740 1374 0 91793 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 372688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17278
/proc/meminfo: memFree=30779996/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=375336 CPUtime=1782.34
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3305534 0 0 0 175209 3025 0 0 25 0 1 0 134282076 384344064 88946 4089446400 4194304 9819077 140737047775280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17125/statm: 93834 88946 740 1374 0 92455 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 375336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17287
/proc/meminfo: memFree=30757000/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=375936 CPUtime=1800.04
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3331729 0 0 0 176935 3069 0 0 25 0 1 0 134282076 384958464 89115 4089446400 4194304 9819077 140737047775280 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17125/statm: 93984 89115 740 1374 0 92605 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 375936

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.07 2.02 2.00 3/179 17287
/proc/meminfo: memFree=30757000/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=368968 CPUtime=1800.23
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3331776 0 0 0 176954 3069 0 0 18 0 1 0 134282076 377823232 87363 4089446400 4194304 9819077 140737047775280 18446744073709551615 6027079 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17125/statm: 92242 87363 741 1374 0 90863 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 368968

[startup+1800.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17287
/proc/meminfo: memFree=30757000/32951124 swapFree=67111528/67111528
[pid=17125] ppid=17123 vsize=95144 CPUtime=1800.34
/proc/17125/stat : 17125 (pbscip.linux.x8) R 17123 17125 16697 0 -1 4202496 3331776 0 0 0 176963 3071 0 0 18 0 1 0 134282076 97427456 12582 4089446400 4194304 9819077 140737047775280 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17125/statm: 23786 12361 739 1374 0 22407 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 95144

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.35
CPU user time (s): 1769.63
CPU system time (s): 30.7143
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 377848

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

runsolver used 2.42363 second user time and 5.78112 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 22:31:09
IDJOB=2693037
IDBENCH=79301
IDSOLVER=1205
FILE ID=node145/2693037-1277929869
PBS_JOBID= 11197364
Free space on /tmp= 74204 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.1900667195--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-2693037-1277929869/watcher-2693037-1277929869 -o /tmp/evaluation-result-2693037-1277929869/solver-2693037-1277929869 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693037-1277929869.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=124617177

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31022940 kB
Buffers:        213124 kB
Cached:        1275308 kB
SwapCached:          0 kB
Active:         787572 kB
Inactive:       996148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31022940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:      295272 kB
Mapped:          17124 kB
Slab:            81192 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   449732 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= 74200 MiB
End job on node145 at 2010-06-30 23:01:11