Trace number 2692977

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.38 1800.34

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567135--soft-0-100-0.wbo
MD5SUM51cd1cd61e067c06067b10b7beeffad7
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 benchmark33.8359
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 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692977-1277926807.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/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, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   167 |     - |  19M|   0 |  36 |5645 |5414 |5645 | 165 | 165 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.42	c   0.3s|     1 |     2 |   261 |     - |  19M|   0 |  36 |5645 |5414 |5645 | 165 | 165 |   0 |  33 | 0.000000e+00 | 1.358640e+05 |    Inf 
15.68/15.71	c  15.2s| 10000 | 10001 |  6463 |   0.6 |  47M|1979 |   0 |5645 |5414 |5645 | 232 |2010 |   0 | 585 | 0.000000e+00 | 1.358640e+05 |    Inf 
28.89/28.94	c  28.1s| 20000 | 20001 |  8677 |   0.4 |  67M|1979 |   0 |5645 |5414 |5645 | 214 |2695 |   0 | 669 | 0.000000e+00 | 1.358640e+05 |    Inf 
36.49/36.58	o 748
36.49/36.58	c *35.6s| 25769 | 25264 |  9572 |   0.4 |  77M|1979 |   - |5645 |5422 |5645 | 208 |2968 |   8 | 691 | 0.000000e+00 | 7.480000e+02 |    Inf 
38.50/38.53	o 560
38.50/38.53	c *37.5s| 26929 | 24342 | 10804 |   0.4 |  76M|1979 |   - |5645 |5432 |5645 | 230 |3290 |  18 | 717 | 0.000000e+00 | 5.600000e+02 |    Inf 
40.29/40.31	o 553
40.29/40.31	c *39.2s| 28006 | 25176 | 11909 |   0.4 |  78M|1979 |   - |5645 |5472 |5645 | 230 |3558 |  58 | 735 | 0.000000e+00 | 5.530000e+02 |    Inf 
43.69/43.72	o 528
43.69/43.72	c *42.5s| 29576 | 25992 | 15240 |   0.5 |  81M|1979 |   - |5645 |5935 |5645 | 198 |4494 | 521 | 775 | 0.000000e+00 | 5.280000e+02 |    Inf 
44.29/44.30	o 522
44.29/44.30	c *43.1s| 29867 | 26113 | 15746 |   0.5 |  81M|1979 |   - |5645 |5967 |5645 | 219 |4575 | 553 | 778 | 0.000000e+00 | 5.220000e+02 |    Inf 
44.59/44.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.59/44.62	c  43.4s| 30000 | 26225 | 16109 |   0.5 |  82M|1979 |   0 |5645 |6054 |5645 | 225 |4650 | 640 | 779 | 0.000000e+00 | 5.220000e+02 |    Inf 
45.79/45.83	o 412
45.79/45.83	c *44.6s| 30445 | 22802 | 17132 |   0.6 |  74M|1979 |   - |5645 |6366 |5645 | 231 |4938 | 952 | 814 | 0.000000e+00 | 4.120000e+02 |    Inf 
47.09/47.13	o 402
47.09/47.13	c *45.8s| 30985 | 22762 | 18477 |   0.6 |  75M|1979 |   - |5645 |6583 |5645 | 210 |5372 |1169 | 822 | 0.000000e+00 | 4.020000e+02 |    Inf 
49.19/49.23	o 389
49.19/49.23	c *47.9s| 31733 | 22797 | 20545 |   0.6 |  77M|1979 |   - |5645 |7146 |5645 | 220 |6016 |1732 | 845 | 0.000000e+00 | 3.890000e+02 |    Inf 
49.39/49.46	o 381
49.39/49.46	c *48.1s| 31867 | 22571 | 20638 |   0.6 |  77M|1979 |   - |5645 |7198 |5645 | 217 |6041 |1784 | 845 | 0.000000e+00 | 3.810000e+02 |    Inf 
53.79/53.83	o 370
53.79/53.83	c *52.3s| 33602 | 23436 | 25058 |   0.7 |  81M|1979 |   - |5645 |8100 |5645 | 254 |7387 |2687 | 873 | 0.000000e+00 | 3.700000e+02 |    Inf 
54.29/54.32	o 347
54.29/54.32	c *52.8s| 33779 | 22011 | 25419 |   0.7 |  78M|1979 |   - |5645 |8216 |5645 | 258 |7506 |2804 | 881 | 0.000000e+00 | 3.470000e+02 |    Inf 
58.79/58.80	o 323
58.79/58.80	c *57.2s| 35571 | 21181 | 28966 |   0.8 |  78M|1979 |   - |5645 |8963 |5645 | 205 |8580 |3615 | 927 | 0.000000e+00 | 3.230000e+02 |    Inf 
59.00/59.08	o 308
59.00/59.08	c *57.5s| 35709 | 19785 | 29099 |   0.8 |  75M|1979 |   - |5645 |9007 |5645 | 212 |8616 |3665 | 927 | 0.000000e+00 | 3.080000e+02 |    Inf 
59.69/59.78	o 299
59.69/59.78	c *58.1s| 35967 | 19135 | 29549 |   0.8 |  75M|1979 |   - |5645 |9127 |5645 | 207 |8718 |3825 | 932 | 0.000000e+00 | 2.990000e+02 |    Inf 
60.09/60.12	o 286
60.09/60.12	c *58.5s| 36114 | 17835 | 29794 |   0.8 |  72M|1979 |   - |5645 |9203 |5645 | 216 |8789 |3912 | 939 | 0.000000e+00 | 2.860000e+02 |    Inf 
70.99/71.08	c  69.1s| 40000 | 20960 | 38658 |   1.0 |  85M|1979 |   1 |5645 |9290 |5645 | 225 |  11k|6215 |1088 | 0.000000e+00 | 2.860000e+02 |    Inf 
85.99/86.06	o 269
85.99/86.06	c *83.7s| 45883 | 23519 | 49252 |   1.1 |  98M|1979 |   - |5645 |8123 |5645 | 201 |  15k|9784 |1145 | 0.000000e+00 | 2.690000e+02 |    Inf 
86.69/86.78	o 264
86.69/86.78	c *84.4s| 46195 | 23046 | 49587 |   1.1 |  98M|1979 |   - |5645 |8157 |5645 | 215 |  15k|9883 |1145 | 0.000000e+00 | 2.640000e+02 |    Inf 
87.19/87.21	o 230
87.19/87.21	c *84.8s| 46398 | 18274 | 49761 |   1.1 |  85M|1979 |   - |5645 |8169 |5645 | 202 |  15k|9935 |1147 | 0.000000e+00 | 2.300000e+02 |    Inf 
88.10/88.10	o 222
88.10/88.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.10/88.10	c *85.7s| 46836 | 17584 | 50234 |   1.1 |  83M|1979 |   - |5645 |8123 |5645 | 215 |  15k|9995 |1147 | 0.000000e+00 | 2.220000e+02 |    Inf 
96.19/96.22	c  93.7s| 50000 | 20142 | 56295 |   1.1 |  93M|1979 |   0 |5645 |8064 |5645 | 228 |  17k|  11k|1165 | 0.000000e+00 | 2.220000e+02 |    Inf 
113.99/114.09	o 212
113.99/114.09	c * 111s| 56092 | 23081 | 73884 |   1.3 | 111M|1979 |   - |5645 |7064 |5645 | 265 |  23k|  15k|1430 | 0.000000e+00 | 2.120000e+02 |    Inf 
116.60/116.62	o 205
116.60/116.62	c * 114s| 56867 | 22577 | 77417 |   1.4 | 110M|1979 |   - |5645 |6868 |5645 | 200 |  24k|  16k|1476 | 0.000000e+00 | 2.050000e+02 |    Inf 
117.89/117.96	o 194
117.89/117.96	c * 115s| 57482 | 21199 | 78175 |   1.4 | 106M|1979 |   - |5645 |7321 |5645 | 198 |  24k|  16k|1491 | 0.000000e+00 | 1.940000e+02 |    Inf 
121.69/121.75	o 192
121.69/121.75	c * 119s| 58712 | 21748 | 82356 |   1.4 | 109M|1979 |   - |5645 |7289 |5645 | 210 |  25k|  17k|1550 | 0.000000e+00 | 1.920000e+02 |    Inf 
125.59/125.65	c   122s| 60000 | 22722 | 86985 |   1.4 | 115M|1979 |   0 |5645 |6994 |5645 | 223 |  27k|  18k|1607 | 0.000000e+00 | 1.920000e+02 |    Inf 
132.39/132.41	o 188
132.39/132.41	c * 129s| 62478 | 23914 | 93937 |   1.5 | 121M|1979 |   - |5645 |7175 |5645 | 235 |  28k|  19k|1736 | 0.000000e+00 | 1.880000e+02 |    Inf 
132.70/132.76	o 171
132.70/132.76	c * 129s| 62652 | 21133 | 94103 |   1.5 | 111M|1979 |   - |5645 |7218 |5645 | 227 |  28k|  19k|1736 | 0.000000e+00 | 1.710000e+02 |    Inf 
153.59/153.63	c   150s| 70000 | 26313 |115255 |   1.6 | 136M|1979 |   0 |5645 |8026 |5645 | 199 |  34k|  25k|1972 | 0.000000e+00 | 1.710000e+02 |    Inf 
157.00/157.05	o 170
157.00/157.05	c * 153s| 71310 | 27213 |117751 |   1.6 | 141M|1979 |   - |5645 |8038 |5645 | 207 |  35k|  25k|2010 | 0.000000e+00 | 1.700000e+02 |    Inf 
157.00/157.05	o 164
157.00/157.05	c * 153s| 71311 | 26262 |117751 |   1.6 | 138M|1979 |   - |5645 |8038 |5645 | 207 |  35k|  25k|2010 | 0.000000e+00 | 1.640000e+02 |    Inf 
157.10/157.14	o 160
157.10/157.14	c * 153s| 71325 | 25697 |117996 |   1.7 | 135M|1979 |   - |5645 |8009 |5645 | 248 |  35k|  25k|2010 | 0.000000e+00 | 1.600000e+02 |    Inf 
157.10/157.16	o 157
157.10/157.16	c * 153s| 71332 | 25175 |118001 |   1.7 | 132M|1979 |   - |5645 |8009 |5645 | 243 |  35k|  25k|2010 | 0.000000e+00 | 1.570000e+02 |    Inf 
157.10/157.18	o 153
157.10/157.18	c * 153s| 71337 | 24434 |118001 |   1.7 | 129M|1979 |   - |5645 |8009 |5645 | 243 |  35k|  25k|2010 | 0.000000e+00 | 1.530000e+02 |    Inf 
157.10/157.18	o 145
157.10/157.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.10/157.18	c * 153s| 71338 | 23148 |118001 |   1.7 | 122M|1979 |   - |5645 |8009 |5645 | 243 |  35k|  25k|2010 | 0.000000e+00 | 1.450000e+02 |    Inf 
157.40/157.42	o 142
157.40/157.42	c * 153s| 71474 | 22724 |118165 |   1.7 | 120M|1979 |   - |5645 |7977 |5645 | 235 |  35k|  25k|2010 | 0.000000e+00 | 1.420000e+02 |    Inf 
158.29/158.37	o 129
158.29/158.37	c * 154s| 71773 | 20893 |119378 |   1.7 | 110M|1979 |   - |5645 |7765 |5645 | 227 |  35k|  25k|2029 | 0.000000e+00 | 1.290000e+02 |    Inf 
162.49/162.51	o 128
162.49/162.51	c * 158s| 72878 | 21183 |125101 |   1.7 | 113M|1979 |   - |5645 |7031 |5645 | 222 |  37k|  27k|2093 | 0.000000e+00 | 1.280000e+02 |    Inf 
164.99/165.05	o 124
164.99/165.05	c * 161s| 73444 | 20592 |128940 |   1.8 | 112M|1979 |   - |5645 |6425 |5645 | 272 |  38k|  27k|2133 | 0.000000e+00 | 1.240000e+02 |    Inf 
164.99/165.06	o 122
164.99/165.06	c * 161s| 73445 | 20289 |128941 |   1.8 | 111M|1979 |   - |5645 |6424 |5645 | 271 |  38k|  27k|2133 | 0.000000e+00 | 1.220000e+02 |    Inf 
167.89/167.97	o 112
167.89/167.97	c * 164s| 74501 | 19511 |131594 |   1.8 | 104M|1979 |   - |5645 |6585 |5645 | 273 |  38k|  27k|2195 | 0.000000e+00 | 1.120000e+02 |    Inf 
169.19/169.25	o 109
169.19/169.25	c * 165s| 74857 | 19150 |133138 |   1.8 | 104M|1979 |   - |5645 |6566 |5645 | 243 |  39k|  28k|2215 | 0.000000e+00 | 1.090000e+02 |    Inf 
169.19/169.25	o 107
169.19/169.25	c * 165s| 74858 | 18892 |133138 |   1.8 | 103M|1979 |   - |5645 |6566 |5645 | 243 |  39k|  28k|2215 | 0.000000e+00 | 1.070000e+02 |    Inf 
169.40/169.47	o 106
169.40/169.47	c * 165s| 74946 | 18817 |133358 |   1.8 | 103M|1979 |   - |5645 |6546 |5645 | 242 |  39k|  28k|2217 | 0.000000e+00 | 1.060000e+02 |    Inf 
172.00/172.03	o 99
172.00/172.03	c * 168s| 75916 | 18212 |135161 |   1.8 |  99M|1979 |   - |5645 |6628 |5645 | 245 |  39k|  28k|2238 | 0.000000e+00 | 9.900000e+01 |    Inf 
172.00/172.04	o 92
172.00/172.04	c * 168s| 75917 | 16243 |135163 |   1.8 |  90M|1979 |   - |5645 |6628 |5645 | 244 |  39k|  28k|2238 | 0.000000e+00 | 9.200000e+01 |    Inf 
175.90/175.95	o 87
175.90/175.95	c * 172s| 77071 | 15865 |140551 |   1.8 |  92M|1979 |   - |5645 |6803 |5645 | 257 |  41k|  29k|2269 | 0.000000e+00 | 8.700000e+01 |    Inf 
185.70/185.75	c   181s| 80000 | 17320 |150998 |   1.9 | 106M|1979 |   - |5645 |7755 |   0 |   0 |  44k|  32k|2405 | 0.000000e+00 | 8.700000e+01 |    Inf 
186.20/186.20	o 84
186.20/186.20	c * 182s| 80093 | 16886 |151459 |   1.9 | 104M|1979 |   - |5645 |7737 |5645 | 252 |  44k|  32k|2411 | 0.000000e+00 | 8.400000e+01 |    Inf 
186.20/186.21	o 82
186.20/186.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.20/186.21	c * 182s| 80094 | 16512 |151459 |   1.9 | 103M|1979 |   - |5645 |7737 |5645 | 252 |  44k|  32k|2411 | 0.000000e+00 | 8.200000e+01 |    Inf 
190.20/190.28	o 65
190.20/190.28	c * 185s| 81438 | 14202 |155281 |   1.9 |  94M|1979 |   - |5645 |7237 |5645 | 252 |  45k|  33k|2441 | 0.000000e+00 | 6.500000e+01 |    Inf 
190.40/190.43	o 61
190.40/190.43	c * 186s| 81457 | 12919 |155565 |   1.9 |  85M|1979 |   - |5645 |6686 |5645 | 264 |  45k|  33k|2441 | 0.000000e+00 | 6.100000e+01 |    Inf 
216.49/216.54	c   211s| 90000 | 13995 |182580 |   2.0 |  99M|1979 |   0 |5645 |6960 |5645 | 250 |  51k|  43k|2685 | 0.000000e+00 | 6.100000e+01 |    Inf 
218.99/219.04	o 58
218.99/219.04	c * 213s| 90906 | 13506 |185214 |   2.0 |  97M|1979 |   - |5645 |6654 |5645 | 257 |  51k|  44k|2702 | 0.000000e+00 | 5.800000e+01 |    Inf 
223.09/223.20	o 56
223.09/223.20	c * 217s| 92273 | 13535 |190412 |   2.1 |  99M|1979 |   - |5645 |6612 |5645 | 264 |  52k|  46k|2714 | 0.000000e+00 | 5.600000e+01 |    Inf 
246.20/246.29	c   240s|100000 | 14196 |221983 |   2.2 | 111M|1979 |   - |5645 |6913 |   0 |   0 |  60k|  55k|2913 | 0.000000e+00 | 5.600000e+01 |    Inf 
266.40/266.41	o 50
266.40/266.41	c * 259s|106862 | 13848 |247656 |   2.3 | 116M|1979 |   - |5645 |7074 |5645 | 209 |  65k|  63k|3038 | 0.000000e+00 | 5.000000e+01 |    Inf 
274.80/274.88	c   268s|110000 | 14140 |257126 |   2.3 | 119M|1979 |   1 |5645 |7128 |5645 | 221 |  68k|  67k|3063 | 0.000000e+00 | 5.000000e+01 |    Inf 
292.19/292.20	o 46
292.19/292.20	c * 284s|116559 | 13780 |276009 |   2.4 | 119M|1979 |   - |5645 |7309 |5645 | 212 |  72k|  76k|3173 | 0.000000e+00 | 4.600000e+01 |    Inf 
301.20/301.25	c   293s|120000 | 13969 |286088 |   2.4 | 121M|1979 |   1 |5645 |6647 |5645 | 193 |  74k|  81k|3221 | 0.000000e+00 | 4.600000e+01 |    Inf 
326.70/326.71	c   318s|130000 | 14708 |315412 |   2.4 | 130M|1979 |   - |5645 |6476 |   0 |   0 |  80k|  94k|3345 | 0.000000e+00 | 4.600000e+01 |    Inf 
352.30/352.39	c   342s|140000 | 15250 |344943 |   2.5 | 139M|1979 |   - |5645 |7303 |   0 |   0 |  86k| 106k|3469 | 0.000000e+00 | 4.600000e+01 |    Inf 
353.20/353.20	o 35
353.20/353.20	c * 343s|140321 | 13585 |345877 |   2.5 | 129M|1979 |   - |5645 |7627 |5645 | 284 |  86k| 107k|3475 | 0.000000e+00 | 3.500000e+01 |    Inf 
368.41/368.50	o 32
368.41/368.50	c * 358s|146845 | 12730 |369569 |   2.5 | 127M|1979 |   - |5645 |7283 |5645 | 228 |  90k| 115k|3592 | 0.000000e+00 | 3.200000e+01 |    Inf 
375.79/375.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.79/375.85	c   365s|150000 | 12766 |379790 |   2.5 | 128M|1979 |   1 |5645 |6320 |5645 | 253 |  92k| 119k|3620 | 0.000000e+00 | 3.200000e+01 |    Inf 
398.39/398.42	c   387s|160000 | 12773 |411048 |   2.6 | 133M|1979 |   - |5645 |6747 |   0 |   0 |  97k| 132k|3757 | 0.000000e+00 | 3.200000e+01 |    Inf 
420.49/420.54	c   408s|170000 | 12929 |442372 |   2.6 | 137M|1979 |   - |5645 |7308 |   0 |   0 | 103k| 145k|3871 | 0.000000e+00 | 3.200000e+01 |    Inf 
443.10/443.18	c   430s|180000 | 13063 |474890 |   2.6 | 141M|1979 |  12 |5645 |7336 |5645 | 241 | 108k| 157k|3985 | 0.000000e+00 | 3.200000e+01 |    Inf 
465.90/465.99	c   452s|190000 | 13317 |505077 |   2.7 | 147M|1979 |   1 |5645 |  10k|5645 | 232 | 113k| 170k|4092 | 0.000000e+00 | 3.200000e+01 |    Inf 
489.89/489.99	c   475s|200000 | 13573 |534687 |   2.7 | 152M|1979 |  19 |5645 |  10k|5645 | 243 | 116k| 182k|4180 | 0.000000e+00 | 3.200000e+01 |    Inf 
513.61/513.64	c   498s|210000 | 13792 |564541 |   2.7 | 156M|1979 |  10 |5645 |  10k|5645 | 259 | 120k| 195k|4278 | 0.000000e+00 | 3.200000e+01 |    Inf 
536.60/536.62	c   520s|220000 | 13958 |593459 |   2.7 | 159M|1979 |   1 |5645 |8568 |5645 | 224 | 124k| 208k|4400 | 0.000000e+00 | 3.200000e+01 |    Inf 
558.80/558.84	c   542s|230000 | 14119 |620519 |   2.7 | 164M|1979 |   1 |5645 |  11k|5645 | 228 | 129k| 221k|4473 | 0.000000e+00 | 3.200000e+01 |    Inf 
578.10/578.18	o 31
578.10/578.18	c * 561s|238343 | 14082 |646595 |   2.7 | 166M|1979 |   - |5645 |  11k|5645 | 229 | 133k| 232k|4555 | 0.000000e+00 | 3.100000e+01 |    Inf 
578.19/578.20	o 22
578.19/578.20	c * 561s|238344 | 12027 |646597 |   2.7 | 140M|1979 |   - |5645 |  11k|5645 | 229 | 133k| 232k|4555 | 0.000000e+00 | 2.200000e+01 |    Inf 
581.50/581.54	o 21
581.50/581.54	c * 564s|239870 | 11628 |652064 |   2.7 | 138M|1979 |   - |5645 |  11k|5645 | 243 | 134k| 234k|4564 | 0.000000e+00 | 2.100000e+01 |    Inf 
581.81/581.84	c   564s|240000 | 11631 |652657 |   2.7 | 138M|1979 |   1 |5645 |  11k|5645 | 250 | 134k| 234k|4566 | 0.000000e+00 | 2.100000e+01 |    Inf 
583.10/583.14	o 18
583.10/583.14	c * 565s|240621 | 11237 |654339 |   2.7 | 132M|1979 |   - |5645 |  11k|5645 | 254 | 134k| 235k|4575 | 0.000000e+00 | 1.800000e+01 |    Inf 
583.10/583.16	o 12
583.10/583.16	c * 565s|240622 | 10313 |654343 |   2.7 | 122M|1979 |   - |5645 |  11k|5645 | 254 | 134k| 235k|4575 | 0.000000e+00 | 1.200000e+01 |    Inf 
600.80/600.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.80/600.84	c   582s|250000 | 10073 |686366 |   2.7 | 121M|1979 |  16 |5645 |6336 |5645 | 234 | 138k| 247k|4701 | 0.000000e+00 | 1.200000e+01 |    Inf 
619.70/619.76	c   601s|260000 |  9901 |727225 |   2.8 | 123M|1979 |   - |5645 |8025 |   0 |   0 | 142k| 260k|4801 | 0.000000e+00 | 1.200000e+01 |    Inf 
638.60/638.66	c   619s|270000 |  9880 |760657 |   2.8 | 125M|1979 |   - |5645 |8579 |   0 |   0 | 146k| 274k|4915 | 0.000000e+00 | 1.200000e+01 |    Inf 
657.20/657.24	c   637s|280000 |  9710 |794022 |   2.8 | 125M|1979 |   6 |5645 |8687 |5645 | 232 | 151k| 287k|4990 | 0.000000e+00 | 1.200000e+01 |    Inf 
675.50/675.55	c   654s|290000 |  9793 |826601 |   2.8 | 128M|1979 |   1 |5645 |9125 |5645 | 258 | 154k| 300k|5086 | 0.000000e+00 | 1.200000e+01 |    Inf 
694.30/694.33	c   672s|300000 |  9798 |862315 |   2.9 | 129M|1979 |   - |5645 |9293 |   0 |   0 | 158k| 314k|5160 | 0.000000e+00 | 1.200000e+01 |    Inf 
713.10/713.17	c   690s|310000 |  9897 |892522 |   2.9 | 131M|1979 |   - |5645 |  11k|   0 |   0 | 163k| 328k|5220 | 0.000000e+00 | 1.200000e+01 |    Inf 
733.11/733.17	c   710s|320000 |  9918 |925564 |   2.9 | 133M|1979 |   6 |5645 |  13k|5645 | 228 | 167k| 342k|5327 | 0.000000e+00 | 1.200000e+01 |    Inf 
753.70/753.79	c   730s|330000 |  9967 |961366 |   2.9 | 135M|1979 |   - |5645 |  14k|   0 |   0 | 172k| 356k|5409 | 0.000000e+00 | 1.200000e+01 |    Inf 
774.20/774.27	c   750s|340000 | 10001 |990357 |   2.9 | 137M|1979 |   5 |5645 |  15k|5645 | 238 | 176k| 369k|5467 | 0.000000e+00 | 1.200000e+01 |    Inf 
795.91/795.92	c   771s|350000 | 10003 |  1024k|   2.9 | 138M|1979 |   1 |5645 |  15k|5645 | 293 | 179k| 384k|5552 | 0.000000e+00 | 1.200000e+01 |    Inf 
817.31/817.37	c   791s|360000 | 10064 |  1057k|   2.9 | 141M|1979 |   - |5645 |  18k|   0 |   0 | 182k| 398k|5610 | 0.000000e+00 | 1.200000e+01 |    Inf 
823.81/823.82	o 5
823.81/823.82	c * 798s|362959 |  8619 |  1066k|   2.9 | 118M|1979 |   - |5645 |  18k|5645 | 239 | 183k| 402k|5643 | 0.000000e+00 | 5.000000e+00 |    Inf 
837.71/837.74	c   811s|370000 |  8614 |  1094k|   3.0 | 115M|1979 |   - |5645 |9643 |5645 | 237 | 186k| 412k|5700 | 0.000000e+00 | 5.000000e+00 |    Inf 
856.30/856.30	c   829s|380000 |  8656 |  1137k|   3.0 | 116M|1979 |  10 |5645 |  11k|5645 | 253 | 192k| 425k|5779 | 0.000000e+00 | 5.000000e+00 |    Inf 
874.71/874.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.71/874.71	c   847s|390000 |  8557 |  1175k|   3.0 | 115M|1979 |   - |5645 |9504 |   0 |   0 | 196k| 439k|5895 | 0.000000e+00 | 5.000000e+00 |    Inf 
892.81/892.83	c   865s|400000 |  8520 |  1211k|   3.0 | 115M|1979 |   - |5645 |  10k|   0 |   0 | 200k| 452k|5964 | 0.000000e+00 | 5.000000e+00 |    Inf 
911.41/911.48	c   883s|410000 |  8549 |  1249k|   3.0 | 117M|1979 |  17 |5645 |  12k|5645 | 226 | 205k| 466k|6041 | 0.000000e+00 | 5.000000e+00 |    Inf 
916.71/916.79	o 4
916.71/916.79	c * 888s|412672 |  8472 |  1260k|   3.1 | 116M|1979 |   - |5645 |  13k|5645 | 233 | 206k| 470k|6069 | 0.000000e+00 | 4.000000e+00 |    Inf 
930.71/930.77	c   901s|420000 |  8509 |  1288k|   3.1 | 117M|1979 |   1 |5645 |  14k|5645 | 245 | 209k| 481k|6118 | 0.000000e+00 | 4.000000e+00 |    Inf 
950.91/950.94	c   921s|430000 |  8561 |  1333k|   3.1 | 117M|1979 |   1 |5645 |  14k|5645 | 225 | 213k| 494k|6177 | 0.000000e+00 | 4.000000e+00 |    Inf 
971.11/971.20	c   941s|440000 |  8681 |  1375k|   3.1 | 119M|1979 |   - |5645 |  16k|   0 |   0 | 218k| 508k|6272 | 0.000000e+00 | 4.000000e+00 |    Inf 
991.71/991.74	c   961s|450000 |  8677 |  1413k|   3.1 | 120M|1979 |   - |5645 |  16k|   0 |   0 | 222k| 522k|6330 | 0.000000e+00 | 4.000000e+00 |    Inf 
1012.81/1012.83	c   981s|460000 |  8745 |  1454k|   3.2 | 122M|1979 |   1 |5645 |  18k|5645 | 259 | 226k| 536k|6380 | 0.000000e+00 | 4.000000e+00 |    Inf 
1034.21/1034.21	c  1002s|470000 |  8685 |  1493k|   3.2 | 123M|1979 |   1 |5645 |  19k|5645 | 263 | 229k| 550k|6454 | 0.000000e+00 | 4.000000e+00 |    Inf 
1056.02/1056.09	c  1023s|480000 |  8655 |  1538k|   3.2 | 122M|1979 |   9 |5645 |  19k|5645 | 258 | 233k| 564k|6517 | 0.000000e+00 | 4.000000e+00 |    Inf 
1076.21/1076.20	c  1043s|490000 |  8531 |  1576k|   3.2 | 117M|1979 |   - |5645 |  10k|   0 |   0 | 237k| 578k|6715 | 0.000000e+00 | 4.000000e+00 |    Inf 
1096.31/1096.35	c  1062s|500000 |  8654 |  1616k|   3.2 | 120M|1979 |  13 |5645 |  14k|5645 | 263 | 241k| 590k|6762 | 0.000000e+00 | 4.000000e+00 |    Inf 
1116.81/1116.86	c  1082s|510000 |  8787 |  1657k|   3.3 | 122M|1979 |   - |5645 |  14k|   0 |   0 | 245k| 603k|6831 | 0.000000e+00 | 4.000000e+00 |    Inf 
1138.31/1138.37	c  1103s|520000 |  8783 |  1696k|   3.3 | 123M|1979 |  21 |5645 |  13k|5645 | 268 | 248k| 617k|6887 | 0.000000e+00 | 4.000000e+00 |    Inf 
1157.91/1157.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.91/1157.91	c  1122s|530000 |  8668 |  1739k|   3.3 | 121M|1979 |   7 |5645 |  10k|5645 | 211 | 253k| 630k|6977 | 0.000000e+00 | 4.000000e+00 |    Inf 
1176.11/1176.17	c  1140s|540000 |  8782 |  1777k|   3.3 | 123M|1979 |   1 |5645 |  12k|5645 | 209 | 258k| 644k|7023 | 0.000000e+00 | 4.000000e+00 |    Inf 
1195.91/1195.94	c  1159s|550000 |  8909 |  1816k|   3.3 | 125M|1979 |   - |5645 |  14k|   0 |   0 | 264k| 658k|7091 | 0.000000e+00 | 4.000000e+00 |    Inf 
1215.42/1215.49	c  1178s|560000 |  8938 |  1853k|   3.3 | 126M|1979 |   - |5645 |  13k|   0 |   0 | 269k| 673k|7146 | 0.000000e+00 | 4.000000e+00 |    Inf 
1234.61/1234.67	c  1196s|570000 |  9041 |  1889k|   3.3 | 128M|1979 |   1 |5645 |  15k|5645 | 223 | 273k| 686k|7210 | 0.000000e+00 | 4.000000e+00 |    Inf 
1256.11/1256.19	c  1217s|580000 |  9112 |  1930k|   3.3 | 130M|1979 |  23 |5645 |  17k|5645 | 225 | 278k| 698k|7281 | 0.000000e+00 | 4.000000e+00 |    Inf 
1280.41/1280.41	c  1241s|590000 |  9198 |  1967k|   3.3 | 133M|1979 |   1 |5645 |  21k|5645 | 228 | 281k| 711k|7329 | 0.000000e+00 | 4.000000e+00 |    Inf 
1306.01/1306.09	c  1266s|600000 |  9150 |  2006k|   3.3 | 133M|1979 |   7 |5645 |  18k|5645 | 255 | 285k| 725k|7389 | 0.000000e+00 | 4.000000e+00 |    Inf 
1330.41/1330.49	c  1290s|610000 |  9228 |  2044k|   3.4 | 135M|1979 |   - |5645 |  22k|   0 |   0 | 289k| 738k|7445 | 0.000000e+00 | 4.000000e+00 |    Inf 
1356.32/1356.35	c  1316s|620000 |  9216 |  2083k|   3.4 | 135M|1979 |   1 |5645 |  20k|5645 | 248 | 293k| 751k|7496 | 0.000000e+00 | 4.000000e+00 |    Inf 
1383.01/1383.00	c  1342s|630000 |  9274 |  2117k|   3.4 | 138M|1979 |   - |5645 |  25k|5645 | 269 | 297k| 764k|7541 | 0.000000e+00 | 4.000000e+00 |    Inf 
1411.22/1411.30	c  1370s|640000 |  9298 |  2157k|   3.4 | 140M|1979 |   - |5645 |  29k|   0 |   0 | 301k| 777k|7600 | 0.000000e+00 | 4.000000e+00 |    Inf 
1441.32/1441.34	c  1399s|650000 |  9365 |  2192k|   3.4 | 141M|1979 |   - |5645 |  30k|   0 |   0 | 305k| 791k|7652 | 0.000000e+00 | 4.000000e+00 |    Inf 
1473.62/1473.62	c  1431s|660000 |  9360 |  2229k|   3.4 | 143M|1979 |   - |5645 |  32k|5645 | 280 | 308k| 805k|7699 | 0.000000e+00 | 4.000000e+00 |    Inf 
1504.32/1504.31	c  1461s|670000 |  9416 |  2263k|   3.4 | 144M|1979 |   - |5645 |  32k|   0 |   0 | 312k| 818k|7746 | 0.000000e+00 | 4.000000e+00 |    Inf 
1536.02/1536.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.02/1536.06	c  1493s|680000 |  9466 |  2298k|   3.4 | 146M|1979 |   - |5645 |  36k|   0 |   0 | 316k| 832k|7795 | 0.000000e+00 | 4.000000e+00 |    Inf 
1567.62/1567.63	c  1524s|690000 |  9434 |  2336k|   3.4 | 145M|1979 |   1 |5645 |  30k|5645 | 276 | 319k| 846k|7863 | 0.000000e+00 | 4.000000e+00 |    Inf 
1598.33/1598.31	c  1554s|700000 |  9519 |  2371k|   3.4 | 146M|1979 |   - |5645 |  31k|   0 |   0 | 322k| 859k|7922 | 0.000000e+00 | 4.000000e+00 |    Inf 
1631.12/1631.17	c  1587s|710000 |  9608 |  2408k|   3.4 | 149M|1979 |   - |5645 |  36k|   0 |   0 | 326k| 873k|7960 | 0.000000e+00 | 4.000000e+00 |    Inf 
1665.62/1665.60	c  1621s|720000 |  9581 |  2445k|   3.4 | 149M|1979 |   - |5645 |  35k|   0 |   0 | 330k| 886k|8024 | 0.000000e+00 | 4.000000e+00 |    Inf 
1699.32/1699.40	c  1654s|730000 |  9666 |  2485k|   3.4 | 151M|1979 |   - |5645 |  36k|   0 |   0 | 333k| 899k|8072 | 0.000000e+00 | 4.000000e+00 |    Inf 
1737.12/1737.19	c  1691s|740000 |  9685 |  2517k|   3.4 | 152M|1979 |   1 |5645 |  36k|5645 | 240 | 336k| 912k|8120 | 0.000000e+00 | 4.000000e+00 |    Inf 
1772.02/1772.00	c  1726s|750000 |  9659 |  2556k|   3.4 | 153M|1979 |   - |5645 |  39k|   0 |   0 | 339k| 926k|8174 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1753.23
1800.03/1800.00	c Solving Nodes      : 757778
1800.03/1800.00	c Primal Bound       : +4.00000000000000e+00 (463 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.03/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 
1800.03/1800.09	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.09	v -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 
1800.03/1800.09	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.09	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 
1800.03/1800.09	v x2 -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1753.23
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692977-1277926807.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692977-1277926807.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 41670 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2628          -          -       5256          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     490941          0         10        573          0          0     731432
1800.03/1800.09	c   indicator        :       2707          0    4263274     124625          0       1006   11354808          0          0          0
1800.03/1800.09	c   linear           :       2707          6    4280878     124410          0     254890   18765494     342813          0          0
1800.03/1800.09	c   logicor          :          0+         0    1195475          0          0      62987    1267607          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      22908          0          0          3        428          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0      76423          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      13.24       0.00       0.00      13.24       0.00
1800.03/1800.09	c   indicator        :      55.31       0.03      36.71      18.57       0.00
1800.03/1800.09	c   linear           :     203.91       0.00     191.71      12.20       0.00
1800.03/1800.09	c   logicor          :     230.36       0.00     230.36       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.17          2          0          0
1800.03/1800.09	c   rootredcost      :       0.22         60          0       2628
1800.03/1800.09	c   pseudoobj        :     235.22    4309759      27335    7539428
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      19.56     345215     345099    2058955       26.1      29037       10.8          -
1800.03/1800.09	c   infeasible LP    :       5.49      14725      14725     117055       40.8        334       12.1          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.11        516        516       2029       12.9        560        5.9          -
1800.03/1800.09	c   applied globally :          -          -          -     937621       20.9          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.09	c   redcost          :      44.26     500832          0    3655696          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.09	c   flowcover        :       0.02          4          0          0          2          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      12.98     366176         10        573          0          0     731432
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      17.19      76363          0          0          0          0     152726
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.11          -         60
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.01          0          0
1800.03/1800.09	c   intshifting      :       0.01          3          0
1800.03/1800.09	c   oneopt           :       0.29         52          0
1800.03/1800.09	c   guideddiving     :       0.02         26          0
1800.03/1800.09	c   pscostdiving     :       0.10         78          0
1800.03/1800.09	c   fracdiving       :       0.08         78          0
1800.03/1800.09	c   veclendiving     :       0.19         78          0
1800.03/1800.09	c   linesearchdiving :       0.11         78          0
1800.03/1800.09	c   coefdiving       :       0.08         79          0
1800.03/1800.09	c   rootsoldiving    :       0.12         77          0
1800.03/1800.09	c   objpscostdiving  :       0.16         78          0
1800.03/1800.09	c   crossover        :       2.78         95          2
1800.03/1800.09	c   trivial          :       0.09          2          2
1800.03/1800.09	c   simplerounding   :       0.76     369469          0
1800.03/1800.09	c   zirounding       :       0.44       1000          0
1800.03/1800.09	c   rounding         :       3.35       8555          0
1800.03/1800.09	c   shifting         :       1.97       2640          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.05          0          0
1800.03/1800.09	c   trysol           :       4.36       8188        399
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     453.43     441247    2583946       5.86    5698.67
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.15         81       1815      22.41   12100.00
1800.03/1800.09	c   strong branching :      10.26       8233      82982      10.08    8087.91
1800.03/1800.09	c     (at root node) :          -         33       2140      64.85          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     757778
1800.03/1800.09	c   nodes (total)    :     757778
1800.03/1800.09	c   nodes left       :       9703
1800.03/1800.09	c   max depth        :       1979
1800.03/1800.09	c   max depth (total):       1979
1800.03/1800.09	c   backtracks       :      57609 (7.6%)
1800.03/1800.09	c   delayed cutoffs  :      50793
1800.03/1800.09	c   repropagations   :    2167130 (6233130 domain reductions, 45810 cutoffs)
1800.03/1800.09	c   avg switch length:       7.18
1800.03/1800.09	c   switching time   :     246.18
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        463 (61 improvements)
1800.03/1800.09	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 412672 nodes, 887.81 seconds, depth 38, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        167
1800.32/1800.34	c Time complete: 1800.36.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692977-1277926807/watcher-2692977-1277926807 -o /tmp/evaluation-result-2692977-1277926807/solver-2692977-1277926807 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692977-1277926807.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.18 2.54 2.44 4/178 26327
/proc/meminfo: memFree=29584428/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=11112 CPUtime=0
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1701 0 0 0 0 0 0 0 25 0 1 0 166272440 11378688 1621 4089446400 4194304 9819077 140735453238976 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26327/statm: 2778 1621 392 1374 0 1399 0

[startup+0.0251311 s]
/proc/loadavg: 2.18 2.54 2.44 4/178 26327
/proc/meminfo: memFree=29584428/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=16980 CPUtime=0.02
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 3183 0 0 0 2 0 0 0 25 0 1 0 166272440 17387520 3103 4089446400 4194304 9819077 140735453238976 18446744073709551615 4679963 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26327/statm: 4245 3103 392 1374 0 2866 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16980

[startup+0.101122 s]
/proc/loadavg: 2.18 2.54 2.44 4/178 26327
/proc/meminfo: memFree=29584428/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=36400 CPUtime=0.09
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 166272440 37273600 7689 4089446400 4194304 9819077 140735453238976 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26327/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.301082 s]
/proc/loadavg: 2.18 2.54 2.44 4/178 26327
/proc/meminfo: memFree=29584428/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=57148 CPUtime=0.29
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 13715 0 0 0 27 2 0 0 18 0 1 0 166272440 58519552 12684 4089446400 4194304 9819077 140735453238976 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26327/statm: 14287 12684 674 1374 0 12908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57148

