Trace number 2692341

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.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
MD5SUMa22634c1977478f126d9df874c90c256
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 benchmark214.202
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2692341-1277926993.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135640
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.356400e+05 |    Inf 
29.80/29.80	c  28.9s| 10000 | 10001 | 60802 |   6.1 |  51M|  93 |   0 |5645 |5414 |5645 | 177 |  10k|   0 |1728 | 0.000000e+00 | 1.356400e+05 |    Inf 
53.39/53.41	c  51.9s| 20000 | 20001 |114890 |   5.7 |  73M| 159 |   0 |5645 |5414 |5645 | 184 |  17k|   0 |1849 | 0.000000e+00 | 1.356400e+05 |    Inf 
74.49/74.51	c  72.4s| 30000 | 30001 |148193 |   4.9 |  95M| 159 |   0 |5645 |5414 |5645 | 193 |  22k|   0 |2123 | 0.000000e+00 | 1.356400e+05 |    Inf 
94.19/94.21	c  91.6s| 40000 | 40001 |173263 |   4.3 | 116M| 193 |   0 |5645 |5414 |5645 | 200 |  26k|   0 |2326 | 0.000000e+00 | 1.356400e+05 |    Inf 
114.40/114.50	c   111s| 50000 | 49999 |202073 |   4.0 | 137M| 193 |   0 |5645 |5424 |5645 | 189 |  30k|  10 |2544 | 0.000000e+00 | 1.356400e+05 |    Inf 
134.69/134.77	c   131s| 60000 | 59999 |228504 |   3.8 | 159M| 193 |   0 |5645 |5424 |5645 | 174 |  34k|  10 |2777 | 0.000000e+00 | 1.356400e+05 |    Inf 
154.39/154.47	c   150s| 70000 | 69997 |250249 |   3.6 | 180M| 195 |   0 |5645 |5434 |5645 | 196 |  38k|  20 |2919 | 0.000000e+00 | 1.356400e+05 |    Inf 
174.19/174.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.19/174.26	c   170s| 80000 | 79997 |271846 |   3.4 | 201M| 195 |   3 |5645 |5433 |5645 | 154 |  41k|  20 |3042 | 0.000000e+00 | 1.356400e+05 |    Inf 
194.29/194.37	c   189s| 90000 | 89997 |297191 |   3.3 | 222M| 199 |   0 |5645 |5427 |5645 | 198 |  46k|  20 |3193 | 0.000000e+00 | 1.356400e+05 |    Inf 
214.50/214.58	c   209s|100000 | 99995 |322208 |   3.2 | 243M| 199 |   0 |5645 |5437 |5645 | 189 |  50k|  30 |3409 | 0.000000e+00 | 1.356400e+05 |    Inf 
234.68/234.71	c   228s|110000 |109995 |344416 |   3.1 | 265M| 199 |   0 |5645 |5436 |5645 | 179 |  53k|  30 |3585 | 0.000000e+00 | 1.356400e+05 |    Inf 
254.49/254.51	c   248s|120000 |119995 |365576 |   3.0 | 286M| 199 |   0 |5645 |5436 |5645 | 181 |  56k|  30 |3674 | 0.000000e+00 | 1.356400e+05 |    Inf 
275.38/275.45	c   268s|130000 |129993 |391003 |   3.0 | 307M| 199 |   0 |5645 |5445 |5645 | 594 |  61k|  39 |4137 | 0.000000e+00 | 1.356400e+05 |    Inf 
296.18/296.23	c   288s|140000 |139993 |423424 |   3.0 | 328M| 199 |   0 |5645 |5436 |5645 | 194 |  65k|  39 |4216 | 0.000000e+00 | 1.356400e+05 |    Inf 
318.67/318.71	c   311s|150000 |149993 |455761 |   3.0 | 349M| 199 |   0 |5645 |5432 |5645 | 194 |  70k|  39 |4334 | 0.000000e+00 | 1.356400e+05 |    Inf 
341.38/341.48	c   333s|160000 |159993 |486374 |   3.0 | 370M| 199 |   0 |5645 |5427 |5645 | 193 |  75k|  39 |4445 | 0.000000e+00 | 1.356400e+05 |    Inf 
366.17/366.21	c   358s|170000 |169993 |513966 |   3.0 | 391M| 199 |   0 |5645 |5425 |5645 | 212 |  78k|  39 |4600 | 0.000000e+00 | 1.356400e+05 |    Inf 
390.48/390.52	c   382s|180000 |179993 |535941 |   3.0 | 412M| 199 |   0 |5645 |5424 |5645 | 206 |  82k|  39 |4683 | 0.000000e+00 | 1.356400e+05 |    Inf 
414.87/414.97	c   406s|190000 |189993 |559564 |   2.9 | 434M| 199 |   0 |5645 |5422 |5645 | 179 |  85k|  39 |4788 | 0.000000e+00 | 1.356400e+05 |    Inf 
438.88/438.95	c   430s|200000 |199993 |580476 |   2.9 | 455M| 199 |   0 |5645 |5418 |5645 | 196 |  88k|  39 |4868 | 0.000000e+00 | 1.356400e+05 |    Inf 
462.97/463.03	c   454s|210000 |209993 |598977 |   2.9 | 476M| 199 |   6 |5645 |5418 |5645 | 181 |  91k|  39 |4961 | 0.000000e+00 | 1.356400e+05 |    Inf 
487.27/487.39	c   478s|220000 |219993 |619352 |   2.8 | 497M| 199 |   0 |5645 |5418 |5645 | 194 |  94k|  39 |5101 | 0.000000e+00 | 1.356400e+05 |    Inf 
512.68/512.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.68/512.79	c   503s|230000 |229993 |642910 |   2.8 | 518M| 199 |   0 |5645 |5418 |5645 | 171 |  98k|  39 |5481 | 0.000000e+00 | 1.356400e+05 |    Inf 
537.67/537.73	c   528s|240000 |239993 |668582 |   2.8 | 539M| 199 |   0 |5645 |5418 |5645 | 180 | 102k|  39 |5499 | 0.000000e+00 | 1.356400e+05 |    Inf 
560.76/560.89	c   551s|250000 |249993 |684780 |   2.7 | 560M| 199 |   0 |5645 |5418 |5645 | 229 | 105k|  39 |5533 | 0.000000e+00 | 1.356400e+05 |    Inf 
585.05/585.12	c   575s|260000 |259993 |700474 |   2.7 | 581M| 199 |   0 |5645 |5417 |5645 | 195 | 108k|  39 |5556 | 0.000000e+00 | 1.356400e+05 |    Inf 
609.65/609.72	c   600s|270000 |269993 |715960 |   2.7 | 603M| 199 |   0 |5645 |5416 |5645 | 215 | 111k|  39 |5613 | 0.000000e+00 | 1.356400e+05 |    Inf 
632.45/632.57	c   622s|280000 |279991 |734595 |   2.6 | 624M| 199 |   0 |5645 |5426 |5645 | 186 | 114k|  49 |5669 | 0.000000e+00 | 1.356400e+05 |    Inf 
654.62/654.72	c   644s|290000 |289991 |752197 |   2.6 | 645M| 199 |   0 |5645 |5426 |5645 | 288 | 117k|  49 |5736 | 0.000000e+00 | 1.356400e+05 |    Inf 
677.01/677.18	c   666s|300000 |299991 |776631 |   2.6 | 666M| 199 |   0 |5645 |5426 |5645 | 181 | 121k|  49 |5851 | 0.000000e+00 | 1.356400e+05 |    Inf 
699.28/699.49	c   689s|310000 |309991 |796886 |   2.6 | 687M| 199 |   0 |5645 |5426 |5645 | 202 | 125k|  49 |5903 | 0.000000e+00 | 1.356400e+05 |    Inf 
721.87/722.01	c   711s|320000 |319991 |819405 |   2.6 | 708M| 199 |   0 |5645 |5421 |5645 | 209 | 129k|  49 |5991 | 0.000000e+00 | 1.356400e+05 |    Inf 
743.56/743.78	c   733s|330000 |329991 |838829 |   2.5 | 729M| 199 |   0 |5645 |5421 |5645 | 182 | 132k|  49 |6042 | 0.000000e+00 | 1.356400e+05 |    Inf 
766.13/766.36	c   755s|340000 |339989 |862096 |   2.5 | 750M| 199 |   0 |5645 |5430 |5645 | 197 | 135k|  59 |6114 | 0.000000e+00 | 1.356400e+05 |    Inf 
788.91/789.18	c   778s|350000 |349989 |881222 |   2.5 | 772M| 199 |   0 |5645 |5430 |5645 | 222 | 138k|  59 |6214 | 0.000000e+00 | 1.356400e+05 |    Inf 
813.51/813.76	c   802s|360000 |359989 |900371 |   2.5 | 793M| 199 |   9 |5645 |5430 |5645 | 176 | 141k|  59 |6282 | 0.000000e+00 | 1.356400e+05 |    Inf 
837.31/837.50	c   826s|370000 |369989 |916629 |   2.5 | 814M| 199 |   0 |5645 |5429 |5645 | 190 | 143k|  59 |6369 | 0.000000e+00 | 1.356400e+05 |    Inf 
862.80/863.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.80/863.00	c   851s|380000 |379989 |940964 |   2.5 | 835M| 199 |   0 |5645 |5424 |5645 | 198 | 147k|  59 |6419 | 0.000000e+00 | 1.356400e+05 |    Inf 
886.41/886.65	c   874s|390000 |389989 |956898 |   2.5 | 856M| 199 |   0 |5645 |5422 |5645 | 191 | 150k|  59 |6497 | 0.000000e+00 | 1.356400e+05 |    Inf 
910.09/910.35	c   898s|400000 |399987 |972926 |   2.4 | 877M| 199 |   0 |5645 |5431 |5645 | 184 | 152k|  68 |6515 | 0.000000e+00 | 1.356400e+05 |    Inf 
933.19/933.44	c   921s|410000 |409987 |988749 |   2.4 | 898M| 199 |   0 |5645 |5430 |5645 | 190 | 154k|  68 |6626 | 0.000000e+00 | 1.356400e+05 |    Inf 
940.39/940.60	o 352
940.39/940.60	c * 928s|413324 |266669 |992319 |   2.4 | 631M| 199 |   - |5645 |5430 |5645 | 186 | 154k|  68 |6636 | 0.000000e+00 | 3.520000e+02 |    Inf 
944.19/944.41	o 349
944.19/944.41	c * 932s|414503 |265120 |995909 |   2.4 | 630M| 199 |   - |5645 |5652 |5645 | 196 | 155k| 290 |6644 | 0.000000e+00 | 3.490000e+02 |    Inf 
946.69/946.97	o 346
946.69/946.97	c * 934s|415034 |263015 |  1001k|   2.4 | 628M| 199 |   - |5645 |5828 |5645 | 193 | 156k| 466 |6670 | 0.000000e+00 | 3.460000e+02 |    Inf 
954.08/954.35	o 345
954.08/954.35	c * 942s|416880 |263895 |  1015k|   2.4 | 632M| 199 |   - |5645 |6071 |5645 | 198 | 158k| 715 |6687 | 0.000000e+00 | 3.450000e+02 |    Inf 
954.08/954.37	o 342
954.08/954.37	c * 942s|416881 |261304 |  1015k|   2.4 | 627M| 199 |   - |5645 |6071 |5645 | 198 | 158k| 715 |6687 | 0.000000e+00 | 3.420000e+02 |    Inf 
954.49/954.71	o 341
954.49/954.71	c * 942s|416941 |260531 |  1016k|   2.4 | 626M| 199 |   - |5645 |6089 |5645 | 197 | 158k| 733 |6689 | 0.000000e+00 | 3.410000e+02 |    Inf 
956.69/956.91	o 339
956.69/956.91	c * 944s|417460 |259144 |  1020k|   2.4 | 625M| 199 |   - |5645 |6273 |5645 | 181 | 158k| 924 |6719 | 0.000000e+00 | 3.390000e+02 |    Inf 
958.69/958.95	o 334
958.69/958.95	c * 946s|417924 |255047 |  1024k|   2.5 | 619M| 199 |   - |5645 |6355 |5645 | 182 | 159k|1015 |6734 | 0.000000e+00 | 3.340000e+02 |    Inf 
959.39/959.67	o 332
959.39/959.67	c * 947s|418105 |253356 |  1025k|   2.5 | 616M| 199 |   - |5645 |6432 |5645 | 206 | 159k|1093 |6744 | 0.000000e+00 | 3.320000e+02 |    Inf 
961.58/961.83	o 330
961.58/961.83	c * 949s|418624 |251930 |  1028k|   2.5 | 615M| 199 |   - |5645 |6605 |5645 | 180 | 160k|1280 |6755 | 0.000000e+00 | 3.300000e+02 |    Inf 
962.58/962.88	o 323
962.58/962.88	c * 950s|418865 |245634 |  1030k|   2.5 | 603M| 199 |   - |5645 |6603 |5645 | 183 | 160k|1281 |6765 | 0.000000e+00 | 3.230000e+02 |    Inf 
966.48/966.71	o 316
966.48/966.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.48/966.71	c * 954s|419657 |239746 |  1038k|   2.5 | 594M| 199 |   - |5645 |6771 |5645 | 184 | 161k|1522 |6812 | 0.000000e+00 | 3.160000e+02 |    Inf 
967.99/968.20	c   955s|420000 |240073 |  1041k|   2.5 | 595M| 199 |   0 |5645 |6769 |5645 | 159 | 162k|1548 |6814 | 0.000000e+00 | 3.160000e+02 |    Inf 
968.89/969.19	o 313
968.89/969.19	c * 956s|420228 |237340 |  1044k|   2.5 | 590M| 199 |   - |5645 |6782 |5645 | 168 | 162k|1578 |6828 | 0.000000e+00 | 3.130000e+02 |    Inf 
968.99/969.28	o 309
968.99/969.28	c * 956s|420239 |233457 |  1044k|   2.5 | 582M| 199 |   - |5645 |6775 |5645 | 176 | 162k|1578 |6828 | 0.000000e+00 | 3.090000e+02 |    Inf 
971.29/971.51	o 304
971.29/971.51	c * 959s|420736 |228881 |  1049k|   2.5 | 574M| 199 |   - |5645 |6806 |5645 | 167 | 163k|1678 |6835 | 0.000000e+00 | 3.040000e+02 |    Inf 
971.88/972.11	o 298
971.88/972.11	c * 959s|420863 |222938 |  1051k|   2.5 | 561M| 199 |   - |5645 |6808 |5645 | 175 | 163k|1696 |6838 | 0.000000e+00 | 2.980000e+02 |    Inf 
975.28/975.57	o 295
975.28/975.57	c * 963s|421546 |220613 |  1062k|   2.5 | 557M| 199 |   - |5645 |6803 |5645 | 186 | 165k|1788 |6892 | 0.000000e+00 | 2.950000e+02 |    Inf 
977.29/977.50	o 288
977.29/977.50	c * 965s|421925 |213860 |  1069k|   2.5 | 544M| 199 |   - |5645 |6777 |5645 | 192 | 166k|1809 |6910 | 0.000000e+00 | 2.880000e+02 |    Inf 
979.29/979.57	o 285
979.29/979.57	c * 967s|422370 |211133 |  1075k|   2.5 | 539M| 199 |   - |5645 |6821 |5645 | 192 | 167k|1943 |6922 | 0.000000e+00 | 2.850000e+02 |    Inf 
980.29/980.51	o 276
980.29/980.51	c * 968s|422547 |201566 |  1077k|   2.5 | 519M| 199 |   - |5645 |6819 |5645 | 185 | 167k|1977 |6932 | 0.000000e+00 | 2.760000e+02 |    Inf 
980.89/981.10	o 272
980.89/981.10	c * 968s|422663 |197400 |  1078k|   2.6 | 510M| 199 |   - |5645 |6803 |5645 | 183 | 167k|1979 |6934 | 0.000000e+00 | 2.720000e+02 |    Inf 
981.39/981.63	o 269
981.39/981.63	c * 969s|422763 |194436 |  1080k|   2.6 | 505M| 199 |   - |5645 |6797 |5645 | 183 | 168k|1989 |6938 | 0.000000e+00 | 2.690000e+02 |    Inf 
981.69/981.92	o 268
981.69/981.92	c * 969s|422820 |193331 |  1081k|   2.6 | 502M| 199 |   - |5645 |6796 |5645 | 196 | 168k|1994 |6942 | 0.000000e+00 | 2.680000e+02 |    Inf 
982.48/982.71	o 261
982.48/982.71	c * 970s|422967 |185920 |  1082k|   2.6 | 487M| 199 |   - |5645 |6855 |5645 | 163 | 168k|2103 |6947 | 0.000000e+00 | 2.610000e+02 |    Inf 
982.88/983.11	o 254
982.88/983.11	c * 970s|423043 |177891 |  1083k|   2.6 | 470M| 199 |   - |5645 |6866 |5645 | 203 | 168k|2139 |6949 | 0.000000e+00 | 2.540000e+02 |    Inf 
984.59/984.87	o 251
984.59/984.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.59/984.87	c * 972s|423387 |174730 |  1088k|   2.6 | 465M| 199 |   - |5645 |6842 |5645 | 187 | 169k|2248 |6960 | 0.000000e+00 | 2.510000e+02 |    Inf 
984.69/984.92	o 240
984.69/984.92	c * 972s|423390 |162631 |  1088k|   2.6 | 438M| 199 |   - |5645 |6842 |5645 | 187 | 169k|2248 |6960 | 0.000000e+00 | 2.400000e+02 |    Inf 
984.89/985.14	o 229
984.89/985.14	c * 972s|423420 |150206 |  1088k|   2.6 | 411M| 199 |   - |5645 |6842 |5645 | 190 | 169k|2254 |6961 | 0.000000e+00 | 2.290000e+02 |    Inf 
987.98/988.24	o 228
987.98/988.24	c * 975s|423939 |149268 |  1096k|   2.6 | 413M| 199 |   - |5645 |6915 |5645 | 192 | 170k|2579 |7022 | 0.000000e+00 | 2.280000e+02 |    Inf 
988.79/989.07	o 227
988.79/989.07	c * 976s|424064 |148123 |  1098k|   2.6 | 412M| 199 |   - |5645 |6915 |5645 | 199 | 170k|2654 |7036 | 0.000000e+00 | 2.270000e+02 |    Inf 
989.08/989.35	o 225
989.08/989.35	c * 976s|424103 |146060 |  1099k|   2.6 | 407M| 199 |   - |5645 |6897 |5645 | 206 | 171k|2712 |7052 | 0.000000e+00 | 2.250000e+02 |    Inf 
990.38/990.66	o 216
990.38/990.66	c * 978s|424332 |136835 |  1102k|   2.6 | 387M| 199 |   - |5645 |6951 |5645 | 188 | 171k|2889 |7061 | 0.000000e+00 | 2.160000e+02 |    Inf 
993.79/994.07	o 214
993.79/994.07	c * 981s|425017 |135477 |  1111k|   2.6 | 386M| 199 |   - |5645 |6885 |5645 | 207 | 173k|3074 |7084 | 0.000000e+00 | 2.140000e+02 |    Inf 
997.98/998.28	o 210
997.98/998.28	c * 985s|425799 |131870 |  1122k|   2.6 | 383M| 199 |   - |5645 |6740 |5645 | 194 | 174k|3431 |7097 | 0.000000e+00 | 2.100000e+02 |    Inf 
998.18/998.41	o 193
998.18/998.41	c * 985s|425809 |113263 |  1122k|   2.6 | 337M| 199 |   - |5645 |6708 |5645 | 185 | 174k|3432 |7098 | 0.000000e+00 | 1.930000e+02 |    Inf 
998.79/999.08	o 183
998.79/999.08	c * 986s|425932 |103395 |  1124k|   2.6 | 313M| 199 |   - |5645 |6674 |5645 | 206 | 175k|3490 |7098 | 0.000000e+00 | 1.830000e+02 |    Inf 
999.09/999.37	o 162
999.09/999.37	c * 986s|425958 | 80298 |  1124k|   2.6 | 255M| 199 |   - |5645 |6638 |5645 | 191 | 175k|3510 |7099 | 0.000000e+00 | 1.620000e+02 |    Inf 
1001.68/1001.96	o 161
1001.68/1001.96	c * 989s|426503 | 79292 |  1129k|   2.6 | 255M| 199 |   - |5645 |6527 |5645 | 175 | 176k|3848 |7115 | 0.000000e+00 | 1.610000e+02 |    Inf 
1004.49/1004.79	o 155
1004.49/1004.79	c * 992s|427016 | 72878 |  1135k|   2.7 | 245M| 199 |   - |5645 |6644 |5645 | 180 | 177k|4323 |7168 | 0.000000e+00 | 1.550000e+02 |    Inf 
1004.78/1005.08	o 152
1004.78/1005.08	c * 992s|427063 | 70647 |  1135k|   2.7 | 240M| 199 |   - |5645 |6677 |5645 | 183 | 177k|4375 |7168 | 0.000000e+00 | 1.520000e+02 |    Inf 
1005.79/1006.07	o 138
1005.79/1006.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1005.79/1006.07	c * 993s|427234 | 59528 |  1138k|   2.7 | 212M| 199 |   - |5645 |6661 |5645 | 196 | 178k|4458 |7174 | 0.000000e+00 | 1.380000e+02 |    Inf 
1008.18/1008.49	o 129
1008.18/1008.49	c * 995s|427648 | 51608 |  1144k|   2.7 | 194M| 199 |   - |5645 |6736 |5645 | 199 | 179k|4752 |7183 | 0.000000e+00 | 1.290000e+02 |    Inf 
1008.59/1008.87	o 124
1008.59/1008.87	c * 996s|427714 | 48609 |  1146k|   2.7 | 186M| 199 |   - |5645 |6738 |5645 | 174 | 179k|4793 |7184 | 0.000000e+00 | 1.240000e+02 |    Inf 
1008.89/1009.18	o 119
1008.89/1009.18	c * 996s|427751 | 46467 |  1146k|   2.7 | 180M| 199 |   - |5645 |6729 |5645 | 164 | 179k|4838 |7184 | 0.000000e+00 | 1.190000e+02 |    Inf 
1009.69/1009.94	o 112
1009.69/1009.94	c * 997s|427871 | 42150 |  1148k|   2.7 | 170M| 199 |   - |5645 |6659 |5645 | 182 | 179k|4961 |7184 | 0.000000e+00 | 1.120000e+02 |    Inf 
1009.89/1010.11	o 104
1009.89/1010.11	c * 997s|427890 | 33980 |  1148k|   2.7 | 144M| 199 |   - |5645 |6620 |5645 | 191 | 179k|4977 |7184 | 0.000000e+00 | 1.040000e+02 |    Inf 
1010.09/1010.31	o 99
1010.09/1010.31	c * 997s|427929 | 28450 |  1148k|   2.7 | 130M| 199 |   - |5645 |6606 |5645 | 180 | 179k|4990 |7184 | 0.000000e+00 | 9.900000e+01 |    Inf 
1010.28/1010.51	o 95
1010.28/1010.51	c * 997s|427959 | 27604 |  1149k|   2.7 | 128M| 199 |   - |5645 |6489 |5645 | 205 | 179k|5006 |7184 | 0.000000e+00 | 9.500000e+01 |    Inf 
1010.28/1010.56	o 93
1010.28/1010.56	c * 997s|427961 | 26987 |  1149k|   2.7 | 126M| 199 |   - |5645 |6368 |5645 | 208 | 179k|5006 |7184 | 0.000000e+00 | 9.300000e+01 |    Inf 
1010.59/1010.82	o 89
1010.59/1010.82	c * 998s|427999 | 24524 |  1150k|   2.7 | 119M| 199 |   - |5645 |6267 |5645 | 172 | 179k|5027 |7184 | 0.000000e+00 | 8.900000e+01 |    Inf 
1010.70/1010.91	o 78
1010.70/1010.91	c * 998s|428000 |  6557 |  1150k|   2.7 |  51M| 199 |   - |5645 |6267 |5645 | 177 | 179k|5027 |7184 | 0.000000e+00 | 7.800000e+01 |    Inf 
1019.39/1019.65	c  1006s|430000 |  7059 |  1164k|   2.7 |  59M| 199 |   5 |5645 |6677 |5645 | 200 | 183k|7176 |7202 | 0.000000e+00 | 7.800000e+01 |    Inf 
1031.08/1031.34	o 72
1031.08/1031.34	c *1018s|432678 |  7299 |  1182k|   2.7 |  69M| 199 |   - |5645 |6516 |5645 | 190 | 187k|  10k|7252 | 0.000000e+00 | 7.200000e+01 |    Inf 
1041.58/1041.82	o 69
1041.58/1041.82	c *1028s|435004 |  7613 |  1201k|   2.8 |  79M| 199 |   - |5645 |6287 |5645 | 182 | 190k|  12k|7288 | 0.000000e+00 | 6.900000e+01 |    Inf 
1041.58/1041.83	o 66
1041.58/1041.83	c *1028s|435005 |  7443 |  1201k|   2.8 |  79M| 199 |   - |5645 |6287 |5645 | 182 | 190k|  12k|7288 | 0.000000e+00 | 6.600000e+01 |    Inf 
1041.67/1041.92	o 62
1041.67/1041.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.67/1041.92	c *1028s|435026 |  7200 |  1201k|   2.8 |  78M| 199 |   - |5645 |6048 |5645 | 188 | 190k|  12k|7288 | 0.000000e+00 | 6.200000e+01 |    Inf 
1061.28/1061.59	c  1047s|440000 |  7916 |  1248k|   2.8 |  92M| 199 |   - |5645 |6855 |   0 |   0 | 200k|  18k|7321 | 0.000000e+00 | 6.200000e+01 |    Inf 
1097.97/1098.27	c  1083s|450000 |  9202 |  1315k|   2.9 | 119M| 199 |   - |5645 |7600 |   0 |   0 | 215k|  31k|7439 | 0.000000e+00 | 6.200000e+01 |    Inf 
1129.67/1129.94	o 56
1129.67/1129.94	c *1114s|458838 |  9652 |  1372k|   3.0 | 136M| 199 |   - |5645 |8804 |5645 | 165 | 228k|  42k|7503 | 0.000000e+00 | 5.600000e+01 |    Inf 
1133.38/1133.67	c  1117s|460000 |  9751 |  1379k|   3.0 | 138M| 199 |   - |5645 |8302 |   0 |   0 | 230k|  44k|7503 | 0.000000e+00 | 5.600000e+01 |    Inf 
1141.77/1142.03	o 39
1141.77/1142.03	c *1125s|462459 |  8925 |  1393k|   3.0 | 132M| 199 |   - |5645 |7504 |5645 | 178 | 234k|  47k|7537 | 0.000000e+00 | 3.900000e+01 |    Inf 
1161.97/1162.29	c  1145s|470000 |  9153 |  1426k|   3.0 | 138M| 199 |   - |5645 |6741 |   0 |   0 | 243k|  57k|7579 | 0.000000e+00 | 3.900000e+01 |    Inf 
1162.17/1162.41	o 30
1162.17/1162.41	c *1145s|470050 |  8097 |  1426k|   3.0 | 129M| 199 |   - |5645 |6722 |5645 | 181 | 243k|  57k|7579 | 0.000000e+00 | 3.000000e+01 |    Inf 
1164.08/1164.32	o 25
1164.08/1164.32	c *1147s|470797 |  7712 |  1429k|   3.0 | 121M| 199 |   - |5645 |5793 |5645 | 192 | 243k|  58k|7580 | 0.000000e+00 | 2.500000e+01 |    Inf 
1185.08/1185.33	c  1167s|480000 |  7420 |  1461k|   3.0 | 125M| 199 |   1 |5645 |6654 |5645 | 154 | 250k|  72k|7627 | 0.000000e+00 | 2.500000e+01 |    Inf 
1199.88/1200.12	o 17
1199.88/1200.12	c *1181s|486343 |  6444 |  1481k|   3.0 | 110M| 199 |   - |5645 |6731 |5645 | 191 | 254k|  80k|7685 | 0.000000e+00 | 1.700000e+01 |    Inf 
1207.58/1207.82	c  1188s|490000 |  6345 |  1493k|   3.0 | 110M| 199 |   1 |5645 |5785 |5645 | 147 | 256k|  85k|7732 | 0.000000e+00 | 1.700000e+01 |    Inf 
1225.08/1225.33	o 11
1225.08/1225.33	c *1205s|498767 |  5679 |  1518k|   3.0 | 100M| 199 |   - |5645 |9747 |5645 | 195 | 262k|  96k|7779 | 0.000000e+00 | 1.100000e+01 |    Inf 
1227.67/1227.91	c  1208s|500000 |  5536 |  1522k|   3.0 |  98M| 199 |   - |5645 |5023 |   0 |   0 | 262k|  98k|7790 | 0.000000e+00 | 1.100000e+01 |    Inf 
1245.78/1246.06	c  1225s|510000 |  5302 |  1551k|   3.0 | 100M| 199 |  16 |5645 |9029 |5645 | 159 | 268k| 111k|7834 | 0.000000e+00 | 1.100000e+01 |    Inf 
1263.98/1264.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.98/1264.24	c  1242s|520000 |  5191 |  1576k|   3.0 | 100M| 199 |  19 |5645 |8717 |5645 | 171 | 271k| 125k|7875 | 0.000000e+00 | 1.100000e+01 |    Inf 
1281.18/1281.42	o 10
1281.18/1281.42	c *1259s|529123 |  5176 |  1595k|   3.0 | 100M| 199 |   - |5645 |  11k|5645 | 197 | 274k| 136k|7924 | 0.000000e+00 | 1.000000e+01 |    Inf 
1282.08/1282.30	o 8
1282.08/1282.30	c *1260s|529485 |  5030 |  1597k|   3.0 |  97M| 199 |   - |5645 |  11k|5645 | 206 | 275k| 136k|7925 | 0.000000e+00 | 8.000000e+00 |    Inf 
1283.28/1283.57	c  1261s|530000 |  5009 |  1600k|   3.0 |  97M| 199 |   - |5645 |  10k|5645 | 214 | 275k| 137k|7925 | 0.000000e+00 | 8.000000e+00 |    Inf 
1301.88/1302.11	c  1278s|540000 |  4811 |  1628k|   3.0 |  96M| 199 |   - |5645 |8639 |   0 |   0 | 281k| 150k|7975 | 0.000000e+00 | 8.000000e+00 |    Inf 
1320.67/1320.98	c  1297s|550000 |  4852 |  1659k|   3.0 |  98M| 199 |  10 |5645 |  10k|5645 | 167 | 288k| 163k|8018 | 0.000000e+00 | 8.000000e+00 |    Inf 
1342.98/1343.24	c  1318s|560000 |  5019 |  1700k|   3.0 | 100M| 199 |   - |5645 |  14k|   0 |   0 | 300k| 175k|8071 | 0.000000e+00 | 8.000000e+00 |    Inf 
1360.78/1361.01	o 6
1360.78/1361.01	c *1335s|568169 |  4720 |  1728k|   3.0 |  96M| 199 |   - |5645 |  13k|5645 | 207 | 306k| 185k|8103 | 0.000000e+00 | 6.000000e+00 |    Inf 
1364.48/1364.76	c  1339s|570000 |  4711 |  1733k|   3.0 |  95M| 199 |   - |5645 |  10k|   0 |   0 | 307k| 187k|8119 | 0.000000e+00 | 6.000000e+00 |    Inf 
1385.28/1385.58	c  1359s|580000 |  4695 |  1769k|   3.1 |  96M| 199 |   - |5645 |  11k|   0 |   0 | 315k| 200k|8163 | 0.000000e+00 | 6.000000e+00 |    Inf 
1405.37/1405.60	c  1378s|590000 |  4624 |  1803k|   3.1 |  96M| 199 |   5 |5645 |  10k|5645 | 185 | 322k| 213k|8197 | 0.000000e+00 | 6.000000e+00 |    Inf 
1414.88/1415.11	o 5
1414.88/1415.11	c *1387s|595034 |  4475 |  1818k|   3.1 |  93M| 199 |   - |5645 |  12k|5645 | 154 | 325k| 220k|8209 | 0.000000e+00 | 5.000000e+00 |    Inf 
1423.98/1424.24	c  1396s|600000 |  4415 |  1829k|   3.0 |  92M| 199 |  22 |5645 |9223 |5645 | 164 | 326k| 227k|8261 | 0.000000e+00 | 5.000000e+00 |    Inf 
1433.58/1433.82	o 4
1433.58/1433.82	c *1405s|605457 |  4179 |  1843k|   3.0 |  89M| 199 |   - |5645 |9279 |5645 | 185 | 329k| 235k|8275 | 0.000000e+00 | 4.000000e+00 |    Inf 
1441.78/1442.06	c  1413s|610000 |  4165 |  1856k|   3.0 |  89M| 199 |   - |5645 |8078 |   0 |   0 | 332k| 241k|8275 | 0.000000e+00 | 4.000000e+00 |    Inf 
1461.48/1461.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1461.48/1461.73	c  1432s|620000 |  4158 |  1895k|   3.1 |  89M| 199 |   - |5645 |8237 |   0 |   0 | 340k| 254k|8343 | 0.000000e+00 | 4.000000e+00 |    Inf 
1482.18/1482.44	c  1451s|630000 |  4327 |  1941k|   3.1 |  92M| 199 |   - |5645 |  11k|   0 |   0 | 353k| 267k|8404 | 0.000000e+00 | 4.000000e+00 |    Inf 
1503.08/1503.38	c  1472s|640000 |  4280 |  1984k|   3.1 |  92M| 199 |   4 |5645 |  11k|5645 | 174 | 363k| 280k|8436 | 0.000000e+00 | 4.000000e+00 |    Inf 
1523.29/1523.57	c  1491s|650000 |  4212 |  2020k|   3.1 |  92M| 199 |   - |5645 |  12k|   0 |   0 | 371k| 294k|8479 | 0.000000e+00 | 4.000000e+00 |    Inf 
1531.48/1531.78	o 3
1531.48/1531.78	c *1499s|654477 |  3879 |  2029k|   3.1 |  87M| 199 |   - |5645 |  12k|5645 | 195 | 372k| 300k|8490 | 0.000000e+00 | 3.000000e+00 |    Inf 
1541.18/1541.50	c  1508s|660000 |  3804 |  2042k|   3.1 |  86M| 199 |   - |5645 |  12k|   0 |   0 | 374k| 307k|8545 | 0.000000e+00 | 3.000000e+00 |    Inf 
1561.58/1561.82	c  1528s|670000 |  3813 |  2069k|   3.1 |  88M| 199 |   - |5645 |  16k|   0 |   0 | 379k| 320k|8565 | 0.000000e+00 | 3.000000e+00 |    Inf 
1586.48/1586.74	c  1552s|680000 |  3821 |  2108k|   3.1 |  90M| 199 |   - |5645 |  20k|   0 |   0 | 390k| 334k|8588 | 0.000000e+00 | 3.000000e+00 |    Inf 
1608.28/1608.59	c  1573s|690000 |  3808 |  2136k|   3.1 |  89M| 199 |   - |5645 |  18k|   0 |   0 | 395k| 346k|8637 | 0.000000e+00 | 3.000000e+00 |    Inf 
1629.99/1630.29	c  1594s|700000 |  3807 |  2165k|   3.1 |  91M| 199 |   1 |5645 |  21k|5645 | 160 | 401k| 358k|8673 | 0.000000e+00 | 3.000000e+00 |    Inf 
1651.49/1651.77	c  1614s|710000 |  3826 |  2182k|   3.1 |  93M| 199 |   - |5645 |  26k|   0 |   0 | 403k| 371k|8701 | 0.000000e+00 | 3.000000e+00 |    Inf 
1674.49/1674.70	c  1637s|720000 |  3826 |  2198k|   3.1 |  94M| 199 |  11 |5645 |  28k|5645 | 174 | 407k| 384k|8701 | 0.000000e+00 | 3.000000e+00 |    Inf 
1694.79/1695.05	c  1656s|730000 |  3687 |  2219k|   3.0 |  88M| 199 |   - |5645 |  14k|   0 |   0 | 410k| 397k|8769 | 0.000000e+00 | 3.000000e+00 |    Inf 
1713.49/1713.71	c  1674s|740000 |  3726 |  2241k|   3.0 |  90M| 199 |   1 |5645 |  18k|5645 | 164 | 413k| 411k|8801 | 0.000000e+00 | 3.000000e+00 |    Inf 
1731.89/1732.16	c  1692s|750000 |  3725 |  2260k|   3.0 |  90M| 199 |   1 |5645 |  19k|5645 | 181 | 415k| 426k|8822 | 0.000000e+00 | 3.000000e+00 |    Inf 
1751.99/1752.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1751.99/1752.25	c  1711s|760000 |  3590 |  2281k|   3.0 |  87M| 199 |   1 |5645 |  14k|5645 | 147 | 418k| 441k|8864 | 0.000000e+00 | 3.000000e+00 |    Inf 
1771.18/1771.47	c  1730s|770000 |  3429 |  2303k|   3.0 |  85M| 199 |   - |5645 |  12k|   0 |   0 | 422k| 455k|8891 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.70/1790.95	c  1749s|780000 |  3408 |  2326k|   3.0 |  87M| 199 |   - |5645 |  16k|   0 |   0 | 426k| 468k|8917 | 0.000000e+00 | 3.000000e+00 |    Inf 
1800.09/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.30	c 
1800.09/1800.30	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.30	c Solving Time (sec) : 1757.64
1800.09/1800.30	c Solving Nodes      : 783750
1800.09/1800.30	c Primal Bound       : +3.00000000000000e+00 (259 solutions)
1800.09/1800.30	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.30	c Gap                : infinite
1800.09/1800.37	s SATISFIABLE
1800.09/1800.37	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.09/1800.37	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.09/1800.37	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.09/1800.37	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.09/1800.37	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1800.09/1800.37	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.09/1800.37	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.09/1800.37	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.09/1800.37	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.09/1800.37	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.09/1800.37	v -x1 
1800.09/1800.37	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.37	c Solving Time       :    1757.64
1800.09/1800.37	c Original Problem   :
1800.09/1800.37	c   Problem name     : HOME/instance-2692341-1277926993.wbo
1800.09/1800.37	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.09/1800.37	c   Constraints      : 5415 initial, 5415 maximal
1800.09/1800.37	c Presolved Problem  :
1800.09/1800.37	c   Problem name     : t_HOME/instance-2692341-1277926993.wbo
1800.09/1800.37	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.09/1800.37	c   Constraints      : 5414 initial, 29760 maximal
1800.09/1800.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.37	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.37	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.09/1800.37	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.37	c   root node        :          -       2656          -          -       5312          -          -          -          -
1800.09/1800.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.37	c   integral         :          0          0          0     692291          0          1        106          0          0     427222
1800.09/1800.37	c   indicator        :       2707          0    2887781     478146          0        485    7720350          0          0          0
1800.09/1800.37	c   linear           :       2707          6    2920601     474096          0     133852   10166328     429836          0          0
1800.09/1800.37	c   logicor          :          0+         0     672357          0          0      35109     678374          0          0          0
1800.09/1800.37	c   bounddisjunction :          0+         0       8537          0          0          0         46          0          0          0
1800.09/1800.37	c   countsols        :          0          0          0     406805          0          0          0          0          0          0
1800.09/1800.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.37	c   integral         :      16.79       0.00       0.00      16.79       0.00
1800.09/1800.37	c   indicator        :     154.64       0.00      37.93     116.71       0.00
1800.09/1800.37	c   linear           :     151.78       0.00     103.32      48.46       0.00
1800.09/1800.37	c   logicor          :      80.97       0.00      80.97       0.00       0.00
1800.09/1800.37	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.37	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.09/1800.37	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.37	c   vbounds          :       0.13          2          0          0
1800.09/1800.37	c   rootredcost      :       0.15         67          0       2656
1800.09/1800.37	c   pseudoobj        :     154.87    2940569      14601    5171748
1800.09/1800.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.37	c   propagation      :      12.53     183562     183452    1207765       29.5       8981       17.6          -
1800.09/1800.37	c   infeasible LP    :       1.42       4793       4793      39814       39.8         71       15.9          0
1800.09/1800.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.37	c   pseudo solution  :       0.04        273        273        981       12.1        101        6.7          -
1800.09/1800.37	c   applied globally :          -          -          -     472643       22.1          -          -          -
1800.09/1800.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.37	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.09/1800.37	c   redcost          :      73.53     697455          0    2085992          0          0
1800.09/1800.37	c   impliedbounds    :       0.00          4          0          0          0          0
1800.09/1800.37	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.37	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.37	c   gomory           :       0.00          4          0          0         86          0
1800.09/1800.37	c   strongcg         :       0.00          4          0          0          0          0
1800.09/1800.37	c   cmir             :       0.02          4          0          0          0          0
1800.09/1800.37	c   flowcover        :       0.01          4          0          0          0          0
1800.09/1800.37	c   clique           :       0.00          1          0          0          0          0
1800.09/1800.37	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.37	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.37	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.37	c Pricers            :       Time      Calls       Vars
1800.09/1800.37	c   problem variables:       0.00          0          0
1800.09/1800.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.37	c   relpscost        :      16.55     213697          1        106          0          0     427222
1800.09/1800.37	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.37	c   inference        :     125.09     406738          0          0          0          0     813476
1800.09/1800.37	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.37	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.37	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.37	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.37	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.37	c   LP solutions     :       1.08          -         67
1800.09/1800.37	c   pseudo solutions :       0.00          -          0
1800.09/1800.37	c   feaspump         :       0.00          0          0
1800.09/1800.37	c   oneopt           :       0.53         64          0
1800.09/1800.37	c   intshifting      :       0.10         13          0
1800.09/1800.37	c   crossover        :       2.18         82          0
1800.09/1800.37	c   guideddiving     :       1.24        500          0
1800.09/1800.37	c   pscostdiving     :       8.57       4818          0
1800.09/1800.37	c   fracdiving       :       8.06       4818          0
1800.09/1800.37	c   veclendiving     :       7.72       4818          0
1800.09/1800.37	c   linesearchdiving :       7.53       4819          0
1800.09/1800.37	c   coefdiving       :       7.80       4819          0
1800.09/1800.37	c   objpscostdiving  :       8.40       4814          0
1800.09/1800.37	c   rootsoldiving    :       8.81       4814          0
1800.09/1800.37	c   trivial          :       0.08          2          2
1800.09/1800.37	c   simplerounding   :       0.30     215145          0
1800.09/1800.37	c   zirounding       :       0.30       1000          0
1800.09/1800.37	c   rounding         :       2.52       6589          0
1800.09/1800.37	c   shifting         :       1.87       2043          0
1800.09/1800.37	c   twoopt           :       0.00          0          0
1800.09/1800.37	c   fixandinfer      :       0.00          0          0
1800.09/1800.37	c   intdiving        :       0.00          0          0
1800.09/1800.37	c   actconsdiving    :       0.00          0          0
1800.09/1800.37	c   octane           :       0.00          0          0
1800.09/1800.37	c   rens             :       0.02          1          0
1800.09/1800.37	c   rins             :       0.00          0          0
1800.09/1800.37	c   localbranching   :       0.00          0          0
1800.09/1800.37	c   mutation         :       0.00          0          0
1800.09/1800.37	c   dins             :       0.00          0          0
1800.09/1800.37	c   undercover       :       0.00          0          0
1800.09/1800.37	c   nlp              :       0.12          0          0
1800.09/1800.37	c   trysol           :       2.36      10592        190
1800.09/1800.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.37	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.37	c   dual LP          :     496.33     315525    2340399       7.42    4715.41
1800.09/1800.37	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.37	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.37	c   diving/probing LP:       0.40        374       2720       7.27    6800.00
1800.09/1800.37	c   strong branching :      15.05       8946      96282      10.76    6397.48
1800.09/1800.37	c     (at root node) :          -         32       1061      33.16          -
1800.09/1800.37	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.37	c B&B Tree           :
1800.09/1800.37	c   number of runs   :          1
1800.09/1800.37	c   nodes            :     783750
1800.09/1800.37	c   nodes (total)    :     783750
1800.09/1800.37	c   nodes left       :       3406
1800.09/1800.37	c   max depth        :        199
1800.09/1800.37	c   max depth (total):        199
1800.09/1800.37	c   backtracks       :      34717 (4.4%)
1800.09/1800.37	c   delayed cutoffs  :      28175
1800.09/1800.37	c   repropagations   :    1196762 (3584522 domain reductions, 25680 cutoffs)
1800.09/1800.37	c   avg switch length:       4.98
1800.09/1800.37	c   switching time   :     141.51
1800.09/1800.37	c Solution           :
1800.09/1800.37	c   Solutions found  :        259 (68 improvements)
1800.09/1800.37	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.09/1800.37	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 654477 nodes, 1498.81 seconds, depth 36, found by <relaxation>)
1800.09/1800.37	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.37	c   Gap              :   infinite
1800.09/1800.37	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.37	c   Root Iterations  :        106
1800.28/1800.51	c Time complete: 1800.29.

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 16334
/proc/meminfo: memFree=30492880/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=9276 CPUtime=0
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 1640 0 0 0 0 0 0 0 21 0 1 0 133995569 9498624 1559 4089446400 4194304 8223781 140734535268656 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16334/statm: 2319 1559 369 984 0 1332 0

