Trace number 2694009

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 1446.95 1446.9

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-66-100-0.wbo
MD5SUM814425604e6b100ff397547bbbf81dc9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.399938
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
Number of bits of the biggest sum of numbers11
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: NONE] [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-2694009-1277899807.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.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, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
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 # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
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   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.54	c   1.3s| 10000 |  6545 |     0 |   0.0 |6879k| 141 |   - | 253 |4221 |   0 |   0 |   0 |7982 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.62	c   3.1s| 20000 | 12308 |     0 |   0.0 |  11M| 141 |   - | 253 |5291 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
6.60/6.61	c   5.7s| 30000 | 16603 |     0 |   0.0 |  16M| 141 |   - | 253 |9085 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.65	c   9.4s| 40000 | 19340 |     0 |   0.0 |  22M| 141 |   - | 253 |  15k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.91	c  12.4s| 50000 | 24706 |     0 |   0.0 |  22M| 141 |   - | 253 |4605 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
15.49/15.50	c  13.7s| 60000 | 32018 |     0 |   0.0 |  26M| 141 |   - | 253 |4126 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
18.49/18.57	c  16.4s| 70000 | 36127 |     0 |   0.0 |  31M| 141 |   - | 253 |7757 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
23.99/24.04	c  21.6s| 80000 | 36857 |     0 |   0.0 |  36M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
30.89/30.95	c  28.1s| 90000 | 36929 |     0 |   0.0 |  39M| 141 |   - | 253 |  19k|   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
39.39/39.50	c  36.3s|100000 | 36412 |     0 |   0.0 |  43M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
48.69/48.70	c  45.1s|110000 | 37114 |     0 |   0.0 |  41M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
51.19/51.20	c  47.3s|120000 | 44106 |     0 |   0.0 |  42M| 141 |   - | 253 |5672 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
51.19/51.24	o 303
51.19/51.24	c *47.4s|120194 | 44245 |     0 |   0.0 |  42M| 141 |   - | 253 |5636 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
53.10/53.16	c  49.0s|130000 | 50967 |     0 |   0.0 |  46M| 141 |   - | 253 |5339 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
55.29/55.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.29/55.30	c  50.8s|140000 | 57459 |     0 |   0.0 |  50M| 141 |   - | 253 |5656 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
57.59/57.66	c  52.9s|150000 | 63476 |     0 |   0.0 |  54M| 141 |   - | 253 |5911 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
60.29/60.38	c  55.3s|160000 | 68862 |     0 |   0.0 |  58M| 141 |   - | 253 |6692 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
63.49/63.53	c  58.1s|170000 | 73479 |     0 |   0.0 |  62M| 141 |   - | 253 |7710 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
67.10/67.13	c  61.4s|180000 | 77486 |     0 |   0.0 |  66M| 141 |   - | 253 |8811 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
70.99/71.07	c  64.9s|190000 | 81031 |     0 |   0.0 |  70M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
75.59/75.64	c  69.1s|200000 | 83836 |     0 |   0.0 |  74M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
84.30/84.38	c  77.4s|210000 | 81434 |     0 |   0.0 |  76M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
98.19/98.20	c  90.8s|220000 | 76040 |     0 |   0.0 |  73M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
104.19/104.24	c  96.5s|230000 | 80963 |     0 |   0.0 |  69M| 141 |   - | 253 |9985 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
107.19/107.25	c  99.1s|240000 | 86536 |     0 |   0.0 |  72M| 141 |   - | 253 |7417 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
110.00/110.07	c   102s|250000 | 91998 |     0 |   0.0 |  75M| 141 |   - | 253 |7545 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
113.09/113.13	c   104s|260000 | 97100 |     0 |   0.0 |  78M| 141 |   - | 253 |8080 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 3.030000e+02 |    Inf 
115.00/115.02	o 293
115.00/115.02	c * 106s|266045 |100148 |     0 |   0.0 |  81M| 141 |   - | 253 |8100 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 2.930000e+02 |    Inf 
116.20/116.26	c   107s|270000 |102140 |     0 |   0.0 |  82M| 141 |   - | 253 |8116 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 2.930000e+02 |    Inf 
119.49/119.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.49/119.58	c   110s|280000 |106814 |     0 |   0.0 |  85M| 141 |   - | 253 |8250 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 2.930000e+02 |    Inf 
120.79/120.82	o 265
120.79/120.82	c * 111s|283613 |108451 |     0 |   0.0 |  87M| 141 |   - | 253 |8534 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
123.00/123.04	c   113s|290000 |111273 |     0 |   0.0 |  89M| 141 |   - | 253 |8694 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
126.79/126.84	c   117s|300000 |115194 |     0 |   0.0 |  92M| 141 |   - | 253 |8543 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
130.70/130.75	c   120s|310000 |118858 |     0 |   0.0 |  96M| 141 |   - | 253 |9397 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
134.70/134.78	c   124s|320000 |122549 |     0 |   0.0 |  99M| 141 |   - | 253 |9743 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
137.60/137.60	o 175
137.60/137.60	c * 127s|327302 |125039 |     0 |   0.0 | 102M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
138.80/138.87	c   128s|330000 |125840 |     0 |   0.0 | 103M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
142.90/142.94	c   131s|340000 |129800 |     0 |   0.0 | 106M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
147.20/147.23	c   135s|350000 |133564 |     0 |   0.0 | 109M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
151.70/151.77	c   139s|360000 |137074 |     0 |   0.0 | 112M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
156.80/156.81	c   144s|370000 |140015 |     0 |   0.0 | 114M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
161.80/161.84	c   149s|380000 |143070 |     0 |   0.0 | 117M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
163.00/163.09	o 171
163.00/163.09	c * 150s|382367 |143647 |     0 |   0.0 | 117M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
166.99/167.07	c   154s|390000 |145895 |     0 |   0.0 | 119M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
173.10/173.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.10/173.10	c   159s|400000 |147874 |     0 |   0.0 | 121M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
179.60/179.64	c   165s|410000 |149624 |     0 |   0.0 | 123M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
186.90/186.95	c   172s|420000 |150758 |     0 |   0.0 | 125M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 397k|   0 | 1.000000e+00 | 1.710000e+02 |  Large 
189.30/189.33	o 143
189.30/189.33	c * 175s|422995 |149351 |     0 |   0.0 | 125M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 400k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
195.59/195.68	c   181s|430000 |149219 |     0 |   0.0 | 128M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 409k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
202.20/202.23	c   187s|440000 |153470 |     0 |   0.0 | 128M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 417k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
208.30/208.32	c   192s|450000 |156237 |     0 |   0.0 | 131M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 425k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
214.10/214.10	c   198s|460000 |158749 |     0 |   0.0 | 134M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
220.10/220.12	c   203s|470000 |161172 |     0 |   0.0 | 138M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
226.61/226.61	c   210s|480000 |163293 |     0 |   0.0 | 142M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 453k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
232.99/233.02	c   216s|490000 |165674 |     0 |   0.0 | 145M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 462k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
239.60/239.63	c   222s|500000 |167569 |     0 |   0.0 | 148M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 472k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
246.30/246.33	c   228s|510000 |169432 |     0 |   0.0 | 151M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 481k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
253.00/253.05	c   234s|520000 |171381 |     0 |   0.0 | 154M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 491k|   0 | 1.000000e+00 | 1.430000e+02 |  Large 
258.10/258.12	o 105
258.10/258.12	c * 239s|527435 |170139 |     0 |   0.0 | 154M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 498k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
259.80/259.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.80/259.81	c   241s|530000 |170765 |     0 |   0.0 | 155M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 500k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
267.20/267.29	c   248s|540000 |172069 |     0 |   0.0 | 158M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 510k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
275.01/275.08	c   255s|550000 |173174 |     0 |   0.0 | 161M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
283.00/283.07	c   263s|560000 |174331 |     0 |   0.0 | 164M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
291.20/291.23	c   271s|570000 |175511 |     0 |   0.0 | 167M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
300.10/300.10	c   279s|580000 |176402 |     0 |   0.0 | 170M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 555k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
309.10/309.18	c   288s|590000 |177399 |     0 |   0.0 | 173M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 566k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
319.30/319.34	c   297s|600000 |177535 |     0 |   0.0 | 175M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
329.50/329.56	c   307s|610000 |178079 |     0 |   0.0 | 178M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
340.91/340.93	c   318s|620000 |178006 |     0 |   0.0 | 181M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 602k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
353.30/353.37	c   330s|630000 |177373 |     0 |   0.0 | 183M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 615k|   0 | 1.000000e+00 | 1.050000e+02 |  Large 
356.70/356.70	o 81
356.70/356.70	c * 333s|632710 |152916 |     0 |   0.0 | 162M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 618k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
368.10/368.17	c   344s|640000 |150706 |     0 |   0.0 | 158M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 629k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
370.40/370.42	o 69
370.40/370.42	c * 346s|642975 |145705 |     0 |   0.0 | 154M| 141 |   - | 253 |9553 |   0 |   0 |   0 | 633k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
375.71/375.71	o 53
375.71/375.71	c * 351s|648476 |117077 |     0 |   0.0 | 133M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 5.300000e+01 |5200.00%
377.71/377.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.71/377.73	c   353s|650000 |115270 |     0 |   0.0 | 133M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 646k|   0 | 1.000000e+00 | 5.300000e+01 |5200.00%
390.91/390.99	c   366s|660000 |103668 |     0 |   0.0 | 127M| 141 |   - | 253 |5909 |   0 |   0 |   0 | 668k|   0 | 1.000000e+00 | 5.300000e+01 |5200.00%
404.50/404.50	c   379s|670000 | 92515 |     0 |   0.0 | 124M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 691k|   0 | 1.000000e+00 | 5.300000e+01 |5200.00%
407.41/407.42	o 51
407.41/407.42	c * 381s|671755 | 90252 |     0 |   0.0 | 123M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 695k|   0 | 1.000000e+00 | 5.100000e+01 |5000.00%
422.71/422.75	c   396s|680000 | 78882 |     0 |   0.0 | 117M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 5.100000e+01 |5000.00%
446.30/446.39	c   419s|690000 | 62991 |     0 |   0.0 | 105M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 741k|   0 | 1.000000e+00 | 5.100000e+01 |5000.00%
453.01/453.02	o 31
453.01/453.02	c * 425s|692388 | 50043 |     0 |   0.0 |  92M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 747k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
471.01/471.06	o 23
471.01/471.06	c * 443s|698442 | 20609 |     0 |   0.0 |  50M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 763k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
477.41/477.48	c   449s|700000 | 10540 |     0 |   0.0 |  28M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 772k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
482.21/482.27	c   453s|710000 | 12748 |     0 |   0.0 |  23M| 141 |   - | 253 |7302 |   0 |   0 |   0 | 783k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
486.11/486.16	c   457s|720000 | 16121 |     0 |   0.0 |  23M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 794k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
491.81/491.89	c   463s|730000 | 18572 |     0 |   0.0 |  28M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 808k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
499.21/499.20	c   470s|740000 | 19574 |     0 |   0.0 |  30M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 822k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
507.31/507.31	c   477s|750000 | 21205 |     0 |   0.0 |  34M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 838k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
517.91/517.98	c   488s|760000 | 20732 |     0 |   0.0 |  38M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 856k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
530.51/530.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.51/530.51	c   500s|770000 | 19276 |     0 |   0.0 |  36M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 873k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
544.10/544.12	c   513s|780000 | 16041 |     0 |   0.0 |  37M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 895k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
560.01/560.06	c   529s|790000 | 11497 |     0 |   0.0 |  30M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 916k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
565.01/565.02	c   533s|800000 | 15896 |     0 |   0.0 |  29M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 927k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
571.71/571.73	c   540s|810000 | 16842 |     0 |   0.0 |  24M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 941k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
576.41/576.44	c   544s|820000 | 21875 |     0 |   0.0 |  27M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 951k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
582.01/582.04	c   550s|830000 | 26137 |     0 |   0.0 |  31M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 962k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
590.31/590.35	c   558s|840000 | 27849 |     0 |   0.0 |  33M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 978k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
594.61/594.60	c   562s|850000 | 32794 |     0 |   0.0 |  37M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 989k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
602.21/602.22	c   569s|860000 | 34769 |     0 |   0.0 |  42M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1007k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
613.31/613.31	c   580s|870000 | 35241 |     0 |   0.0 |  47M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1026k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
627.81/627.90	c   594s|880000 | 34302 |     0 |   0.0 |  50M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1046k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
644.82/644.83	c   610s|890000 | 32364 |     0 |   0.0 |  52M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1067k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
662.51/662.56	c   628s|900000 | 29927 |     0 |   0.0 |  51M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1088k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
671.11/671.16	c   636s|910000 | 32737 |     0 |   0.0 |  51M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1102k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
678.11/678.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
678.11/678.10	c   642s|920000 | 34783 |     0 |   0.0 |  55M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1119k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
684.51/684.53	c   648s|930000 | 38006 |     0 |   0.0 |  59M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1134k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
701.91/701.96	c   665s|940000 | 33442 |     0 |   0.0 |  58M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1160k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
728.01/728.08	c   691s|950000 | 26225 |     0 |   0.0 |  51M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1187k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
743.91/743.94	c   706s|960000 | 26010 |     0 |   0.0 |  48M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1206k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
756.82/756.87	c   719s|970000 | 25036 |     0 |   0.0 |  48M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1227k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
767.12/767.18	c   729s|980000 | 27329 |     0 |   0.0 |  50M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1241k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
774.02/774.01	c   735s|990000 | 31749 |     0 |   0.0 |  52M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1252k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
787.02/787.09	c   748s|  1000k| 28180 |     0 |   0.0 |  47M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1275k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
805.92/805.99	c   766s|  1010k| 23587 |     0 |   0.0 |  44M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1301k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
821.52/821.50	c   782s|  1020k| 23807 |     0 |   0.0 |  43M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1320k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
834.92/834.94	c   795s|  1030k| 23796 |     0 |   0.0 |  45M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1339k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
850.02/850.03	c   809s|  1040k| 22035 |     0 |   0.0 |  46M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1360k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
868.82/868.85	c   828s|  1050k| 17339 |     0 |   0.0 |  39M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1384k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
890.52/890.52	c   849s|  1060k| 11461 |     0 |   0.0 |  37M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1410k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
904.42/904.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.42/904.41	c   862s|  1070k| 12752 |     0 |   0.0 |  30M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1424k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
912.32/912.30	c   870s|  1080k| 12582 |     0 |   0.0 |  26M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1440k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
919.02/919.07	c   876s|  1090k| 15475 |     0 |   0.0 |  29M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1452k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
925.42/925.43	c   882s|  1100k| 19041 |     0 |   0.0 |  29M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1464k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
930.53/930.56	c   887s|  1110k| 21474 |     0 |   0.0 |  32M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1476k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
940.83/940.80	c   897s|  1120k| 20941 |     0 |   0.0 |  37M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1496k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
955.32/955.39	c   911s|  1130k| 19289 |     0 |   0.0 |  39M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1516k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
964.92/964.90	c   920s|  1140k| 22072 |     0 |   0.0 |  39M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1531k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
971.13/971.19	c   926s|  1150k| 26360 |     0 |   0.0 |  42M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1543k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
978.62/978.66	c   934s|  1160k| 28317 |     0 |   0.0 |  46M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1557k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
996.02/996.05	c   950s|  1170k| 24084 |     0 |   0.0 |  45M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1581k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1013.82/1013.85	c   968s|  1180k| 22423 |     0 |   0.0 |  42M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1603k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1028.32/1028.31	c   982s|  1190k| 20961 |     0 |   0.0 |  42M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1624k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1041.12/1041.19	c   994s|  1200k| 20956 |     0 |   0.0 |  43M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1641k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1055.02/1055.09	c  1008s|  1210k| 19422 |     0 |   0.0 |  44M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1659k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1074.53/1074.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1074.53/1074.57	c  1027s|  1220k| 14790 |     0 |   0.0 |  39M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1682k|   0 | 1.500000e+01 | 2.300000e+01 |  53.33%
1094.32/1094.36	c  1046s|  1230k| 10315 |     0 |   0.0 |  37M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1704k|   0 | 1.500000e+01 | 2.300000e+01 |  53.33%
1117.03/1117.01	c  1068s|  1240k|  4229 |     0 |   0.0 |  26M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1725k|   0 | 1.500000e+01 | 2.300000e+01 |  53.33%
1127.93/1127.95	c  1079s|  1250k|  6594 |     0 |   0.0 |  21M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1738k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1134.03/1134.04	c  1085s|  1260k| 12048 |     0 |   0.0 |  24M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1747k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1143.94/1143.94	c  1094s|  1270k| 14338 |     0 |   0.0 |  29M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1763k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1156.03/1156.09	c  1106s|  1280k| 15763 |     0 |   0.0 |  30M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1779k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1170.03/1170.00	c  1119s|  1290k| 16572 |     0 |   0.0 |  34M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1798k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1189.44/1189.44	c  1138s|  1300k| 14851 |     0 |   0.0 |  38M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1820k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1212.43/1212.45	c  1161s|  1310k| 12315 |     0 |   0.0 |  33M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1841k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1233.83/1233.81	c  1182s|  1320k|  8456 |     0 |   0.0 |  34M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1866k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1254.84/1254.86	c  1202s|  1330k|  7715 |     0 |   0.0 |  23M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1883k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1264.13/1264.18	c  1211s|  1340k|  9631 |     0 |   0.0 |  22M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1897k|   0 | 1.900000e+01 | 2.300000e+01 |  21.05%
1271.93/1271.94	c  1219s|  1350k| 14387 |     0 |   0.0 |  25M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1908k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1282.03/1282.01	c  1229s|  1360k| 16974 |     0 |   0.0 |  29M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1923k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1293.83/1293.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.83/1293.89	c  1240s|  1370k| 17661 |     0 |   0.0 |  33M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1940k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1307.94/1307.96	c  1254s|  1380k| 19208 |     0 |   0.0 |  37M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1957k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1325.34/1325.34	c  1271s|  1390k| 18739 |     0 |   0.0 |  40M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1976k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1345.73/1345.77	c  1291s|  1400k| 17315 |     0 |   0.0 |  43M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1997k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1369.04/1369.05	c  1313s|  1410k| 14478 |     0 |   0.0 |  43M| 141 |   - | 253 |  47k|   0 |   0 |   0 |2018k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1398.44/1398.42	c  1342s|  1420k| 11192 |     0 |   0.0 |  42M| 141 |   - | 253 |  47k|   0 |   0 |   0 |2041k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1430.14/1430.11	c  1374s|  1430k|  5739 |     0 |   0.0 |  37M| 141 |   - | 253 |  53k|   0 |   0 |   0 |2065k|   0 | 2.200000e+01 | 2.300000e+01 |   4.55%
1446.84/1446.82	o 22
1446.84/1446.82	c *1390s|  1433k|     0 |     0 |   0.0 |  25M| 141 |   - | 253 |  55k|   0 |   0 |   0 |2075k|   0 | 2.200000e+01 | 2.200000e+01 |   0.00%
1446.84/1446.83	c 
1446.84/1446.83	c SCIP Status        : problem is solved [optimal solution found]
1446.84/1446.83	c Solving Time (sec) : 1390.11
1446.84/1446.83	c Solving Nodes      : 1433611
1446.84/1446.83	c Primal Bound       : +2.20000000000000e+01 (14 solutions)
1446.84/1446.83	c Dual Bound         : +2.20000000000000e+01
1446.84/1446.83	c Gap                : 0.00 %
1446.84/1446.83	s OPTIMUM FOUND
1446.84/1446.83	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 
1446.84/1446.83	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 
1446.84/1446.83	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
1446.84/1446.83	v -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1446.84/1446.83	v -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1446.84/1446.83	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 
1446.84/1446.83	v -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 
1446.84/1446.83	v -x4 -x3 x2 -x1 
1446.84/1446.83	c SCIP Status        : problem is solved [optimal solution found]
1446.84/1446.83	c Solving Time       :    1390.11
1446.84/1446.83	c Original Problem   :
1446.84/1446.83	c   Problem name     : HOME/instance-2694009-1277899807.wbo
1446.84/1446.83	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1446.84/1446.83	c   Constraints      : 144 initial, 144 maximal
1446.84/1446.83	c Presolved Problem  :
1446.84/1446.83	c   Problem name     : t_HOME/instance-2694009-1277899807.wbo
1446.84/1446.83	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1446.84/1446.83	c   Constraints      : 130 initial, 55558 maximal
1446.84/1446.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1446.84/1446.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   probing          :       0.01          0          0          0          0          0          0          0          0
1446.84/1446.83	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   linear           :       0.00          0          0          0         42          0         14          0          0
1446.84/1446.83	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1446.84/1446.83	c   root node        :          -          6          -          -         12          -          -          -          -
1446.84/1446.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1446.84/1446.83	c   integral         :          0          0          0          0          0          0          0          0          0          0
1446.84/1446.83	c   indicator        :         42          0    4341306          0     872897       3607     431329          0          0          0
1446.84/1446.83	c   knapsack         :          1          0    4708777          0     943427     108258   16933531          0          0          0
1446.84/1446.83	c   setppc           :         39          0    4600491          0     943419     400894    5996522          0          0          0
1446.84/1446.83	c   linear           :         42          0    4199597          0     943419     170244    3575380          0          0          0
1446.84/1446.83	c   logicor          :          6+         0    2266443          0     917333      50721    1141492          0          0          0
1446.84/1446.83	c   bounddisjunction :          0+         0     111365          0          0          3      13134          0          0          0
1446.84/1446.83	c   countsols        :          0          0          0          0     943433          0          0          0          0          0
1446.84/1446.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1446.84/1446.83	c   integral         :       0.00       0.00       0.00       0.00       0.00
1446.84/1446.83	c   indicator        :       0.89       0.00       0.40       0.00       0.49
1446.84/1446.83	c   knapsack         :     153.13       0.00     151.34       0.00       1.79
1446.84/1446.83	c   setppc           :      27.44       0.00      24.15       0.00       3.29
1446.84/1446.83	c   linear           :      35.21       0.00      35.07       0.00       0.14
1446.84/1446.83	c   logicor          :     579.94       0.00     579.76       0.00       0.18
1446.84/1446.83	c   bounddisjunction :       0.13       0.00       0.13       0.00       0.00
1446.84/1446.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1446.84/1446.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
1446.84/1446.83	c   vbounds          :       0.00          2          0          0
1446.84/1446.83	c   rootredcost      :       0.00          0          0          0
1446.84/1446.83	c   pseudoobj        :       5.44    4713499       1312     326808
1446.84/1446.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1446.84/1446.83	c   propagation      :      22.69     731432     731252    3892292       21.1     185322       14.2          -
1446.84/1446.83	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1446.84/1446.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1446.84/1446.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1446.84/1446.83	c   pseudo solution  :       0.01         43         43        212       23.6         17       14.4          -
1446.84/1446.83	c   applied globally :          -          -          -    2063548       15.7          -          -          -
1446.84/1446.83	c   applied locally  :          -          -          -      12399       35.5          -          -          -
1446.84/1446.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1446.84/1446.83	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1446.84/1446.83	c   redcost          :       0.00          0          0          0          0          0
1446.84/1446.83	c   impliedbounds    :       0.00          0          0          0          0          0
1446.84/1446.83	c   intobj           :       0.00          0          0          0          0          0
1446.84/1446.83	c   cgmip            :       0.00          0          0          0          0          0
1446.84/1446.83	c   gomory           :       0.00          0          0          0          0          0
1446.84/1446.83	c   strongcg         :       0.00          0          0          0          0          0
1446.84/1446.83	c   cmir             :       0.00          0          0          0          0          0
1446.84/1446.83	c   flowcover        :       0.00          0          0          0          0          0
1446.84/1446.83	c   clique           :       0.00          0          0          0          0          0
1446.84/1446.83	c   zerohalf         :       0.00          0          0          0          0          0
1446.84/1446.83	c   mcf              :       0.00          0          0          0          0          0
1446.84/1446.83	c   rapidlearning    :       0.00          0          0          0          0          0
1446.84/1446.83	c Pricers            :       Time      Calls       Vars
1446.84/1446.83	c   problem variables:       0.00          0          0
1446.84/1446.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1446.84/1446.83	c   relpscost        :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   pscost           :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   inference        :       6.39     943419          0          0          0          0    1886838
1446.84/1446.83	c   mostinf          :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   leastinf         :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   fullstrong       :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
1446.84/1446.83	c   random           :       0.00          0          0          0          0          0          0
1446.84/1446.83	c Primal Heuristics  :       Time      Calls      Found
1446.84/1446.83	c   LP solutions     :       0.00          -          0
1446.84/1446.83	c   pseudo solutions :       0.18          -         14
1446.84/1446.83	c   oneopt           :       0.08          0          0
1446.84/1446.83	c   trivial          :       0.00          2          0
1446.84/1446.83	c   simplerounding   :       0.00          0          0
1446.84/1446.83	c   zirounding       :       0.00          0          0
1446.84/1446.83	c   rounding         :       0.00          0          0
1446.84/1446.83	c   shifting         :       0.00          0          0
1446.84/1446.83	c   intshifting      :       0.00          0          0
1446.84/1446.83	c   twoopt           :       0.00          0          0
1446.84/1446.83	c   fixandinfer      :       0.00          0          0
1446.84/1446.83	c   feaspump         :       0.00          0          0
1446.84/1446.83	c   coefdiving       :       0.00          0          0
1446.84/1446.83	c   pscostdiving     :       0.00          0          0
1446.84/1446.83	c   fracdiving       :       0.00          0          0
1446.84/1446.83	c   veclendiving     :       0.00          0          0
1446.84/1446.83	c   intdiving        :       0.00          0          0
1446.84/1446.83	c   actconsdiving    :       0.00          0          0
1446.84/1446.83	c   objpscostdiving  :       0.00          0          0
1446.84/1446.83	c   rootsoldiving    :       0.00          0          0
1446.84/1446.83	c   linesearchdiving :       0.00          0          0
1446.84/1446.83	c   guideddiving     :       0.00          0          0
1446.84/1446.83	c   octane           :       0.00          0          0
1446.84/1446.83	c   rens             :       0.00          0          0
1446.84/1446.83	c   rins             :       0.00          0          0
1446.84/1446.83	c   localbranching   :       0.00          0          0
1446.84/1446.83	c   mutation         :       0.00          0          0
1446.84/1446.83	c   crossover        :       0.00          0          0
1446.84/1446.83	c   dins             :       0.00          0          0
1446.84/1446.83	c   undercover       :       0.00          0          0
1446.84/1446.83	c   nlp              :       0.00          0          0
1446.84/1446.83	c   trysol           :       0.00          1          0
1446.84/1446.83	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1446.84/1446.83	c   primal LP        :       0.00          0          0       0.00          -
1446.84/1446.83	c   dual LP          :       0.00          0          0       0.00          -
1446.84/1446.83	c   lex dual LP      :       0.00          0          0       0.00          -
1446.84/1446.83	c   barrier LP       :       0.00          0          0       0.00          -
1446.84/1446.83	c   diving/probing LP:       0.00          0          0       0.00          -
1446.84/1446.83	c   strong branching :       0.00          0          0       0.00          -
1446.84/1446.83	c     (at root node) :          -          0          0       0.00          -
1446.84/1446.83	c   conflict analysis:       0.00          0          0       0.00          -
1446.84/1446.83	c B&B Tree           :
1446.84/1446.83	c   number of runs   :          1
1446.84/1446.83	c   nodes            :    1433611
1446.84/1446.83	c   nodes (total)    :    1433611
1446.84/1446.83	c   nodes left       :          0
1446.84/1446.83	c   max depth        :        141
1446.84/1446.83	c   max depth (total):        141
1446.84/1446.83	c   backtracks       :     531644 (37.1%)
1446.84/1446.83	c   delayed cutoffs  :     368668
1446.84/1446.83	c   repropagations   :    1732928 (8185791 domain reductions, 244904 cutoffs)
1446.84/1446.83	c   avg switch length:      19.84
1446.84/1446.83	c   switching time   :     424.24
1446.84/1446.83	c Solution           :
1446.84/1446.83	c   Solutions found  :         14 (14 improvements)
1446.84/1446.83	c   First Solution   : +3.03000000000000e+02   (in run 1, after 120194 nodes, 47.35 seconds, depth 51, found by <relaxation>)
1446.84/1446.83	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 1433611 nodes, 1390.10 seconds, depth 51, found by <relaxation>)
1446.84/1446.83	c   Dual Bound       : +2.20000000000000e+01
1446.84/1446.83	c   Gap              :       0.00 %
1446.84/1446.83	c   Root Dual Bound  : +0.00000000000000e+00
1446.84/1446.83	c   Root Iterations  :          0
1446.84/1446.89	c Time complete: 1446.94.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694009-1277899807/watcher-2694009-1277899807 -o /tmp/evaluation-result-2694009-1277899807/solver-2694009-1277899807 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694009-1277899807.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.05 2.01 2.00 3/196 2703
/proc/meminfo: memFree=31431956/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=6584 CPUtime=0
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 1038 0 0 0 0 0 0 0 21 0 1 0 131409007 6742016 960 4089446400 4194304 7136930 140736221354752 18446744073709551615 6346856 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2703/statm: 1646 972 254 719 0 925 0

