Trace number 2693017

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.39 1800.76

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
MD5SUMc90222590d839243781a638355a39a56
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark447.975
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 717
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-2693017-1277928967.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.14	o 136367
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.14	c presolving:
0.09/0.14	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.15	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.19/0.21	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (3 rounds):
0.19/0.21	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  2707 implications, 0 cliques
0.19/0.21	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.21	c    2707 constraints of type <indicator>
0.19/0.21	c    2707 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.15
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 1.2.1.2
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1799.98
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 3420
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
16.21/16.65	c  16.0s| 10000 | 10001 |  2656 |   0.2 |  43M|1569 |   0 |5645 |5414 |5645 | 244 | 950 |   0 | 532 | 0.000000e+00 | 1.363670e+05 |    Inf 
30.01/30.47	c  29.7s| 20000 | 20001 |  4509 |   0.2 |  64M|1569 |   0 |5645 |5414 |5645 | 255 |1506 |   0 | 595 | 0.000000e+00 | 1.363670e+05 |    Inf 
32.61/33.06	o 367
32.61/33.06	c *32.2s| 22388 | 12653 |  4562 |   0.2 |  51M|2546 |   - |5645 |5414 |5645 | 261 |1512 |   0 | 600 | 0.000000e+00 | 3.670000e+02 |    Inf 
38.51/38.99	o 359
38.51/38.99	c *38.1s| 24852 | 14558 |  8773 |   0.3 |  60M|2546 |   - |5645 |6265 |5645 | 233 |2836 | 851 | 775 | 0.000000e+00 | 3.590000e+02 |    Inf 
40.71/41.12	o 357
40.71/41.12	c *40.2s| 25596 | 15037 | 10139 |   0.4 |  62M|2546 |   - |5645 |6797 |5645 | 217 |3230 |1383 | 810 | 0.000000e+00 | 3.570000e+02 |    Inf 
45.91/46.31	o 324
45.91/46.31	c *45.3s| 27386 | 14722 | 13671 |   0.5 |  64M|2546 |   - |5645 |8164 |5645 | 232 |4375 |2750 | 894 | 0.000000e+00 | 3.240000e+02 |    Inf 
48.41/48.87	o 303
48.41/48.87	c *47.8s| 28488 | 14303 | 15034 |   0.5 |  64M|2546 |   - |5645 |8847 |5645 | 226 |4885 |3457 | 907 | 0.000000e+00 | 3.030000e+02 |    Inf 
48.81/49.23	o 245
48.81/49.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.81/49.23	c *48.1s| 28702 | 10758 | 15088 |   0.5 |  54M|2546 |   - |5645 |8844 |5645 | 239 |4905 |3457 | 907 | 0.000000e+00 | 2.450000e+02 |    Inf 
52.81/53.26	c  52.1s| 30000 | 11778 | 19298 |   0.6 |  58M|2546 |   0 |5645 |9576 |5645 | 248 |6334 |4244 |1007 | 0.000000e+00 | 2.450000e+02 |    Inf 
58.01/58.48	o 237
58.01/58.48	c *57.3s| 31759 | 12704 | 24066 |   0.8 |  63M|2546 |   - |5645 |  10k|5645 | 265 |7854 |5481 |1089 | 0.000000e+00 | 2.370000e+02 |    Inf 
60.71/61.11	o 236
60.71/61.11	c *59.9s| 32802 | 13466 | 25694 |   0.8 |  66M|2546 |   - |5645 |  10k|5645 | 260 |8484 |6219 |1112 | 0.000000e+00 | 2.360000e+02 |    Inf 
60.71/61.11	o 235
60.71/61.11	c *59.9s| 32803 | 13364 | 25694 |   0.8 |  66M|2546 |   - |5645 |  10k|5645 | 260 |8484 |6219 |1112 | 0.000000e+00 | 2.350000e+02 |    Inf 
61.91/62.38	o 183
61.91/62.38	c *61.1s| 33387 | 10192 | 26272 |   0.8 |  58M|2546 |   - |5645 |  10k|5645 | 244 |8660 |6534 |1117 | 0.000000e+00 | 1.830000e+02 |    Inf 
69.51/69.93	o 180
69.51/69.93	c *68.5s| 35810 | 11546 | 33515 |   0.9 |  68M|2546 |   - |5645 |9251 |5645 | 238 |  10k|8984 |1208 | 0.000000e+00 | 1.800000e+02 |    Inf 
71.12/71.57	o 176
71.12/71.57	c *70.1s| 36219 | 11502 | 35371 |   1.0 |  69M|2546 |   - |5645 |8794 |5645 | 237 |  11k|9355 |1231 | 0.000000e+00 | 1.760000e+02 |    Inf 
71.12/71.58	o 170
71.12/71.58	c *70.2s| 36220 | 11030 | 35372 |   1.0 |  68M|2546 |   - |5645 |8793 |5645 | 237 |  11k|9355 |1231 | 0.000000e+00 | 1.700000e+02 |    Inf 
76.01/76.46	o 165
76.01/76.46	c *75.0s| 37936 | 11467 | 40826 |   1.1 |  70M|2546 |   - |5645 |8124 |5645 | 256 |  12k|  10k|1320 | 0.000000e+00 | 1.650000e+02 |    Inf 
82.02/82.45	c  80.8s| 40000 | 12972 | 47169 |   1.2 |  77M|2546 |   1 |5645 |7920 |5645 | 225 |  14k|  12k|1401 | 0.000000e+00 | 1.650000e+02 |    Inf 
84.01/84.47	o 158
84.01/84.47	c *82.8s| 40823 | 12870 | 48251 |   1.2 |  79M|2546 |   - |5645 |8309 |5645 | 226 |  15k|  12k|1427 | 0.000000e+00 | 1.580000e+02 |    Inf 
87.71/88.11	o 154
87.71/88.11	c *86.4s| 42169 | 13293 | 51097 |   1.2 |  82M|2546 |   - |5645 |8845 |5645 | 270 |  15k|  14k|1458 | 0.000000e+00 | 1.540000e+02 |    Inf 
88.51/88.97	o 151
88.51/88.97	c *87.3s| 42432 | 13154 | 52087 |   1.2 |  82M|2546 |   - |5645 |8808 |5645 | 232 |  15k|  14k|1469 | 0.000000e+00 | 1.510000e+02 |    Inf 
88.91/89.38	o 149
88.91/89.38	c *87.7s| 42562 | 12985 | 52522 |   1.2 |  81M|2546 |   - |5645 |8631 |5645 | 241 |  15k|  14k|1487 | 0.000000e+00 | 1.490000e+02 |    Inf 
88.91/89.38	o 137
88.91/89.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.91/89.38	c *87.7s| 42563 | 11896 | 52522 |   1.2 |  77M|2546 |   - |5645 |8631 |5645 | 241 |  15k|  14k|1487 | 0.000000e+00 | 1.370000e+02 |    Inf 
89.21/89.68	o 121
89.21/89.68	c *88.0s| 42790 | 10398 | 52717 |   1.2 |  70M|2546 |   - |5645 |8616 |5645 | 247 |  16k|  14k|1489 | 0.000000e+00 | 1.210000e+02 |    Inf 
92.61/93.03	o 116
92.61/93.03	c *91.3s| 43986 | 10818 | 55184 |   1.3 |  72M|2546 |   - |5645 |8635 |5645 | 256 |  16k|  15k|1501 | 0.000000e+00 | 1.160000e+02 |    Inf 
98.21/98.66	o 100
98.21/98.66	c *96.8s| 45948 | 10656 | 59601 |   1.3 |  74M|2546 |   - |5645 |8903 |5645 | 254 |  18k|  17k|1517 | 0.000000e+00 | 1.000000e+02 |    Inf 
111.01/111.43	o 93
111.01/111.43	c * 109s| 49649 | 11627 | 73603 |   1.5 |  86M|2546 |   - |5645 |8323 |5645 | 231 |  22k|  21k|1616 | 0.000000e+00 | 9.300000e+01 |    Inf 
112.41/112.80	c   111s| 50000 | 11832 | 75350 |   1.5 |  86M|2546 |   0 |5645 |7923 |5645 | 289 |  22k|  21k|1622 | 0.000000e+00 | 9.300000e+01 |    Inf 
112.71/113.10	o 90
112.71/113.10	c * 111s| 50095 | 11611 | 75735 |   1.5 |  85M|2546 |   - |5645 |7886 |5645 | 213 |  22k|  21k|1624 | 0.000000e+00 | 9.000000e+01 |    Inf 
113.31/113.75	o 89
113.31/113.75	c * 112s| 50226 | 11580 | 76686 |   1.5 |  85M|2546 |   - |5645 |7533 |5645 | 222 |  22k|  21k|1627 | 0.000000e+00 | 8.900000e+01 |    Inf 
124.21/124.61	o 86
124.21/124.61	c * 122s| 53438 | 12832 | 86090 |   1.6 |  95M|2546 |   - |5645 |8173 |5645 | 248 |  25k|  24k|1707 | 0.000000e+00 | 8.600000e+01 |    Inf 
124.71/125.10	o 81
124.71/125.10	c * 123s| 53554 | 12299 | 86632 |   1.6 |  92M|2546 |   - |5645 |8002 |5645 | 246 |  25k|  25k|1722 | 0.000000e+00 | 8.100000e+01 |    Inf 
124.71/125.19	o 77
124.71/125.19	c * 123s| 53564 | 11812 | 86742 |   1.6 |  90M|2546 |   - |5645 |7814 |5645 | 231 |  25k|  25k|1722 | 0.000000e+00 | 7.700000e+01 |    Inf 
124.81/125.24	o 73
124.81/125.24	c * 123s| 53584 | 11384 | 86742 |   1.6 |  88M|2546 |   - |5645 |7647 |5645 | 231 |  25k|  25k|1722 | 0.000000e+00 | 7.300000e+01 |    Inf 
124.81/125.25	o 59
124.81/125.25	c * 123s| 53585 |  9336 | 86742 |   1.6 |  78M|2546 |   - |5645 |7647 |5645 | 231 |  25k|  25k|1722 | 0.000000e+00 | 5.900000e+01 |    Inf 
125.31/125.74	o 47
125.31/125.74	c * 124s| 53701 |  8178 | 87294 |   1.6 |  73M|2546 |   - |5645 |6823 |5645 | 235 |  25k|  25k|1730 | 0.000000e+00 | 4.700000e+01 |    Inf 
125.91/126.39	o 45
125.91/126.39	c * 124s| 53915 |  7753 | 88443 |   1.6 |  72M|2546 |   - |5645 |6522 |5645 | 205 |  26k|  25k|1741 | 0.000000e+00 | 4.500000e+01 |    Inf 
125.91/126.39	o 42
125.91/126.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.91/126.39	c * 124s| 53916 |  7318 | 88454 |   1.6 |  68M|2546 |   - |5645 |6522 |5645 | 209 |  26k|  25k|1741 | 0.000000e+00 | 4.200000e+01 |    Inf 
126.41/126.81	o 36
126.41/126.81	c * 125s| 54053 |  6693 | 89060 |   1.6 |  64M|2546 |   - |5645 |6144 |5645 | 271 |  26k|  25k|1748 | 0.000000e+00 | 3.600000e+01 |    Inf 
126.41/126.82	o 31
126.41/126.82	c * 125s| 54054 |  6418 | 89060 |   1.6 |  63M|2546 |   - |5645 |6144 |5645 | 271 |  26k|  25k|1748 | 0.000000e+00 | 3.100000e+01 |    Inf 
126.51/126.91	o 29
126.51/126.91	c * 125s| 54073 |  6298 | 89295 |   1.6 |  62M|2546 |   - |5645 |5787 |5645 | 249 |  26k|  25k|1751 | 0.000000e+00 | 2.900000e+01 |    Inf 
126.71/127.19	o 23
126.71/127.19	c * 125s| 54160 |  5509 | 89823 |   1.7 |  58M|2546 |   - |5645 |5667 |5645 | 272 |  26k|  26k|1758 | 0.000000e+00 | 2.300000e+01 |    Inf 
138.91/139.35	c   137s| 60000 |  5606 |110490 |   1.8 |  62M|2546 |   1 |5645 |7860 |5645 | 287 |  29k|  33k|1973 | 0.000000e+00 | 2.300000e+01 |    Inf 
142.70/143.14	o 15
142.70/143.14	c * 141s| 61808 |  4889 |116809 |   1.9 |  59M|2546 |   - |5645 |7876 |5645 | 251 |  30k|  35k|2010 | 0.000000e+00 | 1.500000e+01 |    Inf 
144.91/145.33	o 7
144.91/145.33	c * 143s| 62989 |  4154 |120580 |   1.9 |  56M|2546 |   - |5645 |7665 |5645 | 277 |  30k|  37k|2035 | 0.000000e+00 | 7.000000e+00 |    Inf 
157.51/157.92	c   155s| 70000 |  4409 |147416 |   2.1 |  59M|2546 |   - |5645 |8515 |   0 |   0 |  33k|  46k|2220 | 0.000000e+00 | 7.000000e+00 |    Inf 
175.30/175.73	c   173s| 80000 |  4579 |181780 |   2.3 |  63M|2546 |  15 |5645 |8342 |5645 | 250 |  37k|  59k|2438 | 0.000000e+00 | 7.000000e+00 |    Inf 
194.31/194.77	c   191s| 90000 |  4885 |215260 |   2.4 |  67M|2546 |   - |5645 |9359 |   0 |   0 |  42k|  71k|2696 | 0.000000e+00 | 7.000000e+00 |    Inf 
213.01/213.46	c   210s|100000 |  5104 |247402 |   2.5 |  72M|2546 |   1 |5645 |  12k|5645 | 275 |  45k|  84k|2890 | 0.000000e+00 | 7.000000e+00 |    Inf 
232.72/233.18	c   229s|110000 |  5347 |286838 |   2.6 |  75M|2546 |   5 |5645 |  11k|5645 | 232 |  50k|  98k|3087 | 0.000000e+00 | 7.000000e+00 |    Inf 
253.01/253.48	c   249s|120000 |  5551 |328654 |   2.7 |  79M|2546 |  12 |5645 |  11k|5645 | 256 |  55k| 112k|3271 | 0.000000e+00 | 7.000000e+00 |    Inf 
273.31/273.72	c   269s|130000 |  5754 |371744 |   2.9 |  83M|2546 |   - |5645 |  13k|   0 |   0 |  59k| 126k|3480 | 0.000000e+00 | 7.000000e+00 |    Inf 
293.31/293.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.31/293.77	c   288s|140000 |  5987 |409989 |   2.9 |  86M|2546 |   1 |5645 |  14k|5645 | 247 |  63k| 139k|3641 | 0.000000e+00 | 7.000000e+00 |    Inf 
313.71/314.13	c   308s|150000 |  6308 |447451 |   3.0 |  90M|2546 |  16 |5645 |  16k|5645 | 274 |  67k| 153k|3767 | 0.000000e+00 | 7.000000e+00 |    Inf 
334.31/334.70	c   328s|160000 |  6515 |485433 |   3.0 |  93M|2546 |   1 |5645 |  14k|5645 | 285 |  72k| 166k|3876 | 0.000000e+00 | 7.000000e+00 |    Inf 
354.71/355.12	c   348s|170000 |  6613 |525372 |   3.1 |  96M|2546 |  20 |5645 |  14k|5645 | 260 |  76k| 180k|3987 | 0.000000e+00 | 7.000000e+00 |    Inf 
376.00/376.45	c   369s|180000 |  6689 |569695 |   3.2 |  98M|2546 |   - |5645 |  14k|   0 |   0 |  80k| 194k|4111 | 0.000000e+00 | 7.000000e+00 |    Inf 
396.90/397.30	c   390s|190000 |  6555 |608716 |   3.2 |  98M|2546 |   1 |5645 |  13k|5645 | 227 |  84k| 209k|4308 | 0.000000e+00 | 7.000000e+00 |    Inf 
417.40/417.88	c   410s|200000 |  6614 |647750 |   3.2 | 100M|2546 |   6 |5645 |  14k|5645 | 215 |  89k| 222k|4460 | 0.000000e+00 | 7.000000e+00 |    Inf 
438.51/438.92	c   431s|210000 |  6805 |686375 |   3.3 | 103M|2546 |   - |5645 |  14k|   0 |   0 |  96k| 235k|4575 | 0.000000e+00 | 7.000000e+00 |    Inf 
459.42/459.88	c   451s|220000 |  6971 |729208 |   3.3 | 106M|2546 |   - |5645 |  16k|   0 |   0 | 100k| 248k|4706 | 0.000000e+00 | 7.000000e+00 |    Inf 
481.41/481.84	c   473s|230000 |  7168 |773105 |   3.4 | 109M|2546 |   - |5645 |  16k|   0 |   0 | 105k| 261k|4838 | 0.000000e+00 | 7.000000e+00 |    Inf 
503.51/503.93	c   495s|240000 |  7282 |815486 |   3.4 | 112M|2546 |  13 |5645 |  18k|5645 | 313 | 109k| 275k|4927 | 0.000000e+00 | 7.000000e+00 |    Inf 
529.01/529.46	c   520s|250000 |  7499 |881772 |   3.5 | 116M|2546 |   - |5645 |  21k|   0 |   0 | 114k| 288k|5083 | 0.000000e+00 | 7.000000e+00 |    Inf 
551.60/552.06	c   542s|260000 |  7582 |930994 |   3.6 | 116M|2546 |   1 |5645 |  16k|5645 | 292 | 118k| 301k|5224 | 0.000000e+00 | 7.000000e+00 |    Inf 
573.41/573.82	c   563s|270000 |  7660 |973168 |   3.6 | 118M|2546 |   1 |5645 |  14k|5645 | 234 | 122k| 315k|5441 | 0.000000e+00 | 7.000000e+00 |    Inf 
594.21/594.66	c   584s|280000 |  7740 |  1008k|   3.6 | 120M|2546 |  11 |5645 |  15k|5645 | 263 | 126k| 328k|5490 | 0.000000e+00 | 7.000000e+00 |    Inf 
615.70/616.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
615.70/616.11	c   605s|290000 |  7808 |  1051k|   3.6 | 122M|2546 |   - |5645 |  16k|   0 |   0 | 130k| 342k|5578 | 0.000000e+00 | 7.000000e+00 |    Inf 
637.31/637.71	c   626s|300000 |  7919 |  1086k|   3.6 | 124M|2546 |   1 |5645 |  19k|5645 | 225 | 134k| 355k|5655 | 0.000000e+00 | 7.000000e+00 |    Inf 
660.21/660.61	c   649s|310000 |  8051 |  1124k|   3.6 | 127M|2546 |   - |5645 |  21k|   0 |   0 | 138k| 369k|5758 | 0.000000e+00 | 7.000000e+00 |    Inf 
682.61/683.03	c   671s|320000 |  8149 |  1160k|   3.6 | 130M|2546 |   - |5645 |  23k|   0 |   0 | 141k| 382k|5823 | 0.000000e+00 | 7.000000e+00 |    Inf 
705.41/705.81	c   693s|330000 |  8202 |  1199k|   3.6 | 131M|2546 |   - |5645 |  21k|   0 |   0 | 145k| 396k|5932 | 0.000000e+00 | 7.000000e+00 |    Inf 
727.31/727.71	c   714s|340000 |  8117 |  1236k|   3.6 | 130M|2546 |  10 |5645 |  17k|5645 | 256 | 149k| 410k|6049 | 0.000000e+00 | 7.000000e+00 |    Inf 
749.00/749.40	c   736s|350000 |  8000 |  1272k|   3.6 | 130M|2546 |  19 |5645 |  18k|5645 | 328 | 153k| 424k|6134 | 0.000000e+00 | 7.000000e+00 |    Inf 
771.90/772.38	c   758s|360000 |  7870 |  1314k|   3.7 | 129M|2546 |   - |5645 |  16k|   0 |   0 | 157k| 437k|6211 | 0.000000e+00 | 7.000000e+00 |    Inf 
794.20/794.68	c   780s|370000 |  7820 |  1357k|   3.7 | 130M|2546 |   7 |5645 |  18k|5645 | 279 | 162k| 451k|6283 | 0.000000e+00 | 7.000000e+00 |    Inf 
818.50/818.90	c   804s|380000 |  8042 |  1397k|   3.7 | 134M|2546 |  17 |5645 |  21k|5645 | 267 | 166k| 464k|6349 | 0.000000e+00 | 7.000000e+00 |    Inf 
846.00/846.50	c   831s|390000 |  8313 |  1438k|   3.7 | 137M|2546 |   1 |5645 |  22k|5645 | 267 | 171k| 477k|6437 | 0.000000e+00 | 7.000000e+00 |    Inf 
876.80/877.28	c   861s|400000 |  8466 |  1475k|   3.7 | 139M|2546 |   1 |5645 |  21k|5645 | 278 | 175k| 491k|6497 | 0.000000e+00 | 7.000000e+00 |    Inf 
909.00/909.48	c   892s|410000 |  8712 |  1513k|   3.7 | 142M|2546 |   - |5645 |  21k|   0 |   0 | 180k| 504k|6556 | 0.000000e+00 | 7.000000e+00 |    Inf 
940.30/940.75	c   923s|420000 |  8922 |  1550k|   3.7 | 145M|2546 |  10 |5645 |  21k|5645 | 286 | 184k| 517k|6606 | 0.000000e+00 | 7.000000e+00 |    Inf 
971.51/971.97	c   953s|430000 |  9115 |  1590k|   3.7 | 147M|2546 |  21 |5645 |  21k|5645 | 282 | 189k| 531k|6660 | 0.000000e+00 | 7.000000e+00 |    Inf 
1003.71/1004.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.71/1004.19	c   984s|440000 |  9353 |  1639k|   3.7 | 150M|2546 |   7 |5645 |  22k|5645 | 248 | 193k| 544k|6740 | 0.000000e+00 | 7.000000e+00 |    Inf 
1036.10/1036.54	c  1016s|450000 |  9625 |  1691k|   3.8 | 154M|2546 |  23 |5645 |  22k|5645 | 323 | 197k| 558k|6812 | 0.000000e+00 | 7.000000e+00 |    Inf 
1068.41/1068.89	c  1047s|460000 |  9792 |  1737k|   3.8 | 157M|2546 |   1 |5645 |  22k|5645 | 245 | 202k| 572k|6862 | 0.000000e+00 | 7.000000e+00 |    Inf 
1100.61/1101.05	c  1079s|470000 |  9989 |  1779k|   3.8 | 159M|2546 |   1 |5645 |  21k|5645 | 295 | 206k| 586k|6935 | 0.000000e+00 | 7.000000e+00 |    Inf 
1133.41/1133.87	c  1111s|480000 | 10107 |  1825k|   3.8 | 162M|2546 |   1 |5645 |  22k|5645 | 290 | 210k| 600k|7024 | 0.000000e+00 | 7.000000e+00 |    Inf 
1165.61/1166.05	c  1142s|490000 | 10237 |  1868k|   3.8 | 165M|2546 |   1 |5645 |  23k|5645 | 251 | 214k| 613k|7080 | 0.000000e+00 | 7.000000e+00 |    Inf 
1197.41/1197.83	c  1173s|500000 | 10367 |  1909k|   3.8 | 167M|2546 |   5 |5645 |  23k|5645 | 299 | 218k| 626k|7135 | 0.000000e+00 | 7.000000e+00 |    Inf 
1229.11/1229.56	c  1204s|510000 | 10514 |  1952k|   3.8 | 170M|2546 |   - |5645 |  25k|   0 |   0 | 221k| 640k|7185 | 0.000000e+00 | 7.000000e+00 |    Inf 
1261.61/1262.07	c  1235s|520000 | 10581 |  1993k|   3.8 | 172M|2546 |  17 |5645 |  25k|5645 | 283 | 225k| 654k|7245 | 0.000000e+00 | 7.000000e+00 |    Inf 
1294.61/1295.00	c  1267s|530000 | 10720 |  2034k|   3.8 | 174M|2546 |  13 |5645 |  25k|5645 | 284 | 230k| 667k|7297 | 0.000000e+00 | 7.000000e+00 |    Inf 
1327.01/1327.47	c  1299s|540000 | 10850 |  2079k|   3.9 | 176M|2546 |   1 |5645 |  25k|5645 | 255 | 233k| 681k|7352 | 0.000000e+00 | 7.000000e+00 |    Inf 
1359.41/1359.87	c  1330s|550000 | 10999 |  2119k|   3.9 | 179M|2546 |   8 |5645 |  27k|5645 | 312 | 237k| 694k|7404 | 0.000000e+00 | 7.000000e+00 |    Inf 
1392.61/1393.09	c  1363s|560000 | 11039 |  2163k|   3.9 | 179M|2546 |  16 |5645 |  24k|5645 | 275 | 241k| 708k|7455 | 0.000000e+00 | 7.000000e+00 |    Inf 
1424.81/1425.28	c  1394s|570000 | 11157 |  2204k|   3.9 | 182M|2546 |   1 |5645 |  25k|5645 | 275 | 245k| 722k|7511 | 0.000000e+00 | 7.000000e+00 |    Inf 
1457.42/1457.89	c  1426s|580000 | 11299 |  2251k|   3.9 | 184M|2546 |   - |5645 |  25k|   0 |   0 | 248k| 735k|7565 | 0.000000e+00 | 7.000000e+00 |    Inf 
1490.22/1490.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1490.22/1490.67	c  1458s|590000 | 11342 |  2291k|   3.9 | 185M|2546 |   1 |5645 |  25k|5645 | 278 | 251k| 749k|7616 | 0.000000e+00 | 7.000000e+00 |    Inf 
1523.31/1523.74	c  1490s|600000 | 11490 |  2335k|   3.9 | 187M|2546 |   1 |5645 |  25k|5645 | 274 | 255k| 762k|7668 | 0.000000e+00 | 7.000000e+00 |    Inf 
1554.21/1554.69	c  1520s|610000 | 11486 |  2377k|   3.9 | 188M|2546 |   - |5645 |  22k|   0 |   0 | 259k| 777k|7760 | 0.000000e+00 | 7.000000e+00 |    Inf 
1586.41/1586.89	c  1551s|620000 | 11597 |  2422k|   3.9 | 190M|2546 |  11 |5645 |  21k|5645 | 259 | 264k| 791k|7827 | 0.000000e+00 | 7.000000e+00 |    Inf 
1617.11/1617.57	c  1581s|630000 | 11647 |  2465k|   3.9 | 192M|2546 |   - |5645 |  21k|   0 |   0 | 268k| 805k|7922 | 0.000000e+00 | 7.000000e+00 |    Inf 
1648.02/1648.49	c  1611s|640000 | 11733 |  2509k|   3.9 | 195M|2546 |   1 |5645 |  24k|5645 | 260 | 273k| 818k|7982 | 0.000000e+00 | 7.000000e+00 |    Inf 
1679.91/1680.35	c  1642s|650000 | 11744 |  2552k|   3.9 | 195M|2546 |  19 |5645 |  22k|5645 | 292 | 276k| 832k|8051 | 0.000000e+00 | 7.000000e+00 |    Inf 
1713.51/1713.99	c  1675s|660000 | 11784 |  2587k|   3.9 | 197M|2546 |   - |5645 |  23k|5645 | 259 | 281k| 845k|8128 | 0.000000e+00 | 7.000000e+00 |    Inf 
1745.71/1746.16	c  1706s|670000 | 11787 |  2624k|   3.9 | 199M|2546 |   - |5645 |  25k|   0 |   0 | 284k| 859k|8166 | 0.000000e+00 | 7.000000e+00 |    Inf 
1777.72/1778.19	c  1737s|680000 | 11907 |  2662k|   3.9 | 201M|2546 |   1 |5645 |  27k|5645 | 258 | 288k| 872k|8215 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.02/1800.40	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.40	c 
1800.02/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.40	c Solving Time (sec) : 1758.99
1800.02/1800.40	c Solving Nodes      : 686978
1800.02/1800.40	c Primal Bound       : +7.00000000000000e+00 (248 solutions)
1800.02/1800.40	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.40	c Gap                : infinite
1800.02/1800.49	s SATISFIABLE
1800.02/1800.49	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.02/1800.49	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.49	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.49	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.49	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.02/1800.49	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 
1800.02/1800.49	v -x104 -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.02/1800.49	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.02/1800.49	v -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.02/1800.49	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.02/1800.49	v -x1 
1800.02/1800.49	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.49	c Solving Time       :    1758.99
1800.02/1800.49	c Original Problem   :
1800.02/1800.49	c   Problem name     : HOME/instance-2693017-1277928967.wbo
1800.02/1800.49	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.49	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.49	c Presolved Problem  :
1800.02/1800.49	c   Problem name     : t_HOME/instance-2693017-1277928967.wbo
1800.02/1800.49	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.49	c   Constraints      : 5414 initial, 29461 maximal
1800.02/1800.49	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.49	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.49	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.02/1800.49	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.49	c   root node        :          -       2543          -          -       5086          -          -          -          -
1800.02/1800.49	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.49	c   integral         :          0          0          0     427123          0         14        710          0          0     697602
1800.02/1800.49	c   indicator        :       2707          0    3719816      77440          0        184    4396990          0          0          0
1800.02/1800.49	c   linear           :       2707          6    3753672      77337          0     263772   18237506     291696          0          0
1800.02/1800.49	c   logicor          :          0+         0    1080704          0          0      47999    1151887          0          0          0
1800.02/1800.49	c   bounddisjunction :          0+         0      99605          0          0          0          0          0          0          0
1800.02/1800.49	c   countsols        :          0          0          0      44849          0          0          0          0          0          0
1800.02/1800.49	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.49	c   integral         :      14.02       0.00       0.00      14.02       0.00
1800.02/1800.49	c   indicator        :      30.23       0.01      18.99      11.23       0.00
1800.02/1800.49	c   linear           :     243.30       0.00     234.43       8.87       0.00
1800.02/1800.49	c   logicor          :     276.63       0.00     276.63       0.00       0.00
1800.02/1800.49	c   bounddisjunction :       0.15       0.00       0.15       0.00       0.00
1800.02/1800.49	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.02/1800.49	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.49	c   vbounds          :       0.54          2          0          0
1800.02/1800.49	c   rootredcost      :       0.43         39          0       2543
1800.02/1800.49	c   pseudoobj        :     192.87    3758752       4617    2637022
1800.02/1800.49	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.49	c   propagation      :      18.71     316388     316363    1880572       28.2      21240       14.4          -
1800.02/1800.49	c   infeasible LP    :       9.52      20965      20965     169334       42.5        441       14.5          0
1800.02/1800.49	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.49	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.49	c   pseudo solution  :       0.04        229        229        815       12.2        441        5.3          -
1800.02/1800.49	c   applied globally :          -          -          -     882175       23.2          -          -          -
1800.02/1800.49	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.49	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.49	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.02/1800.49	c   redcost          :      35.30     437333          0    1668143          0          0
1800.02/1800.49	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.49	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.49	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.49	c   gomory           :       0.02          4          0          0         75          0
1800.02/1800.49	c   strongcg         :       0.00          4          0          0          0          0
1800.02/1800.49	c   cmir             :       0.00          4          0          0          1          0
1800.02/1800.49	c   flowcover        :       0.04          4          0          0          2          0
1800.02/1800.49	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.49	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.49	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.49	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.49	c Pricers            :       Time      Calls       Vars
1800.02/1800.49	c   problem variables:       0.00          0          0
1800.02/1800.49	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.49	c   relpscost        :      13.63     349382         14        710          0          0     697602
1800.02/1800.49	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.49	c   inference        :       9.78      44810          0          0          0          0      89620
1800.02/1800.49	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.49	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.49	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.49	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.49	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.49	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.49	c   LP solutions     :       0.08          -         39
1800.02/1800.49	c   pseudo solutions :       0.00          -          0
1800.02/1800.49	c   feaspump         :       0.00          0          0
1800.02/1800.49	c   intshifting      :       0.03          2          0
1800.02/1800.49	c   oneopt           :       0.29         33          0
1800.02/1800.49	c   guideddiving     :       0.04         10          0
1800.02/1800.49	c   linesearchdiving :       0.11         37          0
1800.02/1800.49	c   coefdiving       :       0.10         37          0
1800.02/1800.49	c   pscostdiving     :       0.05         37          0
1800.02/1800.49	c   fracdiving       :       0.02         37          0
1800.02/1800.49	c   veclendiving     :       0.04         37          0
1800.02/1800.49	c   objpscostdiving  :       0.02         35          0
1800.02/1800.49	c   rootsoldiving    :       0.09         35          0
1800.02/1800.49	c   crossover        :       1.36         42          6
1800.02/1800.49	c   trivial          :       0.09          2          2
1800.02/1800.49	c   simplerounding   :       0.96     352199          0
1800.02/1800.49	c   zirounding       :       0.60       1000          0
1800.02/1800.49	c   rounding         :       2.52       8364          0
1800.02/1800.49	c   shifting         :       1.57       2570          0
1800.02/1800.49	c   twoopt           :       0.00          0          0
1800.02/1800.49	c   fixandinfer      :       0.00          0          0
1800.02/1800.49	c   intdiving        :       0.00          0          0
1800.02/1800.49	c   actconsdiving    :       0.00          0          0
1800.02/1800.49	c   octane           :       0.00          0          0
1800.02/1800.49	c   rens             :       0.02          1          0
1800.02/1800.49	c   rins             :       0.00          0          0
1800.02/1800.49	c   localbranching   :       0.00          0          0
1800.02/1800.49	c   mutation         :       0.00          0          0
1800.02/1800.49	c   dins             :       0.00          0          0
1800.02/1800.49	c   undercover       :       0.00          0          0
1800.02/1800.49	c   nlp              :       0.09          0          0
1800.02/1800.49	c   trysol           :       2.82       7787        201
1800.02/1800.49	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.49	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.49	c   dual LP          :     420.81     409196    2694329       6.58    6402.72
1800.02/1800.49	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.49	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.49	c   diving/probing LP:       0.06         46       1055      22.93   17583.33
1800.02/1800.49	c   strong branching :      10.47       8268      92136      11.14    8800.00
1800.02/1800.49	c     (at root node) :          -         33       1884      57.09          -
1800.02/1800.49	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.49	c B&B Tree           :
1800.02/1800.49	c   number of runs   :          1
1800.02/1800.49	c   nodes            :     686978
1800.02/1800.49	c   nodes (total)    :     686978
1800.02/1800.49	c   nodes left       :      12023
1800.02/1800.49	c   max depth        :       2546
1800.02/1800.49	c   max depth (total):       2546
1800.02/1800.49	c   backtracks       :      58025 (8.4%)
1800.02/1800.49	c   delayed cutoffs  :      48284
1800.02/1800.49	c   repropagations   :    1796122 (4237298 domain reductions, 44403 cutoffs)
1800.02/1800.49	c   avg switch length:       6.82
1800.02/1800.49	c   switching time   :     272.15
1800.02/1800.49	c Solution           :
1800.02/1800.49	c   Solutions found  :        248 (40 improvements)
1800.02/1800.49	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.02/1800.49	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 62989 nodes, 142.72 seconds, depth 232, found by <relaxation>)
1800.02/1800.49	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.49	c   Gap              :   infinite
1800.02/1800.49	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.49	c   Root Iterations  :        183
1800.32/1800.76	c Time complete: 1800.38.

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693017-1277928967/watcher-2693017-1277928967 -o /tmp/evaluation-result-2693017-1277928967/solver-2693017-1277928967 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693017-1277928967.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.03 2.08 2.04 4/194 15384
/proc/meminfo: memFree=30765348/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=11116 CPUtime=0
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1700 0 0 0 0 0 0 0 25 0 1 0 134193344 11382784 1621 4089446400 4194304 9819077 140735276795456 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15384/statm: 2779 1621 392 1374 0 1400 0

