Trace number 2693154

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 581.678 581.661

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-3.ucl--soft-0-100-0.wbo
MD5SUMd36b5cd023115813d6df483e2bae50a2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.001999
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables274
Total number of constraints259
Number of soft constraints259
Number of constraints which are clauses159
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 12525
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 12524
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693154-1277931765.wbo>
0.00/0.00	c original problem has 792 variables (533 bin, 0 int, 0 impl, 259 cont) and 519 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 12524
0.00/0.01	c feasible solution found by trivial heuristic, objective value  1.252400e+04
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 259 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 259 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 259 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 259 chg bounds, 50 chg sides, 100 chg coeffs, 1 upgd conss, 259 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/533 (18.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 259 tightened bounds, 0 added holes, 50 changed sides, 100 changed coefficients
0.00/0.02	c  260 implications, 0 cliques
0.00/0.02	c presolved problem has 792 variables (533 bin, 0 int, 0 impl, 259 cont) and 518 constraints
0.00/0.02	c     259 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <varbound>
0.00/0.02	c     258 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |2462k|   0 |   0 | 792 | 518 | 792 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    50 |     - |2518k|   0 |  45 | 792 | 518 | 792 |  50 |  50 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.00/0.02	o 12517
0.00/0.02	c y 0.0s|     1 |     0 |    50 |     - |2533k|   0 |  45 | 792 | 518 | 792 |  50 |  50 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    91 |     - |2612k|   0 |  56 | 792 | 518 | 792 | 103 | 103 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   175 |     - |2685k|   0 |  77 | 792 | 518 | 792 | 139 | 139 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   239 |     - |2805k|   0 |  70 | 792 | 518 | 792 | 177 | 177 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.07/0.07	c   0.1s|     1 |     0 |   296 |     - |2875k|   0 |  83 | 792 | 518 | 792 | 207 | 207 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.07/0.10	c   0.1s|     1 |     0 |   367 |     - |2948k|   0 |  97 | 792 | 518 | 792 | 241 | 241 |   0 |   0 | 0.000000e+00 | 1.251700e+04 |    Inf 
0.18/0.22	c   0.2s|     1 |     2 |   499 |     - |2970k|   0 |  97 | 792 | 518 | 792 | 241 | 241 |   0 |  33 | 0.000000e+00 | 1.251700e+04 |    Inf 
5.39/5.43	c   5.1s| 10000 |  9997 |  7281 |   0.7 |  11M| 173 |   0 | 792 | 520 | 792 | 180 |1010 |   2 |1291 | 0.000000e+00 | 1.251700e+04 |    Inf 
9.29/9.33	c   8.9s| 20000 | 19997 | 12929 |   0.6 |  18M| 175 |   0 | 792 | 520 | 792 | 178 |2097 |   2 |1422 | 0.000000e+00 | 1.251700e+04 |    Inf 
12.99/13.09	c  12.5s| 30000 | 29997 | 18361 |   0.6 |  25M| 175 |   0 | 792 | 520 | 792 | 182 |2830 |   2 |1466 | 0.000000e+00 | 1.251700e+04 |    Inf 
16.88/16.90	c  16.2s| 40000 | 39997 | 24035 |   0.6 |  31M| 175 |   0 | 792 | 520 | 792 | 183 |3631 |   2 |1492 | 0.000000e+00 | 1.251700e+04 |    Inf 
20.59/20.64	c  19.8s| 50000 | 49997 | 29039 |   0.6 |  38M| 175 |   0 | 792 | 520 | 792 | 179 |4215 |   2 |1512 | 0.000000e+00 | 1.251700e+04 |    Inf 
24.29/24.35	c  23.3s| 60000 | 59997 | 33765 |   0.6 |  45M| 175 |   0 | 792 | 520 | 792 | 183 |4703 |   2 |1530 | 0.000000e+00 | 1.251700e+04 |    Inf 
27.99/28.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.99/28.02	c  26.9s| 70000 | 69995 | 38604 |   0.5 |  52M| 175 |   1 | 792 | 521 | 792 | 183 |5134 |   3 |1536 | 0.000000e+00 | 1.251700e+04 |    Inf 
31.59/31.65	c  30.4s| 80000 | 79993 | 42236 |   0.5 |  60M| 175 |   5 | 792 | 522 | 792 | 184 |5454 |   4 |1536 | 0.000000e+00 | 1.251700e+04 |    Inf 
35.20/35.28	c  33.9s| 90000 | 89993 | 45797 |   0.5 |  67M| 175 |   0 | 792 | 523 | 792 | 186 |5868 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
38.89/38.91	c  37.3s|100000 | 99993 | 49185 |   0.5 |  74M| 175 |   0 | 792 | 523 | 792 | 184 |6257 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
42.49/42.53	c  40.8s|110000 |109993 | 52806 |   0.5 |  81M| 175 |   0 | 792 | 523 | 792 | 185 |6660 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
46.10/46.18	c  44.3s|120000 |119993 | 56538 |   0.5 |  88M| 175 |   0 | 792 | 523 | 792 | 184 |7037 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
49.79/49.87	c  47.9s|130000 |129993 | 60696 |   0.5 |  95M| 175 |   0 | 792 | 523 | 792 | 178 |7662 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
53.49/53.55	c  51.4s|140000 |139993 | 64999 |   0.5 | 102M| 175 |   0 | 792 | 523 | 792 | 184 |8202 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
57.09/57.19	c  54.9s|150000 |149993 | 68622 |   0.5 | 109M| 175 |   0 | 792 | 523 | 792 | 187 |8629 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
60.69/60.78	c  58.3s|160000 |159993 | 71830 |   0.4 | 117M| 175 |   0 | 792 | 523 | 792 | 185 |8962 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
64.29/64.35	c  61.7s|170000 |169993 | 75031 |   0.4 | 124M| 175 |   0 | 792 | 523 | 792 | 186 |9277 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
67.89/67.96	c  65.2s|180000 |179993 | 78648 |   0.4 | 131M| 175 |   0 | 792 | 523 | 792 | 187 |9649 |   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
71.59/71.63	c  68.7s|190000 |189993 | 82943 |   0.4 | 138M| 175 |   0 | 792 | 523 | 792 | 185 |  10k|   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
75.19/75.27	c  72.2s|200000 |199993 | 86565 |   0.4 | 145M| 175 |   0 | 792 | 523 | 792 | 184 |  10k|   5 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
78.89/78.95	c  75.7s|210000 |209991 | 90494 |   0.4 | 152M| 175 |   0 | 792 | 524 | 792 | 187 |  11k|   6 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
82.50/82.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.50/82.57	c  79.2s|220000 |219991 | 94014 |   0.4 | 159M| 175 |   0 | 792 | 524 | 792 | 186 |  11k|   6 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
86.19/86.22	c  82.7s|230000 |229989 | 97790 |   0.4 | 166M| 175 |   0 | 792 | 525 | 792 | 183 |  12k|   7 |1537 | 0.000000e+00 | 1.251700e+04 |    Inf 
89.79/89.86	c  86.2s|240000 |239989 |101407 |   0.4 | 173M| 175 |   0 | 792 | 523 | 792 | 185 |  12k|   7 |1541 | 0.000000e+00 | 1.251700e+04 |    Inf 
93.50/93.54	c  89.8s|250000 |249989 |105772 |   0.4 | 180M| 175 |   0 | 792 | 522 | 792 | 185 |  12k|   7 |1541 | 0.000000e+00 | 1.251700e+04 |    Inf 
97.10/97.16	c  93.2s|260000 |259989 |108998 |   0.4 | 187M| 175 |   0 | 792 | 522 | 792 | 185 |  13k|   7 |1541 | 0.000000e+00 | 1.251700e+04 |    Inf 
100.69/100.76	c  96.7s|270000 |269989 |112899 |   0.4 | 194M| 175 |   0 | 792 | 522 | 792 | 185 |  13k|   7 |1558 | 0.000000e+00 | 1.251700e+04 |    Inf 
104.29/104.34	c   100s|280000 |279989 |115839 |   0.4 | 201M| 175 |   0 | 792 | 522 | 792 | 187 |  14k|   7 |1559 | 0.000000e+00 | 1.251700e+04 |    Inf 
107.90/107.95	c   104s|290000 |289989 |118699 |   0.4 | 209M| 175 |   0 | 792 | 522 | 792 | 186 |  14k|   7 |1559 | 0.000000e+00 | 1.251700e+04 |    Inf 
111.49/111.55	c   107s|300000 |299989 |121462 |   0.4 | 216M| 175 |   0 | 792 | 522 | 792 | 180 |  15k|   7 |1573 | 0.000000e+00 | 1.251700e+04 |    Inf 
115.09/115.19	c   111s|310000 |309989 |124943 |   0.4 | 223M| 175 |   0 | 792 | 522 | 792 | 185 |  15k|   7 |1582 | 0.000000e+00 | 1.251700e+04 |    Inf 
118.79/118.85	c   114s|320000 |319989 |128926 |   0.4 | 230M| 175 |   0 | 792 | 522 | 792 | 178 |  16k|   7 |1597 | 0.000000e+00 | 1.251700e+04 |    Inf 
122.40/122.44	c   118s|330000 |329989 |131552 |   0.4 | 237M| 175 |   0 | 792 | 522 | 792 | 184 |  16k|   7 |1605 | 0.000000e+00 | 1.251700e+04 |    Inf 
125.99/126.01	c   121s|340000 |339989 |134169 |   0.4 | 244M| 175 |   0 | 792 | 522 | 792 | 182 |  16k|   7 |1614 | 0.000000e+00 | 1.251700e+04 |    Inf 
129.80/129.81	c   125s|350000 |349989 |137804 |   0.4 | 251M| 175 |   0 | 792 | 522 | 792 | 183 |  17k|   7 |1628 | 0.000000e+00 | 1.251700e+04 |    Inf 
133.39/133.47	c   128s|360000 |359989 |140760 |   0.4 | 258M| 175 |   0 | 792 | 522 | 792 | 179 |  17k|   7 |1639 | 0.000000e+00 | 1.251700e+04 |    Inf 
137.00/137.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.00/137.07	c   132s|370000 |369989 |144206 |   0.4 | 265M| 175 |   0 | 792 | 521 | 792 | 184 |  18k|   7 |1646 | 0.000000e+00 | 1.251700e+04 |    Inf 
140.59/140.61	c   135s|380000 |379989 |147201 |   0.4 | 272M| 175 |   0 | 792 | 521 | 792 | 184 |  18k|   7 |1659 | 0.000000e+00 | 1.251700e+04 |    Inf 
144.10/144.18	c   138s|390000 |389989 |150186 |   0.4 | 279M| 175 |   0 | 792 | 521 | 792 | 186 |  19k|   7 |1660 | 0.000000e+00 | 1.251700e+04 |    Inf 
147.70/147.78	c   142s|400000 |399989 |154037 |   0.4 | 286M| 175 |   0 | 792 | 521 | 792 | 183 |  19k|   7 |1680 | 0.000000e+00 | 1.251700e+04 |    Inf 
151.29/151.32	c   145s|410000 |409989 |156316 |   0.4 | 293M| 175 |   0 | 792 | 521 | 792 | 187 |  20k|   7 |1691 | 0.000000e+00 | 1.251700e+04 |    Inf 
154.80/154.88	c   149s|420000 |419989 |159244 |   0.4 | 300M| 175 |   0 | 792 | 521 | 792 | 185 |  20k|   7 |1694 | 0.000000e+00 | 1.251700e+04 |    Inf 
158.40/158.44	c   152s|430000 |429989 |162307 |   0.4 | 308M| 175 |   0 | 792 | 521 | 792 | 189 |  20k|   7 |1694 | 0.000000e+00 | 1.251700e+04 |    Inf 
161.99/162.08	c   156s|440000 |439989 |165855 |   0.4 | 315M| 177 |   0 | 792 | 521 | 792 | 184 |  21k|   7 |1712 | 0.000000e+00 | 1.251700e+04 |    Inf 
165.60/165.67	c   159s|450000 |449987 |169119 |   0.4 | 322M| 177 |   1 | 792 | 522 | 792 | 187 |  21k|   8 |1715 | 0.000000e+00 | 1.251700e+04 |    Inf 
169.10/169.18	c   163s|460000 |459987 |171472 |   0.4 | 329M| 177 |   0 | 792 | 522 | 792 | 183 |  22k|   8 |1723 | 0.000000e+00 | 1.251700e+04 |    Inf 
172.60/172.68	c   166s|470000 |469987 |173878 |   0.4 | 336M| 177 |   0 | 792 | 522 | 792 | 186 |  22k|   8 |1729 | 0.000000e+00 | 1.251700e+04 |    Inf 
176.40/176.48	c   170s|480000 |479987 |177953 |   0.4 | 343M| 177 |   0 | 792 | 522 | 792 | 186 |  22k|   8 |2073 | 0.000000e+00 | 1.251700e+04 |    Inf 
180.10/180.13	c   173s|490000 |489987 |182560 |   0.4 | 350M| 177 |   0 | 792 | 522 | 792 | 183 |  22k|   8 |2124 | 0.000000e+00 | 1.251700e+04 |    Inf 
183.70/183.74	c   177s|500000 |499987 |186852 |   0.4 | 357M| 177 |   0 | 792 | 522 | 792 | 185 |  23k|   8 |2136 | 0.000000e+00 | 1.251700e+04 |    Inf 
187.29/187.31	c   180s|510000 |509987 |190336 |   0.4 | 364M| 177 |   0 | 792 | 522 | 792 | 185 |  23k|   8 |2153 | 0.000000e+00 | 1.251700e+04 |    Inf 
190.80/190.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.80/190.89	c   183s|520000 |519987 |194059 |   0.4 | 371M| 179 |   0 | 792 | 522 | 792 | 184 |  24k|   8 |2158 | 0.000000e+00 | 1.251700e+04 |    Inf 
194.40/194.47	c   187s|530000 |529987 |197892 |   0.4 | 378M| 179 |   0 | 792 | 522 | 792 | 182 |  24k|   8 |2159 | 0.000000e+00 | 1.251700e+04 |    Inf 
198.00/198.08	c   190s|540000 |539987 |201753 |   0.4 | 385M| 179 |   0 | 792 | 522 | 792 | 178 |  24k|   8 |2168 | 0.000000e+00 | 1.251700e+04 |    Inf 
201.60/201.66	c   194s|550000 |549987 |205046 |   0.4 | 392M| 179 |   0 | 792 | 522 | 792 | 184 |  25k|   8 |2169 | 0.000000e+00 | 1.251700e+04 |    Inf 
205.09/205.19	c   197s|560000 |559987 |207971 |   0.4 | 399M| 179 |   0 | 792 | 522 | 792 | 183 |  25k|   8 |2179 | 0.000000e+00 | 1.251700e+04 |    Inf 
208.79/208.87	c   201s|570000 |569987 |211379 |   0.4 | 406M| 179 |   0 | 792 | 522 | 792 | 181 |  26k|   8 |2188 | 0.000000e+00 | 1.251700e+04 |    Inf 
212.60/212.60	c   204s|580000 |579987 |214871 |   0.4 | 413M| 179 |   0 | 792 | 522 | 792 | 183 |  26k|   8 |2197 | 0.000000e+00 | 1.251700e+04 |    Inf 
216.30/216.34	c   208s|590000 |589987 |218668 |   0.4 | 420M| 179 |   0 | 792 | 522 | 792 | 181 |  27k|   8 |2212 | 0.000000e+00 | 1.251700e+04 |    Inf 
219.90/219.92	c   211s|600000 |599987 |222095 |   0.4 | 427M| 179 |   0 | 792 | 522 | 792 | 182 |  27k|   8 |2213 | 0.000000e+00 | 1.251700e+04 |    Inf 
223.40/223.47	c   215s|610000 |609987 |225184 |   0.4 | 434M| 179 |   0 | 792 | 522 | 792 | 183 |  28k|   8 |2213 | 0.000000e+00 | 1.251700e+04 |    Inf 
226.99/227.01	c   218s|620000 |619987 |228583 |   0.4 | 441M| 179 |   0 | 792 | 521 | 792 | 183 |  29k|   8 |2223 | 0.000000e+00 | 1.251700e+04 |    Inf 
230.60/230.61	c   222s|630000 |629987 |232203 |   0.4 | 448M| 179 |   0 | 792 | 521 | 792 | 180 |  29k|   8 |2238 | 0.000000e+00 | 1.251700e+04 |    Inf 
234.09/234.19	c   225s|640000 |639987 |235815 |   0.4 | 455M| 179 |   0 | 792 | 521 | 792 | 181 |  29k|   8 |2244 | 0.000000e+00 | 1.251700e+04 |    Inf 
237.70/237.76	c   228s|650000 |649987 |238981 |   0.4 | 462M| 179 |   0 | 792 | 521 | 792 | 178 |  30k|   8 |2258 | 0.000000e+00 | 1.251700e+04 |    Inf 
241.29/241.36	c   232s|660000 |659987 |242827 |   0.4 | 469M| 179 |   0 | 792 | 521 | 792 | 184 |  30k|   8 |2277 | 0.000000e+00 | 1.251700e+04 |    Inf 
245.00/245.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.00/245.06	c   235s|670000 |669987 |246607 |   0.4 | 476M| 179 |   0 | 792 | 521 | 792 | 179 |  31k|   8 |2280 | 0.000000e+00 | 1.251700e+04 |    Inf 
248.60/248.61	c   239s|680000 |679987 |250177 |   0.4 | 483M| 179 |   0 | 792 | 521 | 792 | 186 |  31k|   8 |2293 | 0.000000e+00 | 1.251700e+04 |    Inf 
252.09/252.18	c   242s|690000 |689987 |253807 |   0.4 | 491M| 179 |   0 | 792 | 521 | 792 | 182 |  32k|   8 |2296 | 0.000000e+00 | 1.251700e+04 |    Inf 
255.70/255.76	c   246s|700000 |699987 |256998 |   0.4 | 498M| 179 |   0 | 792 | 521 | 792 | 182 |  33k|   8 |2296 | 0.000000e+00 | 1.251700e+04 |    Inf 
259.29/259.34	c   249s|710000 |709987 |259994 |   0.4 | 505M| 179 |   0 | 792 | 521 | 792 | 179 |  33k|   8 |2316 | 0.000000e+00 | 1.251700e+04 |    Inf 
263.00/263.01	c   253s|720000 |719987 |263685 |   0.4 | 512M| 179 |   0 | 792 | 521 | 792 | 183 |  34k|   8 |2338 | 0.000000e+00 | 1.251700e+04 |    Inf 
266.70/266.75	c   256s|730000 |729987 |267668 |   0.4 | 519M| 179 |   0 | 792 | 521 | 792 | 181 |  34k|   8 |2339 | 0.000000e+00 | 1.251700e+04 |    Inf 
270.40/270.42	c   260s|740000 |739987 |271119 |   0.4 | 526M| 179 |   0 | 792 | 521 | 792 | 179 |  35k|   8 |2355 | 0.000000e+00 | 1.251700e+04 |    Inf 
273.99/274.06	c   263s|750000 |749987 |274261 |   0.4 | 533M| 179 |   0 | 792 | 521 | 792 | 180 |  35k|   8 |2364 | 0.000000e+00 | 1.251700e+04 |    Inf 
277.69/277.72	c   267s|760000 |759987 |277958 |   0.4 | 540M| 179 |   0 | 792 | 521 | 792 | 179 |  36k|   8 |2369 | 0.000000e+00 | 1.251700e+04 |    Inf 
281.30/281.31	c   270s|770000 |769987 |281014 |   0.4 | 547M| 179 |   0 | 792 | 521 | 792 | 184 |  36k|   8 |2383 | 0.000000e+00 | 1.251700e+04 |    Inf 
284.90/284.93	c   274s|780000 |779987 |284049 |   0.4 | 554M| 179 |   0 | 792 | 521 | 792 | 179 |  37k|   8 |2389 | 0.000000e+00 | 1.251700e+04 |    Inf 
288.49/288.58	c   277s|790000 |789987 |287445 |   0.4 | 561M| 179 |   0 | 792 | 521 | 792 | 180 |  37k|   8 |2421 | 0.000000e+00 | 1.251700e+04 |    Inf 
292.10/292.14	c   281s|800000 |799987 |291177 |   0.4 | 568M| 179 |   0 | 792 | 521 | 792 | 181 |  37k|   8 |2423 | 0.000000e+00 | 1.251700e+04 |    Inf 
295.70/295.72	c   284s|810000 |809987 |294837 |   0.4 | 575M| 179 |   0 | 792 | 521 | 792 | 182 |  38k|   8 |2434 | 0.000000e+00 | 1.251700e+04 |    Inf 
299.30/299.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.30/299.32	c   288s|820000 |819987 |298548 |   0.4 | 582M| 179 |   0 | 792 | 521 | 792 | 182 |  39k|   8 |2438 | 0.000000e+00 | 1.251700e+04 |    Inf 
302.79/302.86	c   291s|830000 |829987 |301699 |   0.4 | 589M| 179 |   0 | 792 | 521 | 792 | 180 |  39k|   8 |2444 | 0.000000e+00 | 1.251700e+04 |    Inf 
306.30/306.38	c   294s|840000 |839987 |304893 |   0.4 | 596M| 179 |   0 | 792 | 521 | 792 | 181 |  39k|   8 |2451 | 0.000000e+00 | 1.251700e+04 |    Inf 
309.90/309.95	c   298s|850000 |849987 |308428 |   0.4 | 603M| 179 |   0 | 792 | 521 | 792 | 182 |  40k|   8 |2454 | 0.000000e+00 | 1.251700e+04 |    Inf 
313.40/313.49	c   301s|860000 |859987 |311742 |   0.4 | 610M| 179 |   0 | 792 | 521 | 792 | 182 |  41k|   8 |2457 | 0.000000e+00 | 1.251700e+04 |    Inf 
317.00/317.06	c   305s|870000 |869987 |314985 |   0.4 | 617M| 179 |   0 | 792 | 521 | 792 | 180 |  41k|   8 |2472 | 0.000000e+00 | 1.251700e+04 |    Inf 
320.60/320.61	c   308s|880000 |879987 |318485 |   0.4 | 624M| 179 |   2 | 792 | 521 | 792 | 181 |  42k|   8 |2472 | 0.000000e+00 | 1.251700e+04 |    Inf 
324.10/324.15	c   312s|890000 |889987 |322010 |   0.4 | 631M| 179 |   0 | 792 | 521 | 792 | 182 |  42k|   8 |2472 | 0.000000e+00 | 1.251700e+04 |    Inf 
327.71/327.74	c   315s|900000 |899987 |325866 |   0.4 | 638M| 179 |   0 | 792 | 521 | 792 | 182 |  43k|   8 |2485 | 0.000000e+00 | 1.251700e+04 |    Inf 
331.30/331.32	c   318s|910000 |909987 |329330 |   0.4 | 645M| 179 |   0 | 792 | 521 | 792 | 181 |  43k|   8 |2489 | 0.000000e+00 | 1.251700e+04 |    Inf 
335.00/335.01	c   322s|920000 |919987 |333274 |   0.4 | 652M| 179 |   0 | 792 | 521 | 792 | 183 |  44k|   8 |2499 | 0.000000e+00 | 1.251700e+04 |    Inf 
338.60/338.65	c   325s|930000 |929987 |337099 |   0.4 | 659M| 179 |   0 | 792 | 521 | 792 | 185 |  45k|   8 |2512 | 0.000000e+00 | 1.251700e+04 |    Inf 
342.10/342.18	c   329s|940000 |939987 |340065 |   0.4 | 666M| 179 |   0 | 792 | 521 | 792 | 183 |  45k|   8 |2517 | 0.000000e+00 | 1.251700e+04 |    Inf 
345.70/345.77	c   332s|950000 |949987 |343137 |   0.4 | 674M| 179 |   0 | 792 | 521 | 792 | 180 |  46k|   8 |2525 | 0.000000e+00 | 1.251700e+04 |    Inf 
349.30/349.38	c   336s|960000 |959987 |346140 |   0.4 | 680M| 179 |   0 | 792 | 521 | 792 | 179 |  46k|   8 |2541 | 0.000000e+00 | 1.251700e+04 |    Inf 
352.90/352.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.90/352.96	c   339s|970000 |969987 |349099 |   0.4 | 687M| 179 |   0 | 792 | 521 | 792 | 180 |  47k|   8 |2542 | 0.000000e+00 | 1.251700e+04 |    Inf 
356.50/356.56	c   343s|980000 |979987 |351957 |   0.4 | 694M| 179 |   0 | 792 | 521 | 792 | 179 |  47k|   8 |2545 | 0.000000e+00 | 1.251700e+04 |    Inf 
360.10/360.11	c   346s|990000 |989987 |354702 |   0.4 | 701M| 179 |   0 | 792 | 521 | 792 | 181 |  47k|   8 |2550 | 0.000000e+00 | 1.251700e+04 |    Inf 
363.60/363.68	c   350s|  1000k|999987 |357393 |   0.4 | 708M| 179 |   0 | 792 | 521 | 792 | 180 |  48k|   8 |2561 | 0.000000e+00 | 1.251700e+04 |    Inf 
367.20/367.26	c   353s|  1010k|  1009k|360158 |   0.4 | 715M| 179 |   0 | 792 | 521 | 792 | 179 |  48k|   8 |2563 | 0.000000e+00 | 1.251700e+04 |    Inf 
370.80/370.88	c   356s|  1020k|  1019k|363370 |   0.4 | 722M| 179 |   0 | 792 | 521 | 792 | 185 |  48k|   8 |2567 | 0.000000e+00 | 1.251700e+04 |    Inf 
374.41/374.45	c   360s|  1030k|  1029k|366665 |   0.4 | 729M| 179 |   0 | 792 | 521 | 792 | 182 |  49k|   8 |2577 | 0.000000e+00 | 1.251700e+04 |    Inf 
378.00/378.01	c   363s|  1040k|  1039k|370057 |   0.4 | 736M| 179 |   0 | 792 | 521 | 792 | 184 |  49k|   8 |2578 | 0.000000e+00 | 1.251700e+04 |    Inf 
381.50/381.57	c   367s|  1050k|  1049k|372890 |   0.4 | 743M| 179 |   0 | 792 | 521 | 792 | 183 |  50k|   8 |2578 | 0.000000e+00 | 1.251700e+04 |    Inf 
385.10/385.17	c   370s|  1060k|  1059k|375689 |   0.4 | 750M| 179 |   0 | 792 | 521 | 792 | 183 |  50k|   8 |2584 | 0.000000e+00 | 1.251700e+04 |    Inf 
388.70/388.77	c   374s|  1070k|  1069k|378592 |   0.4 | 757M| 179 |   0 | 792 | 521 | 792 | 180 |  51k|   8 |2588 | 0.000000e+00 | 1.251700e+04 |    Inf 
392.40/392.41	c   377s|  1080k|  1079k|381546 |   0.4 | 764M| 179 |   0 | 792 | 521 | 792 | 178 |  51k|   8 |2594 | 0.000000e+00 | 1.251700e+04 |    Inf 
396.00/396.05	c   381s|  1090k|  1089k|384482 |   0.4 | 771M| 179 |   0 | 792 | 521 | 792 | 180 |  52k|   8 |2599 | 0.000000e+00 | 1.251700e+04 |    Inf 
399.70/399.75	c   384s|  1100k|  1099k|387682 |   0.4 | 778M| 179 |   0 | 792 | 521 | 792 | 179 |  52k|   8 |2611 | 0.000000e+00 | 1.251700e+04 |    Inf 
403.40/403.42	c   388s|  1110k|  1109k|390831 |   0.4 | 785M| 179 |   0 | 792 | 521 | 792 | 179 |  52k|   8 |2611 | 0.000000e+00 | 1.251700e+04 |    Inf 
407.10/407.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.10/407.11	c   391s|  1120k|  1119k|393987 |   0.4 | 792M| 179 |   0 | 792 | 521 | 792 | 180 |  53k|   8 |2611 | 0.000000e+00 | 1.251700e+04 |    Inf 
410.70/410.78	c   395s|  1130k|  1129k|396990 |   0.4 | 799M| 179 |   0 | 792 | 521 | 792 | 179 |  53k|   8 |2623 | 0.000000e+00 | 1.251700e+04 |    Inf 
414.41/414.41	c   398s|  1140k|  1139k|400687 |   0.4 | 806M| 179 |   0 | 792 | 521 | 792 | 178 |  54k|   8 |2635 | 0.000000e+00 | 1.251700e+04 |    Inf 
418.01/418.05	c   402s|  1150k|  1149k|404037 |   0.4 | 813M| 179 |   0 | 792 | 521 | 792 | 180 |  54k|   8 |2643 | 0.000000e+00 | 1.251700e+04 |    Inf 
421.70/421.78	c   405s|  1160k|  1159k|407462 |   0.4 | 820M| 179 |   0 | 792 | 521 | 792 | 180 |  55k|   8 |2651 | 0.000000e+00 | 1.251700e+04 |    Inf 
425.40/425.49	c   409s|  1170k|  1169k|410694 |   0.4 | 827M| 179 |   0 | 792 | 521 | 792 | 182 |  56k|   8 |2656 | 0.000000e+00 | 1.251700e+04 |    Inf 
429.01/429.08	c   412s|  1180k|  1179k|413753 |   0.4 | 834M| 179 |   0 | 792 | 521 | 792 | 181 |  56k|   8 |2656 | 0.000000e+00 | 1.251700e+04 |    Inf 
432.61/432.68	c   416s|  1190k|  1189k|416843 |   0.3 | 841M| 179 |   3 | 792 | 521 | 792 | 177 |  57k|   8 |2656 | 0.000000e+00 | 1.251700e+04 |    Inf 
436.30/436.31	c   419s|  1200k|  1199k|420008 |   0.3 | 848M| 179 |   0 | 792 | 521 | 792 | 186 |  57k|   8 |2678 | 0.000000e+00 | 1.251700e+04 |    Inf 
439.91/439.94	c   423s|  1210k|  1209k|422988 |   0.3 | 855M| 179 |   0 | 792 | 521 | 792 | 179 |  58k|   8 |2680 | 0.000000e+00 | 1.251700e+04 |    Inf 
443.50/443.54	c   426s|  1220k|  1219k|426060 |   0.3 | 862M| 179 |   0 | 792 | 521 | 792 | 184 |  58k|   8 |2680 | 0.000000e+00 | 1.251700e+04 |    Inf 
447.10/447.13	c   430s|  1230k|  1229k|429069 |   0.3 | 869M| 179 |   0 | 792 | 521 | 792 | 183 |  59k|   8 |2691 | 0.000000e+00 | 1.251700e+04 |    Inf 
450.70/450.72	c   433s|  1240k|  1239k|432208 |   0.3 | 876M| 179 |   0 | 792 | 521 | 792 | 180 |  59k|   8 |2693 | 0.000000e+00 | 1.251700e+04 |    Inf 
454.31/454.32	c   437s|  1250k|  1249k|435437 |   0.3 | 883M| 179 |   0 | 792 | 521 | 792 | 179 |  59k|   8 |2693 | 0.000000e+00 | 1.251700e+04 |    Inf 
457.81/457.89	c   440s|  1260k|  1259k|438166 |   0.3 | 890M| 179 |   0 | 792 | 521 | 792 | 180 |  60k|   8 |2693 | 0.000000e+00 | 1.251700e+04 |    Inf 
461.51/461.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.51/461.50	c   444s|  1270k|  1269k|441473 |   0.3 | 897M| 179 |   0 | 792 | 521 | 792 | 184 |  60k|   8 |2703 | 0.000000e+00 | 1.251700e+04 |    Inf 
465.00/465.09	c   447s|  1280k|  1279k|444503 |   0.3 | 904M| 179 |   0 | 792 | 521 | 792 | 180 |  61k|   8 |2705 | 0.000000e+00 | 1.251700e+04 |    Inf 
468.61/468.69	c   451s|  1290k|  1289k|447666 |   0.3 | 911M| 179 |   0 | 792 | 521 | 792 | 179 |  61k|   8 |2705 | 0.000000e+00 | 1.251700e+04 |    Inf 
472.20/472.28	c   454s|  1300k|  1299k|450790 |   0.3 | 918M| 179 |   0 | 792 | 521 | 792 | 181 |  62k|   8 |2715 | 0.000000e+00 | 1.251700e+04 |    Inf 
475.91/475.93	c   458s|  1310k|  1309k|453878 |   0.3 | 925M| 179 |   0 | 792 | 521 | 792 | 181 |  62k|   8 |2720 | 0.000000e+00 | 1.251700e+04 |    Inf 
479.61/479.65	c   461s|  1320k|  1319k|458006 |   0.3 | 932M| 179 |   0 | 792 | 521 | 792 | 181 |  63k|   8 |2725 | 0.000000e+00 | 1.251700e+04 |    Inf 
483.21/483.25	c   465s|  1330k|  1329k|461378 |   0.3 | 939M| 179 |   0 | 792 | 521 | 792 | 178 |  64k|   8 |2743 | 0.000000e+00 | 1.251700e+04 |    Inf 
486.80/486.87	c   468s|  1340k|  1339k|464241 |   0.3 | 946M| 179 |   0 | 792 | 521 | 792 | 184 |  64k|   8 |2753 | 0.000000e+00 | 1.251700e+04 |    Inf 
490.51/490.57	c   472s|  1350k|  1349k|467082 |   0.3 | 953M| 179 |   0 | 792 | 521 | 792 | 180 |  65k|   8 |2753 | 0.000000e+00 | 1.251700e+04 |    Inf 
494.21/494.22	c   475s|  1360k|  1359k|470296 |   0.3 | 960M| 179 |   0 | 792 | 521 | 792 | 181 |  65k|   8 |2753 | 0.000000e+00 | 1.251700e+04 |    Inf 
497.81/497.87	c   479s|  1370k|  1369k|473490 |   0.3 | 967M| 179 |   0 | 792 | 521 | 792 | 181 |  66k|   8 |2759 | 0.000000e+00 | 1.251700e+04 |    Inf 
501.51/501.52	c   482s|  1380k|  1379k|476442 |   0.3 | 974M| 179 |   0 | 792 | 521 | 792 | 180 |  66k|   8 |2759 | 0.000000e+00 | 1.251700e+04 |    Inf 
505.11/505.16	c   486s|  1390k|  1389k|479276 |   0.3 | 981M| 179 |   0 | 792 | 521 | 792 | 185 |  67k|   8 |2760 | 0.000000e+00 | 1.251700e+04 |    Inf 
508.81/508.83	c   489s|  1400k|  1399k|482708 |   0.3 | 988M| 179 |   0 | 792 | 521 | 792 | 180 |  67k|   8 |2766 | 0.000000e+00 | 1.251700e+04 |    Inf 
512.41/512.45	c   493s|  1410k|  1409k|485996 |   0.3 | 995M| 179 |   0 | 792 | 521 | 792 | 182 |  67k|   8 |2783 | 0.000000e+00 | 1.251700e+04 |    Inf 
516.10/516.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.10/516.12	c   496s|  1420k|  1419k|488982 |   0.3 |1002M| 179 |   0 | 792 | 521 | 792 | 178 |  68k|   8 |2786 | 0.000000e+00 | 1.251700e+04 |    Inf 
519.81/519.81	c   500s|  1430k|  1429k|493228 |   0.3 |1009M| 179 |   0 | 792 | 521 | 792 | 183 |  69k|   8 |2787 | 0.000000e+00 | 1.251700e+04 |    Inf 
523.51/523.51	c   503s|  1440k|  1439k|497515 |   0.3 |1016M| 179 |   0 | 792 | 521 | 792 | 181 |  69k|   8 |2814 | 0.000000e+00 | 1.251700e+04 |    Inf 
527.10/527.13	c   507s|  1450k|  1449k|501165 |   0.3 |1023M| 179 |   0 | 792 | 521 | 792 | 182 |  70k|   8 |2816 | 0.000000e+00 | 1.251700e+04 |    Inf 
530.70/530.74	c   510s|  1460k|  1459k|504126 |   0.3 |1030M| 179 |   0 | 792 | 521 | 792 | 179 |  70k|   8 |2820 | 0.000000e+00 | 1.251700e+04 |    Inf 
534.40/534.44	c   514s|  1470k|  1469k|507517 |   0.3 |1037M| 179 |   0 | 792 | 521 | 792 | 187 |  71k|   8 |2838 | 0.000000e+00 | 1.251700e+04 |    Inf 
538.11/538.10	c   517s|  1480k|  1479k|510551 |   0.3 |1044M| 179 |   0 | 792 | 521 | 792 | 183 |  72k|   8 |2838 | 0.000000e+00 | 1.251700e+04 |    Inf 
542.01/542.05	c   521s|  1490k|  1489k|515051 |   0.3 |1051M| 213 |   0 | 792 | 522 | 792 | 181 |  72k|   9 |3365 | 0.000000e+00 | 1.251700e+04 |    Inf 
545.71/545.73	c   525s|  1500k|  1499k|519318 |   0.3 |1058M| 229 |   0 | 792 | 524 | 792 | 181 |  72k|  11 |3615 | 0.000000e+00 | 1.251700e+04 |    Inf 
549.50/549.58	c   528s|  1510k|  1509k|525756 |   0.3 |1064M| 229 |   0 | 792 | 526 | 792 | 181 |  73k|  13 |4116 | 0.000000e+00 | 1.251700e+04 |    Inf 
553.21/553.23	c   532s|  1520k|  1519k|531519 |   0.3 |1071M| 229 |   0 | 792 | 526 | 792 | 181 |  73k|  13 |4174 | 0.000000e+00 | 1.251700e+04 |    Inf 
556.91/556.91	c   535s|  1530k|  1529k|537531 |   0.4 |1078M| 229 |   0 | 792 | 524 | 792 | 179 |  73k|  13 |4195 | 0.000000e+00 | 1.251700e+04 |    Inf 
560.51/560.57	c   539s|  1540k|  1539k|543457 |   0.4 |1085M| 229 |   0 | 792 | 526 | 792 | 185 |  74k|  15 |4212 | 0.000000e+00 | 1.251700e+04 |    Inf 
564.10/564.17	c   542s|  1550k|  1549k|548167 |   0.4 |1092M| 229 |   3 | 792 | 525 | 792 | 191 |  74k|  15 |4219 | 0.000000e+00 | 1.251700e+04 |    Inf 
567.81/567.80	c   546s|  1560k|  1559k|553257 |   0.4 |1099M| 229 |   0 | 792 | 526 | 792 | 185 |  74k|  16 |4235 | 0.000000e+00 | 1.251700e+04 |    Inf 
571.40/571.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.40/571.43	c   549s|  1570k|  1569k|558580 |   0.4 |1106M| 229 |   0 | 792 | 526 | 792 | 181 |  75k|  16 |4237 | 0.000000e+00 | 1.251700e+04 |    Inf 
575.00/575.06	c   553s|  1580k|  1579k|564482 |   0.4 |1112M| 229 |   0 | 792 | 526 | 792 | 182 |  75k|  16 |4249 | 0.000000e+00 | 1.251700e+04 |    Inf 
578.61/578.65	o 192
578.61/578.65	c * 556s|  1585k|570152 |567813 |   0.4 | 461M| 229 |   - | 792 | 527 | 792 | 181 |  75k|  17 |4345 | 0.000000e+00 | 1.920000e+02 |    Inf 
578.90/578.90	o 173
578.90/578.90	c v 557s|  1585k|474607 |567951 |   0.4 | 397M| 229 |   - | 792 | 527 | 792 | 181 |  75k|  17 |4379 | 0.000000e+00 | 1.730000e+02 |    Inf 
579.11/579.18	o 168
579.11/579.18	c f 557s|  1585k|443356 |568776 |   0.4 | 378M| 229 |   - | 792 | 572 | 792 | 180 |  75k|  62 |4517 | 0.000000e+00 | 1.680000e+02 |    Inf 
579.51/579.54	o 160
579.51/579.54	c f 557s|  1586k|397424 |569772 |   0.4 | 346M| 229 |   - | 792 | 577 | 792 | 180 |  75k|  67 |4747 | 0.000000e+00 | 1.600000e+02 |    Inf 
580.01/580.07	o 141
580.01/580.07	c c 558s|  1586k|315982 |570934 |   0.4 | 291M| 229 |   - | 792 | 590 | 792 | 180 |  75k|  82 |4806 | 0.000000e+00 | 1.410000e+02 |    Inf 
580.11/580.16	o 136
580.11/580.16	c p 558s|  1586k|292427 |571095 |   0.4 | 275M| 229 |   - | 792 | 589 | 792 | 180 |  75k|  82 |4816 | 0.000000e+00 | 1.360000e+02 |    Inf 
580.41/580.44	o 120
580.41/580.44	c g 558s|  1586k|216447 |571367 |   0.4 | 224M| 229 |   - | 792 | 592 | 792 | 180 |  75k|  85 |4820 | 0.000000e+00 | 1.200000e+02 |    Inf 
580.61/580.64	o 114
580.61/580.64	c p 558s|  1587k|187922 |571946 |   0.4 | 194M| 229 |   - | 792 | 592 | 792 | 180 |  75k|  85 |4843 | 0.000000e+00 | 1.140000e+02 |    Inf 
580.81/580.86	o 97
580.81/580.86	c l 559s|  1587k|137424 |572504 |   0.4 | 152M| 229 |   - | 792 | 593 | 792 | 180 |  75k|  88 |4871 | 0.000000e+00 | 9.700000e+01 |    Inf 
580.90/580.98	o 88
580.90/580.98	c c 559s|  1587k|115404 |572647 |   0.4 | 127M| 229 |   - | 792 | 584 | 792 | 180 |  75k|  92 |4873 | 0.000000e+00 | 8.800000e+01 |    Inf 
581.21/581.29	o 62
581.21/581.29	c g 559s|  1587k| 38371 |572845 |   0.4 |  35M| 229 |   - | 792 | 562 | 792 | 180 |  75k|  92 |4878 | 0.000000e+00 | 6.200000e+01 |    Inf 
581.31/581.33	o 52
581.31/581.33	c * 559s|  1587k| 32507 |572978 |   0.4 |  31M| 229 |   - | 792 | 501 | 792 | 180 |  75k|  92 |4889 | 0.000000e+00 | 5.200000e+01 |    Inf 
581.31/581.35	o 49
581.31/581.35	c * 559s|  1587k| 31891 |573087 |   0.4 |  31M| 229 |   - | 792 | 480 | 792 | 178 |  75k|  93 |4896 | 0.000000e+00 | 4.900000e+01 |    Inf 
581.31/581.37	o 44
581.31/581.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.31/581.37	c * 559s|  1587k| 30603 |573208 |   0.4 |  30M| 229 |   - | 792 | 465 | 792 | 178 |  75k|  93 |4904 | 0.000000e+00 | 4.400000e+01 |    Inf 
581.40/581.45	o 40
581.40/581.45	c * 559s|  1587k| 30108 |573509 |   0.4 |  30M| 229 |   - | 792 | 457 | 792 | 177 |  75k|  99 |4947 | 0.000000e+00 | 4.000000e+01 |    Inf 
581.40/581.48	o 12
581.40/581.48	c * 559s|  1587k| 24766 |573518 |   0.4 |  24M| 229 |   - | 792 | 440 | 792 | 177 |  75k|  99 |4947 | 0.000000e+00 | 1.200000e+01 |    Inf 
581.40/581.49	o 7
581.40/581.49	c * 559s|  1587k| 24029 |573524 |   0.4 |  22M| 229 |   - | 792 | 364 | 792 | 177 |  75k| 101 |4947 | 0.000000e+00 | 7.000000e+00 |    Inf 
581.51/581.51	o 4
581.51/581.51	c * 559s|  1587k| 23946 |573643 |   0.4 |  22M| 229 |   - | 792 | 227 | 792 | 182 |  75k| 104 |4969 | 0.000000e+00 | 4.000000e+00 |    Inf 
581.61/581.64	c 
581.61/581.64	c SCIP Status        : problem is solved [optimal solution found]
581.61/581.64	c Solving Time (sec) : 559.27
581.61/581.64	c Solving Nodes      : 1587535
581.61/581.64	c Primal Bound       : +4.00000000000000e+00 (126 solutions)
581.61/581.64	c Dual Bound         : +4.00000000000000e+00
581.61/581.64	c Gap                : 0.00 %
581.61/581.64	s OPTIMUM FOUND
581.61/581.64	v x274 x273 -x272 x271 x270 x269 -x268 -x267 -x266 -x265 -x264 x263 x262 -x261 x260 x259 x258 x257 -x256 -x255 x254 x253 x252 x251 
581.61/581.64	v -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 x242 x241 x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 x232 x231 x230 x229 
581.61/581.64	v x228 x227 -x226 -x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 -x210 -x209 -x208 -x207 -x206 -x205 
581.61/581.64	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
581.61/581.64	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 x169 x168 x167 x166 x165 -x164 -x163 
581.61/581.64	v x162 x161 x160 x159 -x158 -x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 -x140 x139 x138 
581.61/581.64	v x137 x136 x135 -x134 x133 x132 x131 x130 x129 -x128 x127 x126 x125 x124 x123 -x122 x121 x120 x119 x118 x117 -x116 x115 x114 
581.61/581.64	v x113 x112 x111 -x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 -x89 -x88 -x87 
581.61/581.64	v -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 x76 -x75 -x74 x73 -x72 -x71 -x70 x69 -x68 x67 -x66 -x65 x64 -x63 -x62 x61 
581.61/581.64	v -x60 -x59 x58 x57 -x56 -x55 x54 x53 -x52 -x51 x50 -x49 x48 -x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 
581.61/581.64	v x31 -x30 x29 x28 -x27 x26 -x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
581.61/581.64	c SCIP Status        : problem is solved [optimal solution found]
581.61/581.64	c Solving Time       :     559.27
581.61/581.64	c Original Problem   :
581.61/581.64	c   Problem name     : HOME/instance-2693154-1277931765.wbo
581.61/581.64	c   Variables        : 792 (533 binary, 0 integer, 0 implicit integer, 259 continuous)
581.61/581.64	c   Constraints      : 519 initial, 519 maximal
581.61/581.64	c Presolved Problem  :
581.61/581.64	c   Problem name     : t_HOME/instance-2693154-1277931765.wbo
581.61/581.64	c   Variables        : 792 (533 binary, 0 integer, 0 implicit integer, 259 continuous)
581.61/581.64	c   Constraints      : 518 initial, 594 maximal
581.61/581.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
581.61/581.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   implics          :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   probing          :       0.01          0          0          0          0          0          0          0          0
581.61/581.64	c   indicator        :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   varbound         :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   linear           :       0.00          0          0          0        259          0          1         50        100
581.61/581.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
581.61/581.64	c   root node        :          -        305          -          -        555          -          -          -          -
581.61/581.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
581.61/581.64	c   integral         :          0          0          0    1622340          0          0          3          0          0     257946
581.61/581.64	c   indicator        :        259          0    2654922    1493364          0          1    1450422          0          0          0
581.61/581.64	c   varbound         :          1          6     798663     421284          0          0          9          1          0          0
581.61/581.64	c   linear           :        258          6    2654944    1493364          0         27     895742      75802          0          0
581.61/581.64	c   logicor          :          0+         0      67707          0          0          8      16364          0          0          0
581.61/581.64	c   bounddisjunction :          0+         0         36          0          0          0          2          0          0          0
581.61/581.64	c   countsols        :          0          0          0    1458518          0          0          0          0          0          0
581.61/581.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
581.61/581.64	c   integral         :       4.08       0.00       0.00       4.08       0.00
581.61/581.64	c   indicator        :      29.12       0.04       8.64      20.44       0.00
581.61/581.64	c   varbound         :       0.32       0.00       0.21       0.11       0.00
581.61/581.64	c   linear           :      31.66       0.00       7.33      24.33       0.00
581.61/581.64	c   logicor          :       0.09       0.00       0.09       0.00       0.00
581.61/581.64	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
581.61/581.64	c   countsols        :       0.30       0.00       0.00       0.30       0.00
581.61/581.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
581.61/581.64	c   vbounds          :       0.57      34122          0       8521
581.61/581.64	c   rootredcost      :       0.49         19          0        249
581.61/581.64	c   pseudoobj        :      18.57    2654754          9       6586
581.61/581.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
581.61/581.64	c   propagation      :       0.00         44         42         62       13.3         35        3.9          -
581.61/581.64	c   infeasible LP    :       0.01         14         14         16        4.2          0        0.0          0
581.61/581.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
581.61/581.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
581.61/581.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
581.61/581.64	c   applied globally :          -          -          -        105        9.1          -          -          -
581.61/581.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
581.61/581.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
581.61/581.64	c   cut pool         :       0.00          4          -          -        108          -    (maximal pool size: 549)
581.61/581.64	c   redcost          :      25.75    1622448          0       3618          0          0
581.61/581.64	c   impliedbounds    :       0.00          5          0          0          0          0
581.61/581.64	c   intobj           :       0.00          0          0          0          0          0
581.61/581.64	c   cgmip            :       0.00          0          0          0          0          0
581.61/581.64	c   gomory           :       0.00          5          0          0         55          0
581.61/581.64	c   strongcg         :       0.00          5          0          0          0          0
581.61/581.64	c   cmir             :       0.02          5          0          0        201          0
581.61/581.64	c   flowcover        :       0.03          5          0          0        379          0
581.61/581.64	c   clique           :       0.00          1          0          0          0          0
581.61/581.64	c   zerohalf         :       0.00          0          0          0          0          0
581.61/581.64	c   mcf              :       0.00          1          0          0          0          0
581.61/581.64	c   rapidlearning    :       0.00          0          0          0          0          0
581.61/581.64	c Pricers            :       Time      Calls       Vars
581.61/581.64	c   problem variables:       0.00          0          0
581.61/581.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
581.61/581.64	c   relpscost        :       3.62     128976          0          3          0          0     257946
581.61/581.64	c   pscost           :       0.00          0          0          0          0          0          0
581.61/581.64	c   inference        :      46.74    1458510          0          0          0          0    2917020
581.61/581.64	c   mostinf          :       0.00          0          0          0          0          0          0
581.61/581.64	c   leastinf         :       0.00          0          0          0          0          0          0
581.61/581.64	c   fullstrong       :       0.00          0          0          0          0          0          0
581.61/581.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
581.61/581.64	c   random           :       0.00          0          0          0          0          0          0
581.61/581.64	c Primal Heuristics  :       Time      Calls      Found
581.61/581.64	c   LP solutions     :       1.55          -          8
581.61/581.64	c   pseudo solutions :       0.00          -          0
581.61/581.64	c   feaspump         :       0.00          0          0
581.61/581.64	c   oneopt           :       1.16         18          0
581.61/581.64	c   crossover        :       0.58         15          0
581.61/581.64	c   fracdiving       :       3.66      14932          2
581.61/581.64	c   veclendiving     :       3.57      14932          1
581.61/581.64	c   coefdiving       :       3.56      14933          2
581.61/581.64	c   linesearchdiving :       3.78      14933          1
581.61/581.64	c   guideddiving     :       3.65      14933          2
581.61/581.64	c   pscostdiving     :       4.30      14933          2
581.61/581.64	c   objpscostdiving  :       2.96      14499          0
581.61/581.64	c   rootsoldiving    :       3.16      14499          0
581.61/581.64	c   trivial          :       0.01          2          2
581.61/581.64	c   simplerounding   :       0.59     126461          0
581.61/581.64	c   zirounding       :       0.45       1000          0
581.61/581.64	c   rounding         :       0.49       5042          0
581.61/581.64	c   shifting         :       0.36       1564          0
581.61/581.64	c   intshifting      :       0.09         62          0
581.61/581.64	c   twoopt           :       0.00          0          0
581.61/581.64	c   fixandinfer      :       0.00          0          0
581.61/581.64	c   intdiving        :       0.00          0          0
581.61/581.64	c   actconsdiving    :       0.00          0          0
581.61/581.64	c   octane           :       0.00          0          0
581.61/581.64	c   rens             :       0.01          1          0
581.61/581.64	c   rins             :       0.00          0          0
581.61/581.64	c   localbranching   :       0.00          0          0
581.61/581.64	c   mutation         :       0.00          0          0
581.61/581.64	c   dins             :       0.00          0          0
581.61/581.64	c   undercover       :       0.00          0          0
581.61/581.64	c   nlp              :       0.42          0          0
581.61/581.64	c   trysol           :       0.61      19424        106
581.61/581.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
581.61/581.64	c   primal LP        :       0.00          0          0       0.00          -
581.61/581.64	c   dual LP          :     229.95     246475     557537       2.26    2424.60
581.61/581.64	c   lex dual LP      :       0.00          0          0       0.00          -
581.61/581.64	c   barrier LP       :       0.00          0          0       0.00          -
581.61/581.64	c   diving/probing LP:       2.75       8223      16106       1.96    5856.73
581.61/581.64	c   strong branching :       2.94       4969      43931       8.84   14942.52
581.61/581.64	c     (at root node) :          -         33       2324      70.42          -
581.61/581.64	c   conflict analysis:       0.00          0          0       0.00          -
581.61/581.64	c B&B Tree           :
581.61/581.64	c   number of runs   :          1
581.61/581.64	c   nodes            :    1587535
581.61/581.64	c   nodes (total)    :    1587535
581.61/581.64	c   nodes left       :          0
581.61/581.64	c   max depth        :        229
581.61/581.64	c   max depth (total):        229
581.61/581.64	c   backtracks       :      17158 (1.1%)
581.61/581.64	c   delayed cutoffs  :      24019
581.61/581.64	c   repropagations   :       1228 (1997 domain reductions, 10 cutoffs)
581.61/581.64	c   avg switch length:       2.14
581.61/581.64	c   switching time   :      21.33
581.61/581.64	c Solution           :
581.61/581.64	c   Solutions found  :        126 (20 improvements)
581.61/581.64	c   First Solution   : +1.25240000000000e+04   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
581.61/581.64	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 1587535 nodes, 559.18 seconds, depth 63, found by <relaxation>)
581.61/581.64	c   Dual Bound       : +4.00000000000000e+00
581.61/581.64	c   Gap              :       0.00 %
581.61/581.64	c   Root Dual Bound  : +0.00000000000000e+00
581.61/581.64	c   Root Iterations  :        367
581.61/581.66	c Time complete: 581.66.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693154-1277931765/watcher-2693154-1277931765 -o /tmp/evaluation-result-2693154-1277931765/solver-2693154-1277931765 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693154-1277931765.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.02 2.14 2.46 4/196 20321
/proc/meminfo: memFree=30889008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=10968 CPUtime=0
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1670 0 0 0 0 0 0 0 25 0 1 0 134471670 11231232 1590 4089446400 4194304 9819077 140733301453232 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20321/statm: 2742 1590 392 1374 0 1363 0

