Trace number 2692394

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.31 1800.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark89.6814
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692394-1277929758.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.08/0.13	o 137244
0.08/0.13	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.08/0.13	c presolving:
0.08/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.08/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.28/0.30	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.372440e+05 |    Inf 
30.99/31.03	c  30.7s| 10000 |  9999 | 41295 |   4.1 |  51M|  99 |   0 |5645 |5424 |5645 | 210 |  16k|  10 |1820 | 0.000000e+00 | 1.372440e+05 |    Inf 
34.89/34.92	o 709
34.89/34.92	c *34.5s| 11540 |  8021 | 45661 |   3.9 |  48M| 103 |   - |5645 |5434 |5645 | 213 |  18k|  20 |1820 | 0.000000e+00 | 7.090000e+02 |    Inf 
37.19/37.26	o 685
37.19/37.26	c *36.9s| 12103 |  8267 | 49618 |   4.1 |  50M| 103 |   - |5645 |5462 |5645 | 234 |  20k|  48 |1820 | 0.000000e+00 | 6.850000e+02 |    Inf 
59.39/59.41	o 673
59.39/59.41	c *58.8s| 19108 | 15032 | 76216 |   4.0 |  66M| 103 |   - |5645 |5650 |5645 | 220 |  30k| 236 |1820 | 0.000000e+00 | 6.730000e+02 |    Inf 
62.60/62.65	c  62.0s| 20000 | 15920 | 80632 |   4.0 |  68M| 103 |   0 |5645 |5652 |5645 | 185 |  31k| 240 |1820 | 0.000000e+00 | 6.730000e+02 |    Inf 
95.09/95.15	c  94.3s| 30000 | 25859 |127992 |   4.3 |  91M| 107 |   6 |5645 |5702 |5645 | 156 |  44k| 335 |2073 | 0.000000e+00 | 6.730000e+02 |    Inf 
127.99/128.01	c   127s| 40000 | 35833 |175645 |   4.4 | 114M| 107 |   0 |5645 |5677 |5645 | 166 |  56k| 364 |2491 | 0.000000e+00 | 6.730000e+02 |    Inf 
159.79/159.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.79/159.80	c   159s| 50000 | 45804 |222218 |   4.4 | 137M| 107 |   0 |5645 |5679 |5645 | 166 |  67k| 415 |2847 | 0.000000e+00 | 6.730000e+02 |    Inf 
191.40/191.42	c   190s| 60000 | 55786 |264890 |   4.4 | 159M| 107 |   0 |5645 |5644 |5645 | 168 |  77k| 439 |3187 | 0.000000e+00 | 6.730000e+02 |    Inf 
219.90/219.98	c   218s| 70000 | 65784 |298493 |   4.3 | 181M| 114 |   4 |5645 |5611 |5645 | 176 |  83k| 441 |3279 | 0.000000e+00 | 6.730000e+02 |    Inf 
248.00/248.04	c   246s| 80000 | 75776 |335084 |   4.2 | 203M| 127 |   0 |5645 |5613 |5645 | 182 |  90k| 460 |3439 | 0.000000e+00 | 6.730000e+02 |    Inf 
273.19/273.20	c   271s| 90000 | 85772 |369934 |   4.1 | 224M| 127 |   0 |5645 |5608 |5645 | 177 |  97k| 476 |3538 | 0.000000e+00 | 6.730000e+02 |    Inf 
298.20/298.26	c   296s|100000 | 95768 |403845 |   4.0 | 246M| 137 |   0 |5645 |5586 |5645 | 176 | 103k| 484 |3672 | 0.000000e+00 | 6.730000e+02 |    Inf 
323.70/323.74	c   321s|110000 |105768 |437290 |   4.0 | 267M| 137 |   0 |5645 |5578 |5645 | 167 | 109k| 484 |3770 | 0.000000e+00 | 6.730000e+02 |    Inf 
348.61/348.68	c   346s|120000 |115768 |468751 |   3.9 | 289M| 139 |   0 |5645 |5571 |5645 | 180 | 115k| 484 |3853 | 0.000000e+00 | 6.730000e+02 |    Inf 
374.50/374.59	c   372s|130000 |125760 |506498 |   3.9 | 310M| 143 |   1 |5645 |5583 |5645 | 143 | 123k| 500 |4054 | 0.000000e+00 | 6.730000e+02 |    Inf 
401.30/401.33	c   398s|140000 |135758 |549433 |   3.9 | 331M| 143 |   0 |5645 |5566 |5645 | 168 | 131k| 502 |4148 | 0.000000e+00 | 6.730000e+02 |    Inf 
429.60/429.66	c   426s|150000 |145748 |597123 |   4.0 | 353M| 143 |   0 |5645 |5568 |5645 | 155 | 141k| 525 |4453 | 0.000000e+00 | 6.730000e+02 |    Inf 
457.80/457.86	c   454s|160000 |155744 |647912 |   4.0 | 374M| 143 |   0 |5645 |5552 |5645 | 165 | 152k| 527 |4734 | 0.000000e+00 | 6.730000e+02 |    Inf 
488.00/488.01	c   484s|170000 |165715 |704919 |   4.1 | 396M| 143 |   0 |5645 |5587 |5645 | 170 | 163k| 584 |4948 | 0.000000e+00 | 6.730000e+02 |    Inf 
526.51/526.55	c   523s|180000 |175705 |795112 |   4.4 | 419M| 143 |   0 |5645 |5576 |5645 | 164 | 181k| 598 |5201 | 0.000000e+00 | 6.730000e+02 |    Inf 
563.01/563.10	c   559s|190000 |185666 |870798 |   4.6 | 444M| 143 |   0 |5645 |5618 |5645 | 165 | 197k| 690 |5696 | 0.000000e+00 | 6.730000e+02 |    Inf 
600.20/600.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.20/600.21	c   596s|200000 |195635 |951988 |   4.8 | 468M| 143 |   0 |5645 |5627 |5645 | 164 | 215k| 774 |6427 | 0.000000e+00 | 6.730000e+02 |    Inf 
633.11/633.14	c   628s|210000 |205590 |  1018k|   4.8 | 491M| 143 |   0 |5645 |5625 |5645 | 216 | 227k| 936 |6538 | 0.000000e+00 | 6.730000e+02 |    Inf 
664.31/664.37	c   659s|220000 |215550 |  1084k|   4.9 | 514M| 143 |   0 |5645 |5547 |5645 | 166 | 239k|1037 |6750 | 0.000000e+00 | 6.730000e+02 |    Inf 
697.70/697.77	c   693s|230000 |225539 |  1150k|   5.0 | 538M| 143 |   0 |5645 |5508 |5645 | 165 | 252k|1073 |6923 | 0.000000e+00 | 6.730000e+02 |    Inf 
730.32/730.33	c   725s|240000 |235497 |  1214k|   5.1 | 562M| 143 |   0 |5645 |5557 |5645 | 187 | 266k|1186 |7267 | 0.000000e+00 | 6.730000e+02 |    Inf 
762.82/762.80	c   757s|250000 |245441 |  1279k|   5.1 | 586M| 146 |   0 |5645 |5544 |5645 | 193 | 279k|1337 |7501 | 0.000000e+00 | 6.730000e+02 |    Inf 
793.31/793.39	c   788s|260000 |255320 |  1336k|   5.1 | 609M| 146 |   0 |5645 |5613 |5645 | 185 | 293k|1612 |7786 | 0.000000e+00 | 6.730000e+02 |    Inf 
820.91/820.94	c   815s|270000 |265237 |  1380k|   5.1 | 631M| 146 |   0 |5645 |5576 |5645 | 185 | 302k|1834 |7959 | 0.000000e+00 | 6.730000e+02 |    Inf 
846.92/846.96	c   841s|280000 |275219 |  1414k|   5.1 | 653M| 146 |   0 |5645 |5546 |5645 | 175 | 310k|1860 |8029 | 0.000000e+00 | 6.730000e+02 |    Inf 
877.92/877.96	c   872s|290000 |285102 |  1468k|   5.1 | 677M| 146 |   0 |5645 |5640 |5645 | 166 | 324k|2071 |8209 | 0.000000e+00 | 6.730000e+02 |    Inf 
907.71/907.74	c   901s|300000 |295015 |  1517k|   5.1 | 701M| 146 |   0 |5645 |5618 |5645 | 163 | 336k|2247 |8309 | 0.000000e+00 | 6.730000e+02 |    Inf 
926.82/926.87	o 670
926.82/926.87	c * 920s|307000 |301898 |  1540k|   5.0 | 719M| 185 |   - |5645 |5610 |5645 | 188 | 344k|2343 |8353 | 0.000000e+00 | 6.700000e+02 |    Inf 
936.02/936.09	c   929s|310000 |304862 |  1554k|   5.0 | 726M| 185 |   0 |5645 |5652 |5645 | 163 | 348k|2444 |8393 | 0.000000e+00 | 6.700000e+02 |    Inf 
966.72/966.75	c   960s|320000 |314471 |  1607k|   5.0 | 752M| 207 |   0 |5645 |6096 |5645 | 189 | 365k|3415 |8541 | 0.000000e+00 | 6.700000e+02 |    Inf 
991.82/991.84	o 661
991.82/991.84	c * 985s|329259 |323368 |  1639k|   5.0 | 774M| 207 |   - |5645 |6073 |5645 | 214 | 377k|3786 |8601 | 0.000000e+00 | 6.610000e+02 |    Inf 
991.92/991.93	o 655
991.92/991.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.92/991.93	c * 985s|329277 |323231 |  1639k|   5.0 | 774M| 207 |   - |5645 |6081 |5645 | 228 | 378k|3795 |8602 | 0.000000e+00 | 6.550000e+02 |    Inf 
994.33/994.35	c   987s|330000 |323914 |  1643k|   5.0 | 775M| 207 |   0 |5645 |6142 |5645 | 181 | 379k|3918 |8605 | 0.000000e+00 | 6.550000e+02 |    Inf 
1006.82/1006.85	o 637
1006.82/1006.85	c * 999s|334162 |327466 |  1661k|   5.0 | 784M| 207 |   - |5645 |5979 |5645 | 189 | 384k|4210 |8637 | 0.000000e+00 | 6.370000e+02 |    Inf 
1021.72/1021.72	o 633
1021.72/1021.72	c *1014s|339100 |332099 |  1685k|   5.0 | 796M| 207 |   - |5645 |5838 |5645 | 210 | 390k|4568 |8683 | 0.000000e+00 | 6.330000e+02 |    Inf 
1024.42/1024.43	c  1017s|340000 |332975 |  1689k|   5.0 | 798M| 207 |   6 |5645 |5801 |5645 | 195 | 391k|4620 |8683 | 0.000000e+00 | 6.330000e+02 |    Inf 
1043.12/1043.19	o 622
1043.12/1043.19	c *1036s|346188 |338543 |  1720k|   5.0 | 812M| 207 |   - |5645 |5775 |5645 | 202 | 401k|5127 |8770 | 0.000000e+00 | 6.220000e+02 |    Inf 
1056.03/1056.01	c  1048s|350000 |342208 |  1743k|   5.0 | 823M| 207 |   0 |5645 |5896 |5645 | 232 | 411k|5451 |8842 | 0.000000e+00 | 6.220000e+02 |    Inf 
1056.32/1056.33	o 620
1056.32/1056.33	c *1049s|350087 |342192 |  1744k|   5.0 | 823M| 207 |   - |5645 |5920 |5645 | 191 | 411k|5478 |8845 | 0.000000e+00 | 6.200000e+02 |    Inf 
1077.22/1077.27	o 619
1077.22/1077.27	c *1069s|356743 |348622 |  1778k|   5.0 | 841M| 207 |   - |5645 |5936 |5645 | 194 | 423k|5991 |8896 | 0.000000e+00 | 6.190000e+02 |    Inf 
1077.22/1077.28	o 613
1077.22/1077.28	c *1069s|356744 |348321 |  1778k|   5.0 | 839M| 207 |   - |5645 |5936 |5645 | 194 | 423k|5991 |8896 | 0.000000e+00 | 6.130000e+02 |    Inf 
1086.32/1086.37	c  1078s|360000 |351570 |  1787k|   5.0 | 847M| 207 |   0 |5645 |5808 |5645 | 179 | 425k|6017 |8900 | 0.000000e+00 | 6.130000e+02 |    Inf 
1115.52/1115.59	c  1107s|370000 |361473 |  1826k|   4.9 | 873M| 207 |   0 |5645 |5803 |5645 | 193 | 440k|6252 |8971 | 0.000000e+00 | 6.130000e+02 |    Inf 
1146.02/1146.03	c  1138s|380000 |371220 |  1871k|   4.9 | 899M| 207 |   0 |5645 |5903 |5645 | 163 | 458k|6734 |9093 | 0.000000e+00 | 6.130000e+02 |    Inf 
1155.92/1155.97	o 607
1155.92/1155.97	c *1147s|383489 |374287 |  1883k|   4.9 | 907M| 207 |   - |5645 |5991 |5645 | 204 | 462k|7005 |9115 | 0.000000e+00 | 6.070000e+02 |    Inf 
1159.72/1159.73	o 606
1159.72/1159.73	c *1151s|384781 |375449 |  1888k|   4.9 | 909M| 207 |   - |5645 |6031 |5645 | 194 | 464k|7139 |9116 | 0.000000e+00 | 6.060000e+02 |    Inf 
1159.72/1159.75	o 603
1159.72/1159.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.72/1159.75	c *1151s|384782 |375282 |  1888k|   4.9 | 909M| 207 |   - |5645 |6026 |5645 | 194 | 464k|7139 |9116 | 0.000000e+00 | 6.030000e+02 |    Inf 
1173.42/1173.40	o 588
1173.42/1173.40	c *1165s|389506 |378953 |  1905k|   4.9 | 915M| 207 |   - |5645 |5923 |5645 | 197 | 469k|7306 |9166 | 0.000000e+00 | 5.880000e+02 |    Inf 
1174.93/1174.91	c  1166s|390000 |379422 |  1907k|   4.9 | 917M| 207 |   0 |5645 |5924 |5645 | 190 | 470k|7354 |9171 | 0.000000e+00 | 5.880000e+02 |    Inf 
1188.63/1188.68	o 584
1188.63/1188.68	c *1180s|394744 |383791 |  1924k|   4.9 | 927M| 207 |   - |5645 |5983 |5645 | 192 | 476k|7573 |9189 | 0.000000e+00 | 5.840000e+02 |    Inf 
1204.93/1204.96	c  1196s|400000 |388739 |  1947k|   4.9 | 941M| 207 |   0 |5645 |6209 |5645 | 180 | 485k|8237 |9256 | 0.000000e+00 | 5.840000e+02 |    Inf 
1237.23/1237.21	c  1228s|410000 |397941 |  2002k|   4.9 | 968M| 207 |   7 |5645 |6386 |5645 | 158 | 503k|9928 |9372 | 0.000000e+00 | 5.840000e+02 |    Inf 
1243.83/1243.81	o 577
1243.83/1243.81	c *1235s|411865 |398931 |  2015k|   4.9 | 972M| 207 |   - |5645 |6428 |5645 | 201 | 509k|  10k|9386 | 0.000000e+00 | 5.770000e+02 |    Inf 
1255.82/1255.86	o 571
1255.82/1255.86	c *1247s|415284 |401080 |  2037k|   4.9 | 980M| 207 |   - |5645 |7168 |5645 | 208 | 519k|  11k|9436 | 0.000000e+00 | 5.710000e+02 |    Inf 
1265.92/1265.98	o 555
1265.92/1265.98	c *1257s|418726 |402479 |  2052k|   4.9 | 982M| 207 |   - |5645 |7125 |5645 | 222 | 525k|  12k|9444 | 0.000000e+00 | 5.550000e+02 |    Inf 
1270.62/1270.62	c  1261s|420000 |403491 |  2061k|   4.9 | 986M| 207 |   0 |5645 |7384 |5645 | 237 | 528k|  13k|9483 | 0.000000e+00 | 5.550000e+02 |    Inf 
1282.32/1282.38	o 543
1282.32/1282.38	c *1273s|423493 |404589 |  2079k|   4.9 | 989M| 207 |   - |5645 |7846 |5645 | 190 | 536k|  14k|9498 | 0.000000e+00 | 5.430000e+02 |    Inf 
1303.72/1303.73	c  1294s|430000 |410454 |  2118k|   4.9 |1007M| 207 |   0 |5645 |6920 |5645 | 192 | 551k|  16k|9561 | 0.000000e+00 | 5.430000e+02 |    Inf 
1336.83/1336.84	c  1327s|440000 |418553 |  2173k|   4.9 |1036M| 207 |   0 |5645 |6793 |5645 | 162 | 571k|  19k|9653 | 0.000000e+00 | 5.430000e+02 |    Inf 
1361.73/1361.78	c  1352s|450000 |428365 |  2204k|   4.9 |1058M| 207 |   0 |5645 |5934 |5645 | 193 | 578k|  20k|9694 | 0.000000e+00 | 5.430000e+02 |    Inf 
1371.13/1371.16	o 539
1371.13/1371.16	c *1361s|453358 |430776 |  2215k|   4.9 |1065M| 207 |   - |5645 |6423 |5645 | 193 | 581k|  20k|9714 | 0.000000e+00 | 5.390000e+02 |    Inf 
1371.43/1371.46	o 534
1371.43/1371.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1371.43/1371.46	c *1361s|453442 |429988 |  2215k|   4.9 |1063M| 207 |   - |5645 |6437 |5645 | 229 | 581k|  20k|9714 | 0.000000e+00 | 5.340000e+02 |    Inf 
1390.23/1390.29	c  1380s|460000 |436208 |  2240k|   4.9 |1079M| 207 |   0 |5645 |6311 |5645 | 187 | 589k|  21k|9752 | 0.000000e+00 | 5.340000e+02 |    Inf 
1422.43/1422.48	c  1412s|470000 |444906 |  2289k|   4.9 |1105M| 207 |   8 |5645 |6435 |5645 | 183 | 606k|  24k|9826 | 0.000000e+00 | 5.340000e+02 |    Inf 
1442.23/1442.22	o 529
1442.23/1442.22	c *1432s|477012 |450765 |  2318k|   4.9 |1118M| 207 |   - |5645 |6072 |5645 | 209 | 614k|  24k|9857 | 0.000000e+00 | 5.290000e+02 |    Inf 
1451.03/1451.08	c  1440s|480000 |453727 |  2337k|   4.9 |1125M| 207 |   0 |5645 |5988 |5645 | 174 | 618k|  24k|9860 | 0.000000e+00 | 5.290000e+02 |    Inf 
1473.63/1473.65	o 523
1473.63/1473.65	c *1463s|486518 |458986 |  2401k|   4.9 |1139M| 207 |   - |5645 |5870 |5645 | 210 | 629k|  25k|9936 | 0.000000e+00 | 5.230000e+02 |    Inf 
1474.33/1474.36	o 522
1474.33/1474.36	c *1463s|486704 |458970 |  2402k|   4.9 |1139M| 207 |   - |5645 |5853 |5645 | 209 | 630k|  25k|9942 | 0.000000e+00 | 5.220000e+02 |    Inf 
1486.73/1486.78	c  1476s|490000 |462089 |  2436k|   5.0 |1147M| 207 |   0 |5645 |5998 |5645 | 199 | 637k|  25k|9984 | 0.000000e+00 | 5.220000e+02 |    Inf 
1521.23/1521.28	c  1510s|500000 |471412 |  2527k|   5.1 |1172M| 207 |   0 |5645 |6501 |5645 | 176 | 655k|  27k|  10k| 0.000000e+00 | 5.220000e+02 |    Inf 
1551.53/1551.52	o 509
1551.53/1551.52	c *1540s|509361 |477408 |  2600k|   5.1 |1185M| 207 |   - |5645 |6804 |5645 | 175 | 669k|  28k|  10k| 0.000000e+00 | 5.090000e+02 |    Inf 
1553.83/1553.85	c  1542s|510000 |478011 |  2606k|   5.1 |1186M| 207 |   0 |5645 |6844 |5645 | 179 | 671k|  28k|  10k| 0.000000e+00 | 5.090000e+02 |    Inf 
1584.74/1584.79	c  1573s|520000 |487351 |  2666k|   5.1 |1212M| 207 |   0 |5645 |6253 |5645 | 172 | 684k|  30k|  10k| 0.000000e+00 | 5.090000e+02 |    Inf 
1593.63/1593.64	o 492
1593.63/1593.64	c *1582s|522580 |485708 |  2689k|   5.1 |1201M| 207 |   - |5645 |6139 |5645 | 178 | 688k|  30k|  10k| 0.000000e+00 | 4.920000e+02 |    Inf 
1598.13/1598.13	o 488
1598.13/1598.13	c *1586s|523864 |485940 |  2701k|   5.2 |1201M| 207 |   - |5645 |6195 |5645 | 173 | 690k|  31k|  10k| 0.000000e+00 | 4.880000e+02 |    Inf 
1618.73/1618.78	o 466
1618.73/1618.78	c *1607s|529737 |485538 |  2752k|   5.2 |1192M| 207 |   - |5645 |6176 |5645 | 220 | 700k|  31k|  10k| 0.000000e+00 | 4.660000e+02 |    Inf 
1619.64/1619.69	o 465
1619.64/1619.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1619.64/1619.69	c *1608s|529952 |485363 |  2755k|   5.2 |1191M| 207 |   - |5645 |6170 |5645 | 194 | 700k|  31k|  10k| 0.000000e+00 | 4.650000e+02 |    Inf 
1619.74/1619.71	o 458
1619.74/1619.71	c *1608s|529953 |483161 |  2755k|   5.2 |1181M| 207 |   - |5645 |6170 |5645 | 194 | 700k|  31k|  10k| 0.000000e+00 | 4.580000e+02 |    Inf 
1619.93/1619.90	c  1608s|530000 |483208 |  2755k|   5.2 |1181M| 207 |   0 |5645 |6170 |5645 | 174 | 701k|  31k|  10k| 0.000000e+00 | 4.580000e+02 |    Inf 
1642.35/1642.39	o 447
1642.35/1642.39	c *1630s|536502 |485874 |  2799k|   5.2 |1187M| 207 |   - |5645 |6193 |5645 | 176 | 711k|  32k|  10k| 0.000000e+00 | 4.470000e+02 |    Inf 
1644.14/1644.19	o 438
1644.14/1644.19	c *1632s|536964 |483386 |  2803k|   5.2 |1177M| 207 |   - |5645 |6240 |5645 | 192 | 712k|  32k|  10k| 0.000000e+00 | 4.380000e+02 |    Inf 
1651.04/1651.05	o 436
1651.04/1651.05	c *1639s|539038 |484712 |  2814k|   5.2 |1180M| 207 |   - |5645 |6102 |5645 | 226 | 715k|  32k|  10k| 0.000000e+00 | 4.360000e+02 |    Inf 
1654.23/1654.28	c  1642s|540000 |485645 |  2820k|   5.2 |1182M| 207 |   0 |5645 |6069 |5645 | 165 | 716k|  32k|  10k| 0.000000e+00 | 4.360000e+02 |    Inf 
1654.64/1654.64	o 420
1654.64/1654.64	c *1642s|540106 |480023 |  2820k|   5.2 |1162M| 207 |   - |5645 |6110 |5645 | 198 | 716k|  32k|  10k| 0.000000e+00 | 4.200000e+02 |    Inf 
1654.64/1654.65	o 419
1654.64/1654.65	c *1642s|540107 |479646 |  2820k|   5.2 |1161M| 207 |   - |5645 |6110 |5645 | 198 | 716k|  32k|  10k| 0.000000e+00 | 4.190000e+02 |    Inf 
1666.24/1666.20	o 417
1666.24/1666.20	c *1654s|543382 |481642 |  2844k|   5.2 |1168M| 207 |   - |5645 |6818 |5645 | 186 | 722k|  33k|  10k| 0.000000e+00 | 4.170000e+02 |    Inf 
1689.74/1689.73	c  1677s|550000 |487630 |  2893k|   5.3 |1187M| 207 |   0 |5645 |6597 |5645 | 185 | 733k|  35k|  10k| 0.000000e+00 | 4.170000e+02 |    Inf 
1716.64/1716.63	o 415
1716.64/1716.63	c *1704s|557938 |494546 |  2948k|   5.3 |1207M| 207 |   - |5645 |6215 |5645 | 179 | 746k|  35k|  10k| 0.000000e+00 | 4.150000e+02 |    Inf 
1717.54/1717.55	o 409
1717.54/1717.55	c *1705s|558180 |492578 |  2949k|   5.3 |1201M| 207 |   - |5645 |6226 |5645 | 214 | 747k|  35k|  10k| 0.000000e+00 | 4.090000e+02 |    Inf 
1724.34/1724.34	o 408
1724.34/1724.34	c *1711s|559925 |493703 |  2962k|   5.3 |1208M| 207 |   - |5645 |6427 |5645 | 221 | 753k|  36k|  10k| 0.000000e+00 | 4.080000e+02 |    Inf 
1724.64/1724.68	c  1712s|560000 |493758 |  2962k|   5.3 |1208M| 207 |   3 |5645 |6440 |5645 | 198 | 753k|  36k|  10k| 0.000000e+00 | 4.080000e+02 |    Inf 
1733.34/1733.37	o 405
1733.34/1733.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1733.34/1733.37	c *1720s|563153 |495602 |  2976k|   5.3 |1213M| 207 |   - |5645 |6307 |5645 | 208 | 756k|  36k|  10k| 0.000000e+00 | 4.050000e+02 |    Inf 
1735.75/1735.77	o 401
1735.75/1735.77	c *1723s|563772 |494556 |  2980k|   5.3 |1210M| 207 |   - |5645 |6469 |5645 | 203 | 758k|  36k|  10k| 0.000000e+00 | 4.010000e+02 |    Inf 
1735.75/1735.79	o 394
1735.75/1735.79	c *1723s|563773 |491825 |  2980k|   5.3 |1203M| 207 |   - |5645 |6469 |5645 | 204 | 758k|  36k|  10k| 0.000000e+00 | 3.940000e+02 |    Inf 
1737.64/1737.64	o 382
1737.64/1737.64	c *1724s|564317 |487184 |  2984k|   5.3 |1191M| 207 |   - |5645 |6499 |5645 | 181 | 759k|  36k|  10k| 0.000000e+00 | 3.820000e+02 |    Inf 
1738.54/1738.53	o 379
1738.54/1738.53	c *1725s|564530 |486041 |  2985k|   5.3 |1187M| 207 |   - |5645 |6506 |5645 | 200 | 760k|  36k|  10k| 0.000000e+00 | 3.790000e+02 |    Inf 
1745.24/1745.24	o 376
1745.24/1745.24	c *1732s|566334 |486304 |  2997k|   5.3 |1190M| 207 |   - |5645 |6543 |5645 | 243 | 765k|  37k|  10k| 0.000000e+00 | 3.760000e+02 |    Inf 
1751.64/1751.67	o 375
1751.64/1751.67	c *1738s|568006 |487014 |  3009k|   5.3 |1195M| 207 |   - |5645 |6867 |5645 | 214 | 770k|  38k|  10k| 0.000000e+00 | 3.750000e+02 |    Inf 
1751.74/1751.70	o 374
1751.74/1751.70	c *1738s|568008 |486599 |  3009k|   5.3 |1194M| 207 |   - |5645 |6867 |5645 | 214 | 770k|  38k|  10k| 0.000000e+00 | 3.740000e+02 |    Inf 
1751.74/1751.71	o 373
1751.74/1751.71	c *1738s|568009 |486122 |  3009k|   5.3 |1193M| 207 |   - |5645 |6867 |5645 | 214 | 770k|  38k|  10k| 0.000000e+00 | 3.730000e+02 |    Inf 
1752.84/1752.85	o 363
1752.84/1752.85	c *1740s|568286 |481957 |  3011k|   5.3 |1181M| 207 |   - |5645 |6968 |5645 | 197 | 771k|  38k|  10k| 0.000000e+00 | 3.630000e+02 |    Inf 
1756.04/1756.09	o 349
1756.04/1756.09	c *1743s|569067 |475324 |  3017k|   5.3 |1164M| 207 |   - |5645 |6987 |5645 | 201 | 773k|  38k|  10k| 0.000000e+00 | 3.490000e+02 |    Inf 
1757.04/1757.06	o 345
1757.04/1757.06	c *1744s|569305 |473705 |  3019k|   5.3 |1160M| 207 |   - |5645 |7007 |5645 | 201 | 774k|  38k|  10k| 0.000000e+00 | 3.450000e+02 |    Inf 
1757.04/1757.07	o 344
1757.04/1757.07	c *1744s|569306 |473137 |  3019k|   5.3 |1158M| 207 |   - |5645 |7007 |5645 | 201 | 774k|  38k|  10k| 0.000000e+00 | 3.440000e+02 |    Inf 
1757.24/1757.24	o 339
1757.24/1757.24	c *1744s|569342 |470593 |  3019k|   5.3 |1150M| 207 |   - |5645 |7001 |5645 | 191 | 774k|  38k|  10k| 0.000000e+00 | 3.390000e+02 |    Inf 
1757.24/1757.28	o 320
1757.24/1757.28	c *1744s|569343 |459789 |  3019k|   5.3 |1120M| 207 |   - |5645 |7001 |5645 | 190 | 774k|  38k|  10k| 0.000000e+00 | 3.200000e+02 |    Inf 
1759.94/1759.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1759.94/1759.95	c  1747s|570000 |460275 |  3024k|   5.3 |1123M| 207 |   0 |5645 |6986 |5645 | 206 | 776k|  38k|  10k| 0.000000e+00 | 3.200000e+02 |    Inf 
1761.94/1761.99	o 315
1761.94/1761.99	c *1749s|570476 |457662 |  3028k|   5.3 |1118M| 207 |   - |5645 |7043 |5645 | 213 | 778k|  39k|  10k| 0.000000e+00 | 3.150000e+02 |    Inf 
1764.94/1764.95	o 312
1764.94/1764.95	c *1751s|571203 |456094 |  3034k|   5.3 |1117M| 207 |   - |5645 |7262 |5645 | 177 | 780k|  39k|  10k| 0.000000e+00 | 3.120000e+02 |    Inf 
1767.65/1767.68	o 311
1767.65/1767.68	c *1754s|571919 |456027 |  3039k|   5.3 |1118M| 207 |   - |5645 |7332 |5645 | 179 | 782k|  39k|  10k| 0.000000e+00 | 3.110000e+02 |    Inf 
1768.14/1768.10	o 309
1768.14/1768.10	c *1755s|572018 |454716 |  3039k|   5.3 |1115M| 207 |   - |5645 |7343 |5645 | 202 | 782k|  39k|  10k| 0.000000e+00 | 3.090000e+02 |    Inf 
1768.14/1768.12	o 302
1768.14/1768.12	c *1755s|572019 |450044 |  3039k|   5.3 |1103M| 207 |   - |5645 |7343 |5645 | 202 | 782k|  39k|  10k| 0.000000e+00 | 3.020000e+02 |    Inf 
1769.24/1769.23	o 287
1769.24/1769.23	c *1756s|572308 |440048 |  3041k|   5.3 |1078M| 207 |   - |5645 |7375 |5645 | 191 | 783k|  39k|  10k| 0.000000e+00 | 2.870000e+02 |    Inf 
1769.84/1769.88	o 271
1769.84/1769.88	c *1756s|572463 |428369 |  3042k|   5.3 |1052M| 207 |   - |5645 |7413 |5645 | 213 | 783k|  40k|  10k| 0.000000e+00 | 2.710000e+02 |    Inf 
1770.04/1770.01	o 270
1770.04/1770.01	c *1756s|572485 |427667 |  3042k|   5.3 |1051M| 207 |   - |5645 |7414 |5645 | 183 | 783k|  40k|  10k| 0.000000e+00 | 2.700000e+02 |    Inf 
1770.74/1770.71	o 261
1770.74/1770.71	c *1757s|572647 |420754 |  3043k|   5.3 |1035M| 207 |   - |5645 |7430 |5645 | 191 | 784k|  40k|  10k| 0.000000e+00 | 2.610000e+02 |    Inf 
1773.15/1773.19	o 245
1773.15/1773.19	c *1760s|573239 |402565 |  3048k|   5.3 | 997M| 207 |   - |5645 |7295 |5645 | 190 | 786k|  40k|  10k| 0.000000e+00 | 2.450000e+02 |    Inf 
1778.14/1778.19	o 242
1778.14/1778.19	c *1765s|574424 |399209 |  3057k|   5.3 | 995M| 207 |   - |5645 |7518 |5645 | 208 | 789k|  40k|  10k| 0.000000e+00 | 2.420000e+02 |    Inf 
1778.24/1778.23	o 235
1778.24/1778.23	c *1765s|574425 |387113 |  3057k|   5.3 | 970M| 207 |   - |5645 |7518 |5645 | 208 | 789k|  40k|  10k| 0.000000e+00 | 2.350000e+02 |    Inf 
1778.44/1778.43	o 224
1778.44/1778.43	c *1765s|574451 |371012 |  3058k|   5.3 | 938M| 207 |   - |5645 |7509 |5645 | 210 | 790k|  41k|  10k| 0.000000e+00 | 2.240000e+02 |    Inf 
1779.64/1779.67	o 216
1779.64/1779.67	c *1766s|574711 |357058 |  3060k|   5.3 | 911M| 207 |   - |5645 |7532 |5645 | 175 | 790k|  41k|  10k| 0.000000e+00 | 2.160000e+02 |    Inf 
1779.75/1779.78	o 206
1779.75/1779.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1779.75/1779.78	c *1766s|574726 |338952 |  3060k|   5.3 | 874M| 207 |   - |5645 |7531 |5645 | 200 | 790k|  41k|  10k| 0.000000e+00 | 2.060000e+02 |    Inf 
1779.85/1779.81	o 199
1779.85/1779.81	c *1766s|574727 |326583 |  3060k|   5.3 | 848M| 207 |   - |5645 |7531 |5645 | 200 | 790k|  41k|  10k| 0.000000e+00 | 1.990000e+02 |    Inf 
1780.44/1780.43	o 195
1780.44/1780.43	c *1767s|574867 |319574 |  3061k|   5.3 | 835M| 207 |   - |5645 |7541 |5645 | 209 | 791k|  41k|  10k| 0.000000e+00 | 1.950000e+02 |    Inf 
1781.44/1781.40	o 194
1781.44/1781.40	c *1768s|575126 |318452 |  3063k|   5.3 | 833M| 207 |   - |5645 |7551 |5645 | 207 | 792k|  41k|  10k| 0.000000e+00 | 1.940000e+02 |    Inf 
1783.24/1783.24	o 168
1783.24/1783.24	c *1770s|575532 |270997 |  3066k|   5.3 | 734M| 207 |   - |5645 |7661 |5645 | 227 | 793k|  41k|  10k| 0.000000e+00 | 1.680000e+02 |    Inf 
1783.44/1783.41	o 167
1783.44/1783.41	c *1770s|575564 |268582 |  3066k|   5.3 | 728M| 207 |   - |5645 |7670 |5645 | 159 | 793k|  41k|  10k| 0.000000e+00 | 1.670000e+02 |    Inf 
1783.54/1783.51	o 160
1783.54/1783.51	c *1770s|575566 |237042 |  3066k|   5.3 | 664M| 207 |   - |5645 |7668 |5645 | 159 | 793k|  41k|  10k| 0.000000e+00 | 1.600000e+02 |    Inf 
1783.64/1783.69	o 154
1783.64/1783.69	c *1770s|575588 |223541 |  3066k|   5.3 | 631M| 207 |   - |5645 |7677 |5645 | 168 | 793k|  41k|  10k| 0.000000e+00 | 1.540000e+02 |    Inf 
1784.04/1784.04	o 124
1784.04/1784.04	c *1770s|575615 |141618 |  3066k|   5.3 | 432M| 207 |   - |5645 |7686 |5645 | 193 | 793k|  41k|  10k| 0.000000e+00 | 1.240000e+02 |    Inf 
1784.15/1784.14	o 114
1784.15/1784.14	c *1770s|575621 |123564 |  3066k|   5.3 | 388M| 207 |   - |5645 |7679 |5645 | 185 | 793k|  41k|  10k| 0.000000e+00 | 1.140000e+02 |    Inf 
1784.15/1784.18	o 109
1784.15/1784.18	c *1771s|575622 |110733 |  3066k|   5.3 | 355M| 207 |   - |5645 |7679 |5645 | 185 | 793k|  41k|  10k| 0.000000e+00 | 1.090000e+02 |    Inf 
1784.34/1784.31	o 107
1784.34/1784.31	c *1771s|575640 |109846 |  3066k|   5.3 | 353M| 207 |   - |5645 |7666 |5645 | 185 | 793k|  41k|  10k| 0.000000e+00 | 1.070000e+02 |    Inf 
1784.34/1784.33	o 102
1784.34/1784.33	c *1771s|575641 |101420 |  3066k|   5.3 | 333M| 207 |   - |5645 |7666 |5645 | 185 | 793k|  41k|  10k| 0.000000e+00 | 1.020000e+02 |    Inf 
1784.84/1784.88	o 99
1784.84/1784.88	c *1771s|575765 | 99165 |  3067k|   5.3 | 328M| 207 |   - |5645 |7725 |5645 | 159 | 793k|  41k|  10k| 0.000000e+00 | 9.900000e+01 |    Inf 
1784.84/1784.89	o 98
1784.84/1784.89	c *1771s|575766 | 97013 |  3067k|   5.3 | 321M| 207 |   - |5645 |7725 |5645 | 159 | 793k|  41k|  10k| 0.000000e+00 | 9.800000e+01 |    Inf 
1787.45/1787.40	o 93
1787.45/1787.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1787.45/1787.40	c *1774s|576297 | 93959 |  3070k|   5.3 | 315M| 207 |   - |5645 |7684 |5645 | 156 | 794k|  42k|  10k| 0.000000e+00 | 9.300000e+01 |    Inf 
1787.55/1787.55	o 85
1787.55/1787.55	c *1774s|576320 | 84957 |  3070k|   5.3 | 292M| 207 |   - |5645 |7506 |5645 | 149 | 794k|  42k|  10k| 0.000000e+00 | 8.500000e+01 |    Inf 
1787.55/1787.56	o 83
1787.55/1787.56	c *1774s|576321 | 83518 |  3070k|   5.3 | 288M| 207 |   - |5645 |7506 |5645 | 149 | 794k|  42k|  10k| 0.000000e+00 | 8.300000e+01 |    Inf 
1787.64/1787.61	o 81
1787.64/1787.61	c *1774s|576324 | 82900 |  3070k|   5.3 | 286M| 207 |   - |5645 |7093 |5645 | 147 | 794k|  42k|  10k| 0.000000e+00 | 8.100000e+01 |    Inf 
1787.84/1787.88	o 76
1787.84/1787.88	c *1774s|576332 | 18251 |  3070k|   5.3 |  91M| 207 |   - |5645 |6986 |5645 | 155 | 794k|  42k|  10k| 0.000000e+00 | 7.600000e+01 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1786.16
1800.05/1800.00	c Solving Nodes      : 579899
1800.05/1800.00	c Primal Bound       : +7.60000000000000e+01 (201 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.09	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1800.05/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.09	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.09	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.05/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.05/1800.09	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 
1800.05/1800.09	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1800.05/1800.09	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 
1800.05/1800.09	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.09	v -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1786.16
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2692394-1277929758.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2692394-1277929758.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 7908 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -        692          -          -       1384          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     718850          0          0          0          0          0     179718
1800.05/1800.09	c   indicator        :       2707          0    1025823     628975          0        261   10000714          0          0          0
1800.05/1800.09	c   linear           :       2707          6    1025246     628769          0       3609    1961785     800781          0          0
1800.05/1800.09	c   logicor          :          0+         0     291572          0          0        607      87688          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0       8781          0          0          0         33          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0     478367          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      17.41       0.00       0.00      17.41       0.00
1800.05/1800.09	c   indicator        :     215.03       0.05      46.08     168.90       0.00
1800.05/1800.09	c   linear           :     169.04       0.00      46.78     122.26       0.00
1800.05/1800.09	c   logicor          :       3.27       0.00       3.27       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.09	c   countsols        :       0.13       0.00       0.00       0.13       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.38          2          0          0
1800.05/1800.09	c   rootredcost      :       0.39         90          0        692
1800.05/1800.09	c   pseudoobj        :      56.10    1033074       7435    4186804
1800.05/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.09	c   propagation      :       1.33      11651      11637      50202       26.7       6453        4.0          -
1800.05/1800.09	c   infeasible LP    :       0.00          1          1          4       28.5          0        0.0          0
1800.05/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   pseudo solution  :       0.18       1256       1256       5592       13.3        760        4.2          -
1800.05/1800.09	c   applied globally :          -          -          -      46440       18.2          -          -          -
1800.05/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.09	c   redcost          :      85.43     719562          0    5446517          0          0
1800.05/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.09	c   cmir             :       0.03          4          0          0          0          0
1800.05/1800.09	c   flowcover        :       0.01          4          0          0          0          0
1800.05/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.09	c Pricers            :       Time      Calls       Vars
1800.05/1800.09	c   problem variables:       0.00          0          0
1800.05/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   relpscost        :      17.04      89859          0          0          0          0     179718
1800.05/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   inference        :     147.52     478277          0          0          0          0     956554
1800.05/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.09	c   LP solutions     :       1.80          -         90
1800.05/1800.09	c   pseudo solutions :       0.00          -          0
1800.05/1800.09	c   feaspump         :       0.00          0          0
1800.05/1800.09	c   oneopt           :       0.52         75          0
1800.05/1800.09	c   intshifting      :       0.21         49          0
1800.05/1800.09	c   crossover        :       3.30        103          0
1800.05/1800.09	c   fracdiving       :      29.23      18756          0
1800.05/1800.09	c   veclendiving     :      29.18      18756          0
1800.05/1800.09	c   linesearchdiving :      28.80      18756          0
1800.05/1800.09	c   guideddiving     :      30.32      18756          0
1800.05/1800.09	c   coefdiving       :      29.34      18757          0
1800.05/1800.09	c   pscostdiving     :      28.51      18757          0
1800.05/1800.09	c   rootsoldiving    :      28.00      16939          0
1800.05/1800.09	c   objpscostdiving  :      27.28      17007          0
1800.05/1800.09	c   trivial          :       0.08          2          2
1800.05/1800.09	c   simplerounding   :       0.54      90961          0
1800.05/1800.09	c   zirounding       :       0.18       1000          0
1800.05/1800.09	c   rounding         :       2.29       4233          0
1800.05/1800.09	c   shifting         :       2.13       1279          0
1800.05/1800.09	c   twoopt           :       0.00          0          0
1800.05/1800.09	c   fixandinfer      :       0.00          0          0
1800.05/1800.09	c   intdiving        :       0.00          0          0
1800.05/1800.09	c   actconsdiving    :       0.00          0          0
1800.05/1800.09	c   octane           :       0.00          0          0
1800.05/1800.09	c   rens             :       0.03          1          0
1800.05/1800.09	c   rins             :       0.00          0          0
1800.05/1800.09	c   localbranching   :       0.00          0          0
1800.05/1800.09	c   mutation         :       0.00          0          0
1800.05/1800.09	c   dins             :       0.00          0          0
1800.05/1800.09	c   undercover       :       0.00          0          0
1800.05/1800.09	c   nlp              :       0.13          0          0
1800.05/1800.09	c   trysol           :       0.91      22190        109
1800.05/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.09	c   dual LP          :     513.29     283185    3075186      10.86    5991.13
1800.05/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.09	c   diving/probing LP:       1.90       2196       8979       4.09    4725.79
1800.05/1800.09	c   strong branching :      16.28      10905      91343       8.38    5610.75
1800.05/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.09	c B&B Tree           :
1800.05/1800.09	c   number of runs   :          1
1800.05/1800.09	c   nodes            :     579899
1800.05/1800.09	c   nodes (total)    :     579899
1800.05/1800.09	c   nodes left       :      18366
1800.05/1800.09	c   max depth        :        207
1800.05/1800.09	c   max depth (total):        207
1800.05/1800.09	c   backtracks       :      21989 (3.8%)
1800.05/1800.09	c   delayed cutoffs  :       1463
1800.05/1800.09	c   repropagations   :      25275 (1688584 domain reductions, 1432 cutoffs)
1800.05/1800.09	c   avg switch length:       2.76
1800.05/1800.09	c   switching time   :      64.95
1800.05/1800.09	c Solution           :
1800.05/1800.09	c   Solutions found  :        201 (91 improvements)
1800.05/1800.09	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.09	c   Primal Bound     : +7.60000000000000e+01   (in run 1, after 576332 nodes, 1773.96 seconds, depth 63, found by <relaxation>)
1800.05/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.09	c   Gap              :   infinite
1800.05/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.09	c   Root Iterations  :        106
1800.25/1800.26	c Time complete: 1800.3.

Verifier Data

OK	76

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692394-1277929758/watcher-2692394-1277929758 -o /tmp/evaluation-result-2692394-1277929758/solver-2692394-1277929758 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692394-1277929758.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.05 2.10 3/178 14839
/proc/meminfo: memFree=30419296/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=9408 CPUtime=0
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 1649 0 0 0 0 0 0 0 25 0 1 0 134273441 9633792 1568 4089446400 4194304 8223781 140733875492400 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14839/statm: 2352 1568 369 984 0 1365 0

[startup+0.03119 s]
/proc/loadavg: 2.00 2.05 2.10 3/178 14839
/proc/meminfo: memFree=30419296/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=16604 CPUtime=0.02
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 3386 0 0 0 2 0 0 0 25 0 1 0 134273441 17002496 3306 4089446400 4194304 8223781 140733875492400 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14839/statm: 4151 3375 369 984 0 3164 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16604

[startup+0.101168 s]
/proc/loadavg: 2.00 2.05 2.10 3/178 14839
/proc/meminfo: memFree=30419296/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=35144 CPUtime=0.08
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 8089 0 0 0 8 0 0 0 25 0 1 0 134273441 35987456 7644 4089446400 4194304 8223781 140733875492400 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35144

[startup+0.301129 s]
/proc/loadavg: 2.00 2.05 2.10 3/178 14839
/proc/meminfo: memFree=30419296/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=42940 CPUtime=0.28
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 10624 0 0 0 27 1 0 0 25 0 1 0 134273441 43970560 9576 4089446400 4194304 8223781 140733875492400 18446744073709551615 5734248 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 10735 9576 561 984 0 9748 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42940

[startup+0.701069 s]
/proc/loadavg: 2.00 2.05 2.10 3/178 14839
/proc/meminfo: memFree=30419296/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=43084 CPUtime=0.69
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 15656 0 0 0 67 2 0 0 25 0 1 0 134273441 44118016 9710 4089446400 4194304 8223781 140733875492400 18446744073709551615 6567544 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50091 s]
/proc/loadavg: 2.00 2.05 2.10 3/179 14840
/proc/meminfo: memFree=30381972/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=43280 CPUtime=1.49
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 15762 0 0 0 146 3 0 0 25 0 1 0 134273441 44318720 9816 4089446400 4194304 8223781 140733875492400 18446744073709551615 6559362 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 10820 9816 578 984 0 9833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43280

