Trace number 2692973

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.49 1800.45

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567024--soft-0-100-0.wbo
MD5SUMa7d7105d3e0193cbcd9215f3627722fb
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 benchmark231.935
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-2692973-1277926584.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 137244
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.372440e+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.372440e+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.372440e+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.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   190 |     - |  19M|   0 |  39 |5645 |5414 |5645 | 165 | 165 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     2 |   286 |     - |  19M|   0 |  39 |5645 |5414 |5645 | 165 | 165 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
12.19/12.29	o 506
12.19/12.29	c *11.8s|  5791 |  5587 | 12429 |   2.1 |  40M|2424 |   - |5645 |5624 |5645 | 230 |3798 | 210 | 693 | 0.000000e+00 | 5.060000e+02 |    Inf 
19.99/20.03	c  19.4s| 10000 |  9579 | 16952 |   1.7 |  50M|2424 |   0 |5645 |6347 |5645 | 216 |5062 | 933 | 793 | 0.000000e+00 | 5.060000e+02 |    Inf 
21.69/21.72	o 457
21.69/21.72	c *21.0s| 10702 |  9840 | 18050 |   1.7 |  51M|2424 |   - |5645 |6841 |5645 | 220 |5373 |1427 | 801 | 0.000000e+00 | 4.570000e+02 |    Inf 
22.00/22.02	o 421
22.00/22.02	c *21.3s| 10880 |  9640 | 18177 |   1.7 |  50M|2424 |   - |5645 |6845 |5645 | 217 |5388 |1431 | 801 | 0.000000e+00 | 4.210000e+02 |    Inf 
22.09/22.18	o 412
22.09/22.18	c *21.5s| 10934 |  9588 | 18284 |   1.7 |  50M|2424 |   - |5645 |6868 |5645 | 225 |5407 |1454 | 804 | 0.000000e+00 | 4.120000e+02 |    Inf 
22.60/22.67	o 371
22.60/22.67	c *22.0s| 11145 |  9215 | 18597 |   1.7 |  49M|2424 |   - |5645 |6940 |5645 | 216 |5478 |1526 | 807 | 0.000000e+00 | 3.710000e+02 |    Inf 
27.29/27.33	o 367
27.29/27.33	c *26.5s| 13134 | 10686 | 21114 |   1.6 |  55M|2424 |   - |5645 |8174 |5645 | 209 |6121 |2762 | 835 | 0.000000e+00 | 3.670000e+02 |    Inf 
28.19/28.26	o 356
28.19/28.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.19/28.26	c *27.4s| 13488 | 10792 | 21794 |   1.6 |  55M|2424 |   - |5645 |8355 |5645 | 218 |6313 |2946 | 852 | 0.000000e+00 | 3.560000e+02 |    Inf 
28.69/28.77	o 332
28.69/28.77	c *27.9s| 13655 | 10564 | 22174 |   1.6 |  55M|2424 |   - |5645 |8526 |5645 | 216 |6387 |3118 | 872 | 0.000000e+00 | 3.320000e+02 |    Inf 
28.99/29.07	o 306
28.99/29.07	c *28.2s| 13787 | 10292 | 22311 |   1.6 |  54M|2424 |   - |5645 |8586 |5645 | 230 |6417 |3178 | 872 | 0.000000e+00 | 3.060000e+02 |    Inf 
29.19/29.21	o 303
29.19/29.21	c *28.4s| 13832 | 10286 | 22403 |   1.6 |  54M|2424 |   - |5645 |8608 |5645 | 235 |6436 |3200 | 872 | 0.000000e+00 | 3.030000e+02 |    Inf 
29.69/29.70	o 296
29.69/29.70	c *28.8s| 14040 | 10339 | 22646 |   1.6 |  54M|2424 |   - |5645 |8681 |5645 | 220 |6488 |3276 | 874 | 0.000000e+00 | 2.960000e+02 |    Inf 
29.79/29.82	o 256
29.79/29.82	c *28.9s| 14131 |  9647 | 22649 |   1.6 |  51M|2424 |   - |5645 |8681 |5645 | 220 |6488 |3276 | 874 | 0.000000e+00 | 2.560000e+02 |    Inf 
30.89/30.98	o 211
30.89/30.98	c *30.1s| 14574 |  8863 | 23390 |   1.6 |  50M|2424 |   - |5645 |9068 |5645 | 216 |6713 |3674 | 888 | 0.000000e+00 | 2.110000e+02 |    Inf 
32.19/32.21	o 199
32.19/32.21	c *31.2s| 14953 |  8327 | 23937 |   1.6 |  50M|2424 |   - |5645 |9558 |5645 | 231 |6811 |4247 | 925 | 0.000000e+00 | 1.990000e+02 |    Inf 
32.19/32.28	o 191
32.19/32.28	c *31.3s| 14959 |  7845 | 23968 |   1.6 |  49M|2424 |   - |5645 |9557 |5645 | 236 |6816 |4248 | 957 | 0.000000e+00 | 1.910000e+02 |    Inf 
35.20/35.25	o 186
35.20/35.25	c *34.2s| 15819 |  7997 | 26007 |   1.6 |  51M|2424 |   - |5645 |9384 |5645 | 236 |7367 |5156 |1020 | 0.000000e+00 | 1.860000e+02 |    Inf 
36.09/36.14	o 175
36.09/36.14	c *35.0s| 16136 |  7733 | 26635 |   1.6 |  51M|2424 |   - |5645 |9278 |5645 | 237 |7540 |5285 |1030 | 0.000000e+00 | 1.750000e+02 |    Inf 
36.09/36.15	o 166
36.09/36.15	c *35.0s| 16137 |  7305 | 26636 |   1.6 |  49M|2424 |   - |5645 |9278 |5645 | 237 |7540 |5285 |1030 | 0.000000e+00 | 1.660000e+02 |    Inf 
37.09/37.12	o 159
37.09/37.12	c *36.0s| 16444 |  7200 | 27552 |   1.7 |  50M|2424 |   - |5645 |9377 |5645 | 235 |7739 |5621 |1059 | 0.000000e+00 | 1.590000e+02 |    Inf 
38.89/38.91	o 139
38.89/38.91	c *37.7s| 16986 |  6524 | 29199 |   1.7 |  50M|2424 |   - |5645 |8750 |5645 | 249 |8193 |5988 |1127 | 0.000000e+00 | 1.390000e+02 |    Inf 
38.89/38.94	o 134
38.89/38.94	c *37.8s| 16991 |  6296 | 29218 |   1.7 |  49M|2424 |   - |5645 |8726 |5645 | 249 |8193 |5988 |1127 | 0.000000e+00 | 1.340000e+02 |    Inf 
47.99/48.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.99/48.08	c  46.6s| 20000 |  7904 | 37462 |   1.9 |  62M|2424 |   0 |5645 |8749 |5645 | 194 |  10k|9344 |1306 | 0.000000e+00 | 1.340000e+02 |    Inf 
54.59/54.60	o 133
54.59/54.60	c *52.9s| 21872 |  8834 | 48266 |   2.2 |  69M|2424 |   - |5645 |7906 |5645 | 243 |  12k|  10k|1388 | 0.000000e+00 | 1.330000e+02 |    Inf 
56.59/56.61	o 131
56.59/56.61	c *54.9s| 22323 |  8925 | 52667 |   2.4 |  72M|2424 |   - |5645 |7432 |5645 | 270 |  13k|  11k|1421 | 0.000000e+00 | 1.310000e+02 |    Inf 
59.20/59.23	o 126
59.20/59.23	c *57.4s| 23071 |  8970 | 57022 |   2.5 |  74M|2424 |   - |5645 |7297 |5645 | 243 |  15k|  11k|1475 | 0.000000e+00 | 1.260000e+02 |    Inf 
65.00/65.09	o 108
65.00/65.09	c *63.1s| 24721 |  8828 | 64733 |   2.6 |  79M|2424 |   - |5645 |6983 |5645 | 225 |  17k|  13k|1523 | 0.000000e+00 | 1.080000e+02 |    Inf 
65.09/65.10	o 107
65.09/65.10	c *63.1s| 24722 |  8765 | 64733 |   2.6 |  79M|2424 |   - |5645 |6983 |5645 | 225 |  17k|  13k|1523 | 0.000000e+00 | 1.070000e+02 |    Inf 
65.79/65.81	o 100
65.79/65.81	c *63.8s| 24920 |  8579 | 65640 |   2.6 |  77M|2424 |   - |5645 |6954 |5645 | 194 |  17k|  13k|1527 | 0.000000e+00 | 1.000000e+02 |    Inf 
66.59/66.67	o 88
66.59/66.67	c *64.7s| 25291 |  7573 | 67368 |   2.7 |  72M|2424 |   - |5645 |6786 |5645 | 233 |  17k|  13k|1541 | 0.000000e+00 | 8.800000e+01 |    Inf 
68.39/68.43	o 81
68.39/68.43	c *66.4s| 25822 |  7375 | 69991 |   2.7 |  70M|2424 |   - |5645 |6495 |5645 | 202 |  18k|  13k|1551 | 0.000000e+00 | 8.100000e+01 |    Inf 
68.39/68.44	o 79
68.39/68.44	c *66.4s| 25823 |  7294 | 70002 |   2.7 |  70M|2424 |   - |5645 |6495 |5645 | 204 |  18k|  13k|1551 | 0.000000e+00 | 7.900000e+01 |    Inf 
70.40/70.47	o 78
70.40/70.47	c *68.4s| 26435 |  7514 | 73186 |   2.8 |  73M|2424 |   - |5645 |6213 |5645 | 194 |  19k|  14k|1571 | 0.000000e+00 | 7.800000e+01 |    Inf 
75.39/75.45	o 76
75.39/75.45	c *73.2s| 27829 |  7209 | 80812 |   2.9 |  70M|2424 |   - |5645 |6255 |5645 | 178 |  21k|  15k|1590 | 0.000000e+00 | 7.600000e+01 |    Inf 
82.50/82.51	c  80.0s| 30000 |  8124 | 87594 |   2.9 |  77M|2424 |   0 |5645 |6674 |5645 | 218 |  23k|  18k|1609 | 0.000000e+00 | 7.600000e+01 |    Inf 
118.19/118.21	c   115s| 40000 | 11606 |134356 |   3.4 | 109M|2424 |  11 |5645 |6856 |5645 | 203 |  36k|  27k|1864 | 0.000000e+00 | 7.600000e+01 |    Inf 
134.10/134.17	o 65
134.10/134.17	c * 130s| 44668 | 11848 |151975 |   3.4 | 116M|2424 |   - |5645 |7090 |5645 | 226 |  41k|  32k|2027 | 0.000000e+00 | 6.500000e+01 |    Inf 
149.50/149.56	o 56
149.50/149.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.50/149.56	c * 145s| 49555 | 11982 |167817 |   3.4 | 118M|2424 |   - |5645 |7384 |5645 | 241 |  45k|  39k|2157 | 0.000000e+00 | 5.600000e+01 |    Inf 
150.79/150.86	c   146s| 50000 | 11993 |169092 |   3.4 | 118M|2424 |   - |5645 |6943 |   0 |   0 |  45k|  40k|2168 | 0.000000e+00 | 5.600000e+01 |    Inf 
182.51/182.50	c   177s| 60000 | 13310 |212796 |   3.5 | 133M|2424 |   4 |5645 |7087 |5645 | 215 |  56k|  52k|2411 | 0.000000e+00 | 5.600000e+01 |    Inf 
214.10/214.11	c   207s| 70000 | 14276 |254842 |   3.6 | 146M|2424 |   1 |5645 |7726 |5645 | 205 |  68k|  64k|2639 | 0.000000e+00 | 5.600000e+01 |    Inf 
244.70/244.72	c   237s| 80000 | 15039 |301469 |   3.8 | 159M|2424 |   1 |5645 |7070 |5645 | 224 |  78k|  76k|2874 | 0.000000e+00 | 5.600000e+01 |    Inf 
248.20/248.28	o 49
248.20/248.28	c * 240s| 81315 | 13749 |305366 |   3.8 | 154M|2424 |   - |5645 |8429 |5645 | 257 |  79k|  78k|2904 | 0.000000e+00 | 4.900000e+01 |    Inf 
273.70/273.72	c   265s| 90000 | 14092 |344452 |   3.8 | 162M|2424 |  15 |5645 |6091 |5645 | 245 |  87k|  89k|3072 | 0.000000e+00 | 4.900000e+01 |    Inf 
284.20/284.21	o 48
284.20/284.21	c * 275s| 93746 | 14222 |357275 |   3.8 | 165M|2424 |   - |5645 |7765 |5645 | 258 |  90k|  93k|3134 | 0.000000e+00 | 4.800000e+01 |    Inf 
302.00/302.01	c   292s|100000 | 14639 |381969 |   3.8 | 170M|2424 |   - |5645 |7873 |   0 |   0 |  97k| 101k|3212 | 0.000000e+00 | 4.800000e+01 |    Inf 
328.50/328.51	c   318s|110000 | 15031 |411965 |   3.7 | 176M|2424 |   3 |5645 |9442 |5645 | 262 | 103k| 115k|3349 | 0.000000e+00 | 4.800000e+01 |    Inf 
354.59/354.64	c   343s|120000 | 15396 |440971 |   3.7 | 182M|2424 |   - |5645 |8739 |   0 |   0 | 109k| 128k|3460 | 0.000000e+00 | 4.800000e+01 |    Inf 
374.50/374.55	o 40
374.50/374.55	c * 362s|127144 | 14594 |467840 |   3.7 | 173M|2424 |   - |5645 |6913 |5645 | 253 | 114k| 137k|3568 | 0.000000e+00 | 4.000000e+01 |    Inf 
381.40/381.49	c   368s|130000 | 14607 |476765 |   3.7 | 174M|2424 |   - |5645 |6808 |   0 |   0 | 116k| 141k|3625 | 0.000000e+00 | 4.000000e+01 |    Inf 
406.30/406.32	c   392s|140000 | 14879 |513744 |   3.7 | 181M|2424 |   1 |5645 |8058 |5645 | 212 | 124k| 154k|3748 | 0.000000e+00 | 4.000000e+01 |    Inf 
430.71/430.79	c   416s|150000 | 15123 |542904 |   3.6 | 186M|2424 |   - |5645 |9154 |   0 |   0 | 130k| 166k|3861 | 0.000000e+00 | 4.000000e+01 |    Inf 
455.70/455.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.70/455.75	c   440s|160000 | 15372 |575547 |   3.6 | 191M|2424 |   1 |5645 |9805 |5645 | 208 | 137k| 179k|3969 | 0.000000e+00 | 4.000000e+01 |    Inf 
481.81/481.83	c   465s|170000 | 15705 |618509 |   3.6 | 198M|2424 |   - |5645 |  10k|   0 |   0 | 145k| 191k|4139 | 0.000000e+00 | 4.000000e+01 |    Inf 
507.60/507.67	c   490s|180000 | 16103 |654078 |   3.6 | 205M|2424 |   5 |5645 |  11k|5645 | 265 | 150k| 203k|4249 | 0.000000e+00 | 4.000000e+01 |    Inf 
534.40/534.47	c   516s|190000 | 16527 |696961 |   3.7 | 213M|2424 |   - |5645 |9503 |   0 |   0 | 156k| 216k|4401 | 0.000000e+00 | 4.000000e+01 |    Inf 
558.90/558.90	c   539s|200000 | 16868 |733193 |   3.7 | 220M|2424 |   - |5645 |  11k|   0 |   0 | 161k| 228k|4498 | 0.000000e+00 | 4.000000e+01 |    Inf 
584.90/584.99	c   565s|210000 | 17289 |782173 |   3.7 | 229M|2424 |  18 |5645 |8977 |5645 | 311 | 167k| 241k|4641 | 0.000000e+00 | 4.000000e+01 |    Inf 
610.31/610.39	c   589s|220000 | 17591 |821122 |   3.7 | 236M|2424 |   1 |5645 |9863 |5645 | 294 | 172k| 254k|4726 | 0.000000e+00 | 4.000000e+01 |    Inf 
634.71/634.74	o 34
634.71/634.74	c * 612s|229860 | 17058 |852871 |   3.7 | 230M|2424 |   - |5645 |  10k|5645 | 292 | 176k| 267k|4806 | 0.000000e+00 | 3.400000e+01 |    Inf 
635.10/635.10	c   613s|230000 | 17066 |853514 |   3.7 | 230M|2424 |   1 |5645 |9642 |5645 | 296 | 176k| 267k|4809 | 0.000000e+00 | 3.400000e+01 |    Inf 
655.71/655.80	o 33
655.71/655.80	c * 633s|239019 | 16939 |882449 |   3.7 | 226M|2424 |   - |5645 |8907 |5645 | 271 | 180k| 278k|4894 | 0.000000e+00 | 3.300000e+01 |    Inf 
657.91/657.98	c   635s|240000 | 16945 |885649 |   3.7 | 226M|2424 |  15 |5645 |8845 |5645 | 293 | 181k| 280k|4912 | 0.000000e+00 | 3.300000e+01 |    Inf 
680.30/680.34	c   656s|250000 | 16982 |915994 |   3.7 | 230M|2424 |   1 |5645 |8724 |5645 | 271 | 184k| 293k|5001 | 0.000000e+00 | 3.300000e+01 |    Inf 
692.21/692.28	o 28
692.21/692.28	c * 667s|255226 | 16804 |933377 |   3.7 | 228M|2424 |   - |5645 |9783 |5645 | 236 | 187k| 300k|5026 | 0.000000e+00 | 2.800000e+01 |    Inf 
703.21/703.26	c   678s|260000 | 16864 |951011 |   3.7 | 229M|2424 |   1 |5645 |8334 |5645 | 262 | 188k| 306k|5092 | 0.000000e+00 | 2.800000e+01 |    Inf 
725.61/725.61	c   699s|270000 | 16905 |985265 |   3.6 | 232M|2424 |  14 |5645 |7610 |5645 | 237 | 194k| 319k|5177 | 0.000000e+00 | 2.800000e+01 |    Inf 
746.71/746.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.71/746.74	c   720s|280000 | 17176 |  1012k|   3.6 | 238M|2424 |  12 |5645 |9312 |5645 | 275 | 197k| 333k|5248 | 0.000000e+00 | 2.800000e+01 |    Inf 
767.11/767.18	o 20
767.11/767.18	c * 739s|289395 | 15552 |  1042k|   3.6 | 209M|2424 |   - |5645 |9680 |5645 | 306 | 200k| 346k|5315 | 0.000000e+00 | 2.000000e+01 |    Inf 
768.51/768.56	c   741s|290000 | 15555 |  1045k|   3.6 | 209M|2424 |   1 |5645 |7830 |5645 | 257 | 200k| 347k|5321 | 0.000000e+00 | 2.000000e+01 |    Inf 
789.11/789.15	c   760s|300000 | 15483 |  1079k|   3.6 | 212M|2424 |   1 |5645 |7541 |5645 | 299 | 205k| 361k|5402 | 0.000000e+00 | 2.000000e+01 |    Inf 
809.71/809.74	c   780s|310000 | 15424 |  1112k|   3.6 | 214M|2424 |   1 |5645 |7221 |5645 | 299 | 209k| 374k|5467 | 0.000000e+00 | 2.000000e+01 |    Inf 
823.71/823.74	o 11
823.71/823.74	c * 794s|317043 | 13190 |  1133k|   3.6 | 176M|2424 |   - |5645 |9300 |5645 | 316 | 211k| 384k|5522 | 0.000000e+00 | 1.100000e+01 |    Inf 
829.42/829.46	c   799s|320000 | 13121 |  1142k|   3.6 | 175M|2424 |   - |5645 |6369 |   0 |   0 | 212k| 388k|5533 | 0.000000e+00 | 1.100000e+01 |    Inf 
848.51/848.58	c   817s|330000 | 12929 |  1180k|   3.6 | 176M|2424 |   - |5645 |6350 |   0 |   0 | 218k| 402k|5604 | 0.000000e+00 | 1.100000e+01 |    Inf 
866.62/866.68	c   835s|340000 | 12816 |  1211k|   3.6 | 177M|2424 |   1 |5645 |7528 |5645 | 222 | 222k| 415k|5683 | 0.000000e+00 | 1.100000e+01 |    Inf 
885.72/885.75	c   853s|350000 | 12773 |  1247k|   3.6 | 179M|2424 |   - |5645 |7159 |   0 |   0 | 226k| 428k|5763 | 0.000000e+00 | 1.100000e+01 |    Inf 
904.62/904.68	c   871s|360000 | 12973 |  1280k|   3.6 | 182M|2424 |   1 |5645 |9962 |5645 | 210 | 229k| 441k|5821 | 0.000000e+00 | 1.100000e+01 |    Inf 
924.21/924.22	c   890s|370000 | 13044 |  1316k|   3.6 | 185M|2424 |   1 |5645 |9853 |5645 | 205 | 233k| 454k|5891 | 0.000000e+00 | 1.100000e+01 |    Inf 
944.21/944.25	c   909s|380000 | 13139 |  1352k|   3.6 | 188M|2424 |  12 |5645 |  12k|5645 | 310 | 237k| 467k|5969 | 0.000000e+00 | 1.100000e+01 |    Inf 
964.62/964.62	c   928s|390000 | 13119 |  1387k|   3.6 | 188M|2424 |   1 |5645 |9829 |5645 | 235 | 242k| 480k|6045 | 0.000000e+00 | 1.100000e+01 |    Inf 
984.22/984.21	c   947s|400000 | 13109 |  1423k|   3.6 | 190M|2424 |  14 |5645 |  10k|5645 | 248 | 246k| 493k|6117 | 0.000000e+00 | 1.100000e+01 |    Inf 
1004.02/1004.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1004.02/1004.09	c   966s|410000 | 13219 |  1458k|   3.6 | 192M|2424 |   - |5645 |  10k|   0 |   0 | 250k| 506k|6188 | 0.000000e+00 | 1.100000e+01 |    Inf 
1024.82/1024.85	c   986s|420000 | 13492 |  1505k|   3.6 | 196M|2424 |   1 |5645 |  12k|5645 | 251 | 256k| 519k|6273 | 0.000000e+00 | 1.100000e+01 |    Inf 
1045.52/1045.55	c  1006s|430000 | 13593 |  1543k|   3.6 | 199M|2424 |   1 |5645 |  13k|5645 | 313 | 261k| 532k|6334 | 0.000000e+00 | 1.100000e+01 |    Inf 
1067.12/1067.18	c  1027s|440000 | 13742 |  1585k|   3.6 | 201M|2424 |   - |5645 |  12k|   0 |   0 | 266k| 545k|6399 | 0.000000e+00 | 1.100000e+01 |    Inf 
1088.12/1088.14	c  1047s|450000 | 13732 |  1623k|   3.6 | 202M|2424 |   - |5645 |  14k|   0 |   0 | 270k| 559k|6467 | 0.000000e+00 | 1.100000e+01 |    Inf 
1110.02/1110.01	c  1068s|460000 | 13814 |  1664k|   3.6 | 205M|2424 |   1 |5645 |  14k|5645 | 312 | 275k| 574k|6548 | 0.000000e+00 | 1.100000e+01 |    Inf 
1132.22/1132.21	c  1090s|470000 | 13887 |  1706k|   3.6 | 206M|2424 |   1 |5645 |  14k|5645 | 317 | 280k| 587k|6634 | 0.000000e+00 | 1.100000e+01 |    Inf 
1153.62/1153.67	c  1110s|480000 | 13952 |  1748k|   3.6 | 208M|2424 |   - |5645 |  14k|   0 |   0 | 285k| 601k|6712 | 0.000000e+00 | 1.100000e+01 |    Inf 
1174.62/1174.61	c  1131s|490000 | 14008 |  1785k|   3.6 | 209M|2424 |   1 |5645 |  13k|5645 | 315 | 289k| 615k|6773 | 0.000000e+00 | 1.100000e+01 |    Inf 
1195.52/1195.50	c  1151s|500000 | 14098 |  1822k|   3.6 | 212M|2424 |   - |5645 |  16k|   0 |   0 | 293k| 629k|6826 | 0.000000e+00 | 1.100000e+01 |    Inf 
1217.02/1217.00	c  1171s|510000 | 14116 |  1855k|   3.6 | 213M|2424 |  24 |5645 |  17k|5645 | 309 | 297k| 644k|6871 | 0.000000e+00 | 1.100000e+01 |    Inf 
1238.72/1238.72	c  1192s|520000 | 14174 |  1893k|   3.6 | 214M|2424 |   - |5645 |  15k|   0 |   0 | 302k| 657k|6935 | 0.000000e+00 | 1.100000e+01 |    Inf 
1260.22/1260.25	c  1213s|530000 | 14194 |  1931k|   3.6 | 215M|2424 |  15 |5645 |  14k|5645 | 316 | 306k| 671k|7001 | 0.000000e+00 | 1.100000e+01 |    Inf 
1282.02/1282.04	c  1234s|540000 | 14216 |  1969k|   3.6 | 216M|2424 |   1 |5645 |  12k|5645 | 304 | 310k| 685k|7059 | 0.000000e+00 | 1.100000e+01 |    Inf 
1302.52/1302.59	c  1253s|550000 | 14211 |  2008k|   3.7 | 217M|2424 |   1 |5645 |  13k|5645 | 297 | 315k| 699k|7116 | 0.000000e+00 | 1.100000e+01 |    Inf 
1324.73/1324.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1324.73/1324.77	c  1275s|560000 | 14288 |  2049k|   3.7 | 220M|2424 |   - |5645 |  15k|   0 |   0 | 319k| 713k|7178 | 0.000000e+00 | 1.100000e+01 |    Inf 
1345.52/1345.60	c  1295s|570000 | 14399 |  2091k|   3.7 | 222M|2424 |   - |5645 |  14k|   0 |   0 | 323k| 728k|7257 | 0.000000e+00 | 1.100000e+01 |    Inf 
1366.72/1366.70	c  1315s|580000 | 14415 |  2128k|   3.7 | 224M|2424 |   - |5645 |  16k|   0 |   0 | 327k| 743k|7310 | 0.000000e+00 | 1.100000e+01 |    Inf 
1388.63/1388.60	c  1336s|590000 | 14303 |  2167k|   3.7 | 222M|2424 |   7 |5645 |  12k|5645 | 341 | 331k| 759k|7367 | 0.000000e+00 | 1.100000e+01 |    Inf 
1409.73/1409.76	c  1356s|600000 | 14353 |  2205k|   3.7 | 224M|2424 |   - |5645 |  14k|   0 |   0 | 334k| 773k|7416 | 0.000000e+00 | 1.100000e+01 |    Inf 
1432.42/1432.45	c  1378s|610000 | 14400 |  2242k|   3.7 | 226M|2424 |   1 |5645 |  15k|5645 | 319 | 337k| 787k|7462 | 0.000000e+00 | 1.100000e+01 |    Inf 
1453.63/1453.65	c  1399s|620000 | 14339 |  2279k|   3.7 | 225M|2424 |   - |5645 |  14k|   0 |   0 | 342k| 801k|7515 | 0.000000e+00 | 1.100000e+01 |    Inf 
1475.23/1475.27	c  1419s|630000 | 14374 |  2320k|   3.7 | 226M|2424 |  13 |5645 |  13k|5645 | 248 | 348k| 814k|7585 | 0.000000e+00 | 1.100000e+01 |    Inf 
1497.92/1497.98	c  1441s|640000 | 14431 |  2359k|   3.7 | 227M|2424 |  15 |5645 |  14k|5645 | 270 | 352k| 827k|7631 | 0.000000e+00 | 1.100000e+01 |    Inf 
1519.03/1519.06	c  1462s|650000 | 14541 |  2394k|   3.7 | 230M|2424 |   1 |5645 |  16k|5645 | 257 | 354k| 840k|7665 | 0.000000e+00 | 1.100000e+01 |    Inf 
1540.63/1540.66	c  1482s|660000 | 14656 |  2424k|   3.7 | 233M|2424 |   5 |5645 |  18k|5645 | 250 | 357k| 853k|7717 | 0.000000e+00 | 1.100000e+01 |    Inf 
1563.33/1563.38	c  1504s|670000 | 14684 |  2460k|   3.7 | 234M|2424 |   1 |5645 |  18k|5645 | 260 | 361k| 866k|7773 | 0.000000e+00 | 1.100000e+01 |    Inf 
1585.23/1585.22	c  1525s|680000 | 14573 |  2493k|   3.7 | 233M|2424 |   - |5645 |  16k|   0 |   0 | 364k| 880k|7818 | 0.000000e+00 | 1.100000e+01 |    Inf 
1606.33/1606.30	c  1545s|690000 | 14661 |  2536k|   3.7 | 233M|2424 |   1 |5645 |  11k|5645 | 281 | 368k| 893k|7881 | 0.000000e+00 | 1.100000e+01 |    Inf 
1627.53/1627.59	c  1566s|700000 | 14734 |  2576k|   3.7 | 234M|2424 |   1 |5645 |  10k|5645 | 224 | 372k| 906k|7933 | 0.000000e+00 | 1.100000e+01 |    Inf 
1648.53/1648.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1648.53/1648.51	c  1586s|710000 | 14894 |  2616k|   3.7 | 237M|2424 |   8 |5645 |  14k|5645 | 273 | 377k| 919k|7988 | 0.000000e+00 | 1.100000e+01 |    Inf 
1669.74/1669.73	c  1606s|720000 | 14986 |  2648k|   3.7 | 240M|2424 |   - |5645 |  16k|   0 |   0 | 381k| 932k|8037 | 0.000000e+00 | 1.100000e+01 |    Inf 
1692.23/1692.27	c  1628s|730000 | 15087 |  2684k|   3.7 | 243M|2424 |   1 |5645 |  19k|5645 | 256 | 386k| 946k|8089 | 0.000000e+00 | 1.100000e+01 |    Inf 
1697.34/1697.39	o 5
1697.34/1697.39	c *1633s|732339 | 13316 |  2691k|   3.7 | 202M|2424 |   - |5645 |  18k|5645 | 254 | 387k| 949k|8095 | 0.000000e+00 | 5.000000e+00 |    Inf 
1714.24/1714.21	c  1649s|740000 | 13334 |  2719k|   3.7 | 202M|2424 |   - |5645 |  16k|   0 |   0 | 390k| 959k|8130 | 0.000000e+00 | 5.000000e+00 |    Inf 
1736.73/1736.78	c  1671s|750000 | 13404 |  2755k|   3.7 | 203M|2424 |   - |5645 |  16k|   0 |   0 | 395k| 972k|8166 | 0.000000e+00 | 5.000000e+00 |    Inf 
1764.53/1764.53	c  1698s|760000 | 13399 |  2796k|   3.7 | 203M|2424 |   - |5645 |  15k|   0 |   0 | 400k| 986k|8212 | 0.000000e+00 | 5.000000e+00 |    Inf 
1790.93/1790.90	c  1724s|770000 | 13470 |  2834k|   3.7 | 205M|2424 |   1 |5645 |  15k|5645 | 270 | 405k|1001k|8272 | 0.000000e+00 | 5.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) : 1733.16
1800.04/1800.00	c Solving Nodes      : 773579
1800.04/1800.00	c Primal Bound       : +5.00000000000000e+00 (504 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.14/1800.10	s SATISFIABLE
1800.14/1800.10	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.14/1800.10	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.14/1800.10	v x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.14/1800.10	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.14/1800.10	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.14/1800.10	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.14/1800.10	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.14/1800.10	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.14/1800.10	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.14/1800.10	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.14/1800.10	v -x1 
1800.14/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.14/1800.10	c Solving Time       :    1733.16
1800.14/1800.10	c Original Problem   :
1800.14/1800.10	c   Problem name     : HOME/instance-2692973-1277926584.wbo
1800.14/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.14/1800.10	c   Constraints      : 5415 initial, 5415 maximal
1800.14/1800.10	c Presolved Problem  :
1800.14/1800.10	c   Problem name     : t_HOME/instance-2692973-1277926584.wbo
1800.14/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.14/1800.10	c   Constraints      : 5414 initial, 20077 maximal
1800.14/1800.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.14/1800.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.14/1800.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.14/1800.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.14/1800.10	c   root node        :          -       2599          -          -       5198          -          -          -          -
1800.14/1800.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.14/1800.10	c   integral         :          0          0          0     487312          0          7        470          0          0     797248
1800.14/1800.10	c   indicator        :       2707          0    4891132      88117          0       1693   16115595          0          0          0
1800.14/1800.10	c   linear           :       2707          6    4908906      88268          0     268351   21100318     406819          0          0
1800.14/1800.10	c   logicor          :          0+         0    1322400          0          0      69401    1302601          0          0          0
1800.14/1800.10	c   bounddisjunction :          0+         0      52324          0          0          5       5436          0          0          0
1800.14/1800.10	c   countsols        :          0          0          0      34440          0          0          0          0          0          0
1800.14/1800.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.14/1800.10	c   integral         :      14.85       0.00       0.00      14.85       0.00
1800.14/1800.10	c   indicator        :      63.28       0.00      51.97      11.31       0.00
1800.14/1800.10	c   linear           :     216.62       0.01     207.22       9.39       0.00
1800.14/1800.10	c   logicor          :     138.54       0.00     138.54       0.00       0.00
1800.14/1800.10	c   bounddisjunction :       0.07       0.00       0.07       0.00       0.00
1800.14/1800.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.14/1800.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.14/1800.10	c   vbounds          :       0.03          2          0          0
1800.14/1800.10	c   rootredcost      :       0.06         43          0       2599
1800.14/1800.10	c   pseudoobj        :     277.07    4949919      39310   11773933
1800.14/1800.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.14/1800.10	c   propagation      :      23.76     377067     377022    2270781       25.8      30285       11.3          -
1800.14/1800.10	c   infeasible LP    :       3.69       9227       9227      74774       39.5        259       13.1          0
1800.14/1800.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.14/1800.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.14/1800.10	c   pseudo solution  :       0.16        560        560       2292       12.7        405        6.6          -
1800.14/1800.10	c   applied globally :          -          -          -    1005928       20.8          -          -          -
1800.14/1800.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.14/1800.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.14/1800.10	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.14/1800.10	c   redcost          :      45.66     500358          0    4149579          0          0
1800.14/1800.10	c   impliedbounds    :       0.00          4          0          0          0          0
1800.14/1800.10	c   intobj           :       0.00          0          0          0          0          0
1800.14/1800.10	c   cgmip            :       0.00          0          0          0          0          0
1800.14/1800.10	c   gomory           :       0.00          4          0          0         75          0
1800.14/1800.10	c   strongcg         :       0.00          4          0          0          0          0
1800.14/1800.10	c   cmir             :       0.01          4          0          0          1          0
1800.14/1800.10	c   flowcover        :       0.03          4          0          0          2          0
1800.14/1800.10	c   clique           :       0.00          1          0          0          0          0
1800.14/1800.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.14/1800.10	c   mcf              :       0.00          1          0          0          0          0
1800.14/1800.10	c   rapidlearning    :       0.00          0          0          0          0          0
1800.14/1800.10	c Pricers            :       Time      Calls       Vars
1800.14/1800.10	c   problem variables:       0.00          0          0
1800.14/1800.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.14/1800.10	c   relpscost        :      14.81     399030          7        470          0          0     797248
1800.14/1800.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.14/1800.10	c   inference        :       6.86      34397          0          0          0          0      68794
1800.14/1800.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.14/1800.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.14/1800.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.14/1800.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.14/1800.10	c   random           :       0.00          0          0          0          0          0          0
1800.14/1800.10	c Primal Heuristics  :       Time      Calls      Found
1800.14/1800.10	c   LP solutions     :       0.10          -         43
1800.14/1800.10	c   pseudo solutions :       0.00          -          0
1800.14/1800.10	c   feaspump         :       0.00          0          0
1800.14/1800.10	c   oneopt           :       0.17         40          0
1800.14/1800.10	c   intshifting      :       0.04          4          0
1800.14/1800.10	c   guideddiving     :       0.00         10          0
1800.14/1800.10	c   linesearchdiving :       0.14         85          0
1800.14/1800.10	c   fracdiving       :       0.11         85          0
1800.14/1800.10	c   veclendiving     :       0.14         85          0
1800.14/1800.10	c   coefdiving       :       0.16         86          0
1800.14/1800.10	c   pscostdiving     :       0.06         86          0
1800.14/1800.10	c   rootsoldiving    :       0.11         84          0
1800.14/1800.10	c   objpscostdiving  :       0.16         85          0
1800.14/1800.10	c   crossover        :       2.02         65          0
1800.14/1800.10	c   trivial          :       0.09          2          2
1800.14/1800.10	c   simplerounding   :       0.55     404077          0
1800.14/1800.10	c   zirounding       :       0.44       1000          0
1800.14/1800.10	c   rounding         :       4.43       8924          0
1800.14/1800.10	c   shifting         :       2.77       2808          0
1800.14/1800.10	c   twoopt           :       0.00          0          0
1800.14/1800.10	c   fixandinfer      :       0.00          0          0
1800.14/1800.10	c   intdiving        :       0.00          0          0
1800.14/1800.10	c   actconsdiving    :       0.00          0          0
1800.14/1800.10	c   octane           :       0.00          0          0
1800.14/1800.10	c   rens             :       0.02          1          0
1800.14/1800.10	c   rins             :       0.00          0          0
1800.14/1800.10	c   localbranching   :       0.00          0          0
1800.14/1800.10	c   mutation         :       0.00          0          0
1800.14/1800.10	c   dins             :       0.00          0          0
1800.14/1800.10	c   undercover       :       0.00          0          0
1800.14/1800.10	c   nlp              :       0.00          0          0
1800.14/1800.10	c   trysol           :       5.30       8548        459
1800.14/1800.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.14/1800.10	c   primal LP        :       0.00          0          0       0.00          -
1800.14/1800.10	c   dual LP          :     513.42     474386    2845592       6.00    5542.43
1800.14/1800.10	c   lex dual LP      :       0.00          0          0       0.00          -
1800.14/1800.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.14/1800.10	c   diving/probing LP:       0.11         54       1425      26.39   12954.55
1800.14/1800.10	c   strong branching :      11.81       8286      93095      11.24    7882.73
1800.14/1800.10	c     (at root node) :          -         33       3122      94.61          -
1800.14/1800.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.14/1800.10	c B&B Tree           :
1800.14/1800.10	c   number of runs   :          1
1800.14/1800.10	c   nodes            :     773579
1800.14/1800.10	c   nodes (total)    :     773579
1800.14/1800.10	c   nodes left       :      13486
1800.14/1800.10	c   max depth        :       2424
1800.14/1800.10	c   max depth (total):       2424
1800.14/1800.10	c   backtracks       :      57902 (7.5%)
1800.14/1800.10	c   delayed cutoffs  :      53996
1800.14/1800.10	c   repropagations   :    2504155 (8323640 domain reductions, 48020 cutoffs)
1800.14/1800.10	c   avg switch length:       8.10
1800.14/1800.10	c   switching time   :     215.92
1800.14/1800.10	c Solution           :
1800.14/1800.10	c   Solutions found  :        504 (44 improvements)
1800.14/1800.10	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.14/1800.10	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 732339 nodes, 1632.78 seconds, depth 59, found by <relaxation>)
1800.14/1800.10	c   Dual Bound       : +0.00000000000000e+00
1800.14/1800.10	c   Gap              :   infinite
1800.14/1800.10	c   Root Dual Bound  : +0.00000000000000e+00
1800.14/1800.10	c   Root Iterations  :        190
1800.43/1800.44	c Time complete: 1800.47.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692973-1277926584/watcher-2692973-1277926584 -o /tmp/evaluation-result-2692973-1277926584/solver-2692973-1277926584 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692973-1277926584.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: 1.90 1.98 1.99 3/178 28702
/proc/meminfo: memFree=30609548/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=11108 CPUtime=0
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1700 0 0 0 0 0 0 0 20 0 1 0 168261961 11374592 1620 4089446400 4194304 9819077 140733600543520 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28702/statm: 2777 1621 392 1374 0 1398 0