[startup+0.0748389 s]
/proc/loadavg: 2.02 2.14 2.46 4/196 20321
/proc/meminfo: memFree=30889008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=20524 CPUtime=0.07
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 4444 0 0 0 7 0 0 0 25 0 1 0 134471670 21016576 3693 4089446400 4194304 9819077 140733301453232 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20321/statm: 5131 3694 674 1374 0 3752 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20524

[startup+0.100816 s]
/proc/loadavg: 2.02 2.14 2.46 4/196 20321
/proc/meminfo: memFree=30889008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=22524 CPUtime=0.09
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 4926 0 0 0 9 0 0 0 25 0 1 0 134471670 23064576 4111 4089446400 4194304 9819077 140733301453232 18446744073709551615 4819660 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20321/statm: 5631 4111 674 1374 0 4252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22524

[startup+0.300779 s]
/proc/loadavg: 2.02 2.14 2.46 4/196 20321
/proc/meminfo: memFree=30889008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=23432 CPUtime=0.29
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 11549 0 0 0 28 1 0 0 25 0 1 0 134471670 23994368 4152 4089446400 4194304 9819077 140733301453232 18446744073709551615 7221634 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20321/statm: 5858 4152 700 1374 0 4479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23432

[startup+0.700705 s]
/proc/loadavg: 2.02 2.14 2.46 4/196 20321
/proc/meminfo: memFree=30889008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=23776 CPUtime=0.69
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 21286 0 0 0 65 4 0 0 25 0 1 0 134471670 24346624 4154 4089446400 4194304 9819077 140733301453232 18446744073709551615 6671086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20321/statm: 5944 4154 700 1374 0 4565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23776

