Trace number 2705130

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.23 1790.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576151--soft-0-100-0.wbo
MD5SUM2ef467464a5a95a7940c8f8fcd712c57
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 benchmark249.227
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
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-2705130-1278578351.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.12	o 135864
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.358640e+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, 0 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, 0 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) 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  5391 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c    2707 constraints of type <indicator>
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.3
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 = 1789.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 # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
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 # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = 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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.49/0.56	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.358640e+05 |    Inf 
19.89/19.97	c  19.9s| 10000 | 10005 |  3231 |   0.3 |  43M|2151 |   0 |5645 |5414 |5645 | 191 |1000 |   0 | 582 | 0.000000e+00 | 1.358640e+05 |    Inf 
25.79/25.83	o 567
25.79/25.83	c *25.8s| 13982 | 13864 |  3431 |   0.2 |  51M|2530 |   - |5645 |5414 |5645 | 214 |1046 |   0 | 590 | 0.000000e+00 | 5.670000e+02 |    Inf 
35.39/35.46	c  35.4s| 20000 | 19880 |  3841 |   0.2 |  63M|2530 |   0 |5645 |5418 |5645 | 222 |1135 |   4 | 602 | 0.000000e+00 | 5.670000e+02 |    Inf 
35.79/35.83	o 156
35.79/35.83	c *35.8s| 20353 | 15493 |  3843 |   0.2 |  56M|2530 |   - |5645 |5418 |5645 | 222 |1135 |   4 | 602 | 0.000000e+00 | 1.560000e+02 |    Inf 
43.49/43.58	o 149
43.49/43.58	c *43.5s| 23468 | 17778 |  7459 |   0.3 |  65M|2530 |   - |5645 |5893 |5645 | 193 |2049 | 479 |1016 | 0.000000e+00 | 1.490000e+02 |    Inf 
43.49/43.58	o 148
43.49/43.58	c *43.5s| 23469 | 17699 |  7459 |   0.3 |  65M|2530 |   - |5645 |5893 |5645 | 193 |2049 | 479 |1016 | 0.000000e+00 | 1.480000e+02 |    Inf 
62.69/62.73	o 147
62.69/62.73	c *62.7s| 28688 | 21083 | 22477 |   0.8 |  96M|2530 |   - |5645 |8719 |5645 | 251 |6317 |3345 |1404 | 0.000000e+00 | 1.470000e+02 |    Inf 
67.49/67.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.49/67.57	c  67.5s| 30000 | 21864 | 26780 |   0.9 | 103M|2530 |   0 |5645 |9217 |5645 | 213 |7413 |4130 |1450 | 0.000000e+00 | 1.470000e+02 |    Inf 
71.29/71.30	o 144
71.29/71.30	c *71.3s| 31033 | 22241 | 29796 |   1.0 | 108M|2530 |   - |5645 |9393 |5645 | 208 |8247 |4711 |1492 | 0.000000e+00 | 1.440000e+02 |    Inf 
91.90/91.92	o 134
91.90/91.92	c *91.9s| 37328 | 25016 | 41513 |   1.1 | 130M|2530 |   - |5645 |9337 |5645 | 229 |  11k|7840 |1554 | 0.000000e+00 | 1.340000e+02 |    Inf 
91.90/91.93	o 121
91.90/91.93	c *91.9s| 37329 | 23291 | 41513 |   1.1 | 125M|2530 |   - |5645 |9336 |5645 | 229 |  11k|7840 |1554 | 0.000000e+00 | 1.210000e+02 |    Inf 
101.49/101.50	c   101s| 40000 | 24910 | 47685 |   1.2 | 139M|2530 |   0 |5645 |8940 |5645 | 213 |  13k|9334 |1573 | 0.000000e+00 | 1.210000e+02 |    Inf 
135.09/135.16	o 117
135.09/135.16	c * 135s| 49178 | 30135 | 78875 |   1.6 | 188M|2530 |   - |5645 |8070 |5645 | 210 |  22k|  14k|1639 | 0.000000e+00 | 1.170000e+02 |    Inf 
135.49/135.50	o 114
135.49/135.50	c * 135s| 49345 | 29819 | 78924 |   1.6 | 187M|2530 |   - |5645 |8103 |5645 | 211 |  22k|  14k|1639 | 0.000000e+00 | 1.140000e+02 |    Inf 
135.99/136.05	o 100
135.99/136.05	c * 136s| 49652 | 27411 | 78977 |   1.6 | 178M|2530 |   - |5645 |8144 |5645 | 210 |  22k|  14k|1639 | 0.000000e+00 | 1.000000e+02 |    Inf 
136.09/136.13	o 76
136.09/136.13	c * 136s| 49658 | 20932 | 78988 |   1.6 | 139M|2530 |   - |5645 |8050 |5645 | 210 |  22k|  14k|1639 | 0.000000e+00 | 7.600000e+01 |    Inf 
136.89/136.96	o 72
136.89/136.96	c * 137s| 49868 | 20033 | 79767 |   1.6 | 131M|2530 |   - |5645 |7097 |5645 | 236 |  22k|  14k|1645 | 0.000000e+00 | 7.200000e+01 |    Inf 
136.99/137.04	o 70
136.99/137.04	c * 137s| 49889 | 19550 | 79826 |   1.6 | 129M|2530 |   - |5645 |6897 |5645 | 240 |  22k|  14k|1649 | 0.000000e+00 | 7.000000e+01 |    Inf 
136.99/137.07	o 67
136.99/137.07	c * 137s| 49891 | 18939 | 79829 |   1.6 | 124M|2530 |   - |5645 |6807 |5645 | 240 |  22k|  14k|1649 | 0.000000e+00 | 6.700000e+01 |    Inf 
137.09/137.17	o 61
137.09/137.17	c * 137s| 49906 | 17110 | 80011 |   1.6 | 109M|2530 |   - |5645 |6677 |5645 | 253 |  22k|  14k|1661 | 0.000000e+00 | 6.100000e+01 |    Inf 
137.59/137.60	c   138s| 50000 | 17133 | 80571 |   1.6 | 109M|2530 |   0 |5645 |6387 |5645 | 224 |  22k|  14k|1668 | 0.000000e+00 | 6.100000e+01 |    Inf 
151.69/151.74	o 60
151.69/151.74	c * 152s| 54010 | 17536 | 96087 |   1.8 | 115M|2530 |   - |5645 |6516 |5645 | 202 |  27k|  19k|1805 | 0.000000e+00 | 6.000000e+01 |    Inf 
151.79/151.84	o 47
151.79/151.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.79/151.84	c * 152s| 54057 | 14149 | 96088 |   1.8 |  96M|2530 |   - |5645 |6363 |5645 | 202 |  27k|  19k|1805 | 0.000000e+00 | 4.700000e+01 |    Inf 
151.79/151.84	o 46
151.79/151.84	c * 152s| 54058 | 13729 | 96088 |   1.8 |  94M|2530 |   - |5645 |6363 |5645 | 202 |  27k|  19k|1805 | 0.000000e+00 | 4.600000e+01 |    Inf 
152.49/152.57	o 44
152.49/152.57	c * 153s| 54284 | 12663 | 97118 |   1.8 |  90M|2530 |   - |5645 |5838 |5645 | 244 |  27k|  19k|1826 | 0.000000e+00 | 4.400000e+01 |    Inf 
160.80/160.82	o 31
160.80/160.82	c * 161s| 57079 | 10185 |109933 |   1.9 |  81M|2530 |   - |5645 |6772 |5645 | 225 |  31k|  22k|1956 | 0.000000e+00 | 3.100000e+01 |    Inf 
164.30/164.31	o 30
164.30/164.31	c * 164s| 58503 |  9953 |115969 |   2.0 |  81M|2530 |   - |5645 |6237 |5645 | 228 |  32k|  24k|2016 | 0.000000e+00 | 3.000000e+01 |    Inf 
164.30/164.33	o 9
164.30/164.33	c * 164s| 58504 |  6320 |115975 |   2.0 |  64M|2530 |   - |5645 |6237 |5645 | 228 |  32k|  24k|2016 | 0.000000e+00 | 9.000000e+00 |    Inf 
167.29/167.32	c   167s| 60000 |  6043 |124371 |   2.1 |  64M|2530 |   1 |5645 |4793 |5645 | 178 |  33k|  26k|2095 | 0.000000e+00 | 9.000000e+00 |    Inf 
167.79/167.82	o 6
167.79/167.82	c * 168s| 60274 |  5332 |126131 |   2.1 |  61M|2530 |   - |5645 |4724 |5645 | 205 |  34k|  27k|2097 | 0.000000e+00 | 6.000000e+00 |    Inf 
171.69/171.74	o 3
171.69/171.74	c * 172s| 62467 |  4818 |139162 |   2.2 |  60M|2530 |   - |5645 |5336 |5645 | 227 |  36k|  30k|2191 | 0.000000e+00 | 3.000000e+00 |    Inf 
178.29/178.34	o 1
178.29/178.34	c * 178s| 66296 |  4421 |160797 |   2.4 |  59M|2530 |   - |5645 |6731 |5645 | 231 |  39k|  35k|2409 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.09/184.11	c   184s| 70000 |  4417 |177384 |   2.5 |  59M|2530 |   - |5645 |8253 |   0 |   0 |  42k|  40k|2487 | 0.000000e+00 | 1.000000e+00 |    Inf 
200.79/200.85	c   201s| 80000 |  4006 |231853 |   2.9 |  59M|2530 |   1 |5645 |8597 |5645 | 206 |  51k|  53k|2864 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.90/218.98	c   219s| 90000 |  4086 |293789 |   3.3 |  62M|2530 |   - |5645 |  10k|   0 |   0 |  61k|  66k|3135 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.79/237.88	c   238s|100000 |  4226 |355888 |   3.6 |  64M|2530 |  17 |5645 |  10k|5645 | 243 |  74k|  80k|3409 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.20/256.22	c   256s|110000 |  4267 |414470 |   3.8 |  66M|2530 |  27 |5645 |  12k|5645 | 212 |  83k|  93k|3661 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.80/274.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.80/274.83	c   275s|120000 |  4529 |471098 |   3.9 |  69M|2530 |  14 |5645 |  14k|5645 | 255 |  90k| 107k|3852 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.30/294.39	c   294s|130000 |  4466 |534719 |   4.1 |  70M|2530 |   1 |5645 |  13k|5645 | 281 |  97k| 123k|4033 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.80/313.89	c   314s|140000 |  4235 |598925 |   4.3 |  66M|2530 |   5 |5645 |  10k|5645 | 244 | 106k| 137k|4334 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.30/333.32	c   333s|150000 |  4268 |667679 |   4.4 |  67M|2530 |  16 |5645 |  10k|5645 | 210 | 115k| 151k|4536 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.09/352.10	c   352s|160000 |  4565 |724941 |   4.5 |  72M|2530 |   9 |5645 |  12k|5645 | 199 | 126k| 165k|4678 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.60/370.67	c   371s|170000 |  4550 |780576 |   4.6 |  73M|2530 |   1 |5645 |  11k|5645 | 279 | 134k| 179k|4816 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.70/389.76	c   390s|180000 |  4607 |840239 |   4.7 |  75M|2530 |  25 |5645 |  13k|5645 | 248 | 143k| 195k|4961 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.99/409.05	c   409s|190000 |  4766 |898089 |   4.7 |  78M|2530 |   - |5645 |  15k|   0 |   0 | 150k| 210k|5137 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.10/429.12	c   429s|200000 |  4872 |959942 |   4.8 |  80M|2530 |  17 |5645 |  14k|5645 | 241 | 158k| 226k|5255 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.10/448.13	c   448s|210000 |  5016 |  1008k|   4.8 |  83M|2530 |   - |5645 |  15k|   0 |   0 | 164k| 241k|5386 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.80/467.81	c   468s|220000 |  5078 |  1065k|   4.8 |  85M|2530 |   - |5645 |  16k|   0 |   0 | 170k| 257k|5471 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.10/487.14	c   487s|230000 |  4729 |  1120k|   4.9 |  79M|2530 |   - |5645 |  13k|   0 |   0 | 178k| 273k|5606 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.49/506.57	c   507s|240000 |  4794 |  1174k|   4.9 |  82M|2530 |   - |5645 |  15k|   0 |   0 | 184k| 289k|5674 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.70/525.75	c   526s|250000 |  4575 |  1226k|   4.9 |  77M|2530 |   - |5645 |  13k|   0 |   0 | 191k| 303k|5798 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.90/546.96	c   547s|260000 |  4471 |  1302k|   5.0 |  76M|2530 |   - |5645 |  13k|   0 |   0 | 201k| 318k|5960 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.00/565.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.00/565.05	c   565s|270000 |  4548 |  1352k|   5.0 |  76M|2530 |  19 |5645 |  11k|5645 | 224 | 208k| 330k|6118 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.80/582.80	c   583s|280000 |  4585 |  1392k|   5.0 |  77M|2530 |   - |5645 |  12k|   0 |   0 | 212k| 344k|6189 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.61/600.61	c   601s|290000 |  4478 |  1436k|   5.0 |  76M|2530 |   1 |5645 |  12k|5645 | 202 | 218k| 357k|6259 | 0.000000e+00 | 1.000000e+00 |    Inf 
619.80/619.82	c   620s|300000 |  4460 |  1490k|   5.0 |  76M|2530 |   - |5645 |  12k|   0 |   0 | 226k| 372k|6364 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.20/639.26	c   639s|310000 |  4491 |  1542k|   5.0 |  77M|2530 |   - |5645 |  13k|   0 |   0 | 233k| 385k|6444 | 0.000000e+00 | 1.000000e+00 |    Inf 
658.00/658.01	c   658s|320000 |  4408 |  1586k|   5.0 |  75M|2530 |   1 |5645 |  11k|5645 | 221 | 239k| 399k|6561 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.30/675.40	c   675s|330000 |  4485 |  1628k|   4.9 |  76M|2530 |  12 |5645 |  13k|5645 | 229 | 246k| 413k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.70/693.76	c   694s|340000 |  4605 |  1667k|   4.9 |  79M|2530 |  16 |5645 |  16k|5645 | 221 | 252k| 427k|6820 | 0.000000e+00 | 1.000000e+00 |    Inf 
712.50/712.58	c   713s|350000 |  4434 |  1714k|   4.9 |  76M|2530 |  12 |5645 |  12k|5645 | 212 | 259k| 442k|6860 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.50/729.52	c   729s|360000 |  4398 |  1753k|   4.9 |  75M|2530 |   1 |5645 |  12k|5645 | 199 | 265k| 455k|6955 | 0.000000e+00 | 1.000000e+00 |    Inf 
747.50/747.58	c   748s|370000 |  4570 |  1789k|   4.8 |  78M|2530 |  23 |5645 |  14k|5645 | 195 | 269k| 469k|7005 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.70/765.79	c   766s|380000 |  4660 |  1823k|   4.8 |  79M|2530 |   7 |5645 |  14k|5645 | 206 | 273k| 483k|7048 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.20/784.28	c   784s|390000 |  4764 |  1858k|   4.8 |  80M|2530 |   1 |5645 |  15k|5645 | 206 | 278k| 497k|7104 | 0.000000e+00 | 1.000000e+00 |    Inf 
802.61/802.60	c   803s|400000 |  4801 |  1892k|   4.7 |  82M|2530 |   - |5645 |  17k|   0 |   0 | 282k| 511k|7141 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.80/821.86	c   822s|410000 |  4760 |  1932k|   4.7 |  82M|2530 |   1 |5645 |  16k|5645 | 204 | 286k| 525k|7182 | 0.000000e+00 | 1.000000e+00 |    Inf 
840.20/840.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.20/840.29	c   840s|420000 |  4719 |  1968k|   4.7 |  83M|2530 |  10 |5645 |  17k|5645 | 204 | 290k| 539k|7236 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.60/858.68	c   859s|430000 |  4646 |  2008k|   4.7 |  81M|2530 |   - |5645 |  13k|   0 |   0 | 295k| 554k|7275 | 0.000000e+00 | 1.000000e+00 |    Inf 
876.41/876.50	c   876s|440000 |  4610 |  2046k|   4.6 |  82M|2530 |   1 |5645 |  14k|5645 | 200 | 299k| 568k|7317 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.41/894.42	c   894s|450000 |  4267 |  2090k|   4.6 |  76M|2530 |   - |5645 |  12k|   0 |   0 | 306k| 582k|7564 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.11/912.12	c   912s|460000 |  4317 |  2129k|   4.6 |  78M|2530 |   - |5645 |  16k|   0 |   0 | 311k| 596k|7578 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.90/930.94	c   931s|470000 |  3964 |  2181k|   4.6 |  73M|2530 |   1 |5645 |  10k|5645 | 216 | 319k| 609k|7668 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.11/948.17	c   948s|480000 |  3942 |  2227k|   4.6 |  75M|2530 |  17 |5645 |  14k|5645 | 222 | 326k| 623k|7714 | 0.000000e+00 | 1.000000e+00 |    Inf 
966.92/966.96	c   967s|490000 |  3925 |  2280k|   4.7 |  75M|2530 |   - |5645 |  15k|   0 |   0 | 335k| 636k|7759 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.21/988.26	c   988s|500000 |  3891 |  2341k|   4.7 |  75M|2530 |   1 |5645 |  15k|5645 | 205 | 343k| 650k|7837 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.51/1009.54	c  1010s|510000 |  3982 |  2402k|   4.7 |  77M|2530 |  16 |5645 |  19k|5645 | 263 | 351k| 663k|7874 | 0.000000e+00 | 1.000000e+00 |    Inf 
1031.21/1031.28	c  1031s|520000 |  3880 |  2461k|   4.7 |  76M|2530 |   7 |5645 |  16k|5645 | 194 | 360k| 677k|7944 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.20/1051.23	c  1051s|530000 |  3953 |  2513k|   4.7 |  76M|2530 |   - |5645 |  14k|   0 |   0 | 368k| 691k|8031 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.31/1071.38	c  1071s|540000 |  3996 |  2568k|   4.8 |  78M|2530 |   9 |5645 |  16k|5645 | 186 | 377k| 705k|8069 | 0.000000e+00 | 1.000000e+00 |    Inf 
1092.11/1092.16	c  1092s|550000 |  3852 |  2624k|   4.8 |  76M|2530 |   - |5645 |  15k|   0 |   0 | 386k| 719k|8122 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.31/1112.35	c  1112s|560000 |  3954 |  2680k|   4.8 |  76M|2530 |   1 |5645 |  14k|5645 | 218 | 394k| 732k|8279 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.01/1131.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.01/1131.04	c  1131s|570000 |  4025 |  2722k|   4.8 |  77M|2530 |   - |5645 |  14k|   0 |   0 | 400k| 745k|8314 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.11/1150.12	c  1150s|580000 |  4114 |  2763k|   4.8 |  79M|2530 |  10 |5645 |  16k|5645 | 251 | 406k| 758k|8356 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.61/1169.62	c  1170s|590000 |  4097 |  2805k|   4.8 |  79M|2530 |   1 |5645 |  15k|5645 | 215 | 412k| 772k|8404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1189.01/1189.06	c  1189s|600000 |  4150 |  2846k|   4.7 |  80M|2530 |   1 |5645 |  16k|5645 | 209 | 417k| 785k|8448 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.92/1208.99	c  1209s|610000 |  4116 |  2892k|   4.7 |  80M|2530 |  26 |5645 |  15k|5645 | 214 | 423k| 799k|8491 | 0.000000e+00 | 1.000000e+00 |    Inf 
1229.21/1229.24	c  1229s|620000 |  4185 |  2951k|   4.8 |  82M|2530 |   8 |5645 |  19k|5645 | 228 | 432k| 812k|8546 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.11/1249.18	c  1249s|630000 |  4205 |  2998k|   4.8 |  82M|2530 |   7 |5645 |  18k|5645 | 200 | 439k| 826k|8593 | 0.000000e+00 | 1.000000e+00 |    Inf 
1269.32/1269.39	c  1269s|640000 |  4270 |  3044k|   4.8 |  84M|2530 |  24 |5645 |  22k|5645 | 243 | 444k| 840k|8633 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.32/1290.37	c  1290s|650000 |  4325 |  3089k|   4.8 |  85M|2530 |  15 |5645 |  22k|5645 | 233 | 448k| 855k|8667 | 0.000000e+00 | 1.000000e+00 |    Inf 
1311.82/1311.82	c  1312s|660000 |  4346 |  3139k|   4.8 |  84M|2530 |  20 |5645 |  19k|5645 | 238 | 455k| 869k|8727 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.32/1332.39	c  1332s|670000 |  4312 |  3180k|   4.7 |  85M|2530 |   - |5645 |  21k|   0 |   0 | 460k| 884k|8769 | 0.000000e+00 | 1.000000e+00 |    Inf 
1354.12/1354.11	c  1354s|680000 |  4265 |  3237k|   4.8 |  84M|2530 |   1 |5645 |  18k|5645 | 223 | 467k| 898k|8820 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.82/1373.84	c  1374s|690000 |  4432 |  3275k|   4.7 |  86M|2530 |   - |5645 |  20k|   0 |   0 | 472k| 913k|8841 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.02/1393.09	c  1393s|700000 |  4481 |  3314k|   4.7 |  87M|2530 |   4 |5645 |  22k|5645 | 210 | 477k| 928k|8880 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.22/1413.22	c  1413s|710000 |  4540 |  3352k|   4.7 |  88M|2530 |   - |5645 |  22k|   0 |   0 | 482k| 943k|8916 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.32/1433.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1433.32/1433.35	c  1433s|720000 |  4481 |  3391k|   4.7 |  88M|2530 |   1 |5645 |  21k|5645 | 227 | 487k| 958k|8950 | 0.000000e+00 | 1.000000e+00 |    Inf 
1452.62/1452.67	c  1453s|730000 |  4482 |  3426k|   4.7 |  89M|2530 |   - |5645 |  22k|   0 |   0 | 491k| 974k|8982 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.81/1473.81	c  1474s|740000 |  4397 |  3467k|   4.7 |  86M|2530 |   - |5645 |  17k|   0 |   0 | 496k| 988k|9108 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.72/1493.77	c  1494s|750000 |  4647 |  3508k|   4.7 |  89M|2530 |   - |5645 |  19k|   0 |   0 | 504k|1002k|9182 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.12/1515.14	c  1515s|760000 |  4758 |  3558k|   4.7 |  91M|2530 |   - |5645 |  20k|   0 |   0 | 512k|1018k|9210 | 0.000000e+00 | 1.000000e+00 |    Inf 
1535.62/1535.62	c  1536s|770000 |  4757 |  3599k|   4.7 |  90M|2530 |  10 |5645 |  18k|5645 | 211 | 517k|1033k|9260 | 0.000000e+00 | 1.000000e+00 |    Inf 
1556.12/1556.14	c  1556s|780000 |  4935 |  3644k|   4.7 |  93M|2530 |   1 |5645 |  20k|5645 | 231 | 523k|1047k|9288 | 0.000000e+00 | 1.000000e+00 |    Inf 
1577.63/1577.64	c  1578s|790000 |  5005 |  3692k|   4.7 |  94M|2530 |   - |5645 |  20k|   0 |   0 | 529k|1063k|9327 | 0.000000e+00 | 1.000000e+00 |    Inf 
1598.72/1598.71	c  1599s|800000 |  5028 |  3739k|   4.7 |  94M|2530 |   1 |5645 |  20k|5645 | 204 | 536k|1078k|9374 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.32/1619.37	c  1619s|810000 |  5018 |  3781k|   4.7 |  94M|2530 |   9 |5645 |  20k|5645 | 243 | 542k|1093k|9416 | 0.000000e+00 | 1.000000e+00 |    Inf 
1640.63/1640.68	c  1641s|820000 |  4937 |  3827k|   4.7 |  94M|2530 |   1 |5645 |  20k|5645 | 187 | 547k|1109k|9456 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.12/1661.17	c  1661s|830000 |  4984 |  3876k|   4.7 |  94M|2530 |   1 |5645 |  19k|5645 | 223 | 554k|1124k|9535 | 0.000000e+00 | 1.000000e+00 |    Inf 
1681.32/1681.31	c  1681s|840000 |  5020 |  3914k|   4.7 |  96M|2530 |   1 |5645 |  22k|5645 | 213 | 559k|1138k|9550 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.23/1703.28	c  1703s|850000 |  4962 |  3959k|   4.7 |  95M|2530 |   - |5645 |  20k|   0 |   0 | 563k|1152k|9580 | 0.000000e+00 | 1.000000e+00 |    Inf 
1724.33/1724.40	c  1724s|860000 |  4937 |  4006k|   4.7 |  95M|2530 |   1 |5645 |  20k|5645 | 242 | 569k|1168k|9626 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.02/1746.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.02/1746.07	c  1746s|870000 |  4938 |  4053k|   4.7 |  95M|2530 |   - |5645 |  20k|   0 |   0 | 574k|1185k|9658 | 0.000000e+00 | 1.000000e+00 |    Inf 
1766.43/1766.49	c  1766s|880000 |  4938 |  4107k|   4.7 |  96M|2530 |   - |5645 |  22k|   0 |   0 | 581k|1202k|9695 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.93/1786.91	c  1787s|890000 |  4986 |  4155k|   4.7 |  97M|2530 |   - |5645 |  22k|   0 |   0 | 588k|1217k|9752 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.97
1790.02/1790.00	c Solving Nodes      : 891573
1790.02/1790.00	c Primal Bound       : +1.00000000000000e+00 (144 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.07	s SATISFIABLE
1790.02/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.02/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.02/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.02/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.02/1790.07	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.02/1790.07	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.02/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.02/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.02/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.02/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.02/1790.07	v -x1 
1790.02/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.07	c Solving Time       :    1789.97
1790.02/1790.07	c Original Problem   :
1790.02/1790.07	c   Problem name     : HOME/instance-2705130-1278578351.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.07	c Presolved Problem  :
1790.02/1790.07	c   Problem name     : t_HOME/instance-2705130-1278578351.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5414 initial, 24563 maximal
1790.02/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.02/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.02/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.02/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.07	c   integral         :          0          0          0     572075          0         18        786          0          0     923306
1790.02/1790.07	c   linear           :       2707          6    4910059     109507          1     346057   21690920     590045          0          0
1790.02/1790.07	c   indicator        :       2707          0     255470      51271          0        311    3500515          0          0          0
1790.02/1790.07	c   logicor          :          0+         0    1462169          0          0      91223    1946674          0          0          0
1790.02/1790.07	c   bounddisjunction :          0+         0     423139          0          0         99       4071          0          0          0
1790.02/1790.07	c   countsols        :          0          0          0      42947          1          0          0          0          0          0
1790.02/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.07	c   integral         :      15.38       0.00       0.00      15.38       0.00
1790.02/1790.07	c   linear           :     257.55       0.00     245.28      12.27       0.00
1790.02/1790.07	c   indicator        :      26.92       0.00      15.86      11.06       0.00
1790.02/1790.07	c   logicor          :     227.65       0.00     227.65       0.00       0.00
1790.02/1790.07	c   bounddisjunction :       1.94       0.00       1.94       0.00       0.00
1790.02/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.02/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.07	c   vbounds          :       0.82      20475          0       5946
1790.02/1790.07	c   rootredcost      :       0.70         26          0       2707
1790.02/1790.07	c   pseudoobj        :     175.20    4915622       5380    3151329
1790.02/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.07	c   propagation      :      29.40     442759     442588    2806218       33.2      16294       28.0          -
1790.02/1790.07	c   infeasible LP    :       4.63      13276      13276     107038       42.7        108       22.7          0
1790.02/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.07	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1790.02/1790.07	c   applied globally :          -          -          -    1219840       25.2          -          -          -
1790.02/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.02/1790.07	c   redcost          :      53.06     573528          0     399450          0          0
1790.02/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.02/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.02/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.02/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.02/1790.07	c   flowcover        :       0.03          4          0          0          0          0
1790.02/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.02/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.07	c   rapidlearning    :       0.18          1          0          0          0          0
1790.02/1790.07	c Pricers            :       Time      Calls       Vars
1790.02/1790.07	c   problem variables:       0.00          0          0
1790.02/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.07	c   relpscost        :      14.93     462305         18        786          0          0     923306
1790.02/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   inference        :      23.09      42922          0          0          0          0      85948
1790.02/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.07	c   LP solutions     :       0.09          -         26
1790.02/1790.07	c   pseudo solutions :       0.00          -          0
1790.02/1790.07	c   feaspump         :       0.00          0          0
1790.02/1790.07	c   intshifting      :       0.00          0          0
1790.02/1790.07	c   oneopt           :       0.38         22          0
1790.02/1790.07	c   guideddiving     :       0.08         21          0
1790.02/1790.07	c   fracdiving       :       0.07         38          0
1790.02/1790.07	c   coefdiving       :       0.08         38          0
1790.02/1790.07	c   pscostdiving     :       0.08         38          0
1790.02/1790.07	c   veclendiving     :       0.08         39          0
1790.02/1790.07	c   linesearchdiving :       0.08         39          0
1790.02/1790.07	c   rootsoldiving    :       0.08         37          0
1790.02/1790.07	c   objpscostdiving  :       0.08         38          0
1790.02/1790.07	c   crossover        :       1.55         37         11
1790.02/1790.07	c   trivial          :       0.07          2          2
1790.02/1790.07	c   simplerounding   :       0.70     462419          0
1790.02/1790.07	c   zirounding       :       0.40       1000          0
1790.02/1790.07	c   rounding         :       1.11       9501          0
1790.02/1790.07	c   shifting         :       0.62       3018          0
1790.02/1790.07	c   twoopt           :       0.00          0          0
1790.02/1790.07	c   fixandinfer      :       0.00          0          0
1790.02/1790.07	c   intdiving        :       0.00          0          0
1790.02/1790.07	c   actconsdiving    :       0.00          0          0
1790.02/1790.07	c   octane           :       0.00          0          0
1790.02/1790.07	c   rens             :       0.03          1          0
1790.02/1790.07	c   rins             :       0.00          0          0
1790.02/1790.07	c   localbranching   :       0.00          0          0
1790.02/1790.07	c   mutation         :       0.00          0          0
1790.02/1790.07	c   dins             :       0.00          0          0
1790.02/1790.07	c   undercover       :       0.00          0          0
1790.02/1790.07	c   nlp              :       0.14          0          0
1790.02/1790.07	c   trysol           :       0.39        259        105
1790.02/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.07	c   dual LP          :     475.69     545197    4161371       7.63    8748.14
1790.02/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.07	c   diving/probing LP:       0.08         60        506       8.43    6353.03
1790.02/1790.07	c   strong branching :      11.53       9752     123701      12.68   10732.12
1790.02/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.02/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.07	c B&B Tree           :
1790.02/1790.07	c   number of runs   :          1
1790.02/1790.07	c   nodes            :     891573
1790.02/1790.07	c   nodes (total)    :     891573
1790.02/1790.07	c   nodes left       :       4975
1790.02/1790.07	c   max depth        :       2530
1790.02/1790.07	c   max depth (total):       2530
1790.02/1790.07	c   backtracks       :      80727 (9.1%)
1790.02/1790.07	c   delayed cutoffs  :      76316
1790.02/1790.07	c   repropagations   :    2566165 (4892698 domain reductions, 69356 cutoffs)
1790.02/1790.07	c   avg switch length:       7.24
1790.02/1790.07	c   switching time   :     264.01
1790.02/1790.07	c Solution           :
1790.02/1790.07	c   Solutions found  :        144 (27 improvements)
1790.02/1790.07	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 66296 nodes, 178.30 seconds, depth 31, found by <relaxation>)
1790.02/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.07	c   Gap              :   infinite
1790.02/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.07	c   Root Iterations  :        184
1790.12/1790.19	c Time complete: 1790.22.

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-2705130-1278578351/watcher-2705130-1278578351 -o /tmp/evaluation-result-2705130-1278578351/solver-2705130-1278578351 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705130-1278578351.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.02 2.02 1.95 3/178 21220
/proc/meminfo: memFree=30251460/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=12336 CPUtime=0
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 1922 0 0 0 0 0 0 0 21 0 1 0 26047660 12632064 1841 4089446400 4194304 10345943 140733369183632 18446744073709551615 9134643 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21220/statm: 3084 1849 429 1502 0 1577 0