[startup+0.0541401 s]
/proc/loadavg: 2.03 2.08 2.04 4/194 15384
/proc/meminfo: memFree=30765348/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=31248 CPUtime=0.05
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 7136 0 0 0 4 1 0 0 25 0 1 0 134193344 31997952 6704 4089446400 4194304 9819077 140735276795456 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15384/statm: 7812 6734 435 1374 0 6433 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31248

[startup+0.101142 s]
/proc/loadavg: 2.03 2.08 2.04 4/194 15384
/proc/meminfo: memFree=30765348/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=36404 CPUtime=0.09
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 8122 0 0 0 8 1 0 0 25 0 1 0 134193344 37277696 7689 4089446400 4194304 9819077 140735276795456 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15384/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.30111 s]
/proc/loadavg: 2.03 2.08 2.04 4/194 15384
/proc/meminfo: memFree=30765348/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=45708 CPUtime=0.29
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 10809 0 0 0 27 2 0 0 25 0 1 0 134193344 46804992 9809 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 11427 9809 672 1374 0 10048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45708

[startup+0.701039 s]
/proc/loadavg: 2.03 2.08 2.04 4/194 15384
/proc/meminfo: memFree=30765348/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=46372 CPUtime=0.69
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 27135 0 0 0 64 5 0 0 25 0 1 0 134193344 47484928 9990 4089446400 4194304 9819077 140735276795456 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 11765 9994 697 1374 0 10386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46372