[startup+1.50056 s]
/proc/loadavg: 2.02 2.14 2.45 3/197 20322
/proc/meminfo: memFree=30874244/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=24080 CPUtime=1.48
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 44286 0 0 0 138 10 0 0 25 0 1 0 134471670 24657920 4555 4089446400 4194304 9819077 140733301453232 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20321/statm: 6020 4555 707 1374 0 4641 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24080

[startup+3.10026 s]
/proc/loadavg: 2.02 2.14 2.45 3/197 20322
/proc/meminfo: memFree=30871020/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=27356 CPUtime=3.09
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 61871 0 0 0 290 19 0 0 25 0 1 0 134471670 28012544 5405 4089446400 4194304 9819077 140733301453232 18446744073709551615 4902843 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 6839 5405 707 1374 0 5460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27356

[startup+6.30068 s]
/proc/loadavg: 2.02 2.14 2.45 3/197 20322
/proc/meminfo: memFree=30864696/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=33988 CPUtime=6.29
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 74290 0 0 0 597 32 0 0 25 0 1 0 134471670 34803712 7079 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 8497 7079 707 1374 0 7118 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33988

[startup+12.7005 s]
/proc/loadavg: 2.02 2.13 2.45 3/197 20322
/proc/meminfo: memFree=30850940/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=46208 CPUtime=12.69
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 87872 0 0 0 1215 54 0 0 25 0 1 0 134471670 47316992 10398 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 11552 10398 707 1374 0 10173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46208

