Trace number 2705005

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.32 1790.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUMc6df963ff1848506ee15e7c5bdbc3c3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark61.5106
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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-2705005-1278576801.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.10/0.13	o 136179
0.10/0.13	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.10/0.13	c presolving:
0.10/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.10/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.10/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.10/0.19	c presolving (3 rounds):
0.10/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.19	c  5391 implications, 0 cliques
0.10/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.10/0.19	c    2707 constraints of type <linear>
0.10/0.19	c    2707 constraints of type <indicator>
0.10/0.19	c transformed objective value is always integral (scale: 1)
0.10/0.19	c Presolving Time: 0.14
0.10/0.19	c - non default parameters ----------------------------------------------------------------------
0.10/0.19	c # SCIP version 1.2.1.3
0.10/0.19	c 
0.10/0.19	c # frequency for displaying node information lines
0.10/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.19	c display/freq = 10000
0.10/0.19	c 
0.10/0.19	c # maximal time in seconds to run
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/time = 1789.97
0.10/0.19	c 
0.10/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/memory = 3420
0.10/0.19	c 
0.10/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.10/0.19	c # [type: int, range: [1,2], default: 1]
0.10/0.19	c timing/clocktype = 2
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify inequalities
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/linear/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/indicator/addCouplingCons = TRUE
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify knapsacks
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.19	c separating/rapidlearning/freq = 0
0.10/0.19	c 
0.10/0.19	c -----------------------------------------------------------------------------------------------
0.10/0.19	c start solving
0.10/0.19	c 
0.20/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.20/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.49/0.58	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.361790e+05 |    Inf 
10.19/10.27	o 347
10.19/10.27	c *10.2s|  4306 |  4145 |  2734 |   0.6 |  33M|2477 |   - |5645 |5415 |5645 | 207 | 813 |   1 | 543 | 0.000000e+00 | 3.470000e+02 |    Inf 
21.79/21.83	c  21.8s| 10000 |  9839 |  3207 |   0.3 |  45M|2477 |   0 |5645 |5415 |5645 | 216 | 923 |   1 | 566 | 0.000000e+00 | 3.470000e+02 |    Inf 
43.79/43.81	c  43.8s| 20000 | 19832 |  4084 |   0.2 |  66M|2477 |   0 |5645 |5426 |5645 | 197 |1156 |  12 | 626 | 0.000000e+00 | 3.470000e+02 |    Inf 
65.69/65.78	c  65.7s| 30000 | 29830 |  5000 |   0.2 |  86M|2477 |   0 |5645 |5427 |5645 | 227 |1434 |  13 | 657 | 0.000000e+00 | 3.470000e+02 |    Inf 
86.49/86.58	o 296
86.49/86.58	c *86.5s| 39588 | 38353 |  5731 |   0.1 | 104M|2477 |   - |5645 |5464 |5645 | 239 |1705 |  50 | 675 | 0.000000e+00 | 2.960000e+02 |    Inf 
87.49/87.57	c  87.5s| 40000 | 38758 |  5792 |   0.1 | 105M|2477 |   0 |5645 |5473 |5645 | 215 |1715 |  59 | 675 | 0.000000e+00 | 2.960000e+02 |    Inf 
88.69/88.77	o 231
88.69/88.77	c *88.7s| 40506 | 36704 |  5938 |   0.1 | 101M|2477 |   - |5645 |5506 |5645 | 219 |1752 |  92 | 678 | 0.000000e+00 | 2.310000e+02 |    Inf 
89.10/89.14	o 212
89.10/89.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.10/89.14	c *89.1s| 40629 | 36204 |  6053 |   0.1 | 100M|2477 |   - |5645 |5520 |5645 | 213 |1776 | 106 | 678 | 0.000000e+00 | 2.120000e+02 |    Inf 
91.79/91.88	o 203
91.79/91.88	c *91.8s| 41399 | 36642 |  7191 |   0.2 | 103M|2477 |   - |5645 |5753 |5645 | 197 |2110 | 339 | 725 | 0.000000e+00 | 2.030000e+02 |    Inf 
95.29/95.30	o 176
95.29/95.30	c *95.3s| 42376 | 35851 |  8256 |   0.2 | 103M|2477 |   - |5645 |6095 |5645 | 221 |2450 | 681 | 763 | 0.000000e+00 | 1.760000e+02 |    Inf 
105.70/105.73	o 150
105.70/105.73	c * 106s| 45209 | 34389 | 12143 |   0.3 | 108M|2477 |   - |5645 |7404 |5645 | 229 |3439 |1990 | 884 | 0.000000e+00 | 1.500000e+02 |    Inf 
107.30/107.31	o 141
107.30/107.31	c * 107s| 45583 | 32562 | 12792 |   0.3 | 106M|2477 |   - |5645 |7592 |5645 | 242 |3604 |2178 | 921 | 0.000000e+00 | 1.410000e+02 |    Inf 
109.90/109.97	o 140
109.90/109.97	c * 110s| 46162 | 32684 | 13825 |   0.3 | 110M|2477 |   - |5645 |7973 |5645 | 231 |3878 |2562 | 988 | 0.000000e+00 | 1.400000e+02 |    Inf 
112.80/112.87	o 116
112.80/112.87	c * 113s| 46894 | 25285 | 14815 |   0.3 |  97M|2477 |   - |5645 |8370 |5645 | 249 |4120 |2972 |1018 | 0.000000e+00 | 1.160000e+02 |    Inf 
114.80/114.81	o 106
114.80/114.81	c * 115s| 47285 | 22374 | 15367 |   0.3 |  92M|2477 |   - |5645 |8544 |5645 | 214 |4262 |3180 |1033 | 0.000000e+00 | 1.060000e+02 |    Inf 
116.50/116.57	o 86
116.50/116.57	c * 117s| 47707 | 15340 | 16042 |   0.3 |  78M|2477 |   - |5645 |8713 |5645 | 208 |4429 |3388 |1058 | 0.000000e+00 | 8.600000e+01 |    Inf 
116.90/116.98	o 69
116.90/116.98	c * 117s| 47809 | 10757 | 16187 |   0.3 |  65M|2477 |   - |5645 |8277 |5645 | 196 |4455 |3429 |1060 | 0.000000e+00 | 6.900000e+01 |    Inf 
117.80/117.86	o 67
117.80/117.86	c * 118s| 48040 | 10458 | 16892 |   0.3 |  65M|2477 |   - |5645 |7869 |5645 | 201 |4644 |3526 |1083 | 0.000000e+00 | 6.700000e+01 |    Inf 
117.80/117.87	o 60
117.80/117.87	c * 118s| 48041 |  8961 | 16892 |   0.3 |  62M|2477 |   - |5645 |7869 |5645 | 201 |4644 |3526 |1083 | 0.000000e+00 | 6.000000e+01 |    Inf 
118.59/118.62	o 59
118.59/118.62	c * 119s| 48227 |  8774 | 17619 |   0.4 |  62M|2477 |   - |5645 |7563 |5645 | 230 |4773 |3837 |1122 | 0.000000e+00 | 5.900000e+01 |    Inf 
118.59/118.63	o 51
118.59/118.63	c * 119s| 48228 |  7237 | 17619 |   0.4 |  58M|2477 |   - |5645 |7563 |5645 | 230 |4773 |3837 |1122 | 0.000000e+00 | 5.100000e+01 |    Inf 
118.69/118.78	o 49
118.69/118.78	c * 119s| 48251 |  6697 | 17868 |   0.4 |  56M|2477 |   - |5645 |7229 |5645 | 220 |4812 |3854 |1133 | 0.000000e+00 | 4.900000e+01 |    Inf 
122.50/122.56	o 28
122.50/122.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.50/122.56	c * 123s| 49253 |  3588 | 21226 |   0.4 |  46M|2477 |   - |5645 |7900 |5645 | 239 |5581 |4942 |1242 | 0.000000e+00 | 2.800000e+01 |    Inf 
122.50/122.57	o 13
122.50/122.57	c * 123s| 49254 |  2033 | 21226 |   0.4 |  42M|2477 |   - |5645 |7900 |5645 | 239 |5581 |4942 |1242 | 0.000000e+00 | 1.300000e+01 |    Inf 
122.60/122.64	o 12
122.60/122.64	c * 123s| 49275 |  1945 | 21360 |   0.4 |  41M|2477 |   - |5645 |6408 |5645 | 232 |5607 |4950 |1244 | 0.000000e+00 | 1.200000e+01 |    Inf 
122.60/122.64	o 11
122.60/122.64	c * 123s| 49276 |  1632 | 21360 |   0.4 |  39M|2477 |   - |5645 |6408 |5645 | 232 |5607 |4950 |1244 | 0.000000e+00 | 1.100000e+01 |    Inf 
124.30/124.35	c   124s| 50000 |  1668 | 24492 |   0.5 |  40M|2477 |   - |5645 |6847 |   0 |   0 |6111 |5836 |1433 | 0.000000e+00 | 1.100000e+01 |    Inf 
144.69/144.73	c   145s| 60000 |  2042 | 64154 |   1.1 |  45M|2477 |   - |5645 |8146 |   0 |   0 |  13k|  17k|1746 | 0.000000e+00 | 1.100000e+01 |    Inf 
165.70/165.74	c   166s| 70000 |  2325 |105460 |   1.5 |  49M|2477 |   1 |5645 |8958 |5645 | 188 |  20k|  31k|1993 | 0.000000e+00 | 1.100000e+01 |    Inf 
187.40/187.43	c   187s| 80000 |  2598 |148156 |   1.8 |  53M|2477 |  18 |5645 |  10k|5645 | 194 |  28k|  44k|2343 | 0.000000e+00 | 1.100000e+01 |    Inf 
209.20/209.21	c   209s| 90000 |  2849 |188814 |   2.1 |  57M|2477 |   - |5645 |  12k|   0 |   0 |  36k|  56k|2630 | 0.000000e+00 | 1.100000e+01 |    Inf 
231.80/231.80	c   232s|100000 |  2897 |231580 |   2.3 |  59M|2477 |   6 |5645 |  11k|5645 | 235 |  44k|  70k|2890 | 0.000000e+00 | 1.100000e+01 |    Inf 
257.30/257.32	c   257s|110000 |  3153 |287542 |   2.6 |  63M|2477 |  23 |5645 |  13k|5645 | 285 |  55k|  84k|3207 | 0.000000e+00 | 1.100000e+01 |    Inf 
281.80/281.88	c   282s|120000 |  3193 |344809 |   2.9 |  65M|2477 |  11 |5645 |  12k|5645 | 244 |  63k|  99k|3460 | 0.000000e+00 | 1.100000e+01 |    Inf 
305.50/305.50	c   305s|130000 |  3209 |388119 |   3.0 |  66M|2477 |  10 |5645 |  11k|5645 | 248 |  71k| 112k|3668 | 0.000000e+00 | 1.100000e+01 |    Inf 
327.50/327.54	c   328s|140000 |  3275 |425635 |   3.0 |  67M|2477 |   - |5645 |  10k|   0 |   0 |  77k| 125k|3849 | 0.000000e+00 | 1.100000e+01 |    Inf 
350.80/350.80	c   351s|150000 |  3374 |468148 |   3.1 |  71M|2477 |   1 |5645 |  14k|5645 | 249 |  85k| 139k|3992 | 0.000000e+00 | 1.100000e+01 |    Inf 
374.40/374.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.40/374.48	c   374s|160000 |  3548 |506281 |   3.2 |  73M|2477 |   1 |5645 |  15k|5645 | 224 |  91k| 154k|4153 | 0.000000e+00 | 1.100000e+01 |    Inf 
399.31/399.37	c   399s|170000 |  3747 |549273 |   3.2 |  76M|2477 |   4 |5645 |  17k|5645 | 259 |  99k| 169k|4297 | 0.000000e+00 | 1.100000e+01 |    Inf 
423.71/423.73	c   424s|180000 |  3854 |587984 |   3.3 |  78M|2477 |   - |5645 |  15k|   0 |   0 | 106k| 183k|4455 | 0.000000e+00 | 1.100000e+01 |    Inf 
447.91/447.95	c   448s|190000 |  3870 |626129 |   3.3 |  80M|2477 |   1 |5645 |  14k|5645 | 252 | 112k| 198k|4558 | 0.000000e+00 | 1.100000e+01 |    Inf 
472.11/472.15	c   472s|200000 |  3837 |665318 |   3.3 |  81M|2477 |   1 |5645 |  14k|5645 | 249 | 118k| 212k|4714 | 0.000000e+00 | 1.100000e+01 |    Inf 
495.71/495.71	c   496s|210000 |  3797 |708097 |   3.4 |  81M|2477 |   - |5645 |  13k|   0 |   0 | 125k| 226k|4870 | 0.000000e+00 | 1.100000e+01 |    Inf 
518.31/518.38	c   518s|220000 |  3918 |750137 |   3.4 |  83M|2477 |   6 |5645 |  14k|5645 | 211 | 130k| 240k|5017 | 0.000000e+00 | 1.100000e+01 |    Inf 
541.52/541.58	c   542s|230000 |  4001 |792463 |   3.4 |  85M|2477 |   1 |5645 |  13k|5645 | 240 | 136k| 253k|5110 | 0.000000e+00 | 1.100000e+01 |    Inf 
565.41/565.45	c   565s|240000 |  3966 |838398 |   3.5 |  87M|2477 |   - |5645 |  14k|   0 |   0 | 143k| 268k|5257 | 0.000000e+00 | 1.100000e+01 |    Inf 
590.91/590.96	c   591s|250000 |  4000 |892211 |   3.6 |  89M|2477 |   - |5645 |  15k|   0 |   0 | 152k| 281k|5407 | 0.000000e+00 | 1.100000e+01 |    Inf 
615.22/615.25	c   615s|260000 |  4023 |935225 |   3.6 |  90M|2477 |  12 |5645 |  14k|5645 | 256 | 158k| 295k|5636 | 0.000000e+00 | 1.100000e+01 |    Inf 
638.62/638.65	c   639s|270000 |  4047 |977129 |   3.6 |  91M|2477 |   - |5645 |  13k|   0 |   0 | 165k| 308k|5710 | 0.000000e+00 | 1.100000e+01 |    Inf 
661.92/661.99	c   662s|280000 |  4082 |  1018k|   3.6 |  94M|2477 |   5 |5645 |  15k|5645 | 262 | 171k| 322k|5802 | 0.000000e+00 | 1.100000e+01 |    Inf 
686.72/686.74	c   687s|290000 |  4204 |  1067k|   3.7 |  95M|2477 |   - |5645 |  14k|5645 | 244 | 180k| 337k|5936 | 0.000000e+00 | 1.100000e+01 |    Inf 
711.12/711.19	c   711s|300000 |  4284 |  1111k|   3.7 |  98M|2477 |   1 |5645 |  15k|5645 | 235 | 188k| 352k|6013 | 0.000000e+00 | 1.100000e+01 |    Inf 
735.52/735.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.52/735.57	c   736s|310000 |  4504 |  1152k|   3.7 | 100M|2477 |  16 |5645 |  15k|5645 | 250 | 196k| 367k|6112 | 0.000000e+00 | 1.100000e+01 |    Inf 
760.62/760.70	c   761s|320000 |  4701 |  1196k|   3.7 | 102M|2477 |   - |5645 |  15k|   0 |   0 | 204k| 382k|6191 | 0.000000e+00 | 1.100000e+01 |    Inf 
776.42/776.47	o 10
776.42/776.47	c * 776s|326456 |  4800 |  1225k|   3.8 | 104M|2477 |   - |5645 |  17k|5645 | 282 | 209k| 393k|6243 | 0.000000e+00 | 1.000000e+01 |    Inf 
785.12/785.10	c   785s|330000 |  4810 |  1238k|   3.8 | 104M|2477 |   - |5645 |  15k|   0 |   0 | 211k| 399k|6279 | 0.000000e+00 | 1.000000e+01 |    Inf 
809.52/809.51	c   809s|340000 |  4831 |  1278k|   3.8 | 105M|2477 |   - |5645 |  15k|   0 |   0 | 218k| 414k|6360 | 0.000000e+00 | 1.000000e+01 |    Inf 
834.02/834.09	c   834s|350000 |  4891 |  1320k|   3.8 | 108M|2477 |   1 |5645 |  16k|5645 | 273 | 225k| 431k|6424 | 0.000000e+00 | 1.000000e+01 |    Inf 
848.42/848.46	o 8
848.42/848.46	c * 848s|355765 |  4326 |  1346k|   3.8 |  97M|2477 |   - |5645 |  16k|5645 | 270 | 229k| 440k|6479 | 0.000000e+00 | 8.000000e+00 |    Inf 
858.72/858.77	c   859s|360000 |  4368 |  1365k|   3.8 |  98M|2477 |  13 |5645 |  16k|5645 | 261 | 232k| 446k|6533 | 0.000000e+00 | 8.000000e+00 |    Inf 
882.12/882.15	c   882s|370000 |  4446 |  1408k|   3.8 | 100M|2477 |   - |5645 |  16k|   0 |   0 | 238k| 463k|6598 | 0.000000e+00 | 8.000000e+00 |    Inf 
906.22/906.22	c   906s|380000 |  4439 |  1453k|   3.8 | 101M|2477 |  14 |5645 |  15k|5645 | 273 | 244k| 480k|6668 | 0.000000e+00 | 8.000000e+00 |    Inf 
930.63/930.64	c   931s|390000 |  4391 |  1503k|   3.9 | 102M|2477 |   5 |5645 |  16k|5645 | 251 | 251k| 496k|6784 | 0.000000e+00 | 8.000000e+00 |    Inf 
954.84/954.86	c   955s|400000 |  4376 |  1548k|   3.9 | 102M|2477 |   - |5645 |  14k|   0 |   0 | 258k| 513k|6852 | 0.000000e+00 | 8.000000e+00 |    Inf 
977.53/977.55	c   978s|410000 |  4374 |  1591k|   3.9 | 102M|2477 |   1 |5645 |  13k|5645 | 261 | 265k| 529k|6965 | 0.000000e+00 | 8.000000e+00 |    Inf 
1000.33/1000.31	c  1000s|420000 |  4446 |  1639k|   3.9 | 104M|2477 |   - |5645 |  11k|   0 |   0 | 273k| 543k|7184 | 0.000000e+00 | 8.000000e+00 |    Inf 
1022.04/1022.10	c  1022s|430000 |  4425 |  1677k|   3.9 | 105M|2477 |   1 |5645 |  11k|5645 | 227 | 278k| 557k|7259 | 0.000000e+00 | 8.000000e+00 |    Inf 
1044.53/1044.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.53/1044.57	c  1045s|440000 |  4337 |  1719k|   3.9 | 105M|2477 |   - |5645 |  11k|   0 |   0 | 285k| 570k|7341 | 0.000000e+00 | 8.000000e+00 |    Inf 
1067.43/1067.49	c  1067s|450000 |  4342 |  1763k|   3.9 | 107M|2477 |   1 |5645 |  13k|5645 | 232 | 292k| 584k|7411 | 0.000000e+00 | 8.000000e+00 |    Inf 
1090.23/1090.23	c  1090s|460000 |  4422 |  1802k|   3.9 | 108M|2477 |   1 |5645 |  13k|5645 | 242 | 297k| 598k|7455 | 0.000000e+00 | 8.000000e+00 |    Inf 
1113.34/1113.39	c  1113s|470000 |  4483 |  1846k|   3.9 | 110M|2477 |   - |5645 |  15k|   0 |   0 | 302k| 612k|7535 | 0.000000e+00 | 8.000000e+00 |    Inf 
1136.23/1136.21	c  1136s|480000 |  4492 |  1886k|   3.9 | 110M|2477 |  11 |5645 |  13k|5645 | 216 | 308k| 627k|7636 | 0.000000e+00 | 8.000000e+00 |    Inf 
1161.14/1161.17	c  1161s|490000 |  4591 |  1940k|   4.0 | 113M|2477 |   - |5645 |  15k|   0 |   0 | 317k| 641k|7702 | 0.000000e+00 | 8.000000e+00 |    Inf 
1187.23/1187.28	c  1187s|500000 |  4612 |  1997k|   4.0 | 115M|2477 |   - |5645 |  17k|   0 |   0 | 326k| 656k|7802 | 0.000000e+00 | 8.000000e+00 |    Inf 
1210.53/1210.58	c  1211s|510000 |  4770 |  2033k|   4.0 | 116M|2477 |   7 |5645 |  15k|5645 | 203 | 332k| 668k|7883 | 0.000000e+00 | 8.000000e+00 |    Inf 
1233.04/1233.08	c  1233s|520000 |  4896 |  2069k|   4.0 | 119M|2477 |   - |5645 |  16k|   0 |   0 | 337k| 682k|7934 | 0.000000e+00 | 8.000000e+00 |    Inf 
1256.54/1256.59	c  1257s|530000 |  5008 |  2105k|   4.0 | 121M|2477 |   1 |5645 |  17k|5645 | 219 | 343k| 695k|7989 | 0.000000e+00 | 8.000000e+00 |    Inf 
1281.34/1281.32	c  1281s|540000 |  5142 |  2145k|   4.0 | 124M|2477 |   - |5645 |  17k|   0 |   0 | 350k| 708k|8040 | 0.000000e+00 | 8.000000e+00 |    Inf 
1305.84/1305.86	c  1306s|550000 |  5186 |  2184k|   4.0 | 126M|2477 |   - |5645 |  19k|   0 |   0 | 355k| 722k|8077 | 0.000000e+00 | 8.000000e+00 |    Inf 
1331.04/1331.02	c  1331s|560000 |  5257 |  2227k|   4.0 | 128M|2477 |   1 |5645 |  18k|5645 | 198 | 361k| 736k|8125 | 0.000000e+00 | 8.000000e+00 |    Inf 
1355.65/1355.63	c  1356s|570000 |  5294 |  2269k|   4.0 | 130M|2477 |   - |5645 |  19k|   0 |   0 | 366k| 750k|8166 | 0.000000e+00 | 8.000000e+00 |    Inf 
1379.95/1379.96	c  1380s|580000 |  5316 |  2306k|   4.0 | 131M|2477 |   1 |5645 |  18k|5645 | 237 | 371k| 764k|8210 | 0.000000e+00 | 8.000000e+00 |    Inf 
1403.65/1403.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.65/1403.70	c  1404s|590000 |  5350 |  2346k|   4.0 | 132M|2477 |   1 |5645 |  16k|5645 | 221 | 376k| 778k|8377 | 0.000000e+00 | 8.000000e+00 |    Inf 
1426.34/1426.35	c  1426s|600000 |  5368 |  2383k|   4.0 | 133M|2477 |   1 |5645 |  15k|5645 | 182 | 380k| 792k|8457 | 0.000000e+00 | 8.000000e+00 |    Inf 
1450.14/1450.10	c  1450s|610000 |  5364 |  2426k|   4.0 | 133M|2477 |   - |5645 |  14k|   0 |   0 | 386k| 807k|8522 | 0.000000e+00 | 8.000000e+00 |    Inf 
1473.84/1473.84	c  1474s|620000 |  5453 |  2464k|   4.0 | 136M|2477 |   - |5645 |  18k|   0 |   0 | 391k| 822k|8568 | 0.000000e+00 | 8.000000e+00 |    Inf 
1497.85/1497.81	c  1498s|630000 |  5476 |  2506k|   4.0 | 137M|2477 |   8 |5645 |  17k|5645 | 259 | 397k| 837k|8634 | 0.000000e+00 | 8.000000e+00 |    Inf 
1522.35/1522.36	c  1522s|640000 |  5454 |  2549k|   4.0 | 137M|2477 |  13 |5645 |  14k|5645 | 261 | 404k| 852k|8695 | 0.000000e+00 | 8.000000e+00 |    Inf 
1544.94/1544.98	c  1545s|650000 |  5297 |  2590k|   4.0 | 136M|2477 |   - |5645 |  13k|   0 |   0 | 410k| 866k|8753 | 0.000000e+00 | 8.000000e+00 |    Inf 
1567.35/1567.33	c  1567s|660000 |  5194 |  2630k|   4.0 | 136M|2477 |   1 |5645 |  13k|5645 | 237 | 415k| 880k|8801 | 0.000000e+00 | 8.000000e+00 |    Inf 
1589.85/1589.84	c  1590s|670000 |  5153 |  2674k|   4.0 | 137M|2477 |   7 |5645 |  14k|5645 | 226 | 423k| 893k|8866 | 0.000000e+00 | 8.000000e+00 |    Inf 
1613.76/1613.72	c  1614s|680000 |  5173 |  2721k|   4.0 | 139M|2477 |   1 |5645 |  17k|5645 | 222 | 430k| 907k|8935 | 0.000000e+00 | 8.000000e+00 |    Inf 
1637.85/1637.84	c  1638s|690000 |  5003 |  2767k|   4.0 | 137M|2477 |   - |5645 |  13k|   0 |   0 | 436k| 921k|9003 | 0.000000e+00 | 8.000000e+00 |    Inf 
1660.15/1660.10	c  1660s|700000 |  4811 |  2808k|   4.0 | 136M|2477 |   - |5645 |  14k|   0 |   0 | 442k| 936k|9130 | 0.000000e+00 | 8.000000e+00 |    Inf 
1682.65/1682.60	c  1683s|710000 |  4887 |  2850k|   4.0 | 135M|2477 |   - |5645 |  12k|   0 |   0 | 450k| 949k|9392 | 0.000000e+00 | 8.000000e+00 |    Inf 
1704.85/1704.87	c  1705s|720000 |  5033 |  2893k|   4.0 | 138M|2477 |   - |5645 |  14k|   0 |   0 | 457k| 963k|9427 | 0.000000e+00 | 8.000000e+00 |    Inf 
1727.66/1727.68	c  1728s|730000 |  5106 |  2937k|   4.0 | 140M|2477 |   - |5645 |  14k|   0 |   0 | 464k| 976k|9467 | 0.000000e+00 | 8.000000e+00 |    Inf 
1751.15/1751.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1751.15/1751.14	c  1751s|740000 |  5315 |  2982k|   4.0 | 142M|2477 |   - |5645 |  14k|   0 |   0 | 472k| 989k|9548 | 0.000000e+00 | 8.000000e+00 |    Inf 
1774.26/1774.22	c  1774s|750000 |  5427 |  3024k|   4.0 | 145M|2477 |   - |5645 |  15k|   0 |   0 | 478k|1003k|9599 | 0.000000e+00 | 8.000000e+00 |    Inf 
1790.06/1790.01	c 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time (sec) : 1789.97
1790.06/1790.01	c Solving Nodes      : 756689
1790.06/1790.01	c Primal Bound       : +8.00000000000000e+00 (135 solutions)
1790.06/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.01	c Gap                : infinite
1790.06/1790.07	s SATISFIABLE
1790.06/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.06/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.06/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.06/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.06/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.06/1790.07	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 
1790.06/1790.07	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.06/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 
1790.06/1790.07	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.06/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 
1790.06/1790.07	v x2 -x1 
1790.06/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.07	c Solving Time       :    1789.97
1790.06/1790.07	c Original Problem   :
1790.06/1790.07	c   Problem name     : HOME/instance-2705005-1278576801.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.06/1790.07	c Presolved Problem  :
1790.06/1790.07	c   Problem name     : t_HOME/instance-2705005-1278576801.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5414 initial, 20575 maximal
1790.06/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.06/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.06/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   root node        :          -       5040          -          -       5040          -          -          -          -
1790.06/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   integral         :          0          0          0     487829          0         12        889          0          0     774618
1790.06/1790.07	c   linear           :       2707          6    4197538      99778          1     285038   21061780     482952          0          0
1790.06/1790.07	c   indicator        :       2707          0    3846530      98967         39        309    3292937          0          0          0
1790.06/1790.07	c   logicor          :          0+         0    1132254          0          0      67002     922270          0          0          0
1790.06/1790.07	c   bounddisjunction :          0+         0     485836          0          0        142       4129          0          0          0
1790.06/1790.07	c   countsols        :          0          0          0      46477          1          0          0          0          0          0
1790.06/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.07	c   integral         :      16.39       0.00       0.00      16.39       0.00
1790.06/1790.07	c   linear           :     233.26       0.00     222.21      11.04       0.00
1790.06/1790.07	c   indicator        :      57.77       0.02      43.93      13.83       0.00
1790.06/1790.07	c   logicor          :     194.76       0.00     194.76       0.00       0.00
1790.06/1790.07	c   bounddisjunction :      10.76       0.00      10.76       0.00       0.00
1790.06/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.06/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.07	c   vbounds          :       1.10      94987         14       7403
1790.06/1790.07	c   rootredcost      :       0.72         24          0       2520
1790.06/1790.07	c   pseudoobj        :     185.23    4205634       8176    2951576
1790.06/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.07	c   propagation      :      21.37     360358     360347    2460274       27.5      12071       25.1          -
1790.06/1790.07	c   infeasible LP    :       7.07      17327      17327     172081       38.4        300       21.0          0
1790.06/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.07	c   applied globally :          -          -          -    1013204       21.5          -          -          -
1790.06/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.06/1790.07	c   redcost          :      55.36     495864          0     447133          0          0
1790.06/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.06/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.06/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.06/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.06/1790.07	c   flowcover        :       0.03          4          0          0          0          0
1790.06/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.06/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.07	c   rapidlearning    :       0.19          1          0          0          0          0
1790.06/1790.07	c Pricers            :       Time      Calls       Vars
1790.06/1790.07	c   problem variables:       0.00          0          0
1790.06/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   relpscost        :      15.89     388040         12        889          0          0     774618
1790.06/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   inference        :      29.92      46454          0          0          0          0      93017
1790.06/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.07	c   LP solutions     :       0.09          -         24
1790.06/1790.07	c   pseudo solutions :       0.00          -          0
1790.06/1790.07	c   feaspump         :       0.01          0          0
1790.06/1790.07	c   intshifting      :       0.01          0          0
1790.06/1790.07	c   oneopt           :       0.33         20          0
1790.06/1790.07	c   guideddiving     :       0.16         58          0
1790.06/1790.07	c   crossover        :       1.32         26          5
1790.06/1790.07	c   fracdiving       :       0.19         95          0
1790.06/1790.07	c   pscostdiving     :       0.20         95          0
1790.06/1790.07	c   veclendiving     :       0.19         96          0
1790.06/1790.07	c   linesearchdiving :       0.19         96          0
1790.06/1790.07	c   coefdiving       :       0.19         96          0
1790.06/1790.07	c   rootsoldiving    :       0.23         89          0
1790.06/1790.07	c   objpscostdiving  :       0.21         90          0
1790.06/1790.07	c   trivial          :       0.08          2          2
1790.06/1790.07	c   simplerounding   :       0.72     390100          0
1790.06/1790.07	c   zirounding       :       0.70       1000          0
1790.06/1790.07	c   rounding         :       1.22       8778          0
1790.06/1790.07	c   shifting         :       0.55       2727          0
1790.06/1790.07	c   twoopt           :       0.00          0          0
1790.06/1790.07	c   fixandinfer      :       0.00          0          0
1790.06/1790.07	c   intdiving        :       0.00          0          0
1790.06/1790.07	c   actconsdiving    :       0.00          0          0
1790.06/1790.07	c   octane           :       0.00          0          0
1790.06/1790.07	c   rens             :       0.03          1          0
1790.06/1790.07	c   rins             :       0.00          0          0
1790.06/1790.07	c   localbranching   :       0.00          0          0
1790.06/1790.07	c   mutation         :       0.00          0          0
1790.06/1790.07	c   dins             :       0.00          0          0
1790.06/1790.07	c   undercover       :       0.00          0          0
1790.06/1790.07	c   nlp              :       0.14          0          0
1790.06/1790.07	c   trysol           :       0.39        378        104
1790.06/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.07	c   dual LP          :     480.75     461609    3052402       6.61    6349.31
1790.06/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.07	c   diving/probing LP:       0.10         47        520      11.06    5164.83
1790.06/1790.07	c   strong branching :      12.73       9625     100134      10.40    7864.55
1790.06/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.06/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.07	c B&B Tree           :
1790.06/1790.07	c   number of runs   :          1
1790.06/1790.07	c   nodes            :     756689
1790.06/1790.07	c   nodes (total)    :     756689
1790.06/1790.07	c   nodes left       :       5478
1790.06/1790.07	c   max depth        :       2477
1790.06/1790.07	c   max depth (total):       2477
1790.06/1790.07	c   backtracks       :      68470 (9.0%)
1790.06/1790.07	c   delayed cutoffs  :      60230
1790.06/1790.07	c   repropagations   :    1933153 (5126998 domain reductions, 55016 cutoffs)
1790.06/1790.07	c   avg switch length:       6.74
1790.06/1790.07	c   switching time   :     254.44
1790.06/1790.07	c Solution           :
1790.06/1790.07	c   Solutions found  :        135 (25 improvements)
1790.06/1790.07	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.06/1790.07	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 355765 nodes, 848.42 seconds, depth 55, found by <relaxation>)
1790.06/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.07	c   Gap              :   infinite
1790.06/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.07	c   Root Iterations  :        184
1790.26/1790.25	c Time complete: 1790.3.