[startup+1.5009 s]
/proc/loadavg: 2.03 2.08 2.04 3/195 15385
/proc/meminfo: memFree=30726776/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=47716 CPUtime=1.47
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 40116 0 0 0 138 9 0 0 25 0 1 0 134193344 48861184 10366 4089446400 4194304 9819077 140735276795456 18446744073709551615 4965881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15384/statm: 11929 10366 700 1374 0 10550 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 47716

[startup+3.10062 s]
/proc/loadavg: 2.03 2.08 2.04 3/195 15385
/proc/meminfo: memFree=30724668/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=49304 CPUtime=2.71
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 45595 0 0 0 260 11 0 0 25 0 1 0 134193344 50487296 10778 4089446400 4194304 9819077 140735276795456 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 12326 10778 700 1374 0 10947 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 49304

[startup+6.30107 s]
/proc/loadavg: 2.10 2.10 2.04 3/195 15385
/proc/meminfo: memFree=30721660/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=72508 CPUtime=5.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 56910 0 0 0 576 15 0 0 25 0 1 0 134193344 74248192 16196 4089446400 4194304 9819077 140735276795456 18446744073709551615 8491860 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 18127 16197 700 1374 0 16748 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 72508

[startup+12.7009 s]
/proc/loadavg: 2.10 2.10 2.04 3/195 15385
/proc/meminfo: memFree=30708648/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=66564 CPUtime=12.31
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 67244 0 0 0 1209 22 0 0 25 0 1 0 134193344 68161536 15278 4089446400 4194304 9819077 140735276795456 18446744073709551615 4902937 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 16641 15278 700 1374 0 15262 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 66564

