Trace number 2705045

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark173.946
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705045-1278578331.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136842
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
10.29/10.34	o 786
10.29/10.34	c *10.3s|  5035 |  4688 |  3598 |   0.7 |  34M|2187 |   - |5645 |5414 |5645 | 214 | 940 |   0 | 633 | 0.000000e+00 | 7.860000e+02 |    Inf 
17.89/17.96	c  17.9s| 10000 |  9653 |  4078 |   0.4 |  44M|2187 |   0 |5645 |5414 |5645 | 196 |1061 |   0 | 661 | 0.000000e+00 | 7.860000e+02 |    Inf 
33.48/33.55	c  33.5s| 20000 | 19653 |  4826 |   0.2 |  64M|2187 |   0 |5645 |5414 |5645 | 210 |1267 |   0 | 689 | 0.000000e+00 | 7.860000e+02 |    Inf 
51.49/51.55	c  51.5s| 30000 | 29653 |  6292 |   0.2 |  84M|2187 |   0 |5645 |5414 |5645 | 200 |1669 |   0 | 762 | 0.000000e+00 | 7.860000e+02 |    Inf 
70.30/70.30	c  70.3s| 40000 | 39651 |  7786 |   0.2 | 105M|2187 |   6 |5645 |5414 |5645 | 218 |2094 |   0 | 793 | 0.000000e+00 | 7.860000e+02 |    Inf 
86.09/86.11	o 170
86.09/86.11	c *86.1s| 48558 | 31110 |  8949 |   0.2 |  91M|2187 |   - |5645 |5458 |5645 | 197 |2363 |  44 | 940 | 0.000000e+00 | 1.700000e+02 |    Inf 
89.99/90.09	c  90.1s| 50000 | 32398 | 10746 |   0.2 |  96M|2187 |   0 |5645 |5715 |5645 | 202 |2819 | 301 |1008 | 0.000000e+00 | 1.700000e+02 |    Inf 
90.69/90.70	o 168
90.69/90.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.69/90.70	c *90.7s| 50178 | 32203 | 11106 |   0.2 |  96M|2187 |   - |5645 |5793 |5645 | 227 |2910 | 379 |1059 | 0.000000e+00 | 1.680000e+02 |    Inf 
92.19/92.21	o 164
92.19/92.21	c *92.2s| 50540 | 31699 | 12223 |   0.2 |  96M|2187 |   - |5645 |5982 |5645 | 245 |3262 | 568 |1096 | 0.000000e+00 | 1.640000e+02 |    Inf 
94.79/94.83	o 160
94.79/94.83	c *94.8s| 51238 | 31520 | 13973 |   0.3 |  98M|2187 |   - |5645 |6289 |5645 | 216 |3809 | 875 |1135 | 0.000000e+00 | 1.600000e+02 |    Inf 
99.29/99.33	o 143
99.29/99.33	c *99.3s| 52283 | 29003 | 17765 |   0.3 |  97M|2187 |   - |5645 |7031 |5645 | 215 |5017 |1617 |1202 | 0.000000e+00 | 1.430000e+02 |    Inf 
114.19/114.24	o 128
114.19/114.24	c * 114s| 55972 | 28161 | 24095 |   0.4 | 112M|2187 |   - |5645 |  10k|5645 | 221 |6838 |4987 |1337 | 0.000000e+00 | 1.280000e+02 |    Inf 
116.69/116.78	o 124
116.69/116.78	c * 117s| 56581 | 27867 | 25590 |   0.4 | 114M|2187 |   - |5645 |  10k|5645 | 216 |7336 |5412 |1348 | 0.000000e+00 | 1.240000e+02 |    Inf 
117.29/117.35	o 116
117.29/117.35	c * 117s| 56796 | 26587 | 25791 |   0.5 | 112M|2187 |   - |5645 |  10k|5645 | 203 |7381 |5425 |1350 | 0.000000e+00 | 1.160000e+02 |    Inf 
117.29/117.35	o 110
117.29/117.35	c * 117s| 56797 | 25516 | 25798 |   0.5 | 108M|2187 |   - |5645 |  10k|5645 | 203 |7381 |5425 |1350 | 0.000000e+00 | 1.100000e+02 |    Inf 
117.29/117.40	o 100
117.29/117.40	c * 117s| 56799 | 23704 | 25895 |   0.5 | 105M|2187 |   - |5645 |  10k|5645 | 190 |7399 |5425 |1350 | 0.000000e+00 | 1.000000e+02 |    Inf 
117.49/117.50	o 95
117.49/117.50	c * 117s| 56810 | 21896 | 26023 |   0.5 | 100M|2187 |   - |5645 |  10k|5645 | 205 |7428 |5426 |1356 | 0.000000e+00 | 9.500000e+01 |    Inf 
122.49/122.51	o 93
122.49/122.51	c * 122s| 58148 | 22181 | 29127 |   0.5 | 105M|2187 |   - |5645 |  10k|5645 | 205 |8257 |6068 |1427 | 0.000000e+00 | 9.300000e+01 |    Inf 
124.29/124.31	o 92
124.29/124.31	c * 124s| 58618 | 22045 | 30088 |   0.5 | 105M|2187 |   - |5645 |9993 |5645 | 207 |8502 |6325 |1440 | 0.000000e+00 | 9.200000e+01 |    Inf 
129.19/129.28	c   129s| 60000 | 22890 | 32863 |   0.5 | 110M|2187 |   0 |5645 |9663 |5645 | 192 |9167 |6992 |1499 | 0.000000e+00 | 9.200000e+01 |    Inf 
129.39/129.49	o 85
129.39/129.49	c * 129s| 60071 | 20966 | 32870 |   0.5 | 104M|2187 |   - |5645 |9673 |5645 | 194 |9169 |7004 |1499 | 0.000000e+00 | 8.500000e+01 |    Inf 
133.39/133.42	o 83
133.39/133.42	c * 133s| 61021 | 20816 | 35225 |   0.6 | 106M|2187 |   - |5645 |9553 |5645 | 203 |9877 |7850 |1527 | 0.000000e+00 | 8.300000e+01 |    Inf 
156.39/156.41	o 79
156.39/156.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.39/156.41	c * 156s| 66644 | 22026 | 52260 |   0.8 | 121M|2187 |   - |5645 |7829 |5645 | 204 |  14k|  12k|1615 | 0.000000e+00 | 7.900000e+01 |    Inf 
169.69/169.79	c   170s| 70000 | 23214 | 60861 |   0.9 | 132M|2187 |   0 |5645 |7449 |5645 | 188 |  17k|  15k|1626 | 0.000000e+00 | 7.900000e+01 |    Inf 
203.80/203.83	c   204s| 80000 | 28146 | 79469 |   1.0 | 168M|2187 |   0 |5645 |8450 |5645 | 220 |  21k|  22k|1717 | 0.000000e+00 | 7.900000e+01 |    Inf 
218.09/218.17	o 75
218.09/218.17	c * 218s| 83830 | 28432 | 89629 |   1.1 | 182M|2187 |   - |5645 |7963 |5645 | 228 |  24k|  25k|1808 | 0.000000e+00 | 7.500000e+01 |    Inf 
218.29/218.33	o 57
218.29/218.33	c * 218s| 83934 | 23217 | 89631 |   1.1 | 162M|2187 |   - |5645 |7732 |5645 | 228 |  24k|  25k|1808 | 0.000000e+00 | 5.700000e+01 |    Inf 
226.59/226.62	o 50
226.59/226.62	c * 227s| 86530 | 21276 | 96942 |   1.1 | 154M|2187 |   - |5645 |6611 |5645 | 218 |  26k|  28k|1868 | 0.000000e+00 | 5.000000e+01 |    Inf 
229.90/229.92	o 28
229.90/229.92	c * 230s| 87808 | 15763 |100227 |   1.1 | 118M|2187 |   - |5645 |6516 |5645 | 213 |  27k|  29k|1903 | 0.000000e+00 | 2.800000e+01 |    Inf 
234.79/234.89	c   235s| 90000 | 15654 |108951 |   1.2 | 119M|2187 |   1 |5645 |5994 |5645 | 187 |  28k|  32k|1980 | 0.000000e+00 | 2.800000e+01 |    Inf 
238.09/238.16	o 26
238.09/238.16	c * 238s| 91634 | 15339 |114299 |   1.2 | 119M|2187 |   - |5645 |6205 |5645 | 209 |  29k|  34k|1998 | 0.000000e+00 | 2.600000e+01 |    Inf 
240.80/240.80	o 22
240.80/240.80	c * 241s| 92781 | 14399 |119978 |   1.3 | 114M|2187 |   - |5645 |6550 |5645 | 199 |  30k|  36k|2060 | 0.000000e+00 | 2.200000e+01 |    Inf 
255.90/255.94	c   256s|100000 | 14425 |152651 |   1.5 | 117M|2187 |   - |5645 |7798 |   0 |   0 |  36k|  45k|2289 | 0.000000e+00 | 2.200000e+01 |    Inf 
268.90/268.91	o 20
268.90/268.91	c * 269s|105946 | 13841 |178464 |   1.7 | 115M|2187 |   - |5645 |9350 |5645 | 242 |  41k|  52k|2435 | 0.000000e+00 | 2.000000e+01 |    Inf 
277.59/277.61	c   278s|110000 | 13906 |197808 |   1.8 | 116M|2187 |  11 |5645 |7820 |5645 | 202 |  44k|  57k|2551 | 0.000000e+00 | 2.000000e+01 |    Inf 
298.60/298.62	c   299s|120000 | 13803 |242979 |   2.0 | 119M|2187 |   - |5645 |8971 |   0 |   0 |  51k|  70k|2820 | 0.000000e+00 | 2.000000e+01 |    Inf 
312.89/312.96	o 18
312.89/312.96	c * 313s|126403 | 13402 |276659 |   2.2 | 120M|2187 |   - |5645 |  12k|5645 | 255 |  56k|  79k|2993 | 0.000000e+00 | 1.800000e+01 |    Inf 
319.60/319.66	o 13
319.60/319.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.60/319.66	c * 320s|129308 | 11522 |292076 |   2.3 | 110M|2187 |   - |5645 |  10k|5645 | 253 |  59k|  82k|3066 | 0.000000e+00 | 1.300000e+01 |    Inf 
321.10/321.19	c   321s|130000 | 11507 |294530 |   2.3 | 109M|2187 |   - |5645 |8226 |   0 |   0 |  59k|  83k|3142 | 0.000000e+00 | 1.300000e+01 |    Inf 
341.89/341.95	c   342s|140000 | 11306 |349242 |   2.5 | 110M|2187 |   - |5645 |8304 |5645 | 228 |  68k|  97k|3388 | 0.000000e+00 | 1.300000e+01 |    Inf 
362.19/362.23	c   362s|150000 | 11116 |398930 |   2.7 | 111M|2187 |   5 |5645 |8342 |5645 | 239 |  76k| 111k|3589 | 0.000000e+00 | 1.300000e+01 |    Inf 
369.50/369.59	o 12
369.50/369.59	c * 370s|153543 | 10911 |419294 |   2.7 | 111M|2187 |   - |5645 |  10k|5645 | 223 |  80k| 115k|3668 | 0.000000e+00 | 1.200000e+01 |    Inf 
382.60/382.70	c   383s|160000 | 10896 |451453 |   2.8 | 111M|2187 |   - |5645 |9479 |   0 |   0 |  85k| 124k|3849 | 0.000000e+00 | 1.200000e+01 |    Inf 
401.99/402.07	o 11
401.99/402.07	c * 402s|169545 | 10652 |498774 |   2.9 | 113M|2187 |   - |5645 |  12k|5645 | 248 |  92k| 141k|4001 | 0.000000e+00 | 1.100000e+01 |    Inf 
402.10/402.12	o 10
402.10/402.12	c * 402s|169557 | 10138 |498852 |   2.9 | 110M|2187 |   - |5645 |  12k|5645 | 256 |  92k| 141k|4001 | 0.000000e+00 | 1.000000e+01 |    Inf 
402.99/403.04	c   403s|170000 | 10120 |501139 |   2.9 | 109M|2187 |   - |5645 |  11k|   0 |   0 |  93k| 142k|4002 | 0.000000e+00 | 1.000000e+01 |    Inf 
411.59/411.63	o 9
411.59/411.63	c * 412s|174199 |  9664 |521331 |   3.0 | 108M|2187 |   - |5645 |  12k|5645 | 260 |  96k| 149k|4045 | 0.000000e+00 | 9.000000e+00 |    Inf 
412.50/412.59	o 7
412.50/412.59	c * 413s|174661 |  9016 |523553 |   3.0 | 102M|2187 |   - |5645 |  10k|5645 | 287 |  96k| 150k|4049 | 0.000000e+00 | 7.000000e+00 |    Inf 
423.50/423.56	c   424s|180000 |  8885 |553167 |   3.1 | 100M|2187 |   8 |5645 |6668 |5645 | 224 | 101k| 158k|4251 | 0.000000e+00 | 7.000000e+00 |    Inf 
442.30/442.39	c   442s|190000 |  8732 |604716 |   3.2 | 101M|2187 |   - |5645 |9697 |   0 |   0 | 109k| 172k|4391 | 0.000000e+00 | 7.000000e+00 |    Inf 
446.10/446.13	o 2
446.10/446.13	c * 446s|191877 |  7506 |614799 |   3.2 |  95M|2187 |   - |5645 |  10k|5645 | 232 | 110k| 175k|4419 | 0.000000e+00 | 2.000000e+00 |    Inf 
461.50/461.57	c   462s|200000 |  7528 |659002 |   3.3 |  96M|2187 |   8 |5645 |  13k|5645 | 246 | 116k| 186k|4528 | 0.000000e+00 | 2.000000e+00 |    Inf 
480.49/480.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.49/480.54	c   481s|210000 |  7365 |709598 |   3.4 |  95M|2187 |   8 |5645 |9788 |5645 | 211 | 122k| 199k|4693 | 0.000000e+00 | 2.000000e+00 |    Inf 
499.31/499.31	c   499s|220000 |  7405 |761396 |   3.5 |  97M|2187 |   - |5645 |  13k|   0 |   0 | 130k| 213k|4818 | 0.000000e+00 | 2.000000e+00 |    Inf 
518.70/518.77	c   519s|230000 |  7349 |813091 |   3.5 |  96M|2187 |  12 |5645 |  12k|5645 | 252 | 137k| 226k|4947 | 0.000000e+00 | 2.000000e+00 |    Inf 
536.90/536.98	c   537s|240000 |  7078 |862256 |   3.6 |  94M|2187 |   - |5645 |  10k|   0 |   0 | 145k| 239k|5147 | 0.000000e+00 | 2.000000e+00 |    Inf 
556.10/556.20	c   556s|250000 |  7034 |912555 |   3.6 |  96M|2187 |  16 |5645 |  14k|5645 | 249 | 152k| 252k|5272 | 0.000000e+00 | 2.000000e+00 |    Inf 
578.70/578.71	c   579s|260000 |  7069 |973381 |   3.7 |  97M|2187 |   - |5645 |  16k|   0 |   0 | 161k| 265k|5482 | 0.000000e+00 | 2.000000e+00 |    Inf 
602.21/602.20	c   602s|270000 |  7185 |  1031k|   3.8 |  99M|2187 |  10 |5645 |  17k|5645 | 252 | 170k| 279k|5586 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.00/625.03	c   625s|280000 |  7055 |  1088k|   3.9 |  99M|2187 |   - |5645 |  18k|   0 |   0 | 178k| 292k|5694 | 0.000000e+00 | 2.000000e+00 |    Inf 
648.00/648.07	c   648s|290000 |  6852 |  1143k|   3.9 |  96M|2187 |   - |5645 |  14k|   0 |   0 | 185k| 306k|5871 | 0.000000e+00 | 2.000000e+00 |    Inf 
668.61/668.65	c   669s|300000 |  6906 |  1193k|   4.0 |  98M|2187 |   - |5645 |  17k|   0 |   0 | 192k| 318k|6029 | 0.000000e+00 | 2.000000e+00 |    Inf 
689.50/689.53	c   690s|310000 |  6921 |  1238k|   4.0 | 100M|2187 |  24 |5645 |  20k|5645 | 261 | 199k| 331k|6090 | 0.000000e+00 | 2.000000e+00 |    Inf 
711.81/711.84	c   712s|320000 |  6967 |  1287k|   4.0 | 101M|2187 |   - |5645 |  22k|   0 |   0 | 206k| 345k|6175 | 0.000000e+00 | 2.000000e+00 |    Inf 
734.71/734.74	c   735s|330000 |  7011 |  1333k|   4.0 | 103M|2187 |   7 |5645 |  24k|5645 | 232 | 214k| 358k|6261 | 0.000000e+00 | 2.000000e+00 |    Inf 
759.60/759.64	c   760s|340000 |  7094 |  1379k|   4.1 | 105M|2187 |   - |5645 |  26k|   0 |   0 | 220k| 371k|6339 | 0.000000e+00 | 2.000000e+00 |    Inf 
785.21/785.26	c   785s|350000 |  7105 |  1426k|   4.1 | 106M|2187 |   - |5645 |  28k|   0 |   0 | 226k| 385k|6430 | 0.000000e+00 | 2.000000e+00 |    Inf 
811.61/811.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.61/811.64	c   812s|360000 |  7165 |  1475k|   4.1 | 108M|2187 |  16 |5645 |  31k|5645 | 259 | 234k| 398k|6481 | 0.000000e+00 | 2.000000e+00 |    Inf 
838.01/838.02	o 1
838.01/838.02	c * 838s|369989 |  6657 |  1525k|   4.1 | 104M|2187 |   - |5645 |  30k|5645 | 263 | 242k| 412k|6587 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.11/838.11	c   838s|370000 |  6651 |  1525k|   4.1 | 103M|2187 |  17 |5645 |  29k|5645 | 263 | 242k| 412k|6587 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.31/863.34	c   863s|380000 |  6703 |  1565k|   4.1 | 105M|2187 |  10 |5645 |  30k|5645 | 243 | 247k| 426k|6649 | 0.000000e+00 | 1.000000e+00 |    Inf 
889.21/889.28	c   889s|390000 |  6793 |  1606k|   4.1 | 107M|2187 |   - |5645 |  33k|   0 |   0 | 252k| 441k|6688 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.11/916.11	c   916s|400000 |  6776 |  1643k|   4.1 | 107M|2187 |  18 |5645 |  32k|5645 | 243 | 256k| 455k|6730 | 0.000000e+00 | 1.000000e+00 |    Inf 
942.51/942.57	c   943s|410000 |  6733 |  1692k|   4.1 | 107M|2187 |  19 |5645 |  31k|5645 | 243 | 262k| 470k|6814 | 0.000000e+00 | 1.000000e+00 |    Inf 
971.71/971.70	c   972s|420000 |  6875 |  1745k|   4.2 | 109M|2187 |   - |5645 |  33k|   0 |   0 | 271k| 484k|6891 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.82/999.86	c  1000s|430000 |  6980 |  1790k|   4.2 | 112M|2187 |  11 |5645 |  33k|5645 | 239 | 276k| 499k|6944 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.01/1027.05	c  1027s|440000 |  7021 |  1834k|   4.2 | 112M|2187 |   - |5645 |  33k|   0 |   0 | 282k| 513k|6994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.01/1054.09	c  1054s|450000 |  7110 |  1876k|   4.2 | 113M|2187 |   - |5645 |  32k|   0 |   0 | 287k| 526k|7054 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.51/1080.53	c  1080s|460000 |  7197 |  1914k|   4.2 | 114M|2187 |  13 |5645 |  32k|5645 | 249 | 292k| 541k|7103 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.62/1107.65	c  1108s|470000 |  6872 |  1961k|   4.2 | 111M|2187 |  22 |5645 |  31k|5645 | 253 | 298k| 557k|7174 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.72/1132.78	c  1133s|480000 |  6839 |  2004k|   4.2 | 109M|2187 |   - |5645 |  25k|   0 |   0 | 304k| 570k|7240 | 0.000000e+00 | 1.000000e+00 |    Inf 
1157.41/1157.40	c  1157s|490000 |  6874 |  2045k|   4.2 | 109M|2187 |   1 |5645 |  25k|5645 | 240 | 309k| 584k|7293 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.22/1180.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1180.22/1180.25	c  1180s|500000 |  6831 |  2081k|   4.2 | 109M|2187 |   - |5645 |  26k|   0 |   0 | 314k| 598k|7339 | 0.000000e+00 | 1.000000e+00 |    Inf 
1204.52/1204.59	c  1205s|510000 |  6903 |  2124k|   4.2 | 110M|2187 |   - |5645 |  28k|   0 |   0 | 320k| 612k|7396 | 0.000000e+00 | 1.000000e+00 |    Inf 
1229.22/1229.27	c  1229s|520000 |  6825 |  2171k|   4.2 | 108M|2187 |   - |5645 |  23k|   0 |   0 | 326k| 625k|7464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1254.82/1254.87	c  1255s|530000 |  6846 |  2232k|   4.2 | 108M|2187 |   - |5645 |  21k|   0 |   0 | 336k| 638k|7522 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.82/1277.83	c  1278s|540000 |  6962 |  2287k|   4.2 | 109M|2187 |   - |5645 |  20k|   0 |   0 | 344k| 651k|7608 | 0.000000e+00 | 1.000000e+00 |    Inf 
1299.62/1299.67	c  1300s|550000 |  7021 |  2343k|   4.3 | 111M|2187 |   1 |5645 |  22k|5645 | 220 | 351k| 665k|7674 | 0.000000e+00 | 1.000000e+00 |    Inf 
1322.51/1322.52	c  1322s|560000 |  6837 |  2398k|   4.3 | 108M|2187 |   - |5645 |  17k|   0 |   0 | 358k| 678k|7953 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.92/1342.92	c  1343s|570000 |  6872 |  2441k|   4.3 | 107M|2187 |   1 |5645 |  15k|5645 | 188 | 364k| 691k|8225 | 0.000000e+00 | 1.000000e+00 |    Inf 
1362.93/1363.00	c  1363s|580000 |  7159 |  2489k|   4.3 | 110M|2187 |  12 |5645 |  17k|5645 | 180 | 371k| 704k|8304 | 0.000000e+00 | 1.000000e+00 |    Inf 
1383.62/1383.68	c  1384s|590000 |  7164 |  2534k|   4.3 | 111M|2187 |   - |5645 |  16k|   0 |   0 | 378k| 718k|8321 | 0.000000e+00 | 1.000000e+00 |    Inf 
1403.22/1403.30	c  1403s|600000 |  7175 |  2576k|   4.3 | 112M|2187 |   - |5645 |  17k|   0 |   0 | 383k| 731k|8342 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.02/1424.00	c  1424s|610000 |  7282 |  2624k|   4.3 | 114M|2187 |   - |5645 |  19k|   0 |   0 | 392k| 744k|8410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.02/1445.02	c  1445s|620000 |  7441 |  2664k|   4.3 | 116M|2187 |   - |5645 |  21k|   0 |   0 | 398k| 758k|8461 | 0.000000e+00 | 1.000000e+00 |    Inf 
1466.33/1466.32	c  1466s|630000 |  7384 |  2701k|   4.3 | 117M|2187 |  13 |5645 |  20k|5645 | 216 | 403k| 772k|8485 | 0.000000e+00 | 1.000000e+00 |    Inf 
1488.92/1488.95	c  1489s|640000 |  7518 |  2753k|   4.3 | 118M|2187 |   1 |5645 |  21k|5645 | 209 | 412k| 785k|8565 | 0.000000e+00 | 1.000000e+00 |    Inf 
1512.92/1512.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.92/1512.94	c  1513s|650000 |  7678 |  2810k|   4.3 | 120M|2187 |   - |5645 |  21k|   0 |   0 | 421k| 799k|8649 | 0.000000e+00 | 1.000000e+00 |    Inf 
1534.62/1534.66	c  1535s|660000 |  7983 |  2857k|   4.3 | 124M|2187 |   - |5645 |  23k|   0 |   0 | 427k| 812k|8705 | 0.000000e+00 | 1.000000e+00 |    Inf 
1556.43/1556.46	c  1556s|670000 |  8145 |  2900k|   4.3 | 126M|2187 |   - |5645 |  24k|   0 |   0 | 432k| 826k|8743 | 0.000000e+00 | 1.000000e+00 |    Inf 
1579.32/1579.33	c  1579s|680000 |  8201 |  2947k|   4.3 | 127M|2187 |   - |5645 |  23k|   0 |   0 | 438k| 840k|8798 | 0.000000e+00 | 1.000000e+00 |    Inf 
1602.03/1602.02	c  1602s|690000 |  8195 |  2988k|   4.3 | 127M|2187 |   6 |5645 |  23k|5645 | 201 | 443k| 854k|8837 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.12/1625.14	c  1625s|700000 |  8311 |  3042k|   4.3 | 129M|2187 |   1 |5645 |  22k|5645 | 263 | 451k| 868k|8901 | 0.000000e+00 | 1.000000e+00 |    Inf 
1647.43/1647.43	c  1647s|710000 |  8324 |  3091k|   4.4 | 130M|2187 |   - |5645 |  23k|   0 |   0 | 457k| 883k|8960 | 0.000000e+00 | 1.000000e+00 |    Inf 
1671.12/1671.12	c  1671s|720000 |  8358 |  3141k|   4.4 | 131M|2187 |   - |5645 |  23k|   0 |   0 | 464k| 896k|9014 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.92/1695.94	c  1696s|730000 |  8471 |  3199k|   4.4 | 134M|2187 |   1 |5645 |  28k|5645 | 287 | 473k| 910k|9065 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.83/1721.82	c  1722s|740000 |  8503 |  3259k|   4.4 | 135M|2187 |   - |5645 |  26k|   0 |   0 | 480k| 924k|9141 | 0.000000e+00 | 1.000000e+00 |    Inf 
1745.73/1745.71	c  1746s|750000 |  8516 |  3300k|   4.4 | 135M|2187 |   - |5645 |  25k|   0 |   0 | 486k| 939k|9176 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.43/1769.42	c  1769s|760000 |  8460 |  3352k|   4.4 | 135M|2187 |   1 |5645 |  24k|5645 | 201 | 492k| 954k|9228 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.98
1790.03/1790.01	c Solving Nodes      : 768434
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (228 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.07	s SATISFIABLE
1790.03/1790.07	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1790.03/1790.07	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.07	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.07	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.07	v -x146 -x145 x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1790.03/1790.07	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1790.03/1790.07	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.03/1790.07	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 x54 
1790.03/1790.07	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 
1790.03/1790.07	v x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.03/1790.07	v -x1 
1790.03/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.07	c Solving Time       :    1789.98
1790.03/1790.07	c Original Problem   :
1790.03/1790.07	c   Problem name     : HOME/instance-2705045-1278578331.wbo
1790.03/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.07	c Presolved Problem  :
1790.03/1790.07	c   Problem name     : t_HOME/instance-2705045-1278578331.wbo
1790.03/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.07	c   Constraints      : 5414 initial, 34984 maximal
1790.03/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.03/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.07	c   integral         :          0          0          0     513741          0         19        814          0          0     759176
1790.03/1790.07	c   linear           :       2707          6    4050927     132931          1     289644   18668093     498784          0          0
1790.03/1790.07	c   indicator        :       2707          0    1655775     105350          0        432    4481405          0          0          0
1790.03/1790.07	c   logicor          :          0+         0    1168853          0          0      59498    1250735          0          0          0
1790.03/1790.07	c   bounddisjunction :          0+         0     321275          0          0        389       7408          0          0          0
1790.03/1790.07	c   countsols        :          0          0          0      70464          1          0          0          0          0          0
1790.03/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.07	c   integral         :      14.76       0.00       0.00      14.76       0.00
1790.03/1790.07	c   linear           :     233.88       0.00     221.57      12.31       0.00
1790.03/1790.07	c   indicator        :      47.30       0.01      30.01      17.28       0.00
1790.03/1790.07	c   logicor          :     263.15       0.00     263.15       0.00       0.00
1790.03/1790.07	c   bounddisjunction :       3.91       0.00       3.91       0.00       0.00
1790.03/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.03/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.07	c   vbounds          :       0.74      24104          3       5037
1790.03/1790.07	c   rootredcost      :       0.61         33          0       2707
1790.03/1790.07	c   pseudoobj        :     156.00    4059668       8094    4192089
1790.03/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.07	c   propagation      :      21.84     357625     357541    2177259       28.3      10911       25.8          -
1790.03/1790.07	c   infeasible LP    :       6.65      17317      17317     135706       39.9        253       19.2          0
1790.03/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.07	c   applied globally :          -          -          -     967096       23.0          -          -          -
1790.03/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.07	c   redcost          :      50.42     516522          0     366046          0          0
1790.03/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.07	c Pricers            :       Time      Calls       Vars
1790.03/1790.07	c   problem variables:       0.00          0          0
1790.03/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.07	c   relpscost        :      14.22     380279         19        814          0          0     759176
1790.03/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   inference        :      38.05      70432          0          0          0          0     141045
1790.03/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.07	c   LP solutions     :       0.14          -         33
1790.03/1790.07	c   pseudo solutions :       0.00          -          0
1790.03/1790.07	c   feaspump         :       0.01          0          0
1790.03/1790.07	c   intshifting      :       0.01          0          0
1790.03/1790.07	c   oneopt           :       0.39         32          0
1790.03/1790.07	c   guideddiving     :       0.19         70          0
1790.03/1790.07	c   linesearchdiving :       0.17         92          0
1790.03/1790.07	c   coefdiving       :       0.17         93          0
1790.03/1790.07	c   pscostdiving     :       0.17         93          0
1790.03/1790.07	c   fracdiving       :       0.18         93          0
1790.03/1790.07	c   veclendiving     :       0.17         93          0
1790.03/1790.07	c   crossover        :       2.17         50          5
1790.03/1790.07	c   objpscostdiving  :       0.18         91          0
1790.03/1790.07	c   rootsoldiving    :       0.20         91          0
1790.03/1790.07	c   trivial          :       0.07          2          2
1790.03/1790.07	c   simplerounding   :       0.80     380629          0
1790.03/1790.07	c   zirounding       :       0.36       1000          0
1790.03/1790.07	c   rounding         :       1.43       8669          0
1790.03/1790.07	c   shifting         :       0.75       2725          0
1790.03/1790.07	c   twoopt           :       0.00          0          0
1790.03/1790.07	c   fixandinfer      :       0.00          0          0
1790.03/1790.07	c   intdiving        :       0.00          0          0
1790.03/1790.07	c   actconsdiving    :       0.00          0          0
1790.03/1790.07	c   octane           :       0.00          0          0
1790.03/1790.07	c   rens             :       0.03          1          0
1790.03/1790.07	c   rins             :       0.00          0          0
1790.03/1790.07	c   localbranching   :       0.00          0          0
1790.03/1790.07	c   mutation         :       0.00          0          0
1790.03/1790.07	c   dins             :       0.00          0          0
1790.03/1790.07	c   undercover       :       0.00          0          0
1790.03/1790.07	c   nlp              :       0.20          0          0
1790.03/1790.07	c   trysol           :       0.52        344        188
1790.03/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.07	c   dual LP          :     438.60     463852    3396454       7.32    7743.86
1790.03/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.07	c   diving/probing LP:       0.12         79        893      11.30    7638.62
1790.03/1790.07	c   strong branching :      10.93       9289     105713      11.38    9673.64
1790.03/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.07	c B&B Tree           :
1790.03/1790.07	c   number of runs   :          1
1790.03/1790.07	c   nodes            :     768434
1790.03/1790.07	c   nodes (total)    :     768434
1790.03/1790.07	c   nodes left       :       8442
1790.03/1790.07	c   max depth        :       2187
1790.03/1790.07	c   max depth (total):       2187
1790.03/1790.07	c   backtracks       :      70649 (9.2%)
1790.03/1790.07	c   delayed cutoffs  :      63262
1790.03/1790.07	c   repropagations   :    2000276 (5023798 domain reductions, 56962 cutoffs)
1790.03/1790.07	c   avg switch length:       6.84
1790.03/1790.07	c   switching time   :     264.89
1790.03/1790.07	c Solution           :
1790.03/1790.07	c   Solutions found  :        228 (34 improvements)
1790.03/1790.07	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 369989 nodes, 837.98 seconds, depth 44, found by <relaxation>)
1790.03/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.07	c   Gap              :   infinite
1790.03/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.07	c   Root Iterations  :        184
1790.23/1790.23	c Time complete: 1790.27.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705045-1278578331/watcher-2705045-1278578331 -o /tmp/evaluation-result-2705045-1278578331/solver-2705045-1278578331 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705045-1278578331.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20308
/proc/meminfo: memFree=27826920/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=12688 CPUtime=0
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 2006 0 0 0 0 0 0 0 25 0 1 0 26046209 12992512 1925 4089446400 4194304 10345943 140734983926272 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20308/statm: 3172 1925 429 1502 0 1665 0