[startup+0.103779 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 16334
/proc/meminfo: memFree=30492880/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=35144 CPUtime=0.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 8089 0 0 0 9 0 0 0 21 0 1 0 133995569 35987456 7644 4089446400 4194304 8223781 140734535268656 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16334/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.200764 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 16334
/proc/meminfo: memFree=30492880/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=37836 CPUtime=0.19
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 9297 0 0 0 17 2 0 0 21 0 1 0 133995569 38744064 8336 4089446400 4194304 8223781 140734535268656 18446744073709551615 4819308 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16334/statm: 9459 8336 475 984 0 8472 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37836

[startup+0.300734 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 16334
/proc/meminfo: memFree=30492880/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=53784 CPUtime=0.29
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 13320 0 0 0 26 3 0 0 21 0 1 0 133995569 55074816 12262 4089446400 4194304 8223781 140734535268656 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 13510 12297 564 984 0 12523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53784

[startup+0.700664 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 16334
/proc/meminfo: memFree=30492880/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=43084 CPUtime=0.69
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 15656 0 0 0 64 5 0 0 22 0 1 0 133995569 44118016 9710 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50052 s]
/proc/loadavg: 1.99 2.02 2.02 3/195 16335
/proc/meminfo: memFree=30455600/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=43292 CPUtime=1.49
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 15760 0 0 0 141 8 0 0 25 0 1 0 133995569 44331008 9814 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 10823 9814 578 984 0 9836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43292

[startup+3.10025 s]
/proc/loadavg: 1.99 2.02 2.02 3/195 16335
/proc/meminfo: memFree=30453620/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=50224 CPUtime=3.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 21738 0 0 0 296 12 0 0 25 0 1 0 133995569 51429376 11390 4089446400 4194304 8223781 140734535268656 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 12556 11390 579 984 0 11569 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50224

[startup+6.3007 s]
/proc/loadavg: 1.99 2.02 2.02 3/195 16335
/proc/meminfo: memFree=30445976/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=54060 CPUtime=6.28
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 27651 0 0 0 610 18 0 0 25 0 1 0 133995569 55357440 12390 4089446400 4194304 8223781 140734535268656 18446744073709551615 6482877 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 13515 12390 579 984 0 12528 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54060

[startup+12.7006 s]
/proc/loadavg: 1.99 2.02 2.02 3/195 16337
/proc/meminfo: memFree=30421640/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=59292 CPUtime=12.69
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 39117 0 0 0 1233 36 0 0 25 0 1 0 133995569 60715008 13697 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 14823 13697 579 984 0 13836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59292

[startup+25.5004 s]
/proc/loadavg: 2.07 2.04 2.02 3/195 16337
/proc/meminfo: memFree=30417776/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=73112 CPUtime=25.49
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 47779 0 0 0 2477 72 0 0 25 0 1 0 133995569 74866688 17186 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 18278 17186 579 984 0 17291 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73112

[startup+51.1009 s]
/proc/loadavg: 2.11 2.05 2.03 3/195 16337
/proc/meminfo: memFree=30375004/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=98392 CPUtime=51.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 59515 0 0 0 4963 146 0 0 25 0 1 0 133995569 100753408 23541 4089446400 4194304 8223781 140734535268656 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 24598 23541 579 984 0 23611 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98392

[startup+102.301 s]
/proc/loadavg: 2.15 2.07 2.03 3/195 16339
/proc/meminfo: memFree=30285580/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=152964 CPUtime=102.3
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 78504 0 0 0 9949 281 0 0 25 0 1 0 133995569 156635136 37278 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 38241 37278 583 984 0 37254 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152964

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.03 3/195 16341
/proc/meminfo: memFree=30175308/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=220556 CPUtime=162.29
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 100272 0 0 0 15797 432 0 0 25 0 1 0 133995569 225849344 53782 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 55139 53782 583 984 0 54152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 220556

[startup+222.306 s]
/proc/loadavg: 2.02 2.04 2.02 3/195 16341
/proc/meminfo: memFree=30067268/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=284408 CPUtime=222.29
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 121620 0 0 0 21641 588 0 0 25 0 1 0 133995569 291233792 69842 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 71102 69842 583 984 0 70115 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 284408

[startup+282.301 s]
/proc/loadavg: 1.85 2.00 2.00 3/195 16412
/proc/meminfo: memFree=31068592/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=343756 CPUtime=282.29
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 137742 0 0 0 27486 743 0 0 25 0 1 0 133995569 352006144 84781 4089446400 4194304 8223781 140734535268656 18446744073709551615 6003622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16334/statm: 85939 84781 584 984 0 84952 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 343756

[startup+342.301 s]
/proc/loadavg: 1.94 2.00 2.00 4/195 16414
/proc/meminfo: memFree=31005700/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=402972 CPUtime=342.28
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 152654 0 0 0 33412 816 0 0 25 0 1 0 133995569 412643328 99693 4089446400 4194304 8223781 140734535268656 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16334/statm: 100743 99693 584 984 0 99756 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 402972

[startup+402.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/195 16416
/proc/meminfo: memFree=30952320/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=454832 CPUtime=402.27
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 165695 0 0 0 39366 861 0 0 25 0 1 0 133995569 465747968 112734 4089446400 4194304 8223781 140734535268656 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16334/statm: 113708 112734 584 984 0 112721 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 454832

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/195 16418
/proc/meminfo: memFree=30899576/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=510104 CPUtime=462.26
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 183738 0 0 0 45323 903 0 0 25 0 1 0 133995569 522346496 125645 4089446400 4194304 8223781 140734535268656 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16334/statm: 127526 125645 584 984 0 126539 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 510104

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/195 16418
/proc/meminfo: memFree=30849800/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=560312 CPUtime=522.27
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 198191 0 0 0 51283 944 0 0 25 0 1 0 133995569 573759488 138253 4089446400 4194304 8223781 140734535268656 18446744073709551615 5813901 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16334/statm: 140078 138253 584 984 0 139091 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 560312

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/195 16420
/proc/meminfo: memFree=30796544/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=611416 CPUtime=582.26
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 211070 0 0 0 57240 986 0 0 25 0 1 0 133995569 626089984 151132 4089446400 4194304 8223781 140734535268656 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16334/statm: 152854 151132 584 984 0 151867 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 611416

[startup+642.301 s]
/proc/loadavg: 2.40 2.09 2.03 3/195 16422
/proc/meminfo: memFree=30744792/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=662028 CPUtime=642.23
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 223855 0 0 0 63194 1029 0 0 25 0 1 0 133995569 677916672 163896 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16334/statm: 165507 163896 584 984 0 164520 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 662028

[startup+702.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 16428
/proc/meminfo: memFree=30524844/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=878048 CPUtime=882.11
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 278927 0 0 0 87014 1197 0 0 25 0 1 0 133995569 899121152 218291 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16334/statm: 219512 218291 584 984 0 218525 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 878048

[startup+942.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/195 16430
/proc/meminfo: memFree=30464268/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=937996 CPUtime=942.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 304050 0 0 0 92971 1238 0 0 25 0 1 0 133995569 960507904 233275 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16334/statm: 234499 233275 584 984 0 233512 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 937996

[startup+1002.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/195 16432
/proc/meminfo: memFree=30407300/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=997800 CPUtime=1002.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 412195 0 0 0 98920 1289 0 0 25 0 1 0 133995569 1021747200 247487 4089446400 4194304 8223781 140734535268656 18446744073709551615 7074032 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16334/statm: 249450 247487 584 984 0 248463 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 997800

[startup+1062.3 s]
/proc/loadavg: 2.04 2.04 2.01 4/177 16462
/proc/meminfo: memFree=30374116/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1045156 CPUtime=1062.07
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 481041 0 0 0 104799 1408 0 0 25 0 1 0 133995569 1070239744 257845 4089446400 4194304 8223781 140734535268656 18446744073709551615 6446764 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 261289 257845 592 984 0 260302 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 1045156

[startup+1122.3 s]
/proc/loadavg: 2.08 2.05 2.01 4/177 16471
/proc/meminfo: memFree=30171156/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1119592 CPUtime=1122.07
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 500932 0 0 0 110615 1592 0 0 25 0 1 0 133995569 1146462208 274062 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 279898 274062 592 984 0 278911 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 1119592

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/177 16473
/proc/meminfo: memFree=30083688/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1115644 CPUtime=1182.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 580416 0 0 0 116386 1822 0 0 25 0 1 0 133995569 1142419456 272424 4089446400 4194304 8223781 140734535268656 18446744073709551615 6440136 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 278911 272424 593 984 0 277924 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1115644

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/177 16475
/proc/meminfo: memFree=30007032/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1090868 CPUtime=1242.07
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 628490 0 0 0 122133 2074 0 0 25 0 1 0 133995569 1117048832 266143 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 272717 266143 601 984 0 271730 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1090868

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 16477
/proc/meminfo: memFree=29898548/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1080472 CPUtime=1302.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 677711 0 0 0 127869 2339 0 0 25 0 1 0 133995569 1106403328 263525 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 270118 263525 601 984 0 269131 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1080472

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 16479
/proc/meminfo: memFree=29795476/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1091904 CPUtime=1362.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 697163 0 0 0 133639 2569 0 0 25 0 1 0 133995569 1118109696 266241 4089446400 4194304 8223781 140734535268656 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 272976 266248 601 984 0 271989 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1091904

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 16479
/proc/meminfo: memFree=29689784/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1077476 CPUtime=1422.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 743360 0 0 0 139397 2812 0 0 25 0 1 0 133995569 1103335424 262753 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 269369 262753 601 984 0 268382 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 1077476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 16481
/proc/meminfo: memFree=29623840/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1069724 CPUtime=1482.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 783768 0 0 0 145131 3077 0 0 25 0 1 0 133995569 1095397376 260815 4089446400 4194304 8223781 140734535268656 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 267431 260815 601 984 0 266444 0
Current children cumulated CPU time (s) 1482.08
Current children cumulated vsize (KiB) 1069724

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 16483
/proc/meminfo: memFree=29576044/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1057364 CPUtime=1542.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 810766 0 0 0 150888 3321 0 0 25 0 1 0 133995569 1082740736 257740 4089446400 4194304 8223781 140734535268656 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 264341 257740 601 984 0 263354 0
Current children cumulated CPU time (s) 1542.09
Current children cumulated vsize (KiB) 1057364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 16485
/proc/meminfo: memFree=29536280/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1059128 CPUtime=1602.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 824943 0 0 0 156680 3528 0 0 25 0 1 0 133995569 1084547072 258192 4089446400 4194304 8223781 140734535268656 18446744073709551615 4208920 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 264782 258192 601 984 0 263795 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 1059128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 16487
/proc/meminfo: memFree=29510576/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1061628 CPUtime=1662.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 832493 0 0 0 162465 3743 0 0 25 0 1 0 133995569 1087107072 258716 4089446400 4194304 8223781 140734535268656 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 265407 258716 601 984 0 264420 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 1061628

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 4/177 16487
/proc/meminfo: memFree=29437864/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1062916 CPUtime=1722.08
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 832770 0 0 0 168267 3941 0 0 25 0 1 0 133995569 1088425984 258993 4089446400 4194304 8223781 140734535268656 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 265729 258993 601 984 0 264742 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 1062916

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/177 16489
/proc/meminfo: memFree=29367828/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1050824 CPUtime=1782.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 834697 0 0 0 174031 4178 0 0 25 0 1 0 133995569 1076043776 255991 4089446400 4194304 8223781 140734535268656 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 262706 255991 601 984 0 261719 0
Current children cumulated CPU time (s) 1782.09
Current children cumulated vsize (KiB) 1050824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16489
/proc/meminfo: memFree=29340164/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=1050824 CPUtime=1800.09
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 834709 0 0 0 175767 4242 0 0 25 0 1 0 133995569 1076043776 255991 4089446400 4194304 8223781 140734535268656 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16334/statm: 262706 255991 601 984 0 261719 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1050824

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

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16489
/proc/meminfo: memFree=29340164/32951132 swapFree=67111528/67111528
[pid=16334] ppid=16332 vsize=234276 CPUtime=1800.28
/proc/16334/stat : 16334 (pbscip.linux.x8) R 16332 16334 16278 0 -1 4202496 834721 0 0 0 175783 4245 0 0 18 0 1 0 133995569 239898624 56681 4089446400 4194304 8223781 140734535268656 18446744073709551615 4333616 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16334/statm: 58569 56681 603 984 0 57582 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 234276

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.31
CPU user time (s): 1757.84
CPU system time (s): 42.4675
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 1145756

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

runsolver used 2.37664 second user time and 5.83311 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 21:43:13
IDJOB=2692341
IDBENCH=79275
IDSOLVER=1204
FILE ID=node128/2692341-1277926993
PBS_JOBID= 11197385
Free space on /tmp= 74212 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.1900571132--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-2692341-1277926993/watcher-2692341-1277926993 -o /tmp/evaluation-result-2692341-1277926993/solver-2692341-1277926993 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692341-1277926993.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a22634c1977478f126d9df874c90c256
RANDOM SEED=651482293

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30493532 kB
Buffers:        211144 kB
Cached:        1014892 kB
SwapCached:          0 kB
Active:        1507572 kB
Inactive:       806740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30493532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4736 kB
Writeback:           0 kB
AnonPages:     1088980 kB
Mapped:          20716 kB
Slab:            78980 kB
PageTables:       6736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1657692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node128 at 2010-06-30 22:13:15