[startup+0.032739 s]
/proc/loadavg: 2.05 2.01 2.00 3/196 2703
/proc/meminfo: memFree=31431956/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=12152 CPUtime=0.02
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 4561 0 0 0 2 0 0 0 22 0 1 0 131409007 12443648 2331 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 3038 2331 403 719 0 2317 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12152

[startup+0.10075 s]
/proc/loadavg: 2.05 2.01 2.00 3/196 2703
/proc/meminfo: memFree=31431956/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=12840 CPUtime=0.09
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 4750 0 0 0 7 2 0 0 22 0 1 0 131409007 13148160 2520 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 3210 2520 403 719 0 2489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12840

[startup+0.300716 s]
/proc/loadavg: 2.05 2.01 2.00 3/196 2703
/proc/meminfo: memFree=31431956/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=14196 CPUtime=0.29
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 5098 0 0 0 23 6 0 0 22 0 1 0 131409007 14536704 2868 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 3549 2868 403 719 0 2828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14196

[startup+0.700634 s]
/proc/loadavg: 2.05 2.01 2.00 3/196 2703
/proc/meminfo: memFree=31431956/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=16916 CPUtime=0.69
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 5778 0 0 0 56 13 0 0 24 0 1 0 131409007 17321984 3548 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 4229 3548 403 719 0 3508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16916