Verifier Data

OK	8

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.91 2.00 1.93 4/178 22923
/proc/meminfo: memFree=27889156/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=12336 CPUtime=0
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 1930 0 0 0 0 0 0 0 23 0 1 0 25894908 12632064 1848 4089446400 4194304 10345943 140733292548432 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22923/statm: 3084 1857 429 1502 0 1577 0

[startup+0.10528 s]
/proc/loadavg: 1.91 2.00 1.93 4/178 22923
/proc/meminfo: memFree=27889156/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=38020 CPUtime=0.1
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 8449 0 0 0 9 1 0 0 23 0 1 0 25894908 38932480 8013 4089446400 4194304 10345943 140733292548432 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38020

[startup+0.201264 s]
/proc/loadavg: 1.91 2.00 1.93 4/178 22923
/proc/meminfo: memFree=27889156/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=40544 CPUtime=0.2
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 9130 0 0 0 19 1 0 0 23 0 1 0 25894908 41517056 8694 4089446400 4194304 10345943 140733292548432 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 10136 8694 567 1502 0 8629 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 40544

[startup+0.301249 s]
/proc/loadavg: 1.91 2.00 1.93 4/178 22923
/proc/meminfo: memFree=27889156/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=70104 CPUtime=0.29
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 16213 0 0 0 27 2 0 0 24 0 1 0 25894908 71786496 15777 4089446400 4194304 10345943 140733292548432 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.701176 s]
/proc/loadavg: 1.91 2.00 1.93 4/178 22923
/proc/meminfo: memFree=27889156/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=65264 CPUtime=0.69
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 16893 0 0 0 67 2 0 0 25 0 1 0 25894908 66830336 15052 4089446400 4194304 10345943 140733292548432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50102 s]
/proc/loadavg: 1.91 2.00 1.93 3/179 22924
/proc/meminfo: memFree=27830996/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=65264 CPUtime=1.49
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 16895 0 0 0 147 2 0 0 25 0 1 0 25894908 66830336 15054 4089446400 4194304 10345943 140733292548432 18446744073709551615 4601751 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10072 s]
/proc/loadavg: 2.00 2.02 1.93 3/179 22924
/proc/meminfo: memFree=27830004/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=65264 CPUtime=3.09
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 16897 0 0 0 306 3 0 0 25 0 1 0 25894908 66830336 15056 4089446400 4194304 10345943 140733292548432 18446744073709551615 4601846 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30111 s]
/proc/loadavg: 2.00 2.02 1.93 3/179 22924
/proc/meminfo: memFree=27824220/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=65264 CPUtime=6.29
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 19411 0 0 0 626 3 0 0 25 0 1 0 25894908 66830336 15089 4089446400 4194304 10345943 140733292548432 18446744073709551615 5926401 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 16316 15089 761 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7009 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22924
/proc/meminfo: memFree=27809592/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=80872 CPUtime=12.69
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 24777 0 0 0 1265 4 0 0 25 0 1 0 25894908 82812928 18821 4089446400 4194304 10345943 140733292548432 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 20218 18821 761 1502 0 18711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80872

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22925
/proc/meminfo: memFree=27801328/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=85776 CPUtime=25.49
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 30497 0 0 0 2542 7 0 0 25 0 1 0 25894908 87834624 20212 4089446400 4194304 10345943 140733292548432 18446744073709551615 4687929 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 21444 20212 761 1502 0 19937 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85776