[startup+25.5007 s]
/proc/loadavg: 2.15 2.11 2.05 3/195 15385
/proc/meminfo: memFree=30689660/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=85116 CPUtime=25.11
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 78405 0 0 0 2478 33 0 0 25 0 1 0 134193344 87158784 19873 4089446400 4194304 9819077 140735276795456 18446744073709551615 6590441 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 21279 19873 700 1374 0 19900 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 85116

[startup+51.1003 s]
/proc/loadavg: 2.10 2.10 2.05 3/195 15385
/proc/meminfo: memFree=30653456/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=122008 CPUtime=50.71
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 188871 0 0 0 5001 70 0 0 25 0 1 0 134193344 124936192 28864 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 30502 28864 705 1374 0 29123 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 122008

[startup+102.306 s]
/proc/loadavg: 2.04 2.08 2.04 3/195 15387
/proc/meminfo: memFree=30566960/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=211016 CPUtime=101.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 399881 0 0 0 10041 150 0 0 25 0 1 0 134193344 216080384 50261 4089446400 4194304 9819077 140735276795456 18446744073709551615 4675158 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 52754 50261 707 1374 0 51375 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 211016

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.04 3/195 15389
/proc/meminfo: memFree=30513512/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=267896 CPUtime=161.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 609637 0 0 0 15936 255 0 0 25 0 1 0 134193344 274325504 63603 4089446400 4194304 9819077 140735276795456 18446744073709551615 4981219 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 66974 63603 727 1374 0 65595 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 267896