[startup+0.700903 s]
/proc/loadavg: 2.18 2.54 2.44 4/178 26327
/proc/meminfo: memFree=29584428/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=46244 CPUtime=0.69
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 25336 0 0 0 64 5 0 0 18 0 1 0 166272440 47353856 10081 4089446400 4194304 9819077 140735453238976 18446744073709551615 4902883 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 11561 10081 699 1374 0 10182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46244

[startup+1.50076 s]
/proc/loadavg: 2.18 2.54 2.44 3/179 26328
/proc/meminfo: memFree=29543500/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=51388 CPUtime=1.49
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 35024 0 0 0 142 7 0 0 19 0 1 0 166272440 52621312 11280 4089446400 4194304 9819077 140735453238976 18446744073709551615 6667078 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 12847 11280 700 1374 0 11468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51388

[startup+3.10059 s]
/proc/loadavg: 2.18 2.54 2.44 3/179 26328
/proc/meminfo: memFree=29537548/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=54124 CPUtime=3.09
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 42645 0 0 0 299 10 0 0 24 0 1 0 166272440 55422976 12086 4089446400 4194304 9819077 140735453238976 18446744073709551615 6020604 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 13531 12086 700 1374 0 12152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54124

[startup+6.30103 s]
/proc/loadavg: 2.17 2.53 2.43 3/179 26328
/proc/meminfo: memFree=29522312/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=62332 CPUtime=6.29
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 50943 0 0 0 610 19 0 0 25 0 1 0 166272440 63827968 14100 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 15583 14100 700 1374 0 14204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62332