[startup+25.5001 s]
/proc/loadavg: 2.01 2.13 2.44 3/197 20322
/proc/meminfo: memFree=30825036/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=69604 CPUtime=25.49
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 123864 0 0 0 2444 105 0 0 25 0 1 0 134471670 71274496 16283 4089446400 4194304 9819077 140733301453232 18446744073709551615 6670352 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 17401 16283 707 1374 0 16022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69604

[startup+51.1004 s]
/proc/loadavg: 2.01 2.12 2.43 3/197 20323
/proc/meminfo: memFree=30775992/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=121876 CPUtime=51.09
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 191435 0 0 0 4903 206 0 0 25 0 1 0 134471670 124801024 29016 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 30469 29016 707 1374 0 29090 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121876

[startup+102.307 s]
/proc/loadavg: 2.05 2.11 2.41 3/197 20324
/proc/meminfo: memFree=30675184/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=223824 CPUtime=102.3
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 322319 0 0 0 9818 412 0 0 25 0 1 0 134471670 229195776 53996 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 55956 53996 707 1374 0 54577 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 223824

[startup+162.301 s]
/proc/loadavg: 2.02 2.09 2.38 3/197 20326
/proc/meminfo: memFree=30554108/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=342464 CPUtime=162.3
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 462697 0 0 0 15591 639 0 0 25 0 1 0 134471670 350683136 84303 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 85616 84303 707 1374 0 84237 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 342464