[startup+1.50049 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 2704
/proc/meminfo: memFree=31418432/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=20128 CPUtime=1.49
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 6588 0 0 0 123 26 0 0 25 0 1 0 131409007 20611072 4358 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 5032 4358 403 719 0 4311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20128

[startup+3.10017 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 2704
/proc/meminfo: memFree=31413844/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=25004 CPUtime=3.09
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 7814 0 0 0 260 49 0 0 25 0 1 0 131409007 25604096 5584 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 6251 5584 403 719 0 5530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25004

[startup+6.3006 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 2704
/proc/meminfo: memFree=31406412/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=32404 CPUtime=6.29
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 9661 0 0 0 545 84 0 0 25 0 1 0 131409007 33181696 7431 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 8101 7431 403 719 0 7380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32404

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 2704
/proc/meminfo: memFree=31383576/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=42656 CPUtime=12.69
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 12234 0 0 0 1132 137 0 0 25 0 1 0 131409007 43679744 10004 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 10664 10004 403 719 0 9943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42656

[startup+25.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 2705
/proc/meminfo: memFree=31365508/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=59652 CPUtime=25.49
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 16535 0 0 0 2292 257 0 0 25 0 1 0 131409007 61083648 14283 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 14913 14283 403 719 0 14192 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59652

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 2705
/proc/meminfo: memFree=31341624/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=71652 CPUtime=51.09
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 19522 0 0 0 4723 386 0 0 25 0 1 0 131409007 73371648 17270 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 17913 17270 403 719 0 17192 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71652

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 2707
/proc/meminfo: memFree=31295708/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=117172 CPUtime=102.3
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 30381 0 0 0 9467 763 0 0 25 0 1 0 131409007 119984128 28129 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 29293 28129 404 719 0 28572 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 117172

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2708
/proc/meminfo: memFree=31248408/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=160828 CPUtime=162.29
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 41505 0 0 0 14924 1305 0 0 25 0 1 0 131409007 164687872 39253 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 40207 39253 404 719 0 39486 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160828

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2710
/proc/meminfo: memFree=31220588/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=185516 CPUtime=222.29
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 47772 0 0 0 20552 1677 0 0 25 0 1 0 131409007 189968384 45520 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 46379 45520 406 719 0 45658 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 185516

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2712
/proc/meminfo: memFree=31190396/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=213904 CPUtime=282.3
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 54954 0 0 0 26213 2017 0 0 25 0 1 0 131409007 219037696 52702 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 53476 52702 406 719 0 52755 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 213904

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2713
/proc/meminfo: memFree=31143716/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=238720 CPUtime=342.3
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61057 0 0 0 31944 2286 0 0 25 0 1 0 131409007 244449280 58805 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 59680 58805 406 719 0 58959 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 238720

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2715
/proc/meminfo: memFree=31135856/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240264 CPUtime=402.3
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61454 0 0 0 37639 2591 0 0 25 0 1 0 131409007 246030336 59202 4089446400 4194304 7136930 140736221354752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60066 59202 406 719 0 59345 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 240264

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2716
/proc/meminfo: memFree=31111020/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240264 CPUtime=462.31
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61457 0 0 0 43428 2803 0 0 25 0 1 0 131409007 246030336 59205 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60066 59205 406 719 0 59345 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 240264

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2718
/proc/meminfo: memFree=31091744/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240856 CPUtime=522.3
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61579 0 0 0 49191 3039 0 0 25 0 1 0 131409007 246636544 59327 4089446400 4194304 7136930 140736221354752 18446744073709551615 4431494 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60214 59327 406 719 0 59493 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 240856

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2720
/proc/meminfo: memFree=31071992/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=241276 CPUtime=582.31
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61648 0 0 0 54995 3236 0 0 25 0 1 0 131409007 247066624 59396 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60319 59396 406 719 0 59598 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 241276

[startup+642.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 2795
/proc/meminfo: memFree=31479476/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=241788 CPUtime=642.32
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61746 0 0 0 60790 3442 0 0 25 0 1 0 131409007 247590912 59494 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60447 59494 406 719 0 59726 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 241788

[startup+702.301 s]

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

/proc/meminfo: memFree=31475252/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=243324 CPUtime=822.32
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 61959 0 0 0 78236 3996 0 0 25 0 1 0 131409007 249163776 59707 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999916 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60831 59707 406 719 0 60110 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 243324

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 2804
/proc/meminfo: memFree=31474328/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=243324 CPUtime=882.32
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62000 0 0 0 84085 4147 0 0 25 0 1 0 131409007 249163776 59748 4089446400 4194304 7136930 140736221354752 18446744073709551615 4210335 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60831 59748 406 719 0 60110 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 243324

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 2805
/proc/meminfo: memFree=31473768/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=244020 CPUtime=942.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62116 0 0 0 89846 4387 0 0 25 0 1 0 131409007 249876480 59864 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61005 59864 406 719 0 60284 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 244020

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 2807
/proc/meminfo: memFree=31473196/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=244020 CPUtime=1002.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62177 0 0 0 95656 4577 0 0 25 0 1 0 131409007 249876480 59925 4089446400 4194304 7136930 140736221354752 18446744073709551615 5957310 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61005 59925 406 719 0 60284 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 244020

[startup+1062.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/197 2808
/proc/meminfo: memFree=31472380/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=244968 CPUtime=1062.32
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62349 0 0 0 101472 4760 0 0 25 0 1 0 131409007 250847232 60097 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61242 60097 406 719 0 60521 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 244968

[startup+1122.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 2810
/proc/meminfo: memFree=31471812/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=245388 CPUtime=1122.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62452 0 0 0 107330 4903 0 0 25 0 1 0 131409007 251277312 60200 4089446400 4194304 7136930 140736221354752 18446744073709551615 5001173 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61347 60200 406 719 0 60626 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 245388

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 2812
/proc/meminfo: memFree=31471600/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=244868 CPUtime=1182.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62468 0 0 0 113134 5099 0 0 25 0 1 0 131409007 250744832 60086 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61217 60086 406 719 0 60496 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 244868

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2813
/proc/meminfo: memFree=31471652/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=244928 CPUtime=1242.34
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62617 0 0 0 119014 5220 0 0 25 0 1 0 131409007 250806272 59975 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 61232 59975 406 719 0 60511 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 244928

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 2816
/proc/meminfo: memFree=31473568/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=242544 CPUtime=1302.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62629 0 0 0 124818 5415 0 0 25 0 1 0 131409007 248365056 59373 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60636 59373 406 719 0 59915 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 242544

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 2817
/proc/meminfo: memFree=31473368/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=243308 CPUtime=1362.33
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62794 0 0 0 130686 5547 0 0 25 0 1 0 131409007 249147392 59538 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60827 59538 406 719 0 60106 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 243308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2819
/proc/meminfo: memFree=31471888/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=243704 CPUtime=1422.35
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62880 0 0 0 136591 5644 0 0 25 0 1 0 131409007 249552896 59624 4089446400 4194304 7136930 140736221354752 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60926 59624 406 719 0 60205 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 243704

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2819
/proc/meminfo: memFree=31473856/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240948 CPUtime=1433.54
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62899 0 0 0 137695 5659 0 0 25 0 1 0 131409007 246730752 58933 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60237 58933 406 719 0 59516 0
Current children cumulated CPU time (s) 1433.54
Current children cumulated vsize (KiB) 240948

[startup+1439.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2819
/proc/meminfo: memFree=31473972/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240948 CPUtime=1439.95
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62899 0 0 0 138328 5667 0 0 25 0 1 0 131409007 246730752 58933 4089446400 4194304 7136930 140736221354752 18446744073709551615 4210566 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60237 58933 406 719 0 59516 0
Current children cumulated CPU time (s) 1439.95
Current children cumulated vsize (KiB) 240948

[startup+1443.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474468/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1443.14
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62899 0 0 0 138643 5671 0 0 25 0 1 0 131409007 246202368 58804 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999787 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58804 406 719 0 59387 0
Current children cumulated CPU time (s) 1443.14
Current children cumulated vsize (KiB) 240432

[startup+1444.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474468/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1444.74
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62900 0 0 0 138801 5673 0 0 25 0 1 0 131409007 246202368 58805 4089446400 4194304 7136930 140736221354752 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58805 406 719 0 59387 0
Current children cumulated CPU time (s) 1444.74
Current children cumulated vsize (KiB) 240432

[startup+1445.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474344/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1445.54
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62900 0 0 0 138880 5674 0 0 25 0 1 0 131409007 246202368 58805 4089446400 4194304 7136930 140736221354752 18446744073709551615 5000322 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58805 406 719 0 59387 0
Current children cumulated CPU time (s) 1445.54
Current children cumulated vsize (KiB) 240432

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474344/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1446.34
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62901 0 0 0 138958 5676 0 0 25 0 1 0 131409007 246202368 58806 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58806 406 719 0 59387 0
Current children cumulated CPU time (s) 1446.34
Current children cumulated vsize (KiB) 240432

[startup+1446.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474344/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1446.74
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62901 0 0 0 138998 5676 0 0 25 0 1 0 131409007 246202368 58806 4089446400 4194304 7136930 140736221354752 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58806 406 719 0 59387 0
Current children cumulated CPU time (s) 1446.74
Current children cumulated vsize (KiB) 240432

[startup+1446.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 2820
/proc/meminfo: memFree=31474344/32951124 swapFree=67111528/67111528
[pid=2703] ppid=2701 vsize=240432 CPUtime=1446.84
/proc/2703/stat : 2703 (pbscip.linux.x8) R 2701 2703 2256 0 -1 4202496 62901 0 0 0 139008 5676 0 0 25 0 1 0 131409007 246202368 58806 4089446400 4194304 7136930 140736221354752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2703/statm: 60108 58806 406 719 0 59387 0
Current children cumulated CPU time (s) 1446.84
Current children cumulated vsize (KiB) 240432

Child status: 0
Real time (s): 1446.9
CPU time (s): 1446.95
CPU user time (s): 1390.17
CPU system time (s): 56.7764
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 245396

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

runsolver used 2.20566 second user time and 4.38833 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 14:10:07
IDJOB=2694009
IDBENCH=78866
IDSOLVER=1206
FILE ID=node111/2694009-1277899807
PBS_JOBID= 11197187
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212923--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694009-1277899807/watcher-2694009-1277899807 -o /tmp/evaluation-result-2694009-1277899807/solver-2694009-1277899807 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694009-1277899807.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 814425604e6b100ff397547bbbf81dc9
RANDOM SEED=1824878958

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31432484 kB
Buffers:        185892 kB
Cached:         789264 kB
SwapCached:          0 kB
Active:         801604 kB
Inactive:       575828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31432484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:      402108 kB
Mapped:          20244 kB
Slab:            76992 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653060 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= 74208 MiB
End job on node111 at 2010-06-30 14:34:14