[startup+222.301 s]
/proc/loadavg: 2.34 2.13 2.06 3/195 15391
/proc/meminfo: memFree=30500864/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=280748 CPUtime=221.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 784534 0 0 0 21820 371 0 0 25 0 1 0 134193344 287485952 66773 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 70187 66773 727 1374 0 68808 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 280748

[startup+282.301 s]
/proc/loadavg: 2.12 2.10 2.05 3/195 15392
/proc/meminfo: memFree=30491536/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=290924 CPUtime=281.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 963451 0 0 0 27700 491 0 0 25 0 1 0 134193344 297906176 69172 4089446400 4194304 9819077 140735276795456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 72731 69172 727 1374 0 71352 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 290924

[startup+342.301 s]
/proc/loadavg: 2.04 2.08 2.04 3/195 15393
/proc/meminfo: memFree=30479104/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=303580 CPUtime=341.9
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1100952 0 0 0 33593 597 0 0 25 0 1 0 134193344 310865920 72185 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 75895 72185 727 1374 0 74516 0
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (KiB) 303580

[startup+402.3 s]
/proc/loadavg: 2.01 2.06 2.04 3/195 15395
/proc/meminfo: memFree=30450876/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=310576 CPUtime=401.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1251204 0 0 0 39480 711 0 0 25 0 1 0 134193344 318029824 73919 4089446400 4194304 9819077 140735276795456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 77644 73919 727 1374 0 76265 0
Current children cumulated CPU time (s) 401.91
Current children cumulated vsize (KiB) 310576