[startup+3.10063 s]
/proc/loadavg: 2.00 2.05 2.10 3/179 14840
/proc/meminfo: memFree=30379740/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=48580 CPUtime=3.09
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 16807 0 0 0 304 5 0 0 25 0 1 0 134273441 49745920 10859 4089446400 4194304 8223781 140733875492400 18446744073709551615 6439880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 12145 10859 580 984 0 11158 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48580

[startup+6.30105 s]
/proc/loadavg: 2.00 2.05 2.10 3/179 14840
/proc/meminfo: memFree=30365288/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=52652 CPUtime=6.29
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 28133 0 0 0 621 8 0 0 25 0 1 0 134273441 53915648 12021 4089446400 4194304 8223781 140733875492400 18446744073709551615 6482603 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 13163 12021 581 984 0 12176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52652

[startup+12.7009 s]
/proc/loadavg: 2.00 2.05 2.10 3/179 14840
/proc/meminfo: memFree=30345440/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=58984 CPUtime=12.69
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 34795 0 0 0 1255 14 0 0 25 0 1 0 134273441 60399616 13595 4089446400 4194304 8223781 140733875492400 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 14746 13595 581 984 0 13759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58984

[startup+25.5006 s]
/proc/loadavg: 2.00 2.04 2.10 3/179 14841
/proc/meminfo: memFree=30310920/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=72996 CPUtime=25.49
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 48645 0 0 0 2523 26 0 0 25 0 1 0 134273441 74747904 17132 4089446400 4194304 8223781 140733875492400 18446744073709551615 6482584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 18249 17132 583 984 0 17262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72996

