Trace number 2705127

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.29 1790.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900570242--soft-0-100-0.wbo
MD5SUM14bc8800f159591dc4e79c8dbc089eb4
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 benchmark390.912
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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-2705127-1278578351.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 138261
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.382610e+05 |    Inf 
14.89/14.96	o 701
14.89/14.96	c *14.9s|  9311 |  9201 |  1405 |   0.1 |  40M|2591 |   - |5645 |5424 |5645 | 217 | 431 |  10 | 449 | 0.000000e+00 | 7.010000e+02 |    Inf 
15.29/15.37	o 493
15.29/15.37	c *15.3s|  9605 |  9113 |  1485 |   0.1 |  40M|2591 |   - |5645 |5440 |5645 | 218 | 444 |  26 | 449 | 0.000000e+00 | 4.930000e+02 |    Inf 
16.09/16.10	c  16.1s| 10000 |  9503 |  1693 |   0.2 |  41M|2591 |   0 |5645 |5464 |5645 | 203 | 485 |  50 | 455 | 0.000000e+00 | 4.930000e+02 |    Inf 
16.99/17.03	o 484
16.99/17.03	c *17.0s| 10547 |  9948 |  1997 |   0.2 |  42M|2591 |   - |5645 |5483 |5645 | 215 | 550 |  69 | 491 | 0.000000e+00 | 4.840000e+02 |    Inf 
17.29/17.34	o 454
17.29/17.34	c *17.3s| 10737 |  9752 |  2021 |   0.2 |  42M|2591 |   - |5645 |5487 |5645 | 201 | 554 |  73 | 491 | 0.000000e+00 | 4.540000e+02 |    Inf 
17.89/17.90	o 439
17.89/17.90	c *17.9s| 10983 |  9746 |  2135 |   0.2 |  42M|2591 |   - |5645 |5522 |5645 | 186 | 588 | 108 | 498 | 0.000000e+00 | 4.390000e+02 |    Inf 
17.89/17.91	o 431
17.89/17.91	c *17.9s| 10984 |  9615 |  2137 |   0.2 |  42M|2591 |   - |5645 |5522 |5645 | 186 | 588 | 108 | 498 | 0.000000e+00 | 4.310000e+02 |    Inf 
18.59/18.62	o 366
18.59/18.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.59/18.62	c *18.6s| 11385 |  9099 |  2431 |   0.2 |  41M|2591 |   - |5645 |5621 |5645 | 226 | 634 | 207 | 526 | 0.000000e+00 | 3.660000e+02 |    Inf 
18.70/18.72	o 302
18.70/18.72	c *18.7s| 11432 |  8465 |  2492 |   0.2 |  40M|2591 |   - |5645 |5681 |5645 | 209 | 643 | 267 | 526 | 0.000000e+00 | 3.020000e+02 |    Inf 
18.70/18.76	o 297
18.70/18.76	c *18.7s| 11442 |  8378 |  2518 |   0.2 |  40M|2591 |   - |5645 |5684 |5645 | 221 | 655 | 270 | 526 | 0.000000e+00 | 2.970000e+02 |    Inf 
18.99/19.05	o 273
18.99/19.05	c *19.0s| 11523 |  8051 |  2669 |   0.2 |  40M|2591 |   - |5645 |5786 |5645 | 220 | 680 | 372 | 537 | 0.000000e+00 | 2.730000e+02 |    Inf 
19.19/19.25	o 268
19.19/19.25	c *19.2s| 11586 |  7997 |  2804 |   0.2 |  40M|2591 |   - |5645 |5843 |5645 | 204 | 711 | 429 | 550 | 0.000000e+00 | 2.680000e+02 |    Inf 
19.19/19.26	o 264
19.19/19.26	c *19.2s| 11587 |  7945 |  2811 |   0.2 |  40M|2591 |   - |5645 |5843 |5645 | 204 | 711 | 429 | 550 | 0.000000e+00 | 2.640000e+02 |    Inf 
19.49/19.50	o 255
19.49/19.50	c *19.5s| 11680 |  7819 |  2907 |   0.2 |  40M|2591 |   - |5645 |5888 |5645 | 210 | 733 | 474 | 555 | 0.000000e+00 | 2.550000e+02 |    Inf 
19.69/19.75	o 248
19.69/19.75	c *19.7s| 11784 |  7751 |  2961 |   0.2 |  41M|2591 |   - |5645 |5939 |5645 | 218 | 743 | 525 | 555 | 0.000000e+00 | 2.480000e+02 |    Inf 
19.69/19.78	o 234
19.69/19.78	c *19.7s| 11786 |  7428 |  2966 |   0.2 |  40M|2591 |   - |5645 |5939 |5645 | 218 | 743 | 525 | 555 | 0.000000e+00 | 2.340000e+02 |    Inf 
19.79/19.89	o 228
19.79/19.89	c *19.9s| 11828 |  7336 |  2996 |   0.2 |  40M|2591 |   - |5645 |5967 |5645 | 219 | 744 | 553 | 555 | 0.000000e+00 | 2.280000e+02 |    Inf 
20.09/20.14	o 178
20.09/20.14	c z20.1s| 11947 |  6209 |  3062 |   0.2 |  38M|2591 |   - |5645 |5979 |5645 | 223 | 755 | 565 | 563 | 0.000000e+00 | 1.780000e+02 |    Inf 
20.59/20.70	o 161
20.59/20.70	c *20.7s| 12137 |  5895 |  3367 |   0.3 |  38M|2591 |   - |5645 |6149 |5645 | 223 | 800 | 735 | 586 | 0.000000e+00 | 1.610000e+02 |    Inf 
21.29/21.36	o 159
21.29/21.36	c *21.3s| 12409 |  6058 |  3558 |   0.3 |  39M|2591 |   - |5645 |6325 |5645 | 228 | 832 | 911 | 602 | 0.000000e+00 | 1.590000e+02 |    Inf 
21.69/21.71	o 146
21.69/21.71	c *21.7s| 12526 |  5889 |  3797 |   0.3 |  39M|2591 |   - |5645 |6468 |5645 | 188 | 876 |1054 | 611 | 0.000000e+00 | 1.460000e+02 |    Inf 
22.19/22.23	o 143
22.19/22.23	c *22.2s| 12715 |  5953 |  4004 |   0.3 |  40M|2591 |   - |5645 |6664 |5645 | 222 | 930 |1250 | 614 | 0.000000e+00 | 1.430000e+02 |    Inf 
22.19/22.23	o 139
22.19/22.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.19/22.23	c *22.2s| 12716 |  5894 |  4004 |   0.3 |  40M|2591 |   - |5645 |6664 |5645 | 222 | 930 |1250 | 614 | 0.000000e+00 | 1.390000e+02 |    Inf 
33.19/33.21	o 136
33.19/33.21	c *33.2s| 15839 |  7759 | 13037 |   0.8 |  59M|2591 |   - |5645 |9090 |5645 | 195 |2951 |3746 |1199 | 0.000000e+00 | 1.360000e+02 |    Inf 
48.19/48.29	c  48.3s| 20000 | 10367 | 26693 |   1.3 |  82M|2591 |   0 |5645 |  10k|5645 | 201 |5981 |6570 |1403 | 0.000000e+00 | 1.360000e+02 |    Inf 
49.19/49.27	o 132
49.19/49.27	c *49.2s| 20263 | 10346 | 27110 |   1.3 |  84M|2591 |   - |5645 |  10k|5645 | 215 |6116 |6819 |1413 | 0.000000e+00 | 1.320000e+02 |    Inf 
54.19/54.26	o 131
54.19/54.26	c *54.2s| 21640 | 11176 | 32646 |   1.5 |  93M|2591 |   - |5645 |9975 |5645 | 220 |7377 |7819 |1465 | 0.000000e+00 | 1.310000e+02 |    Inf 
54.59/54.67	o 118
54.59/54.67	c *54.6s| 21753 | 10842 | 33093 |   1.5 |  91M|2591 |   - |5645 |9942 |5645 | 233 |7475 |7902 |1471 | 0.000000e+00 | 1.180000e+02 |    Inf 
78.09/78.10	o 116
78.09/78.10	c *78.1s| 28652 | 14705 | 52398 |   1.8 | 125M|2591 |   - |5645 |8126 |5645 | 211 |  11k|  12k|1608 | 0.000000e+00 | 1.160000e+02 |    Inf 
78.09/78.11	o 112
78.09/78.11	c *78.1s| 28653 | 14494 | 52426 |   1.8 | 125M|2591 |   - |5645 |8126 |5645 | 221 |  11k|  12k|1608 | 0.000000e+00 | 1.120000e+02 |    Inf 
78.19/78.25	o 110
78.19/78.25	c *78.2s| 28702 | 14455 | 52570 |   1.8 | 124M|2591 |   - |5645 |8145 |5645 | 208 |  11k|  12k|1608 | 0.000000e+00 | 1.100000e+02 |    Inf 
78.19/78.27	o 106
78.19/78.27	c *78.2s| 28704 | 14260 | 52616 |   1.8 | 123M|2591 |   - |5645 |8145 |5645 | 213 |  11k|  12k|1608 | 0.000000e+00 | 1.060000e+02 |    Inf 
78.19/78.28	o 93
78.19/78.28	c *78.2s| 28705 | 13075 | 52616 |   1.8 | 114M|2591 |   - |5645 |8145 |5645 | 213 |  11k|  12k|1608 | 0.000000e+00 | 9.300000e+01 |    Inf 
82.40/82.48	c  82.5s| 30000 | 13736 | 57019 |   1.9 | 122M|2591 |   0 |5645 |7873 |5645 | 228 |  12k|  13k|1624 | 0.000000e+00 | 9.300000e+01 |    Inf 
83.20/83.28	o 83
83.20/83.28	c *83.3s| 30229 | 12950 | 57900 |   1.9 | 116M|2591 |   - |5645 |7776 |5645 | 225 |  12k|  13k|1633 | 0.000000e+00 | 8.300000e+01 |    Inf 
83.40/83.50	o 72
83.40/83.50	c *83.5s| 30276 | 11186 | 58160 |   1.9 |  90M|2591 |   - |5645 |7455 |5645 | 238 |  12k|  13k|1635 | 0.000000e+00 | 7.200000e+01 |    Inf 
116.89/116.94	c   117s| 40000 | 14735 | 94457 |   2.4 | 129M|2591 |   0 |5645 |8182 |5645 | 227 |  21k|  24k|1839 | 0.000000e+00 | 7.200000e+01 |    Inf 
154.60/154.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.60/154.62	c   155s| 50000 | 18203 |136777 |   2.7 | 164M|2591 |   0 |5645 |8503 |5645 | 222 |  33k|  35k|2176 | 0.000000e+00 | 7.200000e+01 |    Inf 
191.70/191.70	o 69
191.70/191.70	c * 192s| 59685 | 20970 |174709 |   2.9 | 194M|2591 |   - |5645 |8198 |5645 | 216 |  43k|  45k|2491 | 0.000000e+00 | 6.900000e+01 |    Inf 
192.69/192.74	c   193s| 60000 | 21130 |175268 |   2.9 | 195M|2591 |   0 |5645 |7933 |5645 | 214 |  43k|  45k|2495 | 0.000000e+00 | 6.900000e+01 |    Inf 
222.40/222.44	o 66
222.40/222.44	c * 222s| 68025 | 22727 |203512 |   3.0 | 214M|2591 |   - |5645 |7684 |5645 | 202 |  51k|  55k|2724 | 0.000000e+00 | 6.600000e+01 |    Inf 
228.99/229.03	c   229s| 70000 | 23120 |209020 |   3.0 | 218M|2591 |   0 |5645 |7478 |5645 | 196 |  52k|  57k|2766 | 0.000000e+00 | 6.600000e+01 |    Inf 
229.99/230.05	o 65
229.99/230.05	c * 230s| 70295 | 23113 |209761 |   3.0 | 219M|2591 |   - |5645 |7475 |5645 | 236 |  52k|  57k|2771 | 0.000000e+00 | 6.500000e+01 |    Inf 
265.30/265.32	c   265s| 80000 | 25184 |247379 |   3.1 | 246M|2591 |   0 |5645 |8046 |5645 | 237 |  62k|  68k|3014 | 0.000000e+00 | 6.500000e+01 |    Inf 
269.80/269.87	o 58
269.80/269.87	c * 270s| 81226 | 23697 |251847 |   3.1 | 240M|2591 |   - |5645 |8480 |5645 | 246 |  63k|  70k|3035 | 0.000000e+00 | 5.800000e+01 |    Inf 
273.30/273.35	o 49
273.30/273.35	c * 273s| 82176 | 22935 |254436 |   3.1 | 232M|2591 |   - |5645 |8602 |5645 | 244 |  64k|  71k|3045 | 0.000000e+00 | 4.900000e+01 |    Inf 
276.50/276.58	o 43
276.50/276.58	c * 277s| 83161 | 22243 |257396 |   3.1 | 226M|2591 |   - |5645 |8155 |5645 | 238 |  65k|  72k|3086 | 0.000000e+00 | 4.300000e+01 |    Inf 
280.90/280.95	o 41
280.90/280.95	c * 281s| 84542 | 22122 |261734 |   3.1 | 227M|2591 |   - |5645 |6681 |5645 | 249 |  66k|  73k|3124 | 0.000000e+00 | 4.100000e+01 |    Inf 
296.91/296.91	c   297s| 90000 | 22209 |283534 |   3.1 | 235M|2591 |   2 |5645 |6616 |5645 | 212 |  71k|  81k|3220 | 0.000000e+00 | 4.100000e+01 |    Inf 
323.60/323.69	o 32
323.60/323.69	c * 324s| 99277 | 20603 |322100 |   3.2 | 222M|2591 |   - |5645 |7270 |5645 | 245 |  80k|  93k|3449 | 0.000000e+00 | 3.200000e+01 |    Inf 
325.60/325.65	c   326s|100000 | 20606 |325859 |   3.3 | 223M|2591 |   - |5645 |6261 |   0 |   0 |  80k|  94k|3470 | 0.000000e+00 | 3.200000e+01 |    Inf 
347.10/347.17	o 29
347.10/347.17	c * 347s|108944 | 20378 |356201 |   3.3 | 223M|2591 |   - |5645 |7074 |5645 | 218 |  87k| 105k|3628 | 0.000000e+00 | 2.900000e+01 |    Inf 
349.90/349.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.90/349.93	c   350s|110000 | 20348 |360528 |   3.3 | 223M|2591 |   1 |5645 |6247 |5645 | 258 |  88k| 107k|3669 | 0.000000e+00 | 2.900000e+01 |    Inf 
373.50/373.50	c   373s|120000 | 20427 |397441 |   3.3 | 230M|2591 |  12 |5645 |7149 |5645 | 219 |  95k| 120k|3828 | 0.000000e+00 | 2.900000e+01 |    Inf 
395.10/395.13	c   395s|130000 | 20511 |427834 |   3.3 | 236M|2591 |   - |5645 |8041 |   0 |   0 | 101k| 132k|3937 | 0.000000e+00 | 2.900000e+01 |    Inf 
418.20/418.22	c   418s|140000 | 20426 |460700 |   3.3 | 240M|2591 |   - |5645 |8455 |   0 |   0 | 107k| 146k|4077 | 0.000000e+00 | 2.900000e+01 |    Inf 
432.81/432.83	o 22
432.81/432.83	c * 433s|146584 | 18844 |481085 |   3.3 | 223M|2591 |   - |5645 |8567 |5645 | 241 | 111k| 154k|4150 | 0.000000e+00 | 2.200000e+01 |    Inf 
440.30/440.38	c   440s|150000 | 18793 |492868 |   3.3 | 224M|2591 |   1 |5645 |6931 |5645 | 226 | 113k| 159k|4203 | 0.000000e+00 | 2.200000e+01 |    Inf 
460.71/460.71	c   461s|160000 | 18439 |536703 |   3.4 | 228M|2591 |   - |5645 |5725 |   0 |   0 | 119k| 174k|4377 | 0.000000e+00 | 2.200000e+01 |    Inf 
480.91/480.91	c   481s|170000 | 18409 |569514 |   3.3 | 232M|2591 |   - |5645 |7692 |   0 |   0 | 125k| 187k|4506 | 0.000000e+00 | 2.200000e+01 |    Inf 
500.00/500.10	c   500s|180000 | 18567 |594019 |   3.3 | 236M|2591 |   1 |5645 |  10k|5645 | 225 | 129k| 199k|4559 | 0.000000e+00 | 2.200000e+01 |    Inf 
506.31/506.37	o 19
506.31/506.37	c * 506s|183047 | 17630 |602639 |   3.3 | 223M|2591 |   - |5645 |  11k|5645 | 234 | 130k| 203k|4615 | 0.000000e+00 | 1.900000e+01 |    Inf 
521.31/521.35	c   521s|190000 | 17647 |628253 |   3.3 | 223M|2591 |   - |5645 |8428 |   0 |   0 | 135k| 212k|4714 | 0.000000e+00 | 1.900000e+01 |    Inf 
542.41/542.42	c   542s|200000 | 17628 |666290 |   3.3 | 224M|2591 |  18 |5645 |7086 |5645 | 226 | 142k| 225k|4842 | 0.000000e+00 | 1.900000e+01 |    Inf 
563.61/563.66	c   564s|210000 | 17574 |706282 |   3.4 | 227M|2591 |   1 |5645 |7549 |5645 | 220 | 148k| 238k|4978 | 0.000000e+00 | 1.900000e+01 |    Inf 
579.72/579.74	o 15
579.72/579.74	c * 580s|217982 | 15225 |732532 |   3.4 | 205M|2591 |   - |5645 |8307 |5645 | 234 | 152k| 248k|5056 | 0.000000e+00 | 1.500000e+01 |    Inf 
580.81/580.88	o 13
580.81/580.88	c * 581s|218567 | 14160 |734951 |   3.4 | 187M|2591 |   - |5645 |7970 |5645 | 229 | 152k| 249k|5064 | 0.000000e+00 | 1.300000e+01 |    Inf 
583.51/583.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.51/583.59	c   584s|220000 | 14165 |741213 |   3.4 | 187M|2591 |   - |5645 |7802 |   0 |   0 | 153k| 251k|5069 | 0.000000e+00 | 1.300000e+01 |    Inf 
596.01/596.05	o 9
596.01/596.05	c * 596s|226435 | 12006 |767999 |   3.4 | 165M|2591 |   - |5645 |7399 |5645 | 252 | 158k| 260k|5149 | 0.000000e+00 | 9.000000e+00 |    Inf 
602.41/602.43	c   602s|230000 | 12028 |780738 |   3.4 | 165M|2591 |   1 |5645 |8991 |5645 | 242 | 160k| 264k|5191 | 0.000000e+00 | 9.000000e+00 |    Inf 
620.71/620.71	c   621s|240000 | 11527 |824320 |   3.4 | 163M|2591 |   - |5645 |7557 |   0 |   0 | 167k| 277k|5290 | 0.000000e+00 | 9.000000e+00 |    Inf 
639.31/639.33	c   639s|250000 | 10812 |872587 |   3.5 | 159M|2591 |  13 |5645 |8293 |5645 | 239 | 174k| 291k|5433 | 0.000000e+00 | 9.000000e+00 |    Inf 
658.41/658.40	c   658s|260000 | 11015 |925902 |   3.6 | 162M|2591 |   1 |5645 |  10k|5645 | 208 | 182k| 303k|5550 | 0.000000e+00 | 9.000000e+00 |    Inf 
677.91/677.92	c   678s|270000 | 11062 |976979 |   3.6 | 164M|2591 |   - |5645 |  10k|   0 |   0 | 190k| 316k|5671 | 0.000000e+00 | 9.000000e+00 |    Inf 
697.32/697.32	c   697s|280000 | 11077 |  1023k|   3.7 | 165M|2591 |   - |5645 |  11k|   0 |   0 | 197k| 329k|5761 | 0.000000e+00 | 9.000000e+00 |    Inf 
719.01/719.01	c   719s|290000 | 11102 |  1087k|   3.7 | 167M|2591 |   - |5645 |  14k|   0 |   0 | 207k| 342k|5912 | 0.000000e+00 | 9.000000e+00 |    Inf 
741.42/741.47	c   741s|300000 | 11188 |  1147k|   3.8 | 170M|2591 |   - |5645 |  17k|   0 |   0 | 216k| 356k|6026 | 0.000000e+00 | 9.000000e+00 |    Inf 
763.32/763.31	c   763s|310000 | 11114 |  1204k|   3.9 | 169M|2591 |   - |5645 |  13k|   0 |   0 | 223k| 370k|6124 | 0.000000e+00 | 9.000000e+00 |    Inf 
784.61/784.61	c   785s|320000 | 11118 |  1258k|   3.9 | 171M|2591 |   - |5645 |  17k|   0 |   0 | 231k| 384k|6235 | 0.000000e+00 | 9.000000e+00 |    Inf 
806.71/806.72	c   807s|330000 | 11196 |  1314k|   4.0 | 171M|2591 |   - |5645 |  15k|   0 |   0 | 241k| 398k|6361 | 0.000000e+00 | 9.000000e+00 |    Inf 
828.81/828.89	c   829s|340000 | 11112 |  1371k|   4.0 | 171M|2591 |   1 |5645 |  13k|5645 | 234 | 249k| 412k|6450 | 0.000000e+00 | 9.000000e+00 |    Inf 
850.32/850.33	c   850s|350000 | 11067 |  1433k|   4.1 | 171M|2591 |   1 |5645 |  14k|5645 | 281 | 258k| 425k|6569 | 0.000000e+00 | 9.000000e+00 |    Inf 
873.52/873.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
873.52/873.56	c   874s|360000 | 11072 |  1503k|   4.2 | 172M|2591 |  15 |5645 |  15k|5645 | 245 | 267k| 439k|6709 | 0.000000e+00 | 9.000000e+00 |    Inf 
893.02/893.08	c   893s|370000 | 10494 |  1547k|   4.2 | 167M|2591 |   - |5645 |9427 |   0 |   0 | 273k| 452k|6824 | 0.000000e+00 | 9.000000e+00 |    Inf 
912.02/912.01	c   912s|380000 |  9598 |  1593k|   4.2 | 161M|2591 |   - |5645 |  10k|   0 |   0 | 280k| 466k|6911 | 0.000000e+00 | 9.000000e+00 |    Inf 
932.22/932.20	c   932s|390000 |  9023 |  1652k|   4.2 | 157M|2591 |   - |5645 |  10k|   0 |   0 | 290k| 479k|7047 | 0.000000e+00 | 9.000000e+00 |    Inf 
953.22/953.23	c   953s|400000 |  9066 |  1717k|   4.3 | 159M|2591 |   - |5645 |  13k|   0 |   0 | 300k| 492k|7136 | 0.000000e+00 | 9.000000e+00 |    Inf 
975.02/975.09	c   975s|410000 |  8754 |  1779k|   4.3 | 156M|2591 |   - |5645 |  12k|   0 |   0 | 308k| 505k|7281 | 0.000000e+00 | 9.000000e+00 |    Inf 
994.62/994.67	c   995s|420000 |  8906 |  1818k|   4.3 | 158M|2591 |   8 |5645 |  16k|5645 | 234 | 315k| 518k|7336 | 0.000000e+00 | 9.000000e+00 |    Inf 
998.22/998.23	o 8
998.22/998.23	c * 998s|421821 |  8694 |  1825k|   4.3 | 155M|2591 |   - |5645 |  17k|5645 | 268 | 317k| 521k|7337 | 0.000000e+00 | 8.000000e+00 |    Inf 
1014.42/1014.45	c  1014s|430000 |  8699 |  1861k|   4.3 | 155M|2591 |   - |5645 |  16k|   0 |   0 | 322k| 533k|7376 | 0.000000e+00 | 8.000000e+00 |    Inf 
1034.62/1034.69	c  1035s|440000 |  8662 |  1904k|   4.3 | 156M|2591 |   7 |5645 |  16k|5645 | 231 | 328k| 548k|7423 | 0.000000e+00 | 8.000000e+00 |    Inf 
1052.52/1052.58	o 7
1052.52/1052.58	c *1053s|448783 |  8431 |  1943k|   4.3 | 152M|2591 |   - |5645 |  16k|5645 | 231 | 334k| 560k|7477 | 0.000000e+00 | 7.000000e+00 |    Inf 
1055.02/1055.09	c  1055s|450000 |  8312 |  1948k|   4.3 | 150M|2591 |   - |5645 |  13k|   0 |   0 | 335k| 562k|7507 | 0.000000e+00 | 7.000000e+00 |    Inf 
1074.93/1074.90	c  1075s|460000 |  7049 |  1999k|   4.3 | 138M|2591 |   - |5645 |8087 |   0 |   0 | 343k| 575k|7633 | 0.000000e+00 | 7.000000e+00 |    Inf 
1092.33/1092.34	c  1092s|470000 |  7087 |  2037k|   4.3 | 140M|2591 |   1 |5645 |  10k|5645 | 200 | 349k| 588k|7701 | 0.000000e+00 | 7.000000e+00 |    Inf 
1110.72/1110.76	c  1111s|480000 |  7067 |  2075k|   4.3 | 141M|2591 |   1 |5645 |  12k|5645 | 227 | 355k| 601k|7752 | 0.000000e+00 | 7.000000e+00 |    Inf 
1130.32/1130.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1130.32/1130.36	c  1130s|490000 |  7135 |  2113k|   4.3 | 143M|2591 |   1 |5645 |  16k|5645 | 256 | 360k| 614k|7791 | 0.000000e+00 | 7.000000e+00 |    Inf 
1152.12/1152.19	c  1152s|500000 |  7154 |  2158k|   4.3 | 144M|2591 |   5 |5645 |  16k|5645 | 213 | 366k| 627k|7825 | 0.000000e+00 | 7.000000e+00 |    Inf 
1173.33/1173.31	c  1173s|510000 |  6283 |  2206k|   4.3 | 134M|2591 |   - |5645 |  13k|   0 |   0 | 373k| 640k|7950 | 0.000000e+00 | 7.000000e+00 |    Inf 
1192.73/1192.73	c  1193s|520000 |  5855 |  2248k|   4.3 | 131M|2591 |   - |5645 |  14k|   0 |   0 | 379k| 653k|8004 | 0.000000e+00 | 7.000000e+00 |    Inf 
1211.93/1211.92	c  1212s|530000 |  4963 |  2291k|   4.3 | 122M|2591 |   1 |5645 |  12k|5645 | 218 | 386k| 667k|8071 | 0.000000e+00 | 7.000000e+00 |    Inf 
1230.73/1230.71	c  1231s|540000 |  4970 |  2335k|   4.3 | 123M|2591 |   - |5645 |  14k|5645 | 257 | 391k| 679k|8114 | 0.000000e+00 | 7.000000e+00 |    Inf 
1249.64/1249.68	c  1250s|550000 |  5003 |  2374k|   4.3 | 124M|2591 |   - |5645 |  15k|   0 |   0 | 395k| 693k|8154 | 0.000000e+00 | 7.000000e+00 |    Inf 
1269.73/1269.73	c  1270s|560000 |  5003 |  2415k|   4.3 | 125M|2591 |   1 |5645 |  17k|5645 | 259 | 400k| 706k|8187 | 0.000000e+00 | 7.000000e+00 |    Inf 
1288.83/1288.83	c  1289s|570000 |  4480 |  2457k|   4.3 | 116M|2591 |   - |5645 |  12k|   0 |   0 | 405k| 720k|8299 | 0.000000e+00 | 7.000000e+00 |    Inf 
1307.43/1307.46	c  1307s|580000 |  4370 |  2498k|   4.3 | 114M|2591 |   - |5645 |  11k|   0 |   0 | 412k| 732k|8377 | 0.000000e+00 | 7.000000e+00 |    Inf 
1326.23/1326.21	c  1326s|590000 |  4463 |  2540k|   4.3 | 116M|2591 |   - |5645 |  13k|   0 |   0 | 419k| 746k|8438 | 0.000000e+00 | 7.000000e+00 |    Inf 
1344.43/1344.47	c  1344s|600000 |  4702 |  2578k|   4.3 | 119M|2591 |   1 |5645 |  13k|5645 | 219 | 425k| 759k|8483 | 0.000000e+00 | 7.000000e+00 |    Inf 
1363.03/1363.04	c  1363s|610000 |  4783 |  2614k|   4.3 | 119M|2591 |   1 |5645 |  11k|5645 | 196 | 432k| 772k|8534 | 0.000000e+00 | 7.000000e+00 |    Inf 
1381.03/1381.06	c  1381s|620000 |  4837 |  2650k|   4.3 | 121M|2591 |  16 |5645 |  13k|5645 | 244 | 437k| 785k|8567 | 0.000000e+00 | 7.000000e+00 |    Inf 
1399.63/1399.68	c  1400s|630000 |  4959 |  2690k|   4.3 | 123M|2591 |  20 |5645 |  14k|5645 | 243 | 443k| 798k|8611 | 0.000000e+00 | 7.000000e+00 |    Inf 
1419.14/1419.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1419.14/1419.11	c  1419s|640000 |  5050 |  2733k|   4.3 | 124M|2591 |  14 |5645 |  13k|5645 | 252 | 449k| 812k|8656 | 0.000000e+00 | 7.000000e+00 |    Inf 
1437.94/1437.90	c  1438s|650000 |  5099 |  2770k|   4.3 | 126M|2591 |  22 |5645 |  15k|5645 | 223 | 454k| 826k|8696 | 0.000000e+00 | 7.000000e+00 |    Inf 
1458.44/1458.43	c  1458s|660000 |  5186 |  2812k|   4.3 | 127M|2591 |   1 |5645 |  17k|5645 | 261 | 460k| 839k|8740 | 0.000000e+00 | 7.000000e+00 |    Inf 
1478.24/1478.29	c  1478s|670000 |  5180 |  2855k|   4.3 | 127M|2591 |   - |5645 |  16k|   0 |   0 | 465k| 853k|8787 | 0.000000e+00 | 7.000000e+00 |    Inf 
1497.83/1497.80	c  1498s|680000 |  5229 |  2896k|   4.3 | 128M|2591 |   1 |5645 |  14k|5645 | 183 | 472k| 867k|8836 | 0.000000e+00 | 7.000000e+00 |    Inf 
1517.94/1517.95	c  1518s|690000 |  5246 |  2937k|   4.3 | 129M|2591 |   - |5645 |  15k|   0 |   0 | 479k| 880k|8885 | 0.000000e+00 | 7.000000e+00 |    Inf 
1537.74/1537.73	c  1538s|700000 |  5230 |  2974k|   4.2 | 130M|2591 |   - |5645 |  16k|   0 |   0 | 484k| 894k|8934 | 0.000000e+00 | 7.000000e+00 |    Inf 
1558.24/1558.29	c  1558s|710000 |  5265 |  3016k|   4.2 | 130M|2591 |   1 |5645 |  15k|5645 | 261 | 490k| 907k|8979 | 0.000000e+00 | 7.000000e+00 |    Inf 
1578.74/1578.72	c  1579s|720000 |  5348 |  3058k|   4.2 | 131M|2591 |   - |5645 |  15k|   0 |   0 | 495k| 921k|9020 | 0.000000e+00 | 7.000000e+00 |    Inf 
1597.84/1597.80	c  1598s|730000 |  5339 |  3097k|   4.2 | 132M|2591 |   - |5645 |  16k|   0 |   0 | 500k| 935k|9047 | 0.000000e+00 | 7.000000e+00 |    Inf 
1616.95/1616.94	c  1617s|740000 |  5353 |  3131k|   4.2 | 132M|2591 |   - |5645 |  15k|   0 |   0 | 506k| 948k|9070 | 0.000000e+00 | 7.000000e+00 |    Inf 
1636.54/1636.57	c  1637s|750000 |  5335 |  3168k|   4.2 | 133M|2591 |   - |5645 |  17k|5645 | 273 | 511k| 962k|9120 | 0.000000e+00 | 7.000000e+00 |    Inf 
1655.84/1655.82	c  1656s|760000 |  5351 |  3207k|   4.2 | 134M|2591 |   1 |5645 |  17k|5645 | 236 | 515k| 977k|9168 | 0.000000e+00 | 7.000000e+00 |    Inf 
1675.04/1675.09	c  1675s|770000 |  5291 |  3244k|   4.2 | 133M|2591 |   - |5645 |  15k|   0 |   0 | 520k| 991k|9215 | 0.000000e+00 | 7.000000e+00 |    Inf 
1694.34/1694.36	c  1694s|780000 |  5257 |  3287k|   4.2 | 133M|2591 |  12 |5645 |  14k|5645 | 217 | 525k|1005k|9247 | 0.000000e+00 | 7.000000e+00 |    Inf 
1714.85/1714.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.85/1714.84	c  1715s|790000 |  5278 |  3337k|   4.2 | 135M|2591 |   1 |5645 |  16k|5645 | 245 | 532k|1018k|9296 | 0.000000e+00 | 7.000000e+00 |    Inf 
1734.65/1734.63	c  1735s|800000 |  5243 |  3379k|   4.2 | 135M|2591 |   1 |5645 |  16k|5645 | 244 | 538k|1032k|9328 | 0.000000e+00 | 7.000000e+00 |    Inf 
1754.84/1754.87	c  1755s|810000 |  5233 |  3422k|   4.2 | 135M|2591 |   - |5645 |  16k|   0 |   0 | 543k|1046k|9361 | 0.000000e+00 | 7.000000e+00 |    Inf 
1775.75/1775.79	c  1776s|820000 |  5203 |  3461k|   4.2 | 135M|2591 |   - |5645 |  17k|   0 |   0 | 549k|1060k|9410 | 0.000000e+00 | 7.000000e+00 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.98
1790.05/1790.01	c Solving Nodes      : 826842
1790.05/1790.01	c Primal Bound       : +7.00000000000000e+00 (261 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.09	s SATISFIABLE
1790.05/1790.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.09	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.05/1790.09	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.05/1790.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1790.05/1790.09	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.05/1790.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 
1790.05/1790.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 
1790.05/1790.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 
1790.05/1790.09	v x29 -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.05/1790.09	v -x2 -x1 
1790.05/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.09	c Solving Time       :    1789.98
1790.05/1790.09	c Original Problem   :
1790.05/1790.09	c   Problem name     : HOME/instance-2705127-1278578351.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.09	c Presolved Problem  :
1790.05/1790.09	c   Problem name     : t_HOME/instance-2705127-1278578351.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5414 initial, 18616 maximal
1790.05/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   root node        :          -       5056          -          -       5056          -          -          -          -
1790.05/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   integral         :          0          0          0     549316          0         19        766          0          0     829250
1790.05/1790.09	c   linear           :       2707          6    5146338     132906          1     279876   21788333     552930          0          0
1790.05/1790.09	c   indicator        :       2707          0    4841380     133630          1       2147   12781242          0          0          0
1790.05/1790.09	c   logicor          :          0+         0    1390521          0          0      84448    1294181          0          0          0
1790.05/1790.09	c   bounddisjunction :          0+         0     330221          0          0        229       7640          0          0          0
1790.05/1790.09	c   countsols        :          0          0          0      50726          1          0          0          0          0          0
1790.05/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.09	c   integral         :      15.21       0.00       0.00      15.21       0.00
1790.05/1790.09	c   linear           :     209.51       0.00     198.95      10.56       0.00
1790.05/1790.09	c   indicator        :      94.18       0.02      79.53      14.64       0.00
1790.05/1790.09	c   logicor          :     152.33       0.00     152.33       0.00       0.00
1790.05/1790.09	c   bounddisjunction :       3.50       0.00       3.50       0.00       0.00
1790.05/1790.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.05/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.09	c   vbounds          :       1.10      82638         11      14161
1790.05/1790.09	c   rootredcost      :       0.75         49          0       2528
1790.05/1790.09	c   pseudoobj        :     223.05    5181850      33978   12326347
1790.05/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.09	c   propagation      :      25.70     398531     398398    2469044       26.4      10729       23.9          -
1790.05/1790.09	c   infeasible LP    :       6.47      19156      19156     150841       39.6        244       18.8          0
1790.05/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   pseudo solution  :       0.00          1          1          7       26.7          0        0.0          -
1790.05/1790.09	c   applied globally :          -          -          -    1069538       21.7          -          -          -
1790.05/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.09	c   redcost          :      58.71     557318          0     834815          0          0
1790.05/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.09	c Pricers            :       Time      Calls       Vars
1790.05/1790.09	c   problem variables:       0.00          0          0
1790.05/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   relpscost        :      14.74     415287         19        766          0          0     829250
1790.05/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   inference        :      20.60      50679          0          0          0          0     101570
1790.05/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.09	c   LP solutions     :       0.12          -         48
1790.05/1790.09	c   pseudo solutions :       0.00          -          0
1790.05/1790.09	c   feaspump         :       0.01          0          0
1790.05/1790.09	c   intshifting      :       0.01          0          0
1790.05/1790.09	c   oneopt           :       0.43         44          0
1790.05/1790.09	c   pscostdiving     :       0.03         17          0
1790.05/1790.09	c   fracdiving       :       0.03         17          0
1790.05/1790.09	c   linesearchdiving :       0.03         17          0
1790.05/1790.09	c   coefdiving       :       0.03         17          0
1790.05/1790.09	c   guideddiving     :       0.06         17          0
1790.05/1790.09	c   veclendiving     :       0.03         18          0
1790.05/1790.09	c   objpscostdiving  :       0.04         15          0
1790.05/1790.09	c   rootsoldiving    :       0.06         15          0
1790.05/1790.09	c   crossover        :       2.44         65          4
1790.05/1790.09	c   trivial          :       0.07          2          2
1790.05/1790.09	c   simplerounding   :       0.79     416321          0
1790.05/1790.09	c   zirounding       :       0.47       1000          1
1790.05/1790.09	c   rounding         :       1.33       9128          0
1790.05/1790.09	c   shifting         :       0.76       2853          0
1790.05/1790.09	c   twoopt           :       0.00          0          0
1790.05/1790.09	c   fixandinfer      :       0.00          0          0
1790.05/1790.09	c   intdiving        :       0.00          0          0
1790.05/1790.09	c   actconsdiving    :       0.00          0          0
1790.05/1790.09	c   octane           :       0.00          0          0
1790.05/1790.09	c   rens             :       0.03          1          0
1790.05/1790.09	c   rins             :       0.00          0          0
1790.05/1790.09	c   localbranching   :       0.00          0          0
1790.05/1790.09	c   mutation         :       0.00          0          0
1790.05/1790.09	c   dins             :       0.00          0          0
1790.05/1790.09	c   undercover       :       0.00          0          0
1790.05/1790.09	c   nlp              :       0.21          0          0
1790.05/1790.09	c   trysol           :       0.52        407        206
1790.05/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.09	c   dual LP          :     519.54     528266    3491201       6.61    6719.77
1790.05/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.09	c   diving/probing LP:       0.13         66        885      13.41    6556.72
1790.05/1790.09	c   strong branching :      11.69       9445     100157      10.60    8568.42
1790.05/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.09	c B&B Tree           :
1790.05/1790.09	c   number of runs   :          1
1790.05/1790.09	c   nodes            :     826842
1790.05/1790.09	c   nodes (total)    :     826842
1790.05/1790.09	c   nodes left       :       5177
1790.05/1790.09	c   max depth        :       2591
1790.05/1790.09	c   max depth (total):       2591
1790.05/1790.09	c   backtracks       :      76542 (9.3%)
1790.05/1790.09	c   delayed cutoffs  :      71879
1790.05/1790.09	c   repropagations   :    2435673 (9132419 domain reductions, 58301 cutoffs)
1790.05/1790.09	c   avg switch length:       8.61
1790.05/1790.09	c   switching time   :     229.95
1790.05/1790.09	c Solution           :
1790.05/1790.09	c   Solutions found  :        261 (50 improvements)
1790.05/1790.09	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.09	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 448783 nodes, 1052.55 seconds, depth 33, found by <relaxation>)
1790.05/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.09	c   Gap              :   infinite
1790.05/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.09	c   Root Iterations  :        184
1790.25/1790.23	c Time complete: 1790.28.

