Trace number 2705055

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.27 1790.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573137--soft-0-100-0.wbo
MD5SUM337bb89bbfc43fe8a5ddb591a5c00326
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 benchmark205.929
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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-2705055-1278578334.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 136624
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.366240e+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.97
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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+05 |    Inf 
20.79/20.83	c  20.8s| 10000 | 10003 |  4472 |   0.4 |  46M| 647 |   0 |5645 |5415 |5645 | 204 |1416 |   1 | 618 | 0.000000e+00 | 1.366240e+05 |    Inf 
37.99/38.01	c  38.0s| 20000 | 20001 |  5254 |   0.3 |  66M|1831 |   0 |5645 |5416 |5645 | 203 |1599 |   2 | 662 | 0.000000e+00 | 1.366240e+05 |    Inf 
54.39/54.44	c  54.4s| 30000 | 29995 |  5876 |   0.2 |  86M|1831 |   0 |5645 |5422 |5645 | 207 |1755 |   8 | 698 | 0.000000e+00 | 1.366240e+05 |    Inf 
70.79/70.87	o 538
70.79/70.87	c *70.8s| 39803 | 39135 |  6688 |   0.2 | 104M|1831 |   - |5645 |5426 |5645 | 204 |1949 |  12 | 738 | 0.000000e+00 | 5.380000e+02 |    Inf 
71.19/71.27	c  71.2s| 40000 | 39332 |  6776 |   0.2 | 104M|1831 |   0 |5645 |5426 |5645 | 203 |1968 |  12 | 738 | 0.000000e+00 | 5.380000e+02 |    Inf 
83.50/83.56	o 530
83.50/83.56	c *83.5s| 46354 | 45577 |  7984 |   0.2 | 117M|1831 |   - |5645 |5515 |5645 | 222 |2316 | 101 | 765 | 0.000000e+00 | 5.300000e+02 |    Inf 
86.49/86.52	o 486
86.49/86.52	c *86.5s| 47766 | 46098 |  8494 |   0.2 | 118M|1831 |   - |5645 |5657 |5645 | 219 |2488 | 243 | 788 | 0.000000e+00 | 4.860000e+02 |    Inf 
86.90/86.99	o 482
86.90/86.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.90/86.99	c *87.0s| 47944 | 46175 |  8621 |   0.2 | 119M|1831 |   - |5645 |5762 |5645 | 213 |2532 | 348 | 789 | 0.000000e+00 | 4.820000e+02 |    Inf 
88.09/88.12	o 452
88.09/88.12	c *88.1s| 48496 | 45852 |  8791 |   0.2 | 119M|1831 |   - |5645 |5856 |5645 | 200 |2585 | 442 | 792 | 0.000000e+00 | 4.520000e+02 |    Inf 
88.09/88.13	o 447
88.09/88.13	c *88.1s| 48497 | 45724 |  8791 |   0.2 | 118M|1831 |   - |5645 |5856 |5645 | 200 |2585 | 442 | 792 | 0.000000e+00 | 4.470000e+02 |    Inf 
89.79/89.83	o 411
89.79/89.83	c *89.8s| 49401 | 45318 |  8956 |   0.2 | 118M|1831 |   - |5645 |5930 |5645 | 211 |2638 | 516 | 792 | 0.000000e+00 | 4.110000e+02 |    Inf 
90.99/91.08	c  91.1s| 50000 | 45890 |  9057 |   0.2 | 119M|1831 |   0 |5645 |6035 |5645 | 218 |2675 | 621 | 792 | 0.000000e+00 | 4.110000e+02 |    Inf 
91.20/91.28	o 391
91.20/91.28	c *91.3s| 50123 | 45260 |  9057 |   0.2 | 118M|1831 |   - |5645 |6035 |5645 | 218 |2675 | 621 | 792 | 0.000000e+00 | 3.910000e+02 |    Inf 
91.40/91.43	o 375
91.40/91.43	c *91.4s| 50225 | 44611 |  9074 |   0.2 | 117M|1831 |   - |5645 |6037 |5645 | 212 |2679 | 623 | 792 | 0.000000e+00 | 3.750000e+02 |    Inf 
91.89/91.91	o 372
91.89/91.91	c *91.9s| 50450 | 44697 |  9137 |   0.2 | 117M|1831 |   - |5645 |6061 |5645 | 210 |2695 | 647 | 792 | 0.000000e+00 | 3.720000e+02 |    Inf 
92.09/92.19	o 352
92.09/92.19	c *92.2s| 50620 | 43631 |  9170 |   0.2 | 115M|1831 |   - |5645 |6080 |5645 | 216 |2705 | 666 | 792 | 0.000000e+00 | 3.520000e+02 |    Inf 
92.40/92.47	o 340
92.40/92.47	c *92.4s| 50760 | 42814 |  9247 |   0.2 | 114M|1831 |   - |5645 |6106 |5645 | 214 |2725 | 692 | 792 | 0.000000e+00 | 3.400000e+02 |    Inf 
92.79/92.85	o 317
92.79/92.85	c *92.8s| 50955 | 40796 |  9339 |   0.2 | 110M|1831 |   - |5645 |6134 |5645 | 214 |2751 | 720 | 792 | 0.000000e+00 | 3.170000e+02 |    Inf 
92.89/92.98	o 310
92.89/92.98	c *92.9s| 51022 | 40158 |  9367 |   0.2 | 109M|1831 |   - |5645 |6144 |5645 | 211 |2755 | 730 | 792 | 0.000000e+00 | 3.100000e+02 |    Inf 
94.00/94.09	o 277
94.00/94.09	c *94.1s| 51597 | 37121 |  9506 |   0.2 | 104M|1831 |   - |5645 |6214 |5645 | 212 |2798 | 800 | 792 | 0.000000e+00 | 2.770000e+02 |    Inf 
100.59/100.65	o 267
100.59/100.65	c * 101s| 54000 | 37981 | 12337 |   0.2 | 110M|1831 |   - |5645 |7383 |5645 | 209 |3672 |1969 | 864 | 0.000000e+00 | 2.670000e+02 |    Inf 
102.00/102.03	o 253
102.00/102.03	c * 102s| 54502 | 36891 | 12632 |   0.2 | 109M|1831 |   - |5645 |7618 |5645 | 212 |3792 |2204 | 864 | 0.000000e+00 | 2.530000e+02 |    Inf 
102.99/103.02	o 249
102.99/103.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.99/103.02	c * 103s| 54835 | 36806 | 12903 |   0.2 | 109M|1831 |   - |5645 |7790 |5645 | 213 |3869 |2376 | 865 | 0.000000e+00 | 2.490000e+02 |    Inf 
103.29/103.31	o 232
103.29/103.31	c * 103s| 54946 | 35381 | 12986 |   0.2 | 106M|1831 |   - |5645 |7823 |5645 | 203 |3889 |2410 | 865 | 0.000000e+00 | 2.320000e+02 |    Inf 
103.89/103.97	o 221
103.89/103.97	c * 104s| 55152 | 34432 | 13178 |   0.2 | 105M|1831 |   - |5645 |7960 |5645 | 212 |3954 |2547 | 893 | 0.000000e+00 | 2.210000e+02 |    Inf 
104.20/104.27	o 216
104.20/104.27	c * 104s| 55268 | 34021 | 13228 |   0.2 | 105M|1831 |   - |5645 |8039 |5645 | 211 |3968 |2627 | 893 | 0.000000e+00 | 2.160000e+02 |    Inf 
107.49/107.51	o 208
107.49/107.51	c * 107s| 56289 | 34013 | 14722 |   0.3 | 107M|1831 |   - |5645 |8640 |5645 | 214 |4497 |3242 | 918 | 0.000000e+00 | 2.080000e+02 |    Inf 
117.10/117.15	o 207
117.10/117.15	c * 117s| 59551 | 36548 | 18239 |   0.3 | 119M|1831 |   - |5645 |9556 |5645 | 217 |5593 |4393 | 989 | 0.000000e+00 | 2.070000e+02 |    Inf 
117.10/117.16	o 205
117.10/117.16	c * 117s| 59552 | 36307 | 18239 |   0.3 | 118M|1831 |   - |5645 |9556 |5645 | 217 |5593 |4393 | 989 | 0.000000e+00 | 2.050000e+02 |    Inf 
118.59/118.60	c   119s| 60000 | 36673 | 18879 |   0.3 | 120M|1831 |   0 |5645 |9683 |5645 | 208 |5770 |4584 |1048 | 0.000000e+00 | 2.050000e+02 |    Inf 
126.99/127.00	o 183
126.99/127.00	c * 127s| 62624 | 36160 | 23551 |   0.4 | 126M|1831 |   - |5645 |  10k|5645 | 224 |7012 |6068 |1198 | 0.000000e+00 | 1.830000e+02 |    Inf 
126.99/127.01	o 182
126.99/127.01	c * 127s| 62625 | 36000 | 23551 |   0.4 | 126M|1831 |   - |5645 |  10k|5645 | 224 |7012 |6068 |1198 | 0.000000e+00 | 1.820000e+02 |    Inf 
147.09/147.15	o 178
147.09/147.15	c * 147s| 69285 | 40490 | 34635 |   0.5 | 149M|1831 |   - |5645 |  11k|5645 | 206 |  10k|9144 |1399 | 0.000000e+00 | 1.780000e+02 |    Inf 
149.50/149.57	c   150s| 70000 | 41030 | 36295 |   0.5 | 151M|1831 |   - |5645 |  10k|   0 |   0 |  10k|9487 |1408 | 0.000000e+00 | 1.780000e+02 |    Inf 
160.79/160.86	o 146
160.79/160.86	c * 161s| 73474 | 37640 | 45463 |   0.6 | 145M|1831 |   - |5645 |9824 |5645 | 211 |  12k|  11k|1505 | 0.000000e+00 | 1.460000e+02 |    Inf 
172.39/172.45	o 144
172.39/172.45	c * 172s| 77244 | 39883 | 51959 |   0.7 | 160M|1831 |   - |5645 |  10k|5645 | 227 |  14k|  12k|1526 | 0.000000e+00 | 1.440000e+02 |    Inf 
172.39/172.46	o 118
172.39/172.46	c * 172s| 77245 | 33149 | 51962 |   0.7 | 134M|1831 |   - |5645 |  10k|5645 | 227 |  14k|  12k|1526 | 0.000000e+00 | 1.180000e+02 |    Inf 
181.90/181.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.90/181.95	c   182s| 80000 | 35045 | 59192 |   0.7 | 147M|1831 |   0 |5645 |9506 |5645 | 196 |  16k|  14k|1551 | 0.000000e+00 | 1.180000e+02 |    Inf 
189.00/189.06	o 106
189.00/189.06	c * 189s| 82296 | 33232 | 63282 |   0.8 | 145M|1831 |   - |5645 |9369 |5645 | 220 |  17k|  15k|1557 | 0.000000e+00 | 1.060000e+02 |    Inf 
190.30/190.37	o 103
190.30/190.37	c * 190s| 82765 | 32772 | 63526 |   0.8 | 145M|1831 |   - |5645 |9440 |5645 | 223 |  17k|  15k|1557 | 0.000000e+00 | 1.030000e+02 |    Inf 
190.30/190.38	o 102
190.30/190.38	c * 190s| 82766 | 32474 | 63526 |   0.8 | 144M|1831 |   - |5645 |9440 |5645 | 223 |  17k|  15k|1557 | 0.000000e+00 | 1.020000e+02 |    Inf 
190.39/190.46	o 97
190.39/190.46	c * 190s| 82781 | 30521 | 63548 |   0.8 | 136M|1831 |   - |5645 |9436 |5645 | 219 |  17k|  15k|1557 | 0.000000e+00 | 9.700000e+01 |    Inf 
215.09/215.14	c   215s| 90000 | 34817 | 80160 |   0.9 | 168M|1831 |   1 |5645 |8054 |5645 | 215 |  21k|  20k|1712 | 0.000000e+00 | 9.700000e+01 |    Inf 
215.79/215.84	o 96
215.79/215.84	c * 216s| 90198 | 34346 | 81125 |   0.9 | 167M|1831 |   - |5645 |7928 |5645 | 262 |  22k|  20k|1723 | 0.000000e+00 | 9.600000e+01 |    Inf 
216.19/216.29	o 95
216.19/216.29	c * 216s| 90346 | 34078 | 81560 |   0.9 | 166M|1831 |   - |5645 |7712 |5645 | 216 |  22k|  20k|1723 | 0.000000e+00 | 9.500000e+01 |    Inf 
216.19/216.29	o 89
216.19/216.29	c * 216s| 90347 | 31979 | 81560 |   0.9 | 157M|1831 |   - |5645 |7712 |5645 | 216 |  22k|  20k|1723 | 0.000000e+00 | 8.900000e+01 |    Inf 
218.40/218.45	o 75
218.40/218.45	c * 218s| 91130 | 26246 | 83190 |   0.9 | 137M|1831 |   - |5645 |7009 |5645 | 211 |  22k|  20k|1741 | 0.000000e+00 | 7.500000e+01 |    Inf 
219.19/219.23	o 73
219.19/219.23	c * 219s| 91317 | 25498 | 84350 |   0.9 | 136M|1831 |   - |5645 |6555 |5645 | 228 |  22k|  21k|1758 | 0.000000e+00 | 7.300000e+01 |    Inf 
220.10/220.17	o 69
220.10/220.17	c * 220s| 91545 | 24152 | 85802 |   0.9 | 132M|1831 |   - |5645 |6276 |5645 | 195 |  23k|  21k|1779 | 0.000000e+00 | 6.900000e+01 |    Inf 
221.79/221.80	o 61
221.79/221.80	c * 222s| 91891 | 22109 | 87522 |   1.0 | 125M|1831 |   - |5645 |5848 |5645 | 230 |  23k|  21k|1834 | 0.000000e+00 | 6.100000e+01 |    Inf 
222.10/222.15	o 57
222.10/222.15	c * 222s| 91979 | 20596 | 88013 |   1.0 | 120M|1831 |   - |5645 |5566 |5645 | 214 |  23k|  21k|1841 | 0.000000e+00 | 5.700000e+01 |    Inf 
222.29/222.37	o 46
222.29/222.37	c * 222s| 92039 | 17836 | 88312 |   1.0 | 108M|1831 |   - |5645 |5420 |5645 | 224 |  24k|  21k|1842 | 0.000000e+00 | 4.600000e+01 |    Inf 
222.59/222.68	o 37
222.59/222.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.59/222.68	c * 223s| 92147 | 14977 | 88822 |   1.0 |  96M|1831 |   - |5645 |4981 |5645 | 217 |  24k|  21k|1850 | 0.000000e+00 | 3.700000e+01 |    Inf 
222.69/222.73	o 25
222.69/222.73	c * 223s| 92152 | 12168 | 88895 |   1.0 |  81M|1831 |   - |5645 |4705 |5645 | 223 |  24k|  21k|1852 | 0.000000e+00 | 2.500000e+01 |    Inf 
222.69/222.79	o 23
222.69/222.79	c * 223s| 92164 | 11851 | 89018 |   1.0 |  79M|1831 |   - |5645 |4340 |5645 | 228 |  24k|  21k|1853 | 0.000000e+00 | 2.300000e+01 |    Inf 
224.20/224.20	o 22
224.20/224.20	c * 224s| 92718 | 11745 | 92107 |   1.0 |  80M|1831 |   - |5645 |4535 |5645 | 228 |  25k|  22k|1873 | 0.000000e+00 | 2.200000e+01 |    Inf 
224.20/224.21	o 19
224.20/224.21	c * 224s| 92719 |  9987 | 92123 |   1.0 |  70M|1831 |   - |5645 |4535 |5645 | 228 |  25k|  22k|1873 | 0.000000e+00 | 1.900000e+01 |    Inf 
233.60/233.68	o 18
233.60/233.68	c * 234s| 97637 |  9953 |112788 |   1.2 |  74M|1831 |   - |5645 |6201 |5645 | 210 |  28k|  28k|2040 | 0.000000e+00 | 1.800000e+01 |    Inf 
238.50/238.59	c   239s|100000 | 10022 |124558 |   1.2 |  75M|1831 |  15 |5645 |6280 |5645 | 204 |  31k|  31k|2148 | 0.000000e+00 | 1.800000e+01 |    Inf 
248.09/248.19	o 15
248.09/248.19	c * 248s|104994 |  9811 |146261 |   1.4 |  75M|1831 |   - |5645 |6954 |5645 | 232 |  35k|  38k|2304 | 0.000000e+00 | 1.500000e+01 |    Inf 
257.69/257.77	c   258s|110000 |  9857 |167799 |   1.5 |  77M|1831 |  10 |5645 |6697 |5645 | 234 |  39k|  45k|2477 | 0.000000e+00 | 1.500000e+01 |    Inf 
276.79/276.84	c   277s|120000 | 10132 |212664 |   1.8 |  81M|1831 |  11 |5645 |8441 |5645 | 240 |  47k|  58k|2762 | 0.000000e+00 | 1.500000e+01 |    Inf 
296.00/296.08	c   296s|130000 | 10208 |256099 |   2.0 |  85M|1831 |   1 |5645 |8769 |5645 | 246 |  54k|  71k|2986 | 0.000000e+00 | 1.500000e+01 |    Inf 
315.00/315.05	c   315s|140000 | 10533 |299450 |   2.1 |  89M|1831 |  10 |5645 |9326 |5645 | 238 |  62k|  84k|3194 | 0.000000e+00 | 1.500000e+01 |    Inf 
330.10/330.15	o 11
330.10/330.15	c * 330s|148265 | 10090 |325276 |   2.2 |  88M|1831 |   - |5645 |  10k|5645 | 204 |  66k|  95k|3304 | 0.000000e+00 | 1.100000e+01 |    Inf 
333.31/333.39	c   333s|150000 | 10129 |332018 |   2.2 |  88M|1831 |   1 |5645 |7949 |5645 | 216 |  67k|  98k|3320 | 0.000000e+00 | 1.100000e+01 |    Inf 
351.10/351.13	c   351s|160000 | 10379 |369625 |   2.3 |  92M|1831 |   1 |5645 |9481 |5645 | 185 |  73k| 110k|3492 | 0.000000e+00 | 1.100000e+01 |    Inf 
369.10/369.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.10/369.12	c   369s|170000 | 10590 |406787 |   2.4 |  95M|1831 |   - |5645 |8916 |   0 |   0 |  80k| 124k|3644 | 0.000000e+00 | 1.100000e+01 |    Inf 
388.30/388.32	c   388s|180000 | 10746 |452011 |   2.5 |  98M|1831 |   - |5645 |  10k|   0 |   0 |  88k| 137k|3816 | 0.000000e+00 | 1.100000e+01 |    Inf 
406.20/406.28	c   406s|190000 | 10980 |489147 |   2.6 | 101M|1831 |   1 |5645 |  11k|5645 | 221 |  93k| 150k|3951 | 0.000000e+00 | 1.100000e+01 |    Inf 
424.30/424.30	c   424s|200000 | 11042 |524811 |   2.6 | 103M|1831 |   1 |5645 |9108 |5645 | 206 |  98k| 164k|4079 | 0.000000e+00 | 1.100000e+01 |    Inf 
425.60/425.63	o 8
425.60/425.63	c * 426s|200687 | 10234 |528327 |   2.6 |  96M|1831 |   - |5645 |9713 |5645 | 240 |  98k| 164k|4080 | 0.000000e+00 | 8.000000e+00 |    Inf 
425.80/425.85	o 7
425.80/425.85	c * 426s|200796 | 10145 |528807 |   2.6 |  95M|1831 |   - |5645 |9448 |5645 | 235 |  99k| 165k|4081 | 0.000000e+00 | 7.000000e+00 |    Inf 
441.51/441.54	c   442s|210000 | 10299 |567061 |   2.7 |  97M|1831 |   1 |5645 |9413 |5645 | 213 | 104k| 176k|4204 | 0.000000e+00 | 7.000000e+00 |    Inf 
446.51/446.57	o 6
446.51/446.57	c * 447s|213000 | 10168 |578371 |   2.7 |  96M|1831 |   - |5645 |9308 |5645 | 234 | 106k| 180k|4224 | 0.000000e+00 | 6.000000e+00 |    Inf 
458.71/458.78	c   459s|220000 | 10241 |608466 |   2.8 |  98M|1831 |   - |5645 |7999 |   0 |   0 | 109k| 190k|4333 | 0.000000e+00 | 6.000000e+00 |    Inf 
475.30/475.36	c   475s|230000 | 10516 |647482 |   2.8 | 101M|1831 |   - |5645 |9619 |   0 |   0 | 115k| 203k|4471 | 0.000000e+00 | 6.000000e+00 |    Inf 
492.41/492.42	c   492s|240000 | 10754 |687301 |   2.9 | 104M|1831 |  18 |5645 |  10k|5645 | 203 | 120k| 216k|4582 | 0.000000e+00 | 6.000000e+00 |    Inf 
509.80/509.83	c   510s|250000 | 10974 |728746 |   2.9 | 106M|1831 |   - |5645 |9713 |   0 |   0 | 127k| 230k|4678 | 0.000000e+00 | 6.000000e+00 |    Inf 
527.31/527.30	c   527s|260000 | 11123 |768340 |   3.0 | 108M|1831 |   - |5645 |8541 |   0 |   0 | 132k| 243k|4806 | 0.000000e+00 | 6.000000e+00 |    Inf 
544.41/544.49	c   544s|270000 | 11308 |812628 |   3.0 | 111M|1831 |   8 |5645 |9739 |5645 | 215 | 137k| 256k|4906 | 0.000000e+00 | 6.000000e+00 |    Inf 
561.81/561.86	c   562s|280000 | 11539 |854315 |   3.1 | 114M|1831 |   1 |5645 |  12k|5645 | 219 | 142k| 270k|5007 | 0.000000e+00 | 6.000000e+00 |    Inf 
579.71/579.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.71/579.73	c   580s|290000 | 11614 |899237 |   3.1 | 115M|1831 |   1 |5645 |9651 |5645 | 232 | 148k| 284k|5132 | 0.000000e+00 | 6.000000e+00 |    Inf 
596.21/596.29	c   596s|300000 | 11805 |937837 |   3.1 | 118M|1831 |   1 |5645 |  11k|5645 | 243 | 153k| 298k|5193 | 0.000000e+00 | 6.000000e+00 |    Inf 
613.61/613.63	c   614s|310000 | 12027 |978176 |   3.2 | 121M|1831 |   1 |5645 |  12k|5645 | 213 | 159k| 312k|5314 | 0.000000e+00 | 6.000000e+00 |    Inf 
623.20/623.24	o 5
623.20/623.24	c * 623s|315552 | 11568 |  1000k|   3.2 | 117M|1831 |   - |5645 |  13k|5645 | 249 | 163k| 319k|5362 | 0.000000e+00 | 5.000000e+00 |    Inf 
624.41/624.45	o 4
624.41/624.45	c * 624s|316238 | 11448 |  1003k|   3.2 | 115M|1831 |   - |5645 |  13k|5645 | 259 | 163k| 320k|5363 | 0.000000e+00 | 4.000000e+00 |    Inf 
631.31/631.32	c   631s|320000 | 11640 |  1021k|   3.2 | 116M|1831 |   1 |5645 |  12k|5645 | 219 | 166k| 325k|5395 | 0.000000e+00 | 4.000000e+00 |    Inf 
650.11/650.13	c   650s|330000 | 11855 |  1072k|   3.2 | 119M|1831 |  10 |5645 |  13k|5645 | 219 | 172k| 339k|5489 | 0.000000e+00 | 4.000000e+00 |    Inf 
667.81/667.88	c   668s|340000 | 11926 |  1118k|   3.3 | 120M|1831 |   - |5645 |  13k|   0 |   0 | 178k| 353k|5595 | 0.000000e+00 | 4.000000e+00 |    Inf 
670.41/670.40	o 2
670.41/670.40	c * 670s|341312 | 11307 |  1125k|   3.3 | 113M|1831 |   - |5645 |  12k|5645 | 244 | 179k| 355k|5604 | 0.000000e+00 | 2.000000e+00 |    Inf 
685.11/685.14	c   685s|350000 | 11422 |  1161k|   3.3 | 113M|1831 |   - |5645 |  10k|   0 |   0 | 183k| 367k|5680 | 0.000000e+00 | 2.000000e+00 |    Inf 
701.91/701.95	c   702s|360000 | 11548 |  1204k|   3.3 | 115M|1831 |   - |5645 |  11k|   0 |   0 | 187k| 382k|5773 | 0.000000e+00 | 2.000000e+00 |    Inf 
718.81/718.87	c   719s|370000 | 11533 |  1250k|   3.4 | 116M|1831 |  15 |5645 |  10k|5645 | 234 | 191k| 396k|5829 | 0.000000e+00 | 2.000000e+00 |    Inf 
735.91/735.96	c   736s|380000 | 11482 |  1295k|   3.4 | 116M|1831 |  21 |5645 |  12k|5645 | 229 | 196k| 410k|5928 | 0.000000e+00 | 2.000000e+00 |    Inf 
753.11/753.13	c   753s|390000 | 11360 |  1343k|   3.4 | 116M|1831 |  19 |5645 |  12k|5645 | 247 | 200k| 425k|5997 | 0.000000e+00 | 2.000000e+00 |    Inf 
753.61/753.63	o 1
753.61/753.63	c * 754s|390267 | 11057 |  1345k|   3.4 | 112M|1831 |   - |5645 |  12k|5645 | 277 | 200k| 426k|5997 | 0.000000e+00 | 1.000000e+00 |    Inf 
769.11/769.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.11/769.15	c   769s|400000 | 11017 |  1385k|   3.5 | 111M|1831 |   - |5645 |8311 |   0 |   0 | 204k| 440k|6103 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.81/784.85	c   785s|410000 | 10944 |  1429k|   3.5 | 111M|1831 |  14 |5645 |7754 |5645 | 225 | 209k| 454k|6188 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.41/800.44	c   800s|420000 | 11010 |  1473k|   3.5 | 113M|1831 |  28 |5645 |  11k|5645 | 246 | 213k| 469k|6255 | 0.000000e+00 | 1.000000e+00 |    Inf 
816.81/816.85	c   817s|430000 | 10840 |  1519k|   3.5 | 112M|1831 |   - |5645 |9874 |5645 | 239 | 218k| 483k|6358 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.11/833.11	c   833s|440000 | 10771 |  1562k|   3.6 | 112M|1831 |   1 |5645 |9778 |5645 | 226 | 222k| 498k|6443 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.22/849.21	c   849s|450000 | 10707 |  1608k|   3.6 | 112M|1831 |   - |5645 |  10k|   0 |   0 | 227k| 512k|6526 | 0.000000e+00 | 1.000000e+00 |    Inf 
865.21/865.21	c   865s|460000 | 10647 |  1648k|   3.6 | 112M|1831 |   - |5645 |  11k|   0 |   0 | 232k| 526k|6588 | 0.000000e+00 | 1.000000e+00 |    Inf 
881.72/881.76	c   882s|470000 | 10676 |  1688k|   3.6 | 113M|1831 |  33 |5645 |  12k|5645 | 230 | 235k| 540k|6627 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.21/898.24	c   898s|480000 | 10594 |  1729k|   3.6 | 112M|1831 |  14 |5645 |  10k|5645 | 253 | 239k| 555k|6702 | 0.000000e+00 | 1.000000e+00 |    Inf 
915.61/915.69	c   916s|490000 | 10605 |  1781k|   3.6 | 112M|1831 |   8 |5645 |  11k|5645 | 220 | 246k| 569k|6803 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.61/932.70	c   933s|500000 | 10540 |  1824k|   3.6 | 113M|1831 |   5 |5645 |  12k|5645 | 245 | 250k| 584k|6859 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.32/949.37	c   949s|510000 | 10506 |  1866k|   3.7 | 112M|1831 |   - |5645 |  12k|   0 |   0 | 255k| 598k|6947 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.91/965.99	c   966s|520000 | 10380 |  1907k|   3.7 | 110M|1831 |   1 |5645 |  10k|5645 | 209 | 259k| 613k|7017 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.22/982.29	c   982s|530000 | 10251 |  1948k|   3.7 | 109M|1831 |   - |5645 |8581 |   0 |   0 | 263k| 627k|7319 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.02/998.07	c   998s|540000 | 10111 |  1988k|   3.7 | 108M|1831 |  10 |5645 |9505 |5645 | 239 | 268k| 641k|7324 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.41/1014.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.41/1014.40	c  1014s|550000 |  9739 |  2026k|   3.7 | 104M|1831 |   - |5645 |6707 |   0 |   0 | 272k| 655k|7709 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.82/1030.82	c  1031s|560000 |  9403 |  2072k|   3.7 | 102M|1831 |   1 |5645 |7378 |5645 | 180 | 278k| 668k|7974 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.12/1046.19	c  1046s|570000 |  9462 |  2109k|   3.7 | 104M|1831 |   1 |5645 |9263 |5645 | 193 | 282k| 681k|7986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1062.41/1062.48	c  1062s|580000 |  9495 |  2151k|   3.7 | 105M|1831 |   - |5645 |9691 |   0 |   0 | 287k| 695k|7987 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.42/1079.49	c  1079s|590000 |  9620 |  2197k|   3.7 | 108M|1831 |   1 |5645 |  12k|5645 | 235 | 291k| 709k|7988 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.82/1096.83	c  1097s|600000 |  9589 |  2244k|   3.7 | 108M|1831 |   - |5645 |  11k|   0 |   0 | 295k| 724k|7990 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.92/1113.95	c  1114s|610000 |  9278 |  2289k|   3.8 | 104M|1831 |   - |5645 |9282 |   0 |   0 | 301k| 738k|8183 | 0.000000e+00 | 1.000000e+00 |    Inf 
1130.41/1130.43	c  1130s|620000 |  9282 |  2330k|   3.8 | 105M|1831 |  13 |5645 |  10k|5645 | 212 | 306k| 751k|8208 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.42/1147.42	c  1147s|630000 |  9324 |  2372k|   3.8 | 107M|1831 |   1 |5645 |  14k|5645 | 228 | 311k| 764k|8256 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.32/1165.36	c  1165s|640000 |  9224 |  2414k|   3.8 | 105M|1831 |   1 |5645 |  12k|5645 | 236 | 316k| 778k|8347 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.92/1181.96	c  1182s|650000 |  8953 |  2454k|   3.8 | 102M|1831 |   - |5645 |  10k|   0 |   0 | 321k| 791k|8392 | 0.000000e+00 | 1.000000e+00 |    Inf 
1198.52/1198.51	c  1198s|660000 |  9100 |  2494k|   3.8 | 105M|1831 |   - |5645 |  12k|   0 |   0 | 328k| 804k|8445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.12/1215.12	c  1215s|670000 |  9198 |  2528k|   3.8 | 107M|1831 |   - |5645 |  14k|5645 | 232 | 333k| 818k|8466 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.33/1232.30	c  1232s|680000 |  9199 |  2569k|   3.8 | 107M|1831 |   1 |5645 |  12k|5645 | 197 | 339k| 832k|8502 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.63/1249.67	c  1250s|690000 |  8948 |  2611k|   3.8 | 104M|1831 |   - |5645 |  11k|   0 |   0 | 344k| 847k|8555 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.12/1267.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1267.12/1267.12	c  1267s|700000 |  8724 |  2652k|   3.8 | 102M|1831 |   1 |5645 |9289 |5645 | 180 | 348k| 861k|8709 | 0.000000e+00 | 1.000000e+00 |    Inf 
1284.52/1284.54	c  1285s|710000 |  8836 |  2694k|   3.8 | 104M|1831 |   - |5645 |  12k|   0 |   0 | 354k| 874k|8730 | 0.000000e+00 | 1.000000e+00 |    Inf 
1302.62/1302.64	c  1303s|720000 |  8906 |  2735k|   3.8 | 106M|1831 |   - |5645 |  13k|   0 |   0 | 359k| 889k|8789 | 0.000000e+00 | 1.000000e+00 |    Inf 
1320.92/1320.96	c  1321s|730000 |  8920 |  2776k|   3.8 | 106M|1831 |   1 |5645 |  12k|5645 | 196 | 364k| 903k|8837 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.62/1339.62	c  1340s|740000 |  8938 |  2820k|   3.8 | 108M|1831 |   - |5645 |  15k|   0 |   0 | 368k| 918k|8894 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.43/1358.50	c  1358s|750000 |  8922 |  2866k|   3.8 | 108M|1831 |  12 |5645 |  13k|5645 | 231 | 372k| 932k|8954 | 0.000000e+00 | 1.000000e+00 |    Inf 
1376.13/1376.13	c  1376s|760000 |  8868 |  2908k|   3.8 | 105M|1831 |   1 |5645 |  11k|5645 | 207 | 377k| 946k|8996 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.43/1393.40	c  1393s|770000 |  9060 |  2949k|   3.8 | 107M|1831 |   5 |5645 |  11k|5645 | 194 | 382k| 960k|9045 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.03/1411.03	c  1411s|780000 |  9165 |  2989k|   3.8 | 110M|1831 |   - |5645 |  15k|   0 |   0 | 387k| 974k|9102 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.82/1429.81	c  1430s|790000 |  9359 |  3038k|   3.8 | 112M|1831 |   - |5645 |  14k|   0 |   0 | 393k| 988k|9156 | 0.000000e+00 | 1.000000e+00 |    Inf 
1447.82/1447.89	c  1448s|800000 |  9539 |  3077k|   3.8 | 113M|1831 |   - |5645 |  13k|   0 |   0 | 399k|1003k|9208 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.82/1465.83	c  1466s|810000 |  9568 |  3118k|   3.8 | 115M|1831 |  16 |5645 |  13k|5645 | 180 | 404k|1017k|9259 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.53/1483.51	c  1483s|820000 |  9644 |  3156k|   3.8 | 116M|1831 |  11 |5645 |  13k|5645 | 180 | 409k|1032k|9284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1501.22/1501.28	c  1501s|830000 |  9701 |  3198k|   3.9 | 117M|1831 |   - |5645 |  13k|   0 |   0 | 415k|1046k|9321 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.42/1519.43	c  1519s|840000 |  9721 |  3239k|   3.9 | 119M|1831 |   1 |5645 |  15k|5645 | 208 | 419k|1061k|9365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1537.32/1537.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1537.32/1537.31	c  1537s|850000 |  9886 |  3280k|   3.9 | 121M|1831 |   - |5645 |  16k|   0 |   0 | 424k|1076k|9421 | 0.000000e+00 | 1.000000e+00 |    Inf 
1555.23/1555.23	c  1555s|860000 |  9930 |  3318k|   3.9 | 122M|1831 |  13 |5645 |  16k|5645 | 204 | 427k|1091k|9470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1573.23/1573.25	c  1573s|870000 | 10008 |  3364k|   3.9 | 124M|1831 |   - |5645 |  17k|   0 |   0 | 431k|1106k|9509 | 0.000000e+00 | 1.000000e+00 |    Inf 
1593.13/1593.10	c  1593s|880000 | 10218 |  3413k|   3.9 | 126M|1831 |   - |5645 |  16k|   0 |   0 | 436k|1120k|9550 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.03/1614.04	c  1614s|890000 | 10354 |  3467k|   3.9 | 128M|1831 |   - |5645 |  17k|   0 |   0 | 443k|1135k|9606 | 0.000000e+00 | 1.000000e+00 |    Inf 
1635.74/1635.74	c  1636s|900000 | 10439 |  3525k|   3.9 | 129M|1831 |   1 |5645 |  17k|5645 | 237 | 450k|1149k|9656 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.93/1655.97	c  1656s|910000 | 10407 |  3581k|   3.9 | 129M|1831 |  20 |5645 |  15k|5645 | 253 | 456k|1164k|9714 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.44/1675.45	c  1675s|920000 | 10620 |  3632k|   3.9 | 132M|1831 |   - |5645 |  17k|   0 |   0 | 462k|1179k|9765 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.04/1695.09	c  1695s|930000 | 10699 |  3679k|   4.0 | 133M|1831 |  26 |5645 |  17k|5645 | 245 | 465k|1193k|9809 | 0.000000e+00 | 1.000000e+00 |    Inf 
1714.14/1714.16	c  1714s|940000 | 10676 |  3723k|   4.0 | 134M|1831 |   1 |5645 |  17k|5645 | 211 | 470k|1209k|9831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1733.33/1733.37	c  1733s|950000 | 10693 |  3765k|   4.0 | 135M|1831 |  21 |5645 |  18k|5645 | 243 | 474k|1224k|9871 | 0.000000e+00 | 1.000000e+00 |    Inf 
1752.53/1752.55	c  1753s|960000 | 10698 |  3812k|   4.0 | 134M|1831 |  14 |5645 |  15k|5645 | 211 | 479k|1240k|9923 | 0.000000e+00 | 1.000000e+00 |    Inf 
1771.63/1771.60	c  1772s|970000 | 10737 |  3857k|   4.0 | 135M|1831 |   - |5645 |  15k|   0 |   0 | 483k|1254k|9973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 979696
1790.04/1790.00	c Primal Bound       : +1.00000000000000e+00 (190 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.05	s SATISFIABLE
1790.04/1790.05	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.05	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.05	v -x167 -x166 -x165 -x164 x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1790.04/1790.05	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1790.04/1790.05	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.04/1790.05	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.04/1790.05	v -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1790.04/1790.05	v -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.04/1790.05	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.05	v x1 
1790.04/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.05	c Solving Time       :    1789.97
1790.04/1790.05	c Original Problem   :
1790.04/1790.05	c   Problem name     : HOME/instance-2705055-1278578334.wbo
1790.04/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.05	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.05	c Presolved Problem  :
1790.04/1790.05	c   Problem name     : t_HOME/instance-2705055-1278578334.wbo
1790.04/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.05	c   Constraints      : 5414 initial, 19754 maximal
1790.04/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.05	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.05	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.05	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.05	c   integral         :          0          0          0     626736          0         18        772          0          0     971278
1790.04/1790.05	c   linear           :       2707          6    5351456     139815          1     369142   23710975     488023          0          0
1790.04/1790.05	c   indicator        :       2707          0    1794318     109514          0        479    4309234          0          0          0
1790.04/1790.05	c   logicor          :          0+         0    1476607          0          0      84435    1724063          0          0          0
1790.04/1790.05	c   bounddisjunction :          0+         0     356330          0          0         82       4815          0          0          0
1790.04/1790.05	c   countsols        :          0          0          0      81843          1          0          0          0          0          0
1790.04/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.05	c   integral         :      15.09       0.00       0.00      15.09       0.00
1790.04/1790.05	c   linear           :     247.11       0.00     233.52      13.58       0.00
1790.04/1790.05	c   indicator        :      51.37       0.01      30.33      21.03       0.00
1790.04/1790.05	c   logicor          :     165.19       0.00     165.19       0.00       0.00
1790.04/1790.05	c   bounddisjunction :       2.41       0.00       2.41       0.00       0.00
1790.04/1790.05	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.05	c   vbounds          :       0.93      36113          0       7765
1790.04/1790.05	c   rootredcost      :       0.77         58          0       2707
1790.04/1790.05	c   pseudoobj        :     197.38    5360187       7785    3960943
1790.04/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.05	c   propagation      :      26.50     461444     461308    2858616       31.2      14631       27.0          -
1790.04/1790.05	c   infeasible LP    :       5.31      16177      16177     128500       44.0        135       24.0          0
1790.04/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.05	c   applied globally :          -          -          -    1269645       24.2          -          -          -
1790.04/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.05	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.05	c   redcost          :      60.63     629979          0     404327          0          0
1790.04/1790.05	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.05	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.05	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.05	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.05	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.05	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.05	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.05	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.05	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.05	c Pricers            :       Time      Calls       Vars
1790.04/1790.05	c   problem variables:       0.00          0          0
1790.04/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.05	c   relpscost        :      14.64     486277         18        772          0          0     971278
1790.04/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.05	c   inference        :      43.98      81786          0          0          0          0     163976
1790.04/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.06	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.06	c   LP solutions     :       0.18          -         58
1790.04/1790.06	c   pseudo solutions :       0.00          -          0
1790.04/1790.06	c   feaspump         :       0.00          0          0
1790.04/1790.06	c   intshifting      :       0.00          0          0
1790.04/1790.06	c   oneopt           :       0.51         51          0
1790.04/1790.06	c   guideddiving     :       0.12         41          0
1790.04/1790.06	c   veclendiving     :       0.23        123          0
1790.04/1790.06	c   linesearchdiving :       0.22        123          0
1790.04/1790.06	c   coefdiving       :       0.22        124          0
1790.04/1790.06	c   pscostdiving     :       0.22        124          0
1790.04/1790.06	c   fracdiving       :       0.22        124          0
1790.04/1790.06	c   crossover        :       2.72         69          3
1790.04/1790.06	c   objpscostdiving  :       0.23        116          0
1790.04/1790.06	c   rootsoldiving    :       0.27        116          0
1790.04/1790.06	c   trivial          :       0.07          2          2
1790.04/1790.06	c   simplerounding   :       0.75     486763          0
1790.04/1790.06	c   zirounding       :       0.58       1000          0
1790.04/1790.06	c   rounding         :       1.25       9797          0
1790.04/1790.06	c   shifting         :       0.61       3099          0
1790.04/1790.06	c   twoopt           :       0.00          0          0
1790.04/1790.06	c   fixandinfer      :       0.00          0          0
1790.04/1790.06	c   intdiving        :       0.00          0          0
1790.04/1790.06	c   actconsdiving    :       0.00          0          0
1790.04/1790.06	c   octane           :       0.00          0          0
1790.04/1790.06	c   rens             :       0.03          1          0
1790.04/1790.06	c   rins             :       0.00          0          0
1790.04/1790.06	c   localbranching   :       0.00          0          0
1790.04/1790.06	c   mutation         :       0.00          0          0
1790.04/1790.06	c   dins             :       0.00          0          0
1790.04/1790.06	c   undercover       :       0.00          0          0
1790.04/1790.06	c   nlp              :       0.13          0          0
1790.04/1790.06	c   trysol           :       0.43        413        127
1790.04/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.06	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.06	c   dual LP          :     496.40     565231    3901202       6.90    7858.98
1790.04/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.06	c   diving/probing LP:       0.15         85        833       9.80    5606.86
1790.04/1790.06	c   strong branching :      11.53      10013     112884      11.27    9787.65
1790.04/1790.06	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.06	c B&B Tree           :
1790.04/1790.06	c   number of runs   :          1
1790.04/1790.06	c   nodes            :     979696
1790.04/1790.06	c   nodes (total)    :     979696
1790.04/1790.06	c   nodes left       :      10761
1790.04/1790.06	c   max depth        :       1831
1790.04/1790.06	c   max depth (total):       1831
1790.04/1790.06	c   backtracks       :      79049 (8.1%)
1790.04/1790.06	c   delayed cutoffs  :      70939
1790.04/1790.06	c   repropagations   :    2788284 (5418738 domain reductions, 65805 cutoffs)
1790.04/1790.06	c   avg switch length:       7.22
1790.04/1790.06	c   switching time   :     237.57
1790.04/1790.06	c Solution           :
1790.04/1790.06	c   Solutions found  :        190 (59 improvements)
1790.04/1790.06	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 390267 nodes, 753.60 seconds, depth 48, found by <relaxation>)
1790.04/1790.06	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.06	c   Gap              :   infinite
1790.04/1790.06	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.06	c   Root Iterations  :        184
1790.24/1790.22	c Time complete: 1790.25.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705055-1278578334/watcher-2705055-1278578334 -o /tmp/evaluation-result-2705055-1278578334/solver-2705055-1278578334 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705055-1278578334.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.01 2.01 1.94 3/178 22216
/proc/meminfo: memFree=28928300/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=12888 CPUtime=0
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 2013 0 0 0 0 0 0 0 21 0 1 0 26047387 13197312 1933 4089446400 4194304 10345943 140734376581760 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22216/statm: 3222 1950 429 1502 0 1715 0