[startup+51.1009 s]
/proc/loadavg: 2.00 2.04 2.09 3/179 14841
/proc/meminfo: memFree=30259420/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=89924 CPUtime=51.09
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 78166 0 0 0 5062 47 0 0 25 0 1 0 134273441 92082176 21324 4089446400 4194304 8223781 140733875492400 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 22481 21324 585 984 0 21494 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89924

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.09 3/179 14843
/proc/meminfo: memFree=30163780/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=129668 CPUtime=102.29
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 120251 0 0 0 10146 83 0 0 25 0 1 0 134273441 132780032 31201 4089446400 4194304 8223781 140733875492400 18446744073709551615 6505951 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 32417 31201 585 984 0 31430 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 129668

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.09 3/179 14847
/proc/meminfo: memFree=30085920/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=171320 CPUtime=162.29
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 135750 0 0 0 16106 123 0 0 25 0 1 0 134273441 175431680 41590 4089446400 4194304 8223781 140733875492400 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 42830 41590 585 984 0 41843 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171320

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.08 3/179 14849
/proc/meminfo: memFree=30017800/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=220216 CPUtime=222.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 152715 0 0 0 22068 162 0 0 25 0 1 0 134273441 225501184 53432 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14839/statm: 55054 53432 585 984 0 54067 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 220216

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.07 3/179 14850
/proc/meminfo: memFree=29885944/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=268524 CPUtime=282.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 164941 0 0 0 28023 207 0 0 25 0 1 0 134273441 274968576 65641 4089446400 4194304 8223781 140733875492400 18446744073709551615 4331504 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 67131 65641 585 984 0 66144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 268524

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 14852
/proc/meminfo: memFree=29790788/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=317112 CPUtime=342.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 177197 0 0 0 33979 251 0 0 25 0 1 0 134273441 324722688 77894 4089446400 4194304 8223781 140733875492400 18446744073709551615 6436172 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 79278 77894 585 984 0 78291 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 317112

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 14854
/proc/meminfo: memFree=29663892/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=368432 CPUtime=402.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 195141 0 0 0 39933 297 0 0 25 0 1 0 134273441 377274368 90762 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 92108 90762 585 984 0 91121 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 368432

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 14855
/proc/meminfo: memFree=29545052/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=412508 CPUtime=462.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 206263 0 0 0 45890 340 0 0 25 0 1 0 134273441 422408192 101878 4089446400 4194304 8223781 140733875492400 18446744073709551615 6445403 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 103127 101878 585 984 0 102140 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 412508

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 14856
/proc/meminfo: memFree=29434524/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=452528 CPUtime=522.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 216448 0 0 0 51846 384 0 0 25 0 1 0 134273441 463388672 111957 4089446400 4194304 8223781 140733875492400 18446744073709551615 7257293 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 113132 111957 585 984 0 112145 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 452528

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 14858
/proc/meminfo: memFree=29329804/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=489680 CPUtime=582.3
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 225869 0 0 0 57805 425 0 0 25 0 1 0 134273441 501432320 121333 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 122420 121333 585 984 0 121433 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 489680

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 14860
/proc/meminfo: memFree=29199188/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=537580 CPUtime=642.31
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 236952 0 0 0 63759 472 0 0 25 0 1 0 134273441 550481920 132258 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 134395 132258 585 984 0 133408 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 537580

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 14866
/proc/meminfo: memFree=28739084/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=716476 CPUtime=882.32
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 287163 0 0 0 87585 647 0 0 25 0 1 0 134273441 733671424 177283 4089446400 4194304 8223781 140733875492400 18446744073709551615 4330016 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 179119 177283 585 984 0 178132 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 716476

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 14868
/proc/meminfo: memFree=28601516/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=772556 CPUtime=942.31
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 318178 0 0 0 93544 687 0 0 25 0 1 0 134273441 791097344 191295 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 193139 191295 585 984 0 192152 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 772556

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 14870
/proc/meminfo: memFree=28480180/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=828324 CPUtime=1002.31
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 362276 0 0 0 99494 737 0 0 25 0 1 0 134273441 848203776 205191 4089446400 4194304 8223781 140733875492400 18446744073709551615 4567029 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 207081 205191 585 984 0 206094 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 828324

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14871
/proc/meminfo: memFree=28356616/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=884220 CPUtime=1062.32
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 437577 0 0 0 105448 784 0 0 25 0 1 0 134273441 905441280 219099 4089446400 4194304 8223781 140733875492400 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 221055 219099 585 984 0 220068 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 884220

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14873
/proc/meminfo: memFree=28234924/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=933248 CPUtime=1122.32
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 480411 0 0 0 111403 829 0 0 25 0 1 0 134273441 955645952 231354 4089446400 4194304 8223781 140733875492400 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 233312 231354 585 984 0 232325 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 933248

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14874
/proc/meminfo: memFree=28112860/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=987320 CPUtime=1182.32
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 529975 0 0 0 117356 876 0 0 25 0 1 0 134273441 1011015680 244999 4089446400 4194304 8223781 140733875492400 18446744073709551615 7253400 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 246830 244999 587 984 0 245843 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 987320

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14876
/proc/meminfo: memFree=27984088/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1040136 CPUtime=1242.33
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 563652 0 0 0 123309 924 0 0 25 0 1 0 134273441 1065099264 258114 4089446400 4194304 8223781 140733875492400 18446744073709551615 4561351 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 260034 258114 587 984 0 259047 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1040136