Verifier Data

OK	7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 25989
/proc/meminfo: memFree=28588296/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=12692 CPUtime=0
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 2007 0 0 0 0 0 0 0 22 0 1 0 26047617 12996608 1926 4089446400 4194304 10345943 140735841888400 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25989/statm: 3173 1927 429 1502 0 1666 0

[startup+0.0498099 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 25989
/proc/meminfo: memFree=28588296/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=33992 CPUtime=0.04
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 7771 0 0 0 4 0 0 0 22 0 1 0 26047617 34807808 7336 4089446400 4194304 10345943 140735841888400 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 8498 7336 478 1502 0 6991 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33992

[startup+0.100769 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 25989
/proc/meminfo: memFree=28588296/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=38020 CPUtime=0.09
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 8448 0 0 0 9 0 0 0 22 0 1 0 26047617 38932480 8013 4089446400 4194304 10345943 140735841888400 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300737 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 25989
/proc/meminfo: memFree=28588296/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=70104 CPUtime=0.29
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 16226 0 0 0 26 3 0 0 22 0 1 0 26047617 71786496 15791 4089446400 4194304 10345943 140735841888400 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700605 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 25989
/proc/meminfo: memFree=28588296/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=65264 CPUtime=0.69
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 16892 0 0 0 66 3 0 0 24 0 1 0 26047617 66830336 15052 4089446400 4194304 10345943 140735841888400 18446744073709551615 6785161 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 1.93 2/174 26007
/proc/meminfo: memFree=28553096/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=65264 CPUtime=1.49
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 16895 0 0 0 146 3 0 0 25 0 1 0 26047617 66830336 15055 4089446400 4194304 10345943 140735841888400 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 16316 15055 754 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26017
/proc/meminfo: memFree=28468364/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=65264 CPUtime=3.09
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 16899 0 0 0 306 3 0 0 25 0 1 0 26047617 66830336 15059 4089446400 4194304 10345943 140735841888400 18446744073709551615 4900830 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 16316 15059 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26017
/proc/meminfo: memFree=28469280/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=65264 CPUtime=6.29
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 19321 0 0 0 625 4 0 0 25 0 1 0 26047617 66830336 15087 4089446400 4194304 10345943 140735841888400 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 16316 15087 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26017
/proc/meminfo: memFree=28452796/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=84548 CPUtime=12.69
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 23635 0 0 0 1264 5 0 0 25 0 1 0 26047617 86577152 19401 4089446400 4194304 10345943 140735841888400 18446744073709551615 6777152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 21137 19401 762 1502 0 19630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84548

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26018
/proc/meminfo: memFree=28427924/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=97624 CPUtime=25.49
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 38204 0 0 0 2540 9 0 0 25 0 1 0 26047617 99966976 22853 4089446400 4194304 10345943 140735841888400 18446744073709551615 4217577 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 24406 22853 762 1502 0 22899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97624

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26019
/proc/meminfo: memFree=28361612/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=166844 CPUtime=51.09
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 73278 0 0 0 5090 19 0 0 25 0 1 0 26047617 170848256 39426 4089446400 4194304 10345943 140735841888400 18446744073709551615 6558371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 41711 39426 762 1502 0 40204 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166844

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 26020
/proc/meminfo: memFree=28201456/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=295304 CPUtime=102.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 132301 0 0 0 10196 34 0 0 25 0 1 0 26047617 302391296 69437 4089446400 4194304 10345943 140735841888400 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 73826 69437 773 1502 0 72319 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 295304

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 26021
/proc/meminfo: memFree=28079272/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=389928 CPUtime=162.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 161367 0 0 0 16184 46 0 0 25 0 1 0 26047617 399286272 92116 4089446400 4194304 10345943 140735841888400 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 97482 92116 780 1502 0 95975 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 389928

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 26023
/proc/meminfo: memFree=27953132/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=483132 CPUtime=222.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 201385 0 0 0 22168 62 0 0 25 0 1 0 26047617 494727168 113402 4089446400 4194304 10345943 140735841888400 18446744073709551615 6065550 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 120783 113402 786 1502 0 119276 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 483132

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 26025
/proc/meminfo: memFree=27835016/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=564600 CPUtime=282.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 260893 0 0 0 28151 79 0 0 25 0 1 0 26047617 578150400 131710 4089446400 4194304 10345943 140735841888400 18446744073709551615 4766987 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 141150 131710 786 1502 0 139643 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 564600

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 26027
/proc/meminfo: memFree=27753628/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=603428 CPUtime=342.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 293519 0 0 0 34136 94 0 0 25 0 1 0 26047617 617910272 141651 4089446400 4194304 10345943 140735841888400 18446744073709551615 4214205 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 150857 141651 786 1502 0 149350 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 603428

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 26028
/proc/meminfo: memFree=27694940/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=624088 CPUtime=402.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 314035 0 0 0 40122 108 0 0 25 0 1 0 26047617 639066112 146099 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 156022 146099 786 1502 0 154515 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 624088

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 26029
/proc/meminfo: memFree=27643936/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=634520 CPUtime=462.31
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 341630 0 0 0 46106 125 0 0 25 0 1 0 26047617 649748480 148914 4089446400 4194304 10345943 140735841888400 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 158630 148914 786 1502 0 157123 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 634520

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 26031
/proc/meminfo: memFree=27592800/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=648248 CPUtime=522.31
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 369310 0 0 0 52091 140 0 0 25 0 1 0 26047617 663805952 151790 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 162062 151790 786 1502 0 160555 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 648248

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 26033
/proc/meminfo: memFree=27546628/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=653288 CPUtime=582.3
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 388531 0 0 0 58076 154 0 0 25 0 1 0 26047617 668966912 152641 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 163322 152641 786 1502 0 161815 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 653288

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 26035
/proc/meminfo: memFree=27503540/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=654048 CPUtime=642.32
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 423785 0 0 0 64057 175 0 0 25 0 1 0 26047617 669745152 153204 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 163512 153204 794 1502 0 162005 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 654048

[startup+702.301 s]

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

/proc/meminfo: memFree=27195092/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=661760 CPUtime=1062.33
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 474750 0 0 0 105930 303 0 0 25 0 1 0 26047617 677642240 155201 4089446400 4194304 10345943 140735841888400 18446744073709551615 6216702 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 165440 155201 794 1502 0 163933 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 661760

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 26047
/proc/meminfo: memFree=27150156/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=663008 CPUtime=1122.33
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 487414 0 0 0 111911 322 0 0 25 0 1 0 26047617 678920192 155615 4089446400 4194304 10345943 140735841888400 18446744073709551615 6307517 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 165752 155615 795 1502 0 164245 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 663008

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26049
/proc/meminfo: memFree=27106328/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=663208 CPUtime=1182.32
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 491698 0 0 0 117895 337 0 0 25 0 1 0 26047617 679124992 155647 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 165802 155647 795 1502 0 164295 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 663208

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26051
/proc/meminfo: memFree=27061268/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=663876 CPUtime=1242.32
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 491876 0 0 0 123881 351 0 0 25 0 1 0 26047617 679809024 155825 4089446400 4194304 10345943 140735841888400 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 165969 155825 795 1502 0 164462 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 663876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26052
/proc/meminfo: memFree=27016220/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=664360 CPUtime=1302.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 496183 0 0 0 129869 365 0 0 25 0 1 0 26047617 680304640 155862 4089446400 4194304 10345943 140735841888400 18446744073709551615 5926682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166090 155862 795 1502 0 164583 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 664360

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26062
/proc/meminfo: memFree=26970148/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=664360 CPUtime=1362.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 496234 0 0 0 135854 380 0 0 25 0 1 0 26047617 680304640 155913 4089446400 4194304 10345943 140735841888400 18446744073709551615 4729217 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166090 155913 795 1502 0 164583 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 664360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26064
/proc/meminfo: memFree=26924228/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=664816 CPUtime=1422.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 496316 0 0 0 141841 393 0 0 25 0 1 0 26047617 680771584 155995 4089446400 4194304 10345943 140735841888400 18446744073709551615 6802981 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166204 155995 795 1502 0 164697 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 664816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26066
/proc/meminfo: memFree=26879668/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=664744 CPUtime=1482.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498236 0 0 0 147825 409 0 0 25 0 1 0 26047617 680697856 155975 4089446400 4194304 10345943 140735841888400 18446744073709551615 6856932 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166186 155975 795 1502 0 164679 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 664744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26068
/proc/meminfo: memFree=26823452/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=665116 CPUtime=1542.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498419 0 0 0 153811 423 0 0 25 0 1 0 26047617 681078784 156158 4089446400 4194304 10345943 140735841888400 18446744073709551615 8159771 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166279 156158 795 1502 0 164772 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 665116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26069
/proc/meminfo: memFree=26787436/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=665888 CPUtime=1602.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498566 0 0 0 159797 437 0 0 25 0 1 0 26047617 681869312 156305 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166472 156305 795 1502 0 164965 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 665888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26070
/proc/meminfo: memFree=26742888/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=665888 CPUtime=1662.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498591 0 0 0 165783 451 0 0 25 0 1 0 26047617 681869312 156330 4089446400 4194304 10345943 140735841888400 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166472 156330 795 1502 0 164965 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 665888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 26072
/proc/meminfo: memFree=26705036/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666512 CPUtime=1722.35
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498730 0 0 0 171768 467 0 0 25 0 1 0 26047617 682508288 156469 4089446400 4194304 10345943 140735841888400 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166628 156469 795 1502 0 165121 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 666512

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26660128/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666512 CPUtime=1782.34
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498826 0 0 0 177750 484 0 0 25 0 1 0 26047617 682508288 156565 4089446400 4194304 10345943 140735841888400 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166628 156565 795 1502 0 165121 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 666512

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26657764/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666512 CPUtime=1785.55
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498833 0 0 0 178070 485 0 0 25 0 1 0 26047617 682508288 156572 4089446400 4194304 10345943 140735841888400 18446744073709551615 4995771 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166628 156572 795 1502 0 165121 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 666512

[startup+1788.7 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26655284/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666512 CPUtime=1788.75
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498837 0 0 0 178388 487 0 0 25 0 1 0 26047617 682508288 156576 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166628 156576 795 1502 0 165121 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 666512

[startup+1789.5 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26655284/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666664 CPUtime=1789.55
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498850 0 0 0 178468 487 0 0 25 0 1 0 26047617 682663936 156589 4089446400 4194304 10345943 140735841888400 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166666 156589 795 1502 0 165159 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 666664

[startup+1789.9 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26654664/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666664 CPUtime=1789.95
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498853 0 0 0 178508 487 0 0 25 0 1 0 26047617 682663936 156592 4089446400 4194304 10345943 140735841888400 18446744073709551615 4243375 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25989/statm: 166666 156592 795 1502 0 165159 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 666664

[startup+1790.1 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26654664/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666664 CPUtime=1790.15
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498859 0 0 0 178528 487 0 0 25 0 1 0 26047617 682663936 156598 4089446400 4194304 10345943 140735841888400 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25989/statm: 166666 156598 796 1502 0 165159 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 666664

[startup+1790.2 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 26074
/proc/meminfo: memFree=26654664/32951124 swapFree=67111528/67111528
[pid=25989] ppid=25987 vsize=666668 CPUtime=1790.25
/proc/25989/stat : 25989 (pbscip.linux.x8) R 25987 25989 25504 0 -1 4202496 498868 0 0 0 178538 487 0 0 25 0 1 0 26047617 682668032 156607 4089446400 4194304 10345943 140735841888400 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25989/statm: 166667 156607 796 1502 0 165160 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 666668

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.29
CPU user time (s): 1785.39
CPU system time (s): 4.89825
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 679124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.39
system time used= 4.89825
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2546

runsolver used 3.20451 second user time and 5.59115 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 14bc8800f159591dc4e79c8dbc089eb4
RANDOM SEED=461426973

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28588824 kB
Buffers:        164656 kB
Cached:        3970784 kB
SwapCached:          0 kB
Active:        1210532 kB
Inactive:      2989496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28588824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12876 kB
Writeback:           0 kB
AnonPages:       64224 kB
Mapped:          14512 kB
Slab:            98736 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216628 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= 73664 MiB
End job on node139 at 2010-07-08 11:09:02