[startup+0.0106621 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20308
/proc/meminfo: memFree=27826920/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=14508 CPUtime=0
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 2431 0 0 0 0 0 0 0 25 0 1 0 26046209 14856192 2351 4089446400 4194304 10345943 140734983926272 18446744073709551615 9107408 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20308/statm: 3627 2379 429 1502 0 2120 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14508

[startup+0.10065 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20308
/proc/meminfo: memFree=27826920/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=38016 CPUtime=0.09
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 8447 0 0 0 9 0 0 0 25 0 1 0 26046209 38928384 8012 4089446400 4194304 10345943 140734983926272 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20308/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300614 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20308
/proc/meminfo: memFree=27826920/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=70100 CPUtime=0.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 16225 0 0 0 28 1 0 0 25 0 1 0 26046209 71782400 15790 4089446400 4194304 10345943 140734983926272 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20308/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700556 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20308
/proc/meminfo: memFree=27826920/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=65260 CPUtime=0.69
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 16891 0 0 0 68 1 0 0 25 0 1 0 26046209 66826240 15051 4089446400 4194304 10345943 140734983926272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20308/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20309
/proc/meminfo: memFree=27768136/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=65260 CPUtime=1.49
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 16893 0 0 0 147 2 0 0 25 0 1 0 26046209 66826240 15053 4089446400 4194304 10345943 140734983926272 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20308/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20309
/proc/meminfo: memFree=27768136/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=65260 CPUtime=3.09
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 16897 0 0 0 307 2 0 0 25 0 1 0 26046209 66826240 15057 4089446400 4194304 10345943 140734983926272 18446744073709551615 4601642 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20308/statm: 16315 15057 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30056 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20309
/proc/meminfo: memFree=27762816/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=71532 CPUtime=6.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 18847 0 0 0 626 3 0 0 25 0 1 0 26046209 73248768 16402 4089446400 4194304 10345943 140734983926272 18446744073709551615 4796486 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20308/statm: 17883 16402 754 1502 0 16376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71532

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20309
/proc/meminfo: memFree=27760432/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=83816 CPUtime=12.69
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 29049 0 0 0 1265 4 0 0 25 0 1 0 26046209 85827584 19449 4089446400 4194304 10345943 140734983926272 18446744073709551615 4999656 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20308/statm: 20954 19449 754 1502 0 19447 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83816

[startup+25.5002 s]
/proc/loadavg: 1.92 1.98 1.92 2/174 20331
/proc/meminfo: memFree=29086552/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=86884 CPUtime=25.49
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 33982 0 0 0 2543 6 0 0 25 0 1 0 26046209 88969216 20507 4089446400 4194304 10345943 140734983926272 18446744073709551615 6119770 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 21721 20507 754 1502 0 20214 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86884

[startup+51.1007 s]
/proc/loadavg: 1.95 1.98 1.92 3/179 20339
/proc/meminfo: memFree=28942004/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=115740 CPUtime=51.09
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 45437 0 0 0 5099 10 0 0 25 0 1 0 26046209 118517760 27535 4089446400 4194304 10345943 140734983926272 18446744073709551615 4688135 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 28935 27535 754 1502 0 27428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115740

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.92 3/179 20341
/proc/meminfo: memFree=28862752/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=181948 CPUtime=102.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 110016 0 0 0 10206 23 0 0 25 0 1 0 26046209 186314752 44021 4089446400 4194304 10345943 140734983926272 18446744073709551615 6002410 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 45487 44021 762 1502 0 43980 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 181948

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 20341
/proc/meminfo: memFree=28699332/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=315156 CPUtime=162.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 210268 0 0 0 16183 46 0 0 25 0 1 0 26046209 322719744 75711 4089446400 4194304 10345943 140734983926272 18446744073709551615 5026907 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 78789 75711 770 1502 0 77282 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 315156

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.92 4/179 20343
/proc/meminfo: memFree=28578636/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=410940 CPUtime=222.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 246135 0 0 0 22169 60 0 0 25 0 1 0 26046209 420802560 97457 4089446400 4194304 10345943 140734983926272 18446744073709551615 6865066 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 102735 97457 774 1502 0 101228 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 410940

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.93 3/179 20345
/proc/meminfo: memFree=28526128/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=432676 CPUtime=282.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 306139 0 0 0 28142 87 0 0 25 0 1 0 26046209 443060224 102779 4089446400 4194304 10345943 140734983926272 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 108169 102779 782 1502 0 106662 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 432676

[startup+342.301 s]
/proc/loadavg: 2.03 2.00 1.93 3/179 20347
/proc/meminfo: memFree=28483552/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=444108 CPUtime=342.29
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 328698 0 0 0 34113 116 0 0 25 0 1 0 26046209 454766592 105814 4089446400 4194304 10345943 140734983926272 18446744073709551615 7509258 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 111027 105814 782 1502 0 109520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 444108

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 20349
/proc/meminfo: memFree=28450020/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=449352 CPUtime=402.3
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 347986 0 0 0 40087 143 0 0 25 0 1 0 26046209 460136448 106991 4089446400 4194304 10345943 140734983926272 18446744073709551615 5031451 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 112338 106991 782 1502 0 110831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 449352

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20349
/proc/meminfo: memFree=28415384/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=451976 CPUtime=462.3
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 389138 0 0 0 46056 174 0 0 25 0 1 0 26046209 462823424 107598 4089446400 4194304 10345943 140734983926272 18446744073709551615 6012626 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 112994 107598 794 1502 0 111487 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 451976

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20351
/proc/meminfo: memFree=28381224/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=453268 CPUtime=522.3
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 393361 0 0 0 52028 202 0 0 25 0 1 0 26046209 464146432 107926 4089446400 4194304 10345943 140734983926272 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 113317 107926 794 1502 0 111810 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453268

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20353
/proc/meminfo: memFree=28349300/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=454824 CPUtime=582.3
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 395598 0 0 0 58007 223 0 0 25 0 1 0 26046209 465739776 108225 4089446400 4194304 10345943 140734983926272 18446744073709551615 4218233 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 113706 108225 794 1502 0 112199 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 454824

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/179 20355
/proc/meminfo: memFree=28318996/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=455316 CPUtime=642.3
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 395928 0 0 0 63984 246 0 0 25 0 1 0 26046209 466243584 108555 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 113829 108555 794 1502 0 112322 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 455316

[startup+702.3 s]

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

/proc/meminfo: memFree=28087676/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=472652 CPUtime=1062.31
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 422456 0 0 0 105859 372 0 0 25 0 1 0 26046209 483995648 112564 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118163 112564 799 1502 0 116656 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 472652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20367
/proc/meminfo: memFree=28058848/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=472896 CPUtime=1122.31
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 426989 0 0 0 111843 388 0 0 25 0 1 0 26046209 484245504 112827 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118224 112827 799 1502 0 116717 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 472896

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20369
/proc/meminfo: memFree=28027928/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=473064 CPUtime=1182.31
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 427064 0 0 0 117830 401 0 0 25 0 1 0 26046209 484417536 112902 4089446400 4194304 10345943 140734983926272 18446744073709551615 6040329 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118266 112902 799 1502 0 116759 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 473064

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20371
/proc/meminfo: memFree=27999736/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=473324 CPUtime=1242.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 427136 0 0 0 123814 418 0 0 25 0 1 0 26046209 484683776 112974 4089446400 4194304 10345943 140734983926272 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118331 112974 799 1502 0 116824 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 473324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20373
/proc/meminfo: memFree=27969068/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=473792 CPUtime=1302.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 427316 0 0 0 129792 440 0 0 25 0 1 0 26046209 485163008 113154 4089446400 4194304 10345943 140734983926272 18446744073709551615 4212620 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118448 113154 799 1502 0 116941 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 473792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20382
/proc/meminfo: memFree=27938236/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=473572 CPUtime=1362.31
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 429156 0 0 0 135770 461 0 0 25 0 1 0 26046209 484937728 113045 4089446400 4194304 10345943 140734983926272 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118393 113045 799 1502 0 116886 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 473572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20384
/proc/meminfo: memFree=27907308/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=475008 CPUtime=1422.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 429481 0 0 0 141752 480 0 0 25 0 1 0 26046209 486408192 113370 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085311 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 118752 113370 799 1502 0 117245 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 475008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20386
/proc/meminfo: memFree=27876876/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=477484 CPUtime=1482.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 430055 0 0 0 147735 497 0 0 25 0 1 0 26046209 488943616 113944 4089446400 4194304 10345943 140734983926272 18446744073709551615 4995212 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 119371 113944 799 1502 0 117864 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 477484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20388
/proc/meminfo: memFree=27844840/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=480236 CPUtime=1542.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 430806 0 0 0 153713 519 0 0 25 0 1 0 26046209 491761664 114694 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 120059 114694 799 1502 0 118552 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 480236

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 20390
/proc/meminfo: memFree=27811444/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=482196 CPUtime=1602.33
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 431196 0 0 0 159694 539 0 0 25 0 1 0 26046209 493768704 115084 4089446400 4194304 10345943 140734983926272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 120549 115084 799 1502 0 119042 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 482196

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 20390
/proc/meminfo: memFree=27782620/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=483504 CPUtime=1662.33
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 431570 0 0 0 165672 561 0 0 25 0 1 0 26046209 495108096 115458 4089446400 4194304 10345943 140734983926272 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 120876 115458 799 1502 0 119369 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 483504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20392
/proc/meminfo: memFree=27749964/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=488008 CPUtime=1722.33
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 432563 0 0 0 171652 581 0 0 25 0 1 0 26046209 499720192 116450 4089446400 4194304 10345943 140734983926272 18446744073709551615 4471669 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122002 116450 799 1502 0 120495 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 488008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27718896/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1782.32
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433318 0 0 0 177632 600 0 0 25 0 1 0 26046209 502890496 117205 4089446400 4194304 10345943 140734983926272 18446744073709551615 6715804 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117205 799 1502 0 121269 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 491104

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27717036/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1785.53
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433336 0 0 0 177951 602 0 0 25 0 1 0 26046209 502890496 117223 4089446400 4194304 10345943 140734983926272 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117223 799 1502 0 121269 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 491104

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27715168/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1788.73
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433340 0 0 0 178270 603 0 0 25 0 1 0 26046209 502890496 117227 4089446400 4194304 10345943 140734983926272 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117227 799 1502 0 121269 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 491104

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27715168/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1789.53
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433340 0 0 0 178350 603 0 0 25 0 1 0 26046209 502890496 117227 4089446400 4194304 10345943 140734983926272 18446744073709551615 4995143 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117227 799 1502 0 121269 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 491104

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27715168/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1789.93
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433340 0 0 0 178390 603 0 0 25 0 1 0 26046209 502890496 117227 4089446400 4194304 10345943 140734983926272 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117227 799 1502 0 121269 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 491104

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27715168/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1790.13
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433348 0 0 0 178410 603 0 0 25 0 1 0 26046209 502890496 117235 4089446400 4194304 10345943 140734983926272 18446744073709551615 5088452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117235 800 1502 0 121269 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 491104

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 20394
/proc/meminfo: memFree=27715168/32951124 swapFree=67111528/67111528
[pid=20308] ppid=20306 vsize=491104 CPUtime=1790.23
/proc/20308/stat : 20308 (pbscip.linux.x8) R 20306 20308 19771 0 -1 4202496 433349 0 0 0 178420 603 0 0 25 0 1 0 26046209 502890496 117236 4089446400 4194304 10345943 140734983926272 18446744073709551615 4750372 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20308/statm: 122776 117236 800 1502 0 121269 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 491104

Child status: 0
Real time (s): 1790.24
CPU time (s): 1790.28
CPU user time (s): 1784.22
CPU system time (s): 6.05408
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 491104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.22
system time used= 6.05408
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433352
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= 1
involuntary context switches= 1843

runsolver used 2.80257 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node136 at 2010-07-08 10:38:51
IDJOB=2705045
IDBENCH=79274
IDSOLVER=1214
FILE ID=node136/2705045-1278578331
PBS_JOBID= 11240182
Free space on /tmp= 73368 MiB

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

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=471054735

node136.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.834
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.66
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.834
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.82
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.834
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.74
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.834
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.834
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	: 5426.48
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.834
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.834
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.67
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.834
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:     32951124 kB
MemFree:      27827448 kB
Buffers:        161164 kB
Cached:        3402464 kB
SwapCached:          0 kB
Active:        2254216 kB
Inactive:      2693500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27827448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:     1383876 kB
Mapped:          17416 kB
Slab:           109696 kB
PageTables:       7300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1577452 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= 73356 MiB
End job on node136 at 2010-07-08 11:08:42