[startup+462.301 s]
/proc/loadavg: 2.82 2.26 2.10 3/195 15397
/proc/meminfo: memFree=30404020/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=317224 CPUtime=461.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1396603 0 0 0 45374 817 0 0 25 0 1 0 134193344 324837376 75460 4089446400 4194304 9819077 140735276795456 18446744073709551615 6518784 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 79306 75460 727 1374 0 77927 0
Current children cumulated CPU time (s) 461.91
Current children cumulated vsize (KiB) 317224

[startup+522.3 s]
/proc/loadavg: 2.30 2.21 2.09 3/195 15399
/proc/meminfo: memFree=30358488/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=325944 CPUtime=521.9
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1553578 0 0 0 51261 929 0 0 25 0 1 0 134193344 333766656 77590 4089446400 4194304 9819077 140735276795456 18446744073709551615 6590493 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 81486 77590 727 1374 0 80107 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 325944

[startup+582.301 s]
/proc/loadavg: 2.19 2.18 2.09 3/195 15400
/proc/meminfo: memFree=30311208/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=329028 CPUtime=581.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1687427 0 0 0 57158 1033 0 0 25 0 1 0 134193344 336924672 78402 4089446400 4194304 9819077 140735276795456 18446744073709551615 8653124 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 82257 78402 727 1374 0 80878 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 329028