[startup+222.301 s]
/proc/loadavg: 2.00 2.07 2.35 3/197 20328
/proc/meminfo: memFree=30435008/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=465776 CPUtime=222.29
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 613178 0 0 0 21358 871 0 0 25 0 1 0 134471670 476954624 113747 4089446400 4194304 9819077 140733301453232 18446744073709551615 7815984 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 116444 113747 707 1374 0 115065 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 465776

[startup+282.301 s]
/proc/loadavg: 2.04 2.07 2.34 3/197 20330
/proc/meminfo: memFree=30319256/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=579488 CPUtime=282.3
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 753383 0 0 0 27126 1104 0 0 25 0 1 0 134471670 593395712 142806 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 144872 142806 707 1374 0 143493 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 579488

[startup+342.301 s]
/proc/loadavg: 2.01 2.05 2.31 3/197 20331
/proc/meminfo: memFree=30196308/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=698284 CPUtime=342.3
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 894655 0 0 0 32890 1340 0 0 25 0 1 0 134471670 715042816 173194 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 174571 173194 707 1374 0 173192 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 698284

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.29 3/197 20332
/proc/meminfo: memFree=30079944/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=828444 CPUtime=402.31
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1022409 0 0 0 38673 1558 0 0 25 0 1 0 134471670 848326656 202287 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 207111 202287 707 1374 0 205732 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 828444

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.27 3/197 20334
/proc/meminfo: memFree=29964804/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=941052 CPUtime=462.3
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1152720 0 0 0 44447 1783 0 0 25 0 1 0 134471670 963637248 231089 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 235263 231089 707 1374 0 233884 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 941052

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.25 3/197 20336
/proc/meminfo: memFree=29847192/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1056564 CPUtime=522.31
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1288179 0 0 0 50216 2015 0 0 25 0 1 0 134471670 1081921536 260594 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 264141 260594 707 1374 0 262762 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1056564

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