[startup+12.7009 s]
/proc/loadavg: 2.15 2.52 2.43 3/179 26328
/proc/meminfo: memFree=29501232/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=73092 CPUtime=12.69
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 62495 0 0 0 1234 35 0 0 25 0 1 0 166272440 74846208 16874 4089446400 4194304 9819077 140735453238976 18446744073709551615 6590489 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 18273 16874 700 1374 0 16894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73092

[startup+25.5007 s]
/proc/loadavg: 2.12 2.49 2.42 3/179 26328
/proc/meminfo: memFree=29477004/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=90644 CPUtime=25.49
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 71860 0 0 0 2479 70 0 0 25 0 1 0 166272440 92819456 21144 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 22661 21144 700 1374 0 21282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90644

[startup+51.1012 s]
/proc/loadavg: 2.08 2.45 2.41 3/179 26329
/proc/meminfo: memFree=29434484/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=120352 CPUtime=51.09
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 159025 0 0 0 4971 138 0 0 25 0 1 0 166272440 123240448 28593 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 30088 28593 705 1374 0 28709 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120352

[startup+102.306 s]
/proc/loadavg: 2.03 2.38 2.39 3/180 26331
/proc/meminfo: memFree=29340196/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=185312 CPUtime=102.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 323179 0 0 0 9964 266 0 0 25 0 1 0 166272440 189759488 44218 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 46328 44218 705 1374 0 44949 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 185312