[startup+0.0880119 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 21220
/proc/meminfo: memFree=30251460/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=38020 CPUtime=0.08
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 8448 0 0 0 7 1 0 0 21 0 1 0 26047660 38932480 8013 4089446400 4194304 10345943 140733369183632 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38020

[startup+0.100993 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 21220
/proc/meminfo: memFree=30251460/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=38020 CPUtime=0.09
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 8448 0 0 0 8 1 0 0 21 0 1 0 26047660 38932480 8013 4089446400 4194304 10345943 140733369183632 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300961 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 21220
/proc/meminfo: memFree=30251460/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=70104 CPUtime=0.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 16212 0 0 0 27 2 0 0 21 0 1 0 26047660 71786496 15777 4089446400 4194304 10345943 140733369183632 18446744073709551615 4687791 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700861 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 21220
/proc/meminfo: memFree=30251460/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=65264 CPUtime=0.69
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 16892 0 0 0 67 2 0 0 22 0 1 0 26047660 66830336 15052 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50076 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30192800/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=65264 CPUtime=1.49
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 16894 0 0 0 146 3 0 0 25 0 1 0 26047660 66830336 15054 4089446400 4194304 10345943 140733369183632 18446744073709551615 4243640 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10048 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30192056/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=65264 CPUtime=3.09
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 16897 0 0 0 306 3 0 0 25 0 1 0 26047660 66830336 15057 4089446400 4194304 10345943 140733369183632 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 16316 15057 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30089 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30180196/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=73372 CPUtime=6.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 19305 0 0 0 625 4 0 0 25 0 1 0 26047660 75132928 16857 4089446400 4194304 10345943 140733369183632 18446744073709551615 5926636 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 18343 16857 754 1502 0 16836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73372

[startup+12.7007 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30180116/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=73372 CPUtime=12.69
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 20937 0 0 0 1265 4 0 0 25 0 1 0 26047660 75132928 17124 4089446400 4194304 10345943 140733369183632 18446744073709551615 6559511 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21220/statm: 18343 17124 754 1502 0 16836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73372

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30151564/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=97100 CPUtime=25.49
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 27859 0 0 0 2543 6 0 0 25 0 1 0 26047660 99430400 22834 4089446400 4194304 10345943 140733369183632 18446744073709551615 6777593 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 24275 22834 754 1502 0 22768 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97100

[startup+51.1008 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 21222
/proc/meminfo: memFree=30085440/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=128328 CPUtime=51.09
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 45589 0 0 0 5099 10 0 0 25 0 1 0 26047660 131407872 30895 4089446400 4194304 10345943 140733369183632 18446744073709551615 4962574 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 32082 30895 762 1502 0 30575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128328

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 21224
/proc/meminfo: memFree=29894252/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=268196 CPUtime=102.3
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 108646 0 0 0 10210 20 0 0 25 0 1 0 26047660 274632704 64350 4089446400 4194304 10345943 140733369183632 18446744073709551615 6754448 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 67049 64350 762 1502 0 65542 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 268196

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21225
/proc/meminfo: memFree=29691588/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=378144 CPUtime=162.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 166747 0 0 0 16195 34 0 0 25 0 1 0 26047660 387219456 90086 4089446400 4194304 10345943 140733369183632 18446744073709551615 6518703 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 94536 90086 774 1502 0 93029 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 378144

[startup+222.301 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 21227
/proc/meminfo: memFree=29619104/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=395032 CPUtime=222.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 209629 0 0 0 22178 51 0 0 25 0 1 0 26047660 404512768 94598 4089446400 4194304 10345943 140733369183632 18446744073709551615 6557915 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 98758 94598 783 1502 0 97251 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 395032

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 21228
/proc/meminfo: memFree=29610252/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=395032 CPUtime=282.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 210814 0 0 0 28167 62 0 0 25 0 1 0 26047660 404512768 94611 4089446400 4194304 10345943 140733369183632 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 98758 94611 783 1502 0 97251 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 395032

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21230
/proc/meminfo: memFree=29599028/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=395032 CPUtime=342.3
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 210816 0 0 0 34155 75 0 0 25 0 1 0 26047660 404512768 94613 4089446400 4194304 10345943 140733369183632 18446744073709551615 4962572 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 98758 94613 783 1502 0 97251 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 395032

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21232
/proc/meminfo: memFree=29587072/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=396056 CPUtime=402.29
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 211094 0 0 0 40143 86 0 0 25 0 1 0 26047660 405561344 94891 4089446400 4194304 10345943 140733369183632 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 99014 94891 783 1502 0 97507 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 396056

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21233
/proc/meminfo: memFree=29577360/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=402116 CPUtime=462.3
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 212288 0 0 0 46133 97 0 0 25 0 1 0 26047660 411766784 96085 4089446400 4194304 10345943 140733369183632 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 100529 96085 783 1502 0 99022 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 402116

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21235
/proc/meminfo: memFree=29574456/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=402652 CPUtime=522.3
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 212601 0 0 0 52122 108 0 0 25 0 1 0 26047660 412315648 96398 4089446400 4194304 10345943 140733369183632 18446744073709551615 5614665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 100663 96398 783 1502 0 99156 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 402652

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 21236
/proc/meminfo: memFree=29569948/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=402408 CPUtime=582.3
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 216759 0 0 0 58112 118 0 0 25 0 1 0 26047660 412065792 96285 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 100602 96285 783 1502 0 99095 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 402408

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21238
/proc/meminfo: memFree=29566688/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=402776 CPUtime=642.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 216965 0 0 0 64102 129 0 0 25 0 1 0 26047660 412442624 96491 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 100694 96491 783 1502 0 99187 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 402776

[startup+702.3 s]

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

/proc/meminfo: memFree=29544960/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=404500 CPUtime=1002.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219136 0 0 0 100049 182 0 0 25 0 1 0 26047660 414208000 96922 4089446400 4194304 10345943 140733369183632 18446744073709551615 6119802 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101125 96922 783 1502 0 99618 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 404500

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/179 21249
/proc/meminfo: memFree=29540184/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=404500 CPUtime=1062.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219208 0 0 0 106039 192 0 0 25 0 1 0 26047660 414208000 96994 4089446400 4194304 10345943 140733369183632 18446744073709551615 5089487 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101125 96994 783 1502 0 99618 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 404500

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21251
/proc/meminfo: memFree=29534668/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=405588 CPUtime=1122.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219434 0 0 0 112029 202 0 0 25 0 1 0 26047660 415322112 96840 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101397 96840 783 1502 0 99890 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 405588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21252
/proc/meminfo: memFree=29530912/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=405588 CPUtime=1182.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219497 0 0 0 118021 210 0 0 25 0 1 0 26047660 415322112 96903 4089446400 4194304 10345943 140733369183632 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101397 96903 783 1502 0 99890 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 405588

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21254
/proc/meminfo: memFree=29527388/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=405588 CPUtime=1242.31
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219515 0 0 0 124012 219 0 0 25 0 1 0 26047660 415322112 96921 4089446400 4194304 10345943 140733369183632 18446744073709551615 7519517 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101397 96921 783 1502 0 99890 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 405588

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21256
/proc/meminfo: memFree=29523612/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=405744 CPUtime=1302.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219820 0 0 0 130005 227 0 0 25 0 1 0 26047660 415481856 97226 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101436 97226 794 1502 0 99929 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 405744

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/179 21266
/proc/meminfo: memFree=29516428/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=406060 CPUtime=1362.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 219861 0 0 0 135996 236 0 0 25 0 1 0 26047660 415805440 97267 4089446400 4194304 10345943 140733369183632 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101515 97267 794 1502 0 100008 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 406060

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 21268
/proc/meminfo: memFree=29513040/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=407252 CPUtime=1422.33
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 220127 0 0 0 141987 246 0 0 25 0 1 0 26047660 417026048 97533 4089446400 4194304 10345943 140733369183632 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 101813 97533 794 1502 0 100306 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 407252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21269
/proc/meminfo: memFree=29509896/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=408720 CPUtime=1482.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 220523 0 0 0 147979 253 0 0 25 0 1 0 26047660 418529280 97928 4089446400 4194304 10345943 140733369183632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 102180 97928 794 1502 0 100673 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 408720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21271
/proc/meminfo: memFree=29507008/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=410124 CPUtime=1542.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 220750 0 0 0 153971 261 0 0 25 0 1 0 26047660 419966976 98153 4089446400 4194304 10345943 140733369183632 18446744073709551615 9266123 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 102531 98153 794 1502 0 101024 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 410124

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/179 21273
/proc/meminfo: memFree=29503732/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=412464 CPUtime=1602.33
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 221326 0 0 0 159962 271 0 0 25 0 1 0 26047660 422363136 98729 4089446400 4194304 10345943 140733369183632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103116 98729 794 1502 0 101609 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 412464

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/179 21274
/proc/meminfo: memFree=29501432/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=412464 CPUtime=1662.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 221428 0 0 0 165956 276 0 0 25 0 1 0 26047660 422363136 98831 4089446400 4194304 10345943 140733369183632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103116 98831 794 1502 0 101609 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 412464

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 21276
/proc/meminfo: memFree=29498920/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413992 CPUtime=1722.32
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 221809 0 0 0 171945 287 0 0 25 0 1 0 26047660 423927808 99212 4089446400 4194304 10345943 140733369183632 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103498 99212 794 1502 0 101991 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 413992

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29895068/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413960 CPUtime=1782.33
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223696 0 0 0 177936 297 0 0 25 0 1 0 26047660 423895040 99143 4089446400 4194304 10345943 140733369183632 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103490 99143 794 1502 0 101983 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 413960

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

[startup+1785.5 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29894200/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413960 CPUtime=1785.53
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223699 0 0 0 178255 298 0 0 25 0 1 0 26047660 423895040 99146 4089446400 4194304 10345943 140733369183632 18446744073709551615 4212498 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103490 99146 794 1502 0 101983 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 413960

[startup+1788.7 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29890480/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413960 CPUtime=1788.73
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223701 0 0 0 178575 298 0 0 25 0 1 0 26047660 423895040 99148 4089446400 4194304 10345943 140733369183632 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103490 99148 794 1502 0 101983 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 413960

[startup+1789.5 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29890480/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413960 CPUtime=1789.53
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223701 0 0 0 178655 298 0 0 25 0 1 0 26047660 423895040 99148 4089446400 4194304 10345943 140733369183632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103490 99148 794 1502 0 101983 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 413960

[startup+1789.9 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29888512/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413960 CPUtime=1789.93
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223703 0 0 0 178695 298 0 0 25 0 1 0 26047660 423895040 99150 4089446400 4194304 10345943 140733369183632 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21220/statm: 103490 99150 794 1502 0 101983 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 413960

[startup+1790.1 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 21304
/proc/meminfo: memFree=29888512/32951124 swapFree=67111528/67111528
[pid=21220] ppid=21218 vsize=413976 CPUtime=1790.12
/proc/21220/stat : 21220 (pbscip.linux.x8) R 21218 21220 20708 0 -1 4202496 223770 0 0 0 178714 298 0 0 18 0 1 0 26047660 423911424 99217 4089446400 4194304 10345943 140733369183632 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21220/statm: 103494 99217 795 1502 0 101987 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 413976

Child status: 0
Real time (s): 1790.19
CPU time (s): 1790.23
CPU user time (s): 1787.23
CPU system time (s): 3.00254
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 414544

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

runsolver used 3.38748 second user time and 5.59915 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-08 10:39:11
IDJOB=2705130
IDBENCH=79310
IDSOLVER=1214
FILE ID=node137/2705130-1278578351
PBS_JOBID= 11240180
Free space on /tmp= 73596 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.1900576151--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-2705130-1278578351/watcher-2705130-1278578351 -o /tmp/evaluation-result-2705130-1278578351/solver-2705130-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705130-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2ef467464a5a95a7940c8f8fcd712c57
RANDOM SEED=764370404

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30251864 kB
Buffers:        163024 kB
Cached:        2243108 kB
SwapCached:          0 kB
Active:        1264616 kB
Inactive:      1282128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30251864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25936 kB
Writeback:           0 kB
AnonPages:      140628 kB
Mapped:          17512 kB
Slab:            87752 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288300 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= 73584 MiB
End job on node137 at 2010-07-08 11:09:01