[startup+537.501 s]
/proc/loadavg: 2.00 2.02 2.24 3/197 20336
/proc/meminfo: memFree=29817532/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1084152 CPUtime=537.51
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1321977 0 0 0 51680 2071 0 0 25 0 1 0 134471670 1110171648 267655 4089446400 4194304 9819077 140733301453232 18446744073709551615 6162116 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 271038 267655 707 1374 0 269659 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 1084152

[startup+563.101 s]
/proc/loadavg: 2.00 2.02 2.24 3/197 20337
/proc/meminfo: memFree=29768504/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1131136 CPUtime=563.11
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1421389 0 0 0 54146 2165 0 0 25 0 1 0 134471670 1158283264 279668 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 282784 279668 707 1374 0 281405 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 1131136

[startup+569.501 s]
/proc/loadavg: 2.00 2.02 2.24 3/197 20337
/proc/meminfo: memFree=29756472/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1144516 CPUtime=569.5
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1440193 0 0 0 54761 2189 0 0 25 0 1 0 134471670 1171984384 283083 4089446400 4194304 9819077 140733301453232 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 286129 283083 707 1374 0 284750 0
Current children cumulated CPU time (s) 569.5
Current children cumulated vsize (KiB) 1144516

[startup+575.901 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20337
/proc/meminfo: memFree=29743320/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1155732 CPUtime=575.91
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1458040 0 0 0 55376 2215 0 0 25 0 1 0 134471670 1183469568 285965 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 288933 285965 707 1374 0 287554 0
Current children cumulated CPU time (s) 575.91
Current children cumulated vsize (KiB) 1155732

[startup+579.101 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20338
/proc/meminfo: memFree=29740588/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1156876 CPUtime=579.11
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1469375 0 0 0 55687 2224 0 0 25 0 1 0 134471670 1184641024 286287 4089446400 4194304 9819077 140733301453232 18446744073709551615 6361129 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 289219 286287 707 1374 0 287840 0
Current children cumulated CPU time (s) 579.11
Current children cumulated vsize (KiB) 1156876

[startup+580.701 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20338
/proc/meminfo: memFree=29743688/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1155520 CPUtime=580.71
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1487891 0 0 0 55839 2232 0 0 25 0 1 0 134471670 1183252480 285695 4089446400 4194304 9819077 140733301453232 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 288880 285695 709 1374 0 287501 0
Current children cumulated CPU time (s) 580.71
Current children cumulated vsize (KiB) 1155520

[startup+581.101 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20338
/proc/meminfo: memFree=29743688/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1154492 CPUtime=581.11
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1488496 0 0 0 55878 2233 0 0 25 0 1 0 134471670 1182199808 285690 4089446400 4194304 9819077 140733301453232 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 288623 285690 709 1374 0 287244 0
Current children cumulated CPU time (s) 581.11
Current children cumulated vsize (KiB) 1154492

[startup+581.501 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20338
/proc/meminfo: memFree=29743688/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=1064948 CPUtime=581.51
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1490773 0 0 0 55917 2234 0 0 25 0 1 0 134471670 1090506752 263062 4089446400 4194304 9819077 140733301453232 18446744073709551615 6361868 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 266027 263058 709 1374 0 264648 0
Current children cumulated CPU time (s) 581.51
Current children cumulated vsize (KiB) 1064948

[startup+581.601 s]
/proc/loadavg: 2.00 2.02 2.23 3/197 20338
/proc/meminfo: memFree=29743688/32951124 swapFree=67111528/67111528
[pid=20321] ppid=20319 vsize=877848 CPUtime=581.61
/proc/20321/stat : 20321 (pbscip.linux.x8) R 20319 20321 19367 0 -1 4202496 1491216 0 0 0 55925 2236 0 0 25 0 1 0 134471670 898916352 216534 4089446400 4194304 9819077 140733301453232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20321/statm: 219462 216534 709 1374 0 218083 0
Current children cumulated CPU time (s) 581.61
Current children cumulated vsize (KiB) 877848

Child status: 0
Real time (s): 581.661
CPU time (s): 581.678
CPU user time (s): 559.279
CPU system time (s): 22.3986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1158376

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

runsolver used 0.855869 second user time and 1.87571 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 23:02:46
IDJOB=2693154
IDBENCH=79324
IDSOLVER=1205
FILE ID=node147/2693154-1277931765
PBS_JOBID= 11197356
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693154-1277931765/watcher-2693154-1277931765 -o /tmp/evaluation-result-2693154-1277931765/solver-2693154-1277931765 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693154-1277931765.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d36b5cd023115813d6df483e2bae50a2
RANDOM SEED=829136817

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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:     32951124 kB
MemFree:      30889536 kB
Buffers:        222228 kB
Cached:        1507224 kB
SwapCached:          0 kB
Active:         673956 kB
Inactive:      1241892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30889536 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:      186220 kB
Mapped:          20352 kB
Slab:            82664 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653172 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= 74192 MiB
End job on node147 at 2010-06-30 23:12:27