[startup+162.301 s]
/proc/loadavg: 2.02 2.31 2.36 3/179 26381
/proc/meminfo: memFree=31384744/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=291612 CPUtime=162.29
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 524654 0 0 0 15825 404 0 0 25 0 1 0 166272440 298610688 69071 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 72903 69071 705 1374 0 71524 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 291612

[startup+222.301 s]
/proc/loadavg: 2.00 2.25 2.34 3/179 26383
/proc/meminfo: memFree=31324432/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=356148 CPUtime=222.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 733370 0 0 0 21656 574 0 0 25 0 1 0 166272440 364695552 83844 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 89037 83844 714 1374 0 87658 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 356148

[startup+282.301 s]
/proc/loadavg: 2.07 2.22 2.32 3/179 26385
/proc/meminfo: memFree=31283112/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=403676 CPUtime=282.29
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 881597 0 0 0 27471 758 0 0 25 0 1 0 166272440 413364224 94123 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 100919 94123 716 1374 0 99540 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 403676

[startup+342.301 s]
/proc/loadavg: 2.02 2.17 2.29 3/179 26386
/proc/meminfo: memFree=31262104/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=428004 CPUtime=342.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1010958 0 0 0 33273 957 0 0 25 0 1 0 166272440 438276096 99325 4089446400 4194304 9819077 140735453238976 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 107001 99325 716 1374 0 105622 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428004