[startup+0.0729909 s]
/proc/loadavg: 1.90 1.98 1.99 3/178 28702
/proc/meminfo: memFree=30609548/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=36396 CPUtime=0.06
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 8122 0 0 0 6 0 0 0 20 0 1 0 168261961 37269504 7688 4089446400 4194304 9819077 140733600543520 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36396

[startup+0.100974 s]
/proc/loadavg: 1.90 1.98 1.99 3/178 28702
/proc/meminfo: memFree=30609548/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=36396 CPUtime=0.09
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 8122 0 0 0 9 0 0 0 20 0 1 0 168261961 37269504 7688 4089446400 4194304 9819077 140733600543520 18446744073709551615 8678968 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300946 s]
/proc/loadavg: 1.90 1.98 1.99 3/178 28702
/proc/meminfo: memFree=30609548/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=53260 CPUtime=0.29
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 12754 0 0 0 27 2 0 0 20 0 1 0 168261961 54538240 11715 4089446400 4194304 9819077 140733600543520 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 13315 11740 673 1374 0 11936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53260

[startup+0.70087 s]
/proc/loadavg: 1.90 1.98 1.99 3/178 28702
/proc/meminfo: memFree=30609548/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=45884 CPUtime=0.69
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 23298 0 0 0 64 5 0 0 21 0 1 0 168261961 46985216 9932 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 11471 9932 697 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50074 s]
/proc/loadavg: 1.90 1.98 1.99 3/179 28703
/proc/meminfo: memFree=30571596/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=47640 CPUtime=1.49
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 41457 0 0 0 140 9 0 0 23 0 1 0 168261961 48783360 10326 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 11910 10326 699 1374 0 10531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47640