[startup+0.0607219 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 22216
/proc/meminfo: memFree=28928300/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=38024 CPUtime=0.05
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 8449 0 0 0 5 0 0 0 24 0 1 0 26047387 38936576 8014 4089446400 4194304 10345943 140734376581760 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38024

[startup+0.100735 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 22216
/proc/meminfo: memFree=28928300/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=38024 CPUtime=0.09
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 8449 0 0 0 9 0 0 0 24 0 1 0 26047387 38936576 8014 4089446400 4194304 10345943 140734376581760 18446744073709551615 9138343 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300686 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 22216
/proc/meminfo: memFree=28928300/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=70108 CPUtime=0.29
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 16227 0 0 0 27 2 0 0 25 0 1 0 26047387 71790592 15792 4089446400 4194304 10345943 140734376581760 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 17527 15792 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700631 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 22216
/proc/meminfo: memFree=28928300/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=65268 CPUtime=0.69
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 16893 0 0 0 66 3 0 0 25 0 1 0 26047387 66834432 15053 4089446400 4194304 10345943 140734376581760 18446744073709551615 7545632 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50047 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22217
/proc/meminfo: memFree=28869764/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=65268 CPUtime=1.49
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 16895 0 0 0 145 4 0 0 25 0 1 0 26047387 66834432 15055 4089446400 4194304 10345943 140734376581760 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 16317 15055 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10119 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22217
/proc/meminfo: memFree=28869764/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=65268 CPUtime=3.09
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 16897 0 0 0 305 4 0 0 25 0 1 0 26047387 66834432 15057 4089446400 4194304 10345943 140734376581760 18446744073709551615 8159976 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 16317 15057 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30062 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22217
/proc/meminfo: memFree=28870136/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=65268 CPUtime=6.29
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 19328 0 0 0 624 5 0 0 25 0 1 0 26047387 66834432 15084 4089446400 4194304 10345943 140734376581760 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 16317 15084 754 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7005 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22217
/proc/meminfo: memFree=28860860/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=76484 CPUtime=12.69
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 22512 0 0 0 1263 6 0 0 25 0 1 0 26047387 78319616 17655 4089446400 4194304 10345943 140734376581760 18446744073709551615 6519518 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 19121 17655 761 1502 0 17614 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76484

[startup+25.5002 s]
/proc/loadavg: 1.93 1.99 1.94 3/179 22246
/proc/meminfo: memFree=30016488/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=84996 CPUtime=25.49
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 25281 0 0 0 2542 7 0 0 25 0 1 0 26047387 87035904 19820 4089446400 4194304 10345943 140734376581760 18446744073709551615 5926401 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 21249 19820 761 1502 0 19742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84996

[startup+51.1007 s]
/proc/loadavg: 1.96 1.99 1.94 3/179 22246
/proc/meminfo: memFree=29957576/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=124576 CPUtime=51.09
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 39916 0 0 0 5098 11 0 0 25 0 1 0 26047387 127565824 29589 4089446400 4194304 10345943 140734376581760 18446744073709551615 6866185 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 31144 29589 762 1502 0 29637 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124576

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.94 3/179 22248
/proc/meminfo: memFree=29863148/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=169816 CPUtime=102.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 125969 0 0 0 10204 26 0 0 25 0 1 0 26047387 173891584 40896 4089446400 4194304 10345943 140734376581760 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 42454 40896 762 1502 0 40947 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169816

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/179 22249
/proc/meminfo: memFree=29693128/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=281824 CPUtime=162.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 210283 0 0 0 16187 43 0 0 25 0 1 0 26047387 288587776 68269 4089446400 4194304 10345943 140734376581760 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 70456 68269 762 1502 0 68949 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 281824

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/179 22251
/proc/meminfo: memFree=29492316/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=389836 CPUtime=222.29
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 284840 0 0 0 22169 60 0 0 25 0 1 0 26047387 399192064 93990 4089446400 4194304 10345943 140734376581760 18446744073709551615 8744384 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 97459 93990 774 1502 0 95952 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 389836

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/179 22252
/proc/meminfo: memFree=29370760/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=403268 CPUtime=282.29
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 338096 0 0 0 28147 82 0 0 25 0 1 0 26047387 412946432 97337 4089446400 4194304 10345943 140734376581760 18446744073709551615 6307366 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 100817 97337 785 1502 0 99310 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 403268

[startup+342.3 s]
/proc/loadavg: 2.03 2.00 1.94 3/179 22254
/proc/meminfo: memFree=29325324/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=410512 CPUtime=342.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 355853 0 0 0 34131 99 0 0 25 0 1 0 26047387 420364288 99314 4089446400 4194304 10345943 140734376581760 18446744073709551615 4968975 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 102628 99314 785 1502 0 101121 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 410512

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22256
/proc/meminfo: memFree=29313380/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=422144 CPUtime=402.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 364922 0 0 0 40116 114 0 0 25 0 1 0 26047387 432275456 102043 4089446400 4194304 10345943 140734376581760 18446744073709551615 6013911 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 105536 102043 785 1502 0 104029 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 422144

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22257
/proc/meminfo: memFree=29305020/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=428776 CPUtime=462.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 399178 0 0 0 46097 133 0 0 25 0 1 0 26047387 439066624 103623 4089446400 4194304 10345943 140734376581760 18446744073709551615 4223656 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 107194 103623 794 1502 0 105687 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 428776

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22259
/proc/meminfo: memFree=29296916/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=435672 CPUtime=522.3
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 404836 0 0 0 52079 151 0 0 25 0 1 0 26047387 446128128 105492 4089446400 4194304 10345943 140734376581760 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 108918 105492 794 1502 0 107411 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 435672

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22260
/proc/meminfo: memFree=29287544/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=440740 CPUtime=582.31
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 410400 0 0 0 58063 168 0 0 25 0 1 0 26047387 451317760 106737 4089446400 4194304 10345943 140734376581760 18446744073709551615 6777445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 110185 106737 794 1502 0 108678 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 440740

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22262
/proc/meminfo: memFree=29281672/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=447476 CPUtime=642.31
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 436665 0 0 0 64043 188 0 0 25 0 1 0 26047387 458215424 108311 4089446400 4194304 10345943 140734376581760 18446744073709551615 6864680 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 111869 108311 795 1502 0 110362 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 447476

[startup+702.301 s]

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

/proc/meminfo: memFree=29256776/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=452404 CPUtime=1062.31
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 494900 0 0 0 105916 315 0 0 25 0 1 0 26047387 463261696 109730 4089446400 4194304 10345943 140734376581760 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113101 109730 796 1502 0 111594 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 452404

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22275
/proc/meminfo: memFree=29252780/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=453488 CPUtime=1122.31
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 496830 0 0 0 111900 331 0 0 25 0 1 0 26047387 464371712 109834 4089446400 4194304 10345943 140734376581760 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113372 109834 796 1502 0 111865 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 453488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22276
/proc/meminfo: memFree=29251884/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=453488 CPUtime=1182.32
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 496917 0 0 0 117884 348 0 0 25 0 1 0 26047387 464371712 109921 4089446400 4194304 10345943 140734376581760 18446744073709551615 4962588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113372 109921 796 1502 0 111865 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 453488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22278
/proc/meminfo: memFree=29250580/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=453488 CPUtime=1242.32
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 496927 0 0 0 123869 363 0 0 25 0 1 0 26047387 464371712 109931 4089446400 4194304 10345943 140734376581760 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113372 109931 796 1502 0 111865 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 453488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22280
/proc/meminfo: memFree=29249640/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=453860 CPUtime=1302.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 497042 0 0 0 129855 378 0 0 25 0 1 0 26047387 464752640 110046 4089446400 4194304 10345943 140734376581760 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113465 110046 796 1502 0 111958 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 453860

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22290
/proc/meminfo: memFree=29246468/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=455900 CPUtime=1362.32
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 497341 0 0 0 135840 392 0 0 25 0 1 0 26047387 466841600 110345 4089446400 4194304 10345943 140734376581760 18446744073709551615 6119510 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113975 110345 796 1502 0 112468 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 455900

[startup+1422.31 s]
/proc/loadavg: 2.13 2.03 1.96 3/179 22292
/proc/meminfo: memFree=29246044/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=455900 CPUtime=1422.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 497412 0 0 0 141824 409 0 0 25 0 1 0 26047387 466841600 110416 4089446400 4194304 10345943 140734376581760 18446744073709551615 6864992 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 113975 110416 796 1502 0 112468 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 455900

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/179 22293
/proc/meminfo: memFree=29243756/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=458008 CPUtime=1482.32
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 502024 0 0 0 147808 424 0 0 25 0 1 0 26047387 469000192 110870 4089446400 4194304 10345943 140734376581760 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 114502 110870 796 1502 0 112995 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 458008

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/179 22295
/proc/meminfo: memFree=29240368/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=460392 CPUtime=1542.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 502800 0 0 0 153792 441 0 0 25 0 1 0 26047387 471441408 111646 4089446400 4194304 10345943 140734376581760 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 115098 111646 796 1502 0 113591 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 460392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 22297
/proc/meminfo: memFree=29233488/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=466888 CPUtime=1602.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 504474 0 0 0 159774 459 0 0 25 0 1 0 26047387 478093312 113320 4089446400 4194304 10345943 140734376581760 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 116722 113320 796 1502 0 115215 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 466888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 22298
/proc/meminfo: memFree=29227880/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=473184 CPUtime=1662.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 505829 0 0 0 165758 475 0 0 25 0 1 0 26047387 484540416 114675 4089446400 4194304 10345943 140734376581760 18446744073709551615 4962512 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 118296 114675 796 1502 0 116789 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 473184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22300
/proc/meminfo: memFree=29224984/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=476552 CPUtime=1722.33
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506504 0 0 0 171743 490 0 0 25 0 1 0 26047387 487989248 115350 4089446400 4194304 10345943 140734376581760 18446744073709551615 6520278 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119138 115350 796 1502 0 117631 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 476552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29223212/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=476716 CPUtime=1782.34
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506772 0 0 0 177728 506 0 0 25 0 1 0 26047387 488157184 115618 4089446400 4194304 10345943 140734376581760 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119179 115618 796 1502 0 117672 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 476716

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29223088/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477028 CPUtime=1785.54
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506795 0 0 0 178047 507 0 0 25 0 1 0 26047387 488476672 115641 4089446400 4194304 10345943 140734376581760 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119257 115641 796 1502 0 117750 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 477028

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29222840/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477028 CPUtime=1788.73
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506802 0 0 0 178366 507 0 0 25 0 1 0 26047387 488476672 115648 4089446400 4194304 10345943 140734376581760 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119257 115648 796 1502 0 117750 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 477028

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29222840/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477028 CPUtime=1789.54
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506805 0 0 0 178446 508 0 0 25 0 1 0 26047387 488476672 115651 4089446400 4194304 10345943 140734376581760 18446744073709551615 4729183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119257 115651 796 1502 0 117750 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 477028

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29222840/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477028 CPUtime=1789.94
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506805 0 0 0 178486 508 0 0 25 0 1 0 26047387 488476672 115651 4089446400 4194304 10345943 140734376581760 18446744073709551615 6307522 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22216/statm: 119257 115651 796 1502 0 117750 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 477028

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29222840/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477392 CPUtime=1790.14
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506826 0 0 0 178506 508 0 0 18 0 1 0 26047387 488849408 115672 4089446400 4194304 10345943 140734376581760 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22216/statm: 119348 115672 797 1502 0 117841 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 477392

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22301
/proc/meminfo: memFree=29222840/32951124 swapFree=67111528/67111528
[pid=22216] ppid=22214 vsize=477392 CPUtime=1790.24
/proc/22216/stat : 22216 (pbscip.linux.x8) R 22214 22216 21801 0 -1 4202496 506826 0 0 0 178516 508 0 0 18 0 1 0 26047387 488849408 115672 4089446400 4194304 10345943 140734376581760 18446744073709551615 9095643 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22216/statm: 119348 115672 797 1502 0 117841 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 477392

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.27
CPU user time (s): 1785.17
CPU system time (s): 5.09922
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 477392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.17
system time used= 5.09922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 21644

runsolver used 3.09653 second user time and 5.62614 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 10:38:54
IDJOB=2705055
IDBENCH=79279
IDSOLVER=1214
FILE ID=node119/2705055-1278578334
PBS_JOBID= 11240216
Free space on /tmp= 73216 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.1900573137--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-2705055-1278578334/watcher-2705055-1278578334 -o /tmp/evaluation-result-2705055-1278578334/solver-2705055-1278578334 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705055-1278578334.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 337bb89bbfc43fe8a5ddb591a5c00326
RANDOM SEED=198113926

node119.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.868
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.73
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.868
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.868
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.868
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.868
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.72
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.868
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.82
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.868
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.868
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:     32951124 kB
MemFree:      28928828 kB
Buffers:        158288 kB
Cached:        2407068 kB
SwapCached:          0 kB
Active:        2387732 kB
Inactive:      1468540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28928828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:     1290692 kB
Mapped:          17516 kB
Slab:           100272 kB
PageTables:       6692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1436840 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= 73204 MiB
End job on node119 at 2010-07-08 11:08:44