[startup+402.301 s]
/proc/loadavg: 2.01 2.14 2.27 3/179 26387
/proc/meminfo: memFree=31244460/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=448212 CPUtime=402.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1151267 0 0 0 39064 1166 0 0 25 0 1 0 166272440 458969088 103820 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 112053 103820 717 1374 0 110674 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 448212

[startup+462.301 s]
/proc/loadavg: 2.00 2.11 2.25 3/179 26389
/proc/meminfo: memFree=31233268/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=459596 CPUtime=462.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1231901 0 0 0 44867 1363 0 0 25 0 1 0 166272440 470626304 106509 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 114899 106509 717 1374 0 113520 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 459596

[startup+522.301 s]
/proc/loadavg: 2.00 2.09 2.24 3/179 26391
/proc/meminfo: memFree=31221560/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=473356 CPUtime=522.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1328624 0 0 0 50666 1564 0 0 25 0 1 0 166272440 484716544 109424 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26327/statm: 118339 109424 717 1374 0 116960 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 473356

[startup+582.301 s]
/proc/loadavg: 2.00 2.07 2.22 3/179 26396
/proc/meminfo: memFree=31209016/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=486524 CPUtime=582.3
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1432615 0 0 0 56465 1765 0 0 25 0 1 0 166272440 498200576 112388 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 121631 112388 717 1374 0 120252 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 486524