[startup+642.301 s]
/proc/loadavg: 2.42 2.27 2.12 3/195 15401
/proc/meminfo: memFree=30265660/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=336028 CPUtime=641.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 1794836 0 0 0 63053 1138 0 0 25 0 1 0 134193344 344092672 79990 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15384/statm: 84007 79990 727 1374 0 82628 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 336028

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.78 2.37 2.18 4/198 15484
/proc/meminfo: memFree=30810072/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=359820 CPUtime=941.9
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2302889 0 0 0 92404 1786 0 0 25 0 1 0 134193344 368455680 85581 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 89955 85581 727 1374 0 88576 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 359820

[startup+1002.3 s]
/proc/loadavg: 2.82 2.45 2.21 4/198 15489
/proc/meminfo: memFree=30791296/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=365500 CPUtime=1001.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2372014 0 0 0 98261 1930 0 0 25 0 1 0 134193344 374272000 87143 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 91375 87143 727 1374 0 89996 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 365500

[startup+1062.3 s]
/proc/loadavg: 2.70 2.49 2.24 4/198 15491
/proc/meminfo: memFree=30776632/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=373524 CPUtime=1061.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2459277 0 0 0 104095 2096 0 0 25 0 1 0 134193344 382488576 88891 4089446400 4194304 9819077 140735276795456 18446744073709551615 5001190 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 93381 88891 727 1374 0 92002 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 373524

[startup+1122.3 s]
/proc/loadavg: 2.77 2.55 2.27 4/198 15493
/proc/meminfo: memFree=30762684/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=376592 CPUtime=1121.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2544375 0 0 0 109927 2264 0 0 25 0 1 0 134193344 385630208 89667 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 94148 89667 731 1374 0 92769 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 376592