[startup+51.1006 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22925
/proc/meminfo: memFree=27769856/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=108744 CPUtime=51.1
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 36611 0 0 0 5100 10 0 0 25 0 1 0 25894908 111353856 25736 4089446400 4194304 10345943 140733292548432 18446744073709551615 6178398 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 27186 25736 761 1502 0 25679 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 108744

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22927
/proc/meminfo: memFree=27696440/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=158444 CPUtime=102.3
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 71179 0 0 0 10211 19 0 0 25 0 1 0 25894908 162246656 38281 4089446400 4194304 10345943 140733292548432 18446744073709551615 8933776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 39611 38281 762 1502 0 38104 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158444

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22928
/proc/meminfo: memFree=27622748/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=211620 CPUtime=162.3
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 115923 0 0 0 16195 35 0 0 25 0 1 0 25894908 216698880 51444 4089446400 4194304 10345943 140733292548432 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 52905 51444 774 1502 0 51398 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 211620

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22930
/proc/meminfo: memFree=27586608/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=223640 CPUtime=222.3
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 121000 0 0 0 22186 44 0 0 25 0 1 0 25894908 229007360 54533 4089446400 4194304 10345943 140733292548432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 55910 54533 775 1502 0 54403 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 223640

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22931
/proc/meminfo: memFree=27553328/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=229204 CPUtime=282.3
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 125982 0 0 0 28174 56 0 0 25 0 1 0 25894908 234704896 55792 4089446400 4194304 10345943 140733292548432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 57301 55792 775 1502 0 55794 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 229204

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22936
/proc/meminfo: memFree=27524376/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=234532 CPUtime=342.31
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 127464 0 0 0 34165 66 0 0 25 0 1 0 25894908 240160768 57274 4089446400 4194304 10345943 140733292548432 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 58633 57274 775 1502 0 57126 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 234532

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22938
/proc/meminfo: memFree=27491736/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=240880 CPUtime=402.3
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 130752 0 0 0 40153 77 0 0 25 0 1 0 25894908 246661120 58835 4089446400 4194304 10345943 140733292548432 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 60220 58835 775 1502 0 58713 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 240880

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 22939
/proc/meminfo: memFree=27463048/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=246628 CPUtime=462.31
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 132201 0 0 0 46143 88 0 0 25 0 1 0 25894908 252547072 60284 4089446400 4194304 10345943 140733292548432 18446744073709551615 4706426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 61657 60284 775 1502 0 60150 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 246628

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22941
/proc/meminfo: memFree=27432640/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=255532 CPUtime=522.31
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 134115 0 0 0 52134 97 0 0 25 0 1 0 25894908 261664768 62197 4089446400 4194304 10345943 140733292548432 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 63883 62197 775 1502 0 62376 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 255532

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22942
/proc/meminfo: memFree=27408268/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=257472 CPUtime=582.31
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 136707 0 0 0 58122 109 0 0 25 0 1 0 25894908 263651328 62940 4089446400 4194304 10345943 140733292548432 18446744073709551615 5026869 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 64368 62940 775 1502 0 62861 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 257472

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22944
/proc/meminfo: memFree=27381432/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=263688 CPUtime=642.31
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 139810 0 0 0 64114 117 0 0 25 0 1 0 25894908 270016512 64315 4089446400 4194304 10345943 140733292548432 18446744073709551615 4217164 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 65922 64315 775 1502 0 64415 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 263688

[startup+702.301 s]

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

/proc/meminfo: memFree=27215500/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=289052 CPUtime=1002.33
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 181576 0 0 0 100056 177 0 0 25 0 1 0 25894908 295989248 70927 4089446400 4194304 10345943 140733292548432 18446744073709551615 4228043 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 72263 70927 786 1502 0 70756 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 289052

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22955
/proc/meminfo: memFree=27191912/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=291340 CPUtime=1062.33
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 182088 0 0 0 106046 187 0 0 25 0 1 0 25894908 298332160 71439 4089446400 4194304 10345943 140733292548432 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 72835 71439 786 1502 0 71328 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 291340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22957
/proc/meminfo: memFree=27164228/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=296060 CPUtime=1122.33
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 184975 0 0 0 112036 197 0 0 25 0 1 0 25894908 303165440 72350 4089446400 4194304 10345943 140733292548432 18446744073709551615 4471442 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 74015 72350 786 1502 0 72508 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 296060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22958
/proc/meminfo: memFree=27138140/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=300496 CPUtime=1182.34
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 185868 0 0 0 118027 207 0 0 25 0 1 0 25894908 307707904 73243 4089446400 4194304 10345943 140733292548432 18446744073709551615 6864944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 75124 73243 786 1502 0 73617 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 300496

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22960
/proc/meminfo: memFree=27108808/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=304256 CPUtime=1242.33
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 187046 0 0 0 124017 216 0 0 25 0 1 0 25894908 311558144 74421 4089446400 4194304 10345943 140733292548432 18446744073709551615 5085445 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 76064 74421 786 1502 0 74557 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 304256

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22962
/proc/meminfo: memFree=27076896/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=315056 CPUtime=1302.34
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 189571 0 0 0 130009 225 0 0 25 0 1 0 25894908 322617344 76946 4089446400 4194304 10345943 140733292548432 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 78764 76946 786 1502 0 77257 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 315056

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22963
/proc/meminfo: memFree=27048816/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=320756 CPUtime=1362.34
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 192511 0 0 0 136001 233 0 0 25 0 1 0 25894908 328454144 78032 4089446400 4194304 10345943 140733292548432 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 80189 78032 786 1502 0 78682 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 320756

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 22965
/proc/meminfo: memFree=27020616/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=326440 CPUtime=1422.35
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 193634 0 0 0 141992 243 0 0 25 0 1 0 25894908 334274560 79154 4089446400 4194304 10345943 140733292548432 18446744073709551615 6345080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 81610 79154 786 1502 0 80103 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 326440

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 22966
/proc/meminfo: memFree=26996280/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=328856 CPUtime=1482.35
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 194496 0 0 0 147982 253 0 0 25 0 1 0 25894908 336748544 80016 4089446400 4194304 10345943 140733292548432 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 82214 80016 786 1502 0 80707 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 328856

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 22968
/proc/meminfo: memFree=26969316/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=332996 CPUtime=1542.35
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 195350 0 0 0 153972 263 0 0 25 0 1 0 25894908 340987904 80870 4089446400 4194304 10345943 140733292548432 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22923/statm: 83249 80870 786 1502 0 81742 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 332996

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 22998
/proc/meminfo: memFree=28247700/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=335004 CPUtime=1602.35
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 196001 0 0 0 159959 276 0 0 25 0 1 0 25894908 343044096 81521 4089446400 4194304 10345943 140733292548432 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 83751 81521 786 1502 0 82244 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 335004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 22999
/proc/meminfo: memFree=28181688/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=337684 CPUtime=1662.36
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 196726 0 0 0 165947 289 0 0 25 0 1 0 25894908 345788416 82246 4089446400 4194304 10345943 140733292548432 18446744073709551615 4231055 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 84421 82246 786 1502 0 82914 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 337684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23001
/proc/meminfo: memFree=28119908/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=337820 CPUtime=1722.35
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 196860 0 0 0 171934 301 0 0 25 0 1 0 25894908 345927680 82380 4089446400 4194304 10345943 140733292548432 18446744073709551615 6119749 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 84455 82380 786 1502 0 82948 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 337820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28055884/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340260 CPUtime=1782.36
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197403 0 0 0 177923 313 0 0 25 0 1 0 25894908 348426240 82923 4089446400 4194304 10345943 140733292548432 18446744073709551615 5028183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 85065 82923 786 1502 0 83558 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 340260

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28051792/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340644 CPUtime=1785.66
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197526 0 0 0 178252 314 0 0 25 0 1 0 25894908 348819456 83046 4089446400 4194304 10345943 140733292548432 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 85161 83046 786 1502 0 83654 0
Current children cumulated CPU time (s) 1785.66
Current children cumulated vsize (KiB) 340644

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28048936/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340776 CPUtime=1788.86
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197568 0 0 0 178571 315 0 0 25 0 1 0 25894908 348954624 83088 4089446400 4194304 10345943 140733292548432 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 85194 83088 786 1502 0 83687 0
Current children cumulated CPU time (s) 1788.86
Current children cumulated vsize (KiB) 340776

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28048936/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340776 CPUtime=1789.66
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197568 0 0 0 178651 315 0 0 25 0 1 0 25894908 348954624 83088 4089446400 4194304 10345943 140733292548432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 85194 83088 786 1502 0 83687 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (KiB) 340776

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28048192/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340776 CPUtime=1790.06
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197568 0 0 0 178691 315 0 0 25 0 1 0 25894908 348954624 83088 4089446400 4194304 10345943 140733292548432 18446744073709551615 6866056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22923/statm: 85194 83088 786 1502 0 83687 0
Current children cumulated CPU time (s) 1790.06
Current children cumulated vsize (KiB) 340776

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23002
/proc/meminfo: memFree=28048192/32950928 swapFree=67111528/67111528
[pid=22923] ppid=22921 vsize=340776 CPUtime=1790.26
/proc/22923/stat : 22923 (pbscip.linux.x8) R 22921 22923 22227 0 -1 4202496 197569 0 0 0 178711 315 0 0 18 0 1 0 25894908 348954624 83089 4089446400 4194304 10345943 140733292548432 18446744073709551615 6170137 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22923/statm: 85194 83089 787 1502 0 83687 0
Current children cumulated CPU time (s) 1790.26
Current children cumulated vsize (KiB) 340776

Child status: 0
Real time (s): 1790.25
CPU time (s): 1790.32
CPU user time (s): 1787.15
CPU system time (s): 3.17052
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 340776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.15
system time used= 3.17052
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197572
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= 4
involuntary context switches= 4869

runsolver used 2.89756 second user time and 6.87495 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-08 10:13:21
IDJOB=2705005
IDBENCH=79256
IDSOLVER=1214
FILE ID=node114/2705005-1278576801
PBS_JOBID= 11240226
Free space on /tmp= 73148 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.1900552423--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-2705005-1278576801/watcher-2705005-1278576801 -o /tmp/evaluation-result-2705005-1278576801/solver-2705005-1278576801 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705005-1278576801.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c6df963ff1848506ee15e7c5bdbc3c3f
RANDOM SEED=1948223110

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27889808 kB
Buffers:        156556 kB
Cached:        3917436 kB
SwapCached:          0 kB
Active:        2076720 kB
Inactive:      2814004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27889808 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12972 kB
Writeback:           0 kB
AnonPages:      816220 kB
Mapped:          17372 kB
Slab:           106060 kB
PageTables:       6396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   973996 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= 73140 MiB
End job on node114 at 2010-07-08 10:43:12