[startup+642.3 s]
/proc/loadavg: 2.00 2.05 2.20 3/179 26397
/proc/meminfo: memFree=31205136/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=490876 CPUtime=642.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1584604 0 0 0 62232 1999 0 0 25 0 1 0 166272440 502657024 113449 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 122719 113449 725 1374 0 121340 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 490876

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 26405
/proc/meminfo: memFree=31186344/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=508288 CPUtime=942.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1876856 0 0 0 91260 2971 0 0 25 0 1 0 166272440 520486912 117838 4089446400 4194304 9819077 140735453238976 18446744073709551615 4923501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127072 117838 739 1374 0 125693 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 508288

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 26406
/proc/meminfo: memFree=31186304/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=508288 CPUtime=1002.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1882602 0 0 0 97102 3129 0 0 25 0 1 0 166272440 520486912 117840 4089446400 4194304 9819077 140735453238976 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127072 117840 739 1374 0 125693 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 508288

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 26408
/proc/meminfo: memFree=31186260/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=508288 CPUtime=1062.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1888204 0 0 0 102950 3281 0 0 25 0 1 0 166272440 520486912 117847 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127072 117847 739 1374 0 125693 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 508288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 26410
/proc/meminfo: memFree=31186352/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=509232 CPUtime=1122.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 1920159 0 0 0 108760 3471 0 0 25 0 1 0 166272440 521453568 117955 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127308 117955 739 1374 0 125929 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 509232

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 26412
/proc/meminfo: memFree=31185332/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=509812 CPUtime=1182.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2008028 0 0 0 114550 3681 0 0 25 0 1 0 166272440 522047488 118028 4089446400 4194304 9819077 140735453238976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127453 118028 740 1374 0 126074 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 509812

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 26413
/proc/meminfo: memFree=31184168/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=511132 CPUtime=1242.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2110406 0 0 0 120343 3889 0 0 25 0 1 0 166272440 523399168 118333 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26327/statm: 127783 118333 740 1374 0 126404 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 511132

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 26450
/proc/meminfo: memFree=31044096/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=514624 CPUtime=1302.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2195949 0 0 0 126230 4002 0 0 25 0 1 0 166272440 526974976 119151 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 128656 119151 740 1374 0 127277 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 514624

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 26452
/proc/meminfo: memFree=30879140/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=518240 CPUtime=1362.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2285873 0 0 0 132138 4093 0 0 25 0 1 0 166272440 530677760 120069 4089446400 4194304 9819077 140735453238976 18446744073709551615 6031092 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 129560 120069 740 1374 0 128181 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 518240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 26454
/proc/meminfo: memFree=30718012/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=520712 CPUtime=1422.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2363027 0 0 0 138050 4182 0 0 25 0 1 0 166272440 533209088 120691 4089446400 4194304 9819077 140735453238976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 130178 120691 740 1374 0 128799 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 520712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 26456
/proc/meminfo: memFree=30566200/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=523868 CPUtime=1482.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2432688 0 0 0 143968 4263 0 0 25 0 1 0 166272440 536440832 121429 4089446400 4194304 9819077 140735453238976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 130967 121429 740 1374 0 129588 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 523868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 26484
/proc/meminfo: memFree=31132412/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=529320 CPUtime=1542.31
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2510493 0 0 0 149888 4343 0 0 25 0 1 0 166272440 542023680 122778 4089446400 4194304 9819077 140735453238976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 132330 122778 740 1374 0 130951 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 529320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26512
/proc/meminfo: memFree=31133336/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=530772 CPUtime=1602.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2590185 0 0 0 155810 4422 0 0 25 0 1 0 166272440 543510528 123130 4089446400 4194304 9819077 140735453238976 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 132693 123130 740 1374 0 131314 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 530772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 26514
/proc/meminfo: memFree=31028132/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=533224 CPUtime=1662.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2665128 0 0 0 161730 4502 0 0 25 0 1 0 166272440 546021376 123752 4089446400 4194304 9819077 140735453238976 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 133306 123752 740 1374 0 131927 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 533224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 26516
/proc/meminfo: memFree=30963484/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=533752 CPUtime=1722.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2733754 0 0 0 167651 4581 0 0 25 0 1 0 166272440 546562048 123905 4089446400 4194304 9819077 140735453238976 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 133438 123905 740 1374 0 132059 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 533752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26518
/proc/meminfo: memFree=30942492/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=536108 CPUtime=1782.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2796870 0 0 0 173576 4656 0 0 25 0 1 0 166272440 548974592 124417 4089446400 4194304 9819077 140735453238976 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 134027 124417 740 1374 0 132648 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 536108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26518
/proc/meminfo: memFree=30941724/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=536500 CPUtime=1800.03
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2818148 0 0 0 175326 4677 0 0 25 0 1 0 166272440 549376000 124545 4089446400 4194304 9819077 140735453238976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26327/statm: 134125 124545 740 1374 0 132746 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 536500

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26518
/proc/meminfo: memFree=30941724/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=536716 CPUtime=1800.22
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2818181 0 0 0 175345 4677 0 0 18 0 1 0 166272440 549597184 124571 4089446400 4194304 9819077 140735453238976 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26327/statm: 134179 124571 741 1374 0 132800 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 536716

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26518
/proc/meminfo: memFree=30941724/32950940 swapFree=67111528/67111528
[pid=26327] ppid=26325 vsize=528176 CPUtime=1800.32
/proc/26327/stat : 26327 (pbscip.linux.x8) R 26325 26327 26166 0 -1 4202496 2818181 0 0 0 175355 4677 0 0 18 0 1 0 166272440 540852224 122437 4089446400 4194304 9819077 140735453238976 18446744073709551615 4668100 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26327/statm: 132044 122437 741 1374 0 130665 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 528176

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.38
CPU user time (s): 1753.58
CPU system time (s): 46.7979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 536716

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

runsolver used 2.69259 second user time and 5.50916 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 21:40:07
IDJOB=2692977
IDBENCH=79273
IDSOLVER=1205
FILE ID=node117/2692977-1277926807
PBS_JOBID= 11197361
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 51cd1cd61e067c06067b10b7beeffad7
RANDOM SEED=1779128690

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      29584956 kB
Buffers:        208496 kB
Cached:         858928 kB
SwapCached:          0 kB
Active:        2616212 kB
Inactive:       604212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      29584956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:     2153448 kB
Mapped:          15880 kB
Slab:            79148 kB
PageTables:       9008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  2327640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node117 at 2010-06-30 22:10:09