[startup+3.10045 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 28703
/proc/meminfo: memFree=30568744/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=52620 CPUtime=3.09
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 58236 0 0 0 295 14 0 0 25 0 1 0 168261961 53882880 11352 4089446400 4194304 9819077 140733600543520 18446744073709551615 4966043 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 13155 11352 700 1374 0 11776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52620

[startup+6.30088 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 28703
/proc/meminfo: memFree=30560944/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=58952 CPUtime=6.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 79825 0 0 0 606 24 0 0 25 0 1 0 168261961 60366848 13345 4089446400 4194304 9819077 140733600543520 18446744073709551615 6364616 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 14738 13345 700 1374 0 13359 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 58952

[startup+12.7007 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 28704
/proc/meminfo: memFree=30551340/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=71188 CPUtime=12.69
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 92618 0 0 0 1227 42 0 0 25 0 1 0 168261961 72896512 16311 4089446400 4194304 9819077 140733600543520 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 17797 16311 704 1374 0 16418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71188

[startup+25.5005 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 28704
/proc/meminfo: memFree=30530400/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=88168 CPUtime=25.49
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 136211 0 0 0 2475 74 0 0 25 0 1 0 168261961 90284032 20589 4089446400 4194304 9819077 140733600543520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 22042 20589 704 1374 0 20663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88168

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 28705
/proc/meminfo: memFree=30483136/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=142296 CPUtime=51.09
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 255396 0 0 0 4957 152 0 0 25 0 1 0 168261961 145711104 33494 4089446400 4194304 9819077 140733600543520 18446744073709551615 4618651 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 35574 33494 705 1374 0 34195 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142296

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 28706
/proc/meminfo: memFree=30367900/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=259712 CPUtime=102.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 415001 0 0 0 9926 304 0 0 25 0 1 0 168261961 265945088 61304 4089446400 4194304 9819077 140733600543520 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 64928 61304 712 1374 0 63549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 259712

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 28708
/proc/meminfo: memFree=30289368/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=347028 CPUtime=162.29
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 563880 0 0 0 15730 499 0 0 25 0 1 0 168261961 355356672 80875 4089446400 4194304 9819077 140733600543520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 86757 80875 716 1374 0 85378 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 347028

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 28709
/proc/meminfo: memFree=30245940/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=393944 CPUtime=222.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 706349 0 0 0 21523 707 0 0 25 0 1 0 168261961 403398656 91575 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 98486 91575 716 1374 0 97107 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 393944

[startup+282.301 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 28738
/proc/meminfo: memFree=30207880/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=445908 CPUtime=282.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 851053 0 0 0 27302 928 0 0 25 0 1 0 168261961 456609792 102529 4089446400 4194304 9819077 140733600543520 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 111477 102529 717 1374 0 110098 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 445908

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 28740
/proc/meminfo: memFree=30187380/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=468432 CPUtime=342.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 972240 0 0 0 33086 1144 0 0 25 0 1 0 168261961 479674368 107423 4089446400 4194304 9819077 140733600543520 18446744073709551615 5950832 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 117108 107423 725 1374 0 115729 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 468432

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28741
/proc/meminfo: memFree=30170464/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=489236 CPUtime=402.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1101636 0 0 0 38855 1375 0 0 25 0 1 0 168261961 500977664 111799 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 122309 111799 725 1374 0 120930 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 489236

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28743
/proc/meminfo: memFree=30156040/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=505924 CPUtime=462.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1194275 0 0 0 44636 1594 0 0 25 0 1 0 168261961 518066176 115288 4089446400 4194304 9819077 140733600543520 18446744073709551615 6665988 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 126481 115288 725 1374 0 125102 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 505924

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28744
/proc/meminfo: memFree=30138744/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=526172 CPUtime=522.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1297850 0 0 0 50414 1816 0 0 25 0 1 0 168261961 538800128 119672 4089446400 4194304 9819077 140733600543520 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 131543 119672 725 1374 0 130164 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 526172

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28746
/proc/meminfo: memFree=30116000/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=552060 CPUtime=582.3
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1377981 0 0 0 56195 2035 0 0 25 0 1 0 168261961 565309440 125130 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 138015 125130 725 1374 0 136636 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 552060

[startup+642.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 28748
/proc/meminfo: memFree=30095644/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=576608 CPUtime=642.31
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1479568 0 0 0 61962 2269 0 0 25 0 1 0 168261961 590446592 130042 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 144152 130042 725 1374 0 142773 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 576608

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28756
/proc/meminfo: memFree=30057924/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=620412 CPUtime=942.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 1982371 0 0 0 90705 3527 0 0 25 0 1 0 168261961 635301888 139588 4089446400 4194304 9819077 140733600543520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 155103 139588 740 1374 0 153724 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 620412

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28757
/proc/meminfo: memFree=30052180/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=626428 CPUtime=1002.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2031049 0 0 0 96462 3770 0 0 25 0 1 0 168261961 641462272 140978 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 156607 140978 740 1374 0 155228 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 626428

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28759
/proc/meminfo: memFree=30048520/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=630248 CPUtime=1062.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2108107 0 0 0 102242 3990 0 0 25 0 1 0 168261961 645373952 141889 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 157562 141889 740 1374 0 156183 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 630248

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28760
/proc/meminfo: memFree=30042760/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=636288 CPUtime=1122.31
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2181222 0 0 0 108026 4205 0 0 25 0 1 0 168261961 651558912 143305 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 159072 143305 740 1374 0 157693 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 636288

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 28762
/proc/meminfo: memFree=30038008/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=641484 CPUtime=1182.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2266051 0 0 0 113791 4441 0 0 25 0 1 0 168261961 656879616 144504 4089446400 4194304 9819077 140733600543520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 160371 144504 740 1374 0 158992 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 641484

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 28764
/proc/meminfo: memFree=30031516/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=647924 CPUtime=1242.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2362684 0 0 0 119547 4686 0 0 25 0 1 0 168261961 663474176 146099 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 161981 146099 740 1374 0 160602 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 647924

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 28765
/proc/meminfo: memFree=30025024/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=655304 CPUtime=1302.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2419043 0 0 0 125323 4909 0 0 25 0 1 0 168261961 671031296 147700 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 163826 147700 740 1374 0 162447 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 655304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28767
/proc/meminfo: memFree=30022376/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=658180 CPUtime=1362.32
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2494064 0 0 0 131099 5133 0 0 25 0 1 0 168261961 673976320 148285 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 164545 148285 740 1374 0 163166 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 658180

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 28768
/proc/meminfo: memFree=30018236/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=662364 CPUtime=1422.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2596390 0 0 0 136854 5379 0 0 25 0 1 0 168261961 678260736 149196 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 165591 149196 740 1374 0 164212 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 662364

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28779
/proc/meminfo: memFree=30012976/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=665368 CPUtime=1482.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2670272 0 0 0 142628 5605 0 0 25 0 1 0 168261961 681336832 149948 4089446400 4194304 9819077 140733600543520 18446744073709551615 6589615 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 166342 149948 740 1374 0 164963 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 665368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28781
/proc/meminfo: memFree=30008380/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=670964 CPUtime=1542.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2758187 0 0 0 148396 5837 0 0 25 0 1 0 168261961 687067136 151110 4089446400 4194304 9819077 140733600543520 18446744073709551615 7487731 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 167741 151110 740 1374 0 166362 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 670964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28782
/proc/meminfo: memFree=30004984/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=674108 CPUtime=1602.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2873176 0 0 0 154164 6069 0 0 25 0 1 0 168261961 690286592 151858 4089446400 4194304 9819077 140733600543520 18446744073709551615 6361778 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 168527 151858 740 1374 0 167148 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 674108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28784
/proc/meminfo: memFree=30000236/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=679788 CPUtime=1662.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 2992249 0 0 0 159913 6320 0 0 25 0 1 0 168261961 696102912 153102 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 169947 153102 740 1374 0 168568 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 679788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28785
/proc/meminfo: memFree=29994124/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=685696 CPUtime=1722.34
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 3132147 0 0 0 165681 6553 0 0 25 0 1 0 168261961 702152704 154485 4089446400 4194304 9819077 140733600543520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28702/statm: 171424 154485 740 1374 0 170045 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 685696

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 28814
/proc/meminfo: memFree=29894092/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=685780 CPUtime=1782.33
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 3239496 0 0 0 171577 6656 0 0 25 0 1 0 168261961 702238720 154511 4089446400 4194304 9819077 140733600543520 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28702/statm: 171445 154511 740 1374 0 170066 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 685780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 28814
/proc/meminfo: memFree=29889232/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=685948 CPUtime=1800.04
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 3266397 0 0 0 173319 6685 0 0 25 0 1 0 168261961 702410752 154543 4089446400 4194304 9819077 140733600543520 18446744073709551615 4221346 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28702/statm: 171487 154543 740 1374 0 170108 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 685948

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.02 2.01 2.00 3/179 28814
/proc/meminfo: memFree=29889232/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=685948 CPUtime=1800.23
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 3266403 0 0 0 173338 6685 0 0 25 0 1 0 168261961 702410752 154544 4089446400 4194304 9819077 140733600543520 18446744073709551615 4616598 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28702/statm: 171487 154544 741 1374 0 170108 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 685948

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 28814
/proc/meminfo: memFree=29889232/32950928 swapFree=67111528/67111528
[pid=28702] ppid=28700 vsize=660528 CPUtime=1800.43
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 28677 0 -1 4202496 3266403 0 0 0 173358 6685 0 0 25 0 1 0 168261961 676380672 148195 4089446400 4194304 9819077 140733600543520 18446744073709551615 4698824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28702/statm: 165132 148195 741 1374 0 163753 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 660528

Child status: 0
Real time (s): 1800.45
CPU time (s): 1800.49
CPU user time (s): 1733.6
CPU system time (s): 66.8898
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 695704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.6
system time used= 66.8898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3266407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3161

runsolver used 2.84657 second user time and 6.99993 second system time

The end

Launcher Data

Begin job on node112 at 2010-06-30 21:36:25
IDJOB=2692973
IDBENCH=79271
IDSOLVER=1205
FILE ID=node112/2692973-1277926584
PBS_JOBID= 11197380
Free space on /tmp= 74208 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.1900567024--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-2692973-1277926584/watcher-2692973-1277926584 -o /tmp/evaluation-result-2692973-1277926584/solver-2692973-1277926584 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692973-1277926584.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a7d7105d3e0193cbcd9215f3627722fb
RANDOM SEED=114278588

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.827
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.827
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:     32950928 kB
MemFree:      30610200 kB
Buffers:        208888 kB
Cached:        1899140 kB
SwapCached:          0 kB
Active:         620112 kB
Inactive:      1574340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30610200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6364 kB
Writeback:           0 kB
AnonPages:       85924 kB
Mapped:          15456 kB
Slab:            82156 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232248 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 node112 at 2010-06-30 22:06:27