[startup+1182.3 s]
/proc/loadavg: 3.00 2.68 2.34 4/198 15494
/proc/meminfo: memFree=30749988/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=382948 CPUtime=1181.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2623471 0 0 0 115766 2425 0 0 25 0 1 0 134193344 392138752 91114 4089446400 4194304 9819077 140735276795456 18446744073709551615 4210345 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 95737 91114 731 1374 0 94358 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 382948

[startup+1242.3 s]
/proc/loadavg: 2.74 2.66 2.35 4/198 15495
/proc/meminfo: memFree=30730700/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=388084 CPUtime=1241.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2707834 0 0 0 121603 2588 0 0 25 0 1 0 134193344 397398016 92270 4089446400 4194304 9819077 140735276795456 18446744073709551615 4923070 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 97021 92270 731 1374 0 95642 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 388084

[startup+1302.3 s]
/proc/loadavg: 2.87 2.71 2.38 4/198 15497
/proc/meminfo: memFree=30726304/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=391668 CPUtime=1301.92
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2791675 0 0 0 127436 2756 0 0 25 0 1 0 134193344 401068032 93263 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 97917 93263 731 1374 0 96538 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 391668

[startup+1362.3 s]
/proc/loadavg: 2.84 2.73 2.41 4/198 15499
/proc/meminfo: memFree=30719060/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=394608 CPUtime=1361.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2886450 0 0 0 133287 2904 0 0 25 0 1 0 134193344 404078592 93978 4089446400 4194304 9819077 140735276795456 18446744073709551615 4210111 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 98652 93978 731 1374 0 97273 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 394608

[startup+1422.31 s]
/proc/loadavg: 3.12 2.83 2.46 4/198 15501
/proc/meminfo: memFree=30709328/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=398008 CPUtime=1421.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 2980093 0 0 0 139125 3066 0 0 25 0 1 0 134193344 407560192 94873 4089446400 4194304 9819077 140735276795456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 99502 94873 731 1374 0 98123 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 398008

[startup+1482.3 s]
/proc/loadavg: 2.87 2.81 2.48 4/198 15502
/proc/meminfo: memFree=30696256/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=401580 CPUtime=1481.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3072545 0 0 0 144957 3234 0 0 25 0 1 0 134193344 411217920 95816 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 100395 95816 731 1374 0 99016 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 401580

[startup+1542.3 s]
/proc/loadavg: 2.88 2.83 2.50 4/198 15503
/proc/meminfo: memFree=30686408/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=404652 CPUtime=1541.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3168163 0 0 0 150787 3404 0 0 25 0 1 0 134193344 414363648 96563 4089446400 4194304 9819077 140735276795456 18446744073709551615 5000337 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 101163 96563 731 1374 0 99784 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 404652

[startup+1602.3 s]
/proc/loadavg: 2.87 2.83 2.52 9/198 15505
/proc/meminfo: memFree=30675824/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=409180 CPUtime=1601.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3271261 0 0 0 156619 3572 0 0 25 0 1 0 134193344 419000320 97629 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 102295 97629 731 1374 0 100916 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 409180

[startup+1662.3 s]
/proc/loadavg: 2.87 2.83 2.54 4/198 15507
/proc/meminfo: memFree=30664980/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=415160 CPUtime=1661.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3373210 0 0 0 162448 3743 0 0 25 0 1 0 134193344 425123840 98848 4089446400 4194304 9819077 140735276795456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 103790 98848 731 1374 0 102411 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 415160

[startup+1722.3 s]
/proc/loadavg: 2.73 2.80 2.54 4/198 15509
/proc/meminfo: memFree=30651536/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=419440 CPUtime=1721.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3451593 0 0 0 168291 3900 0 0 25 0 1 0 134193344 429506560 99850 4089446400 4194304 9819077 140735276795456 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 104860 99850 731 1374 0 103481 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 419440

[startup+1782.3 s]
/proc/loadavg: 2.76 2.79 2.55 4/198 15510
/proc/meminfo: memFree=30638084/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=425268 CPUtime=1781.91
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3533410 0 0 0 174136 4055 0 0 25 0 1 0 134193344 435474432 101011 4089446400 4194304 9819077 140735276795456 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 106317 101011 731 1374 0 104938 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 425268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.91 2.83 2.57 3/195 15559
/proc/meminfo: memFree=30778920/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=427460 CPUtime=1800.02
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3564368 0 0 0 175900 4102 0 0 25 0 1 0 134193344 437719040 101454 4089446400 4194304 9819077 140735276795456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15384/statm: 106865 101454 731 1374 0 105486 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 427460

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

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

[startup+1800.6 s]
/proc/loadavg: 2.91 2.83 2.57 6/196 15560
/proc/meminfo: memFree=30780152/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=423516 CPUtime=1800.22
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3564406 0 0 0 175920 4102 0 0 18 0 1 0 134193344 433680384 100459 4089446400 4194304 9819077 140735276795456 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15384/statm: 105879 100459 732 1374 0 104500 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 423516

[startup+1800.71 s]
/proc/loadavg: 2.91 2.83 2.57 6/196 15560
/proc/meminfo: memFree=30780152/32951132 swapFree=67111528/67111528
[pid=15384] ppid=15382 vsize=418664 CPUtime=1800.32
/proc/15384/stat : 15384 (pbscip.linux.x8) R 15382 15384 15189 0 -1 4202496 3564408 0 0 0 175930 4102 0 0 18 0 1 0 134193344 428711936 99248 4089446400 4194304 9819077 140735276795456 18446744073709551615 4384024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15384/statm: 104666 99248 732 1374 0 103287 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 418664

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.39
CPU user time (s): 1759.34
CPU system time (s): 41.0448
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 429496

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

runsolver used 2.99854 second user time and 5.96409 second system time

The end

Launcher Data

Begin job on node131 at 2010-06-30 22:16:08
IDJOB=2693017
IDBENCH=79293
IDSOLVER=1205
FILE ID=node131/2693017-1277928967
PBS_JOBID= 11197399
Free space on /tmp= 74140 MiB

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

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

MD5SUM BENCH= c90222590d839243781a638355a39a56
RANDOM SEED=119661554

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30765876 kB
Buffers:        213488 kB
Cached:        1140100 kB
SwapCached:          0 kB
Active:        1214900 kB
Inactive:       825428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30765876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      686564 kB
Mapped:          20496 kB
Slab:            81324 kB
PageTables:       6072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1654928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node131 at 2010-06-30 22:46:10