[startup+1302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 14878
/proc/meminfo: memFree=27866492/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1087636 CPUtime=1302.33
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 617047 0 0 0 129262 971 0 0 25 0 1 0 134273441 1113739264 269720 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 271909 269720 587 984 0 270922 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1087636

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14879
/proc/meminfo: memFree=27731400/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1148904 CPUtime=1362.33
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 647245 0 0 0 135217 1016 0 0 25 0 1 0 134273441 1176477696 284894 4089446400 4194304 8223781 140733875492400 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 287226 284894 587 984 0 286239 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1148904

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14909
/proc/meminfo: memFree=30013920/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1204836 CPUtime=1422.33
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 678220 0 0 0 141175 1058 0 0 25 0 1 0 134273441 1233752064 298595 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 301209 298595 587 984 0 300222 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1204836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14910
/proc/meminfo: memFree=29894684/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1256904 CPUtime=1482.33
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 710048 0 0 0 147127 1106 0 0 25 0 1 0 134273441 1287069696 309508 4089446400 4194304 8223781 140733875492400 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 314226 309508 587 984 0 313239 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1256904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14912
/proc/meminfo: memFree=29779048/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1300900 CPUtime=1542.34
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 729728 0 0 0 153077 1157 0 0 25 0 1 0 134273441 1332121600 320586 4089446400 4194304 8223781 140733875492400 18446744073709551615 6483545 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 325225 320586 587 984 0 324238 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1300900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14914
/proc/meminfo: memFree=29666800/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1341500 CPUtime=1602.34
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 770502 0 0 0 159030 1204 0 0 25 0 1 0 134273441 1373696000 330698 4089446400 4194304 8223781 140733875492400 18446744073709551615 4819829 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 335375 330698 587 984 0 334388 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1341500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14915
/proc/meminfo: memFree=29596552/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1358244 CPUtime=1662.34
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 830093 0 0 0 164980 1254 0 0 25 0 1 0 134273441 1390841856 334818 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 339561 334818 587 984 0 338574 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1358244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14916
/proc/meminfo: memFree=29470408/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1386928 CPUtime=1722.34
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 867675 0 0 0 170931 1303 0 0 25 0 1 0 134273441 1420214272 341823 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 346732 341823 587 984 0 345745 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1386928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14918
/proc/meminfo: memFree=29363704/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1425112 CPUtime=1782.35
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 988369 0 0 0 176869 1366 0 0 25 0 1 0 134273441 1459314688 350987 4089446400 4194304 8223781 140733875492400 18446744073709551615 6003344 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 356278 350987 588 984 0 355291 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1425112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14919
/proc/meminfo: memFree=29355632/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=1411920 CPUtime=1800.05
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 1016582 0 0 0 178619 1386 0 0 25 0 1 0 134273441 1445806080 347653 4089446400 4194304 8223781 140733875492400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14839/statm: 352980 347653 592 984 0 351993 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1411920

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14919
/proc/meminfo: memFree=29355632/32951124 swapFree=67111528/67111528
[pid=14839] ppid=14837 vsize=874948 CPUtime=1800.25
/proc/14839/stat : 14839 (pbscip.linux.x8) R 14837 14839 14279 0 -1 4202496 1016594 0 0 0 178637 1388 0 0 25 0 1 0 134273441 895946752 213500 4089446400 4194304 8223781 140733875492400 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14839/statm: 218737 213500 594 984 0 217750 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 874948

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.31
CPU user time (s): 1786.4
CPU system time (s): 13.9149
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1429668

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

runsolver used 3.12052 second user time and 6.15606 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 22:29:18
IDJOB=2692394
IDBENCH=79300
IDSOLVER=1204
FILE ID=node106/2692394-1277929758
PBS_JOBID= 11197359
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692394-1277929758/watcher-2692394-1277929758 -o /tmp/evaluation-result-2692394-1277929758/solver-2692394-1277929758 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692394-1277929758.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=1253480739

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30419824 kB
Buffers:        214928 kB
Cached:        1279056 kB
SwapCached:          0 kB
Active:        1336620 kB
Inactive:      1050336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30419824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:      893392 kB
Mapped:          16404 kB
Slab:            80036 kB
PageTables:       6360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1060752 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= 74204 MiB
End job on node106 at 2010-06-30 22:59:20