Trace number 2693834

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 1345.85 1345.82

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-33-100-0.wbo
MD5SUM9d49cc96dce2d827c87e3b263591bd09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.524919
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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-2693834-1277895085.wbo>
0.00/0.00	c original problem has 307 variables (238 bin, 0 int, 0 impl, 69 cont) and 171 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, 75 impls, 20 clqs
0.00/0.01	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 3) 1 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 4) 2 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 30 upgd conss, 75 impls, 20 clqs
0.00/0.02	c    (0.0s) probing: 101/237 (42.6%) - 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 (5 rounds):
0.00/0.02	c  2 deleted vars, 5 deleted constraints, 68 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  75 implications, 20 cliques
0.00/0.02	c presolved problem has 305 variables (237 bin, 0 int, 0 impl, 68 cont) and 166 constraints
0.00/0.02	c      68 constraints of type <indicator>
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      68 constraints of type <linear>
0.00/0.02	c      10 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 |     - | 950k|   0 |   - | 305 | 166 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.98/1.05	c   0.9s| 10000 |  7325 |     0 |   0.0 |6670k| 166 |   - | 305 |3520 |   0 |   0 |   0 |6463 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.87	c   2.7s| 20000 | 13021 |     0 |   0.0 |  11M| 166 |   - | 305 |5261 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.12	c   4.9s| 30000 | 18519 |     0 |   0.0 |  17M| 166 |   - | 305 |8963 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
8.29/8.31	c   8.0s| 40000 | 23066 |     0 |   0.0 |  22M| 166 |   - | 305 |  11k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
12.29/12.37	c  11.9s| 50000 | 26167 |     0 |   0.0 |  27M| 166 |   - | 305 |  13k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
17.49/17.58	c  17.0s| 60000 | 28246 |     0 |   0.0 |  29M| 166 |   - | 305 |  11k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
19.69/19.74	c  19.1s| 70000 | 34519 |     0 |   0.0 |  32M| 166 |   - | 305 |7052 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
20.19/20.20	o 535
20.19/20.20	c *19.5s| 76738 | 41229 |     0 |   0.0 |  33M| 166 |   - | 305 |2545 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.350000e+02 |    Inf 
20.19/20.20	o 434
20.19/20.20	c *19.5s| 76739 | 41218 |     0 |   0.0 |  33M| 166 |   - | 305 |2545 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
20.19/20.21	o 360
20.19/20.21	c *19.5s| 76932 | 41398 |     0 |   0.0 |  33M| 166 |   - | 305 |2524 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.600000e+02 |    Inf 
20.19/20.21	o 316
20.19/20.21	c *19.5s| 76933 | 41385 |     0 |   0.0 |  33M| 166 |   - | 305 |2524 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
20.89/20.93	c  20.2s| 80000 | 42752 |     0 |   0.0 |  35M| 166 |   - | 305 |5300 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
25.69/25.76	c  24.9s| 90000 | 45046 |     0 |   0.0 |  42M| 166 |   - | 305 |  14k|   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
32.99/33.04	c  32.1s|100000 | 46143 |     0 |   0.0 |  47M| 166 |   - | 305 |  18k|   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
41.69/41.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.69/41.79	c  40.8s|110000 | 46620 |     0 |   0.0 |  51M| 166 |   - | 305 |  21k|   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
51.29/51.30	c  50.1s|120000 | 46466 |     0 |   0.0 |  55M| 166 |   - | 305 |  23k|   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
61.70/61.70	c  60.4s|130000 | 45976 |     0 |   0.0 |  58M| 166 |   - | 305 |  28k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
75.19/75.21	c  73.8s|140000 | 43291 |     0 |   0.0 |  60M| 166 |   - | 305 |  35k|   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
80.99/81.06	c  79.5s|150000 | 48974 |     0 |   0.0 |  55M| 166 |   - | 305 |8474 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
84.59/84.62	c  83.0s|160000 | 53999 |     0 |   0.0 |  60M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
89.10/89.16	c  87.5s|170000 | 58155 |     0 |   0.0 |  65M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
93.99/94.07	c  92.3s|180000 | 62008 |     0 |   0.0 |  68M| 166 |   - | 305 |  14k|   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
95.09/95.11	c  93.2s|190000 | 71589 |     0 |   0.0 |  68M| 166 |   - | 305 |1686 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
95.09/95.18	o 161
95.09/95.18	c *93.3s|190909 | 71883 |     0 |   0.0 |  68M| 166 |   - | 305 |1637 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 1.610000e+02 |    Inf 
95.39/95.40	o 144
95.39/95.40	c *93.5s|193292 | 73653 |     0 |   0.0 |  69M| 166 |   - | 305 |1826 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
95.50/95.53	o 135
95.50/95.53	c *93.6s|194567 | 74554 |     0 |   0.0 |  70M| 166 |   - | 305 |2011 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
95.99/96.08	o 103
95.99/96.08	c *94.1s|199569 | 77818 |     0 |   0.0 |  71M| 166 |   - | 305 |2547 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
96.09/96.12	c  94.2s|200000 | 78186 |     0 |   0.0 |  71M| 166 |   - | 305 |2571 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
96.19/96.25	o 101
96.19/96.25	c *94.3s|201255 | 78640 |     0 |   0.0 |  72M| 166 |   - | 305 |2699 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
97.19/97.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.19/97.24	c  95.2s|210000 | 85884 |     0 |   0.0 |  76M| 166 |   - | 305 |3515 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
97.80/97.85	o 88
97.80/97.85	c *95.8s|214126 | 88319 |     0 |   0.0 |  77M| 166 |   - | 305 |4264 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
98.09/98.11	o 73
98.09/98.11	c *96.0s|215646 | 84346 |     0 |   0.0 |  76M| 166 |   - | 305 |4388 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
98.89/98.93	c  96.8s|220000 | 87246 |     0 |   0.0 |  78M| 166 |   - | 305 |4119 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
102.09/102.18	c  99.9s|230000 | 91476 |     0 |   0.0 |  84M| 166 |   - | 305 |7151 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
111.89/111.97	c   110s|240000 | 88697 |     0 |   0.0 |  88M| 166 |   - | 305 |  20k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
129.59/129.63	c   127s|250000 | 83880 |     0 |   0.0 |  87M| 166 |   - | 305 |  29k|   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
150.90/150.94	c   148s|260000 | 76542 |     0 |   0.0 |  82M| 166 |   - | 305 |  38k|   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
165.99/166.06	c   163s|270000 | 76281 |     0 |   0.0 |  72M| 166 |   - | 305 |  17k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
174.79/174.90	c   172s|280000 | 78395 |     0 |   0.0 |  76M| 166 |   - | 305 |  18k|   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
184.40/184.44	c   181s|290000 | 79872 |     0 |   0.0 |  80M| 166 |   - | 305 |  22k|   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
195.10/195.17	c   192s|300000 | 81142 |     0 |   0.0 |  83M| 166 |   - | 305 |  25k|   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
205.80/205.86	c   203s|310000 | 82168 |     0 |   0.0 |  87M| 166 |   - | 305 |  29k|   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
217.60/217.67	c   214s|320000 | 82835 |     0 |   0.0 |  90M| 166 |   - | 305 |  33k|   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
222.00/222.08	c   219s|330000 | 90200 |     0 |   0.0 |  85M| 166 |   - | 305 |3777 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
223.49/223.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.49/223.56	c   220s|340000 | 98631 |     0 |   0.0 |  90M| 166 |   - | 305 |4037 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
225.09/225.19	c   221s|350000 |106740 |     0 |   0.0 |  94M| 166 |   - | 305 |4578 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
227.00/227.01	c   223s|360000 |114599 |     0 |   0.0 |  99M| 166 |   - | 305 |5134 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
228.69/228.77	c   225s|370000 |122242 |     0 |   0.0 | 103M| 166 |   - | 305 |5694 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
230.80/230.80	c   227s|380000 |129773 |     0 |   0.0 | 107M| 166 |   - | 305 |6367 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
233.00/233.01	c   229s|390000 |137119 |     0 |   0.0 | 112M| 166 |   - | 305 |6682 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
235.19/235.21	c   231s|400000 |144255 |     0 |   0.0 | 116M| 166 |   - | 305 |6988 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
237.49/237.54	c   233s|410000 |151353 |     0 |   0.0 | 121M| 166 |   - | 305 |7449 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
240.20/240.24	c   236s|420000 |158051 |     0 |   0.0 | 125M| 166 |   - | 305 |8037 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
242.89/242.90	c   239s|430000 |164549 |     0 |   0.0 | 130M| 166 |   - | 305 |8907 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
245.99/246.02	c   242s|440000 |170745 |     0 |   0.0 | 136M| 166 |   - | 305 |9552 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
248.99/249.06	c   244s|450000 |176805 |     0 |   0.0 | 140M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
252.49/252.53	c   248s|460000 |182710 |     0 |   0.0 | 145M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
255.99/256.01	c   251s|470000 |188364 |     0 |   0.0 | 150M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
259.79/259.87	c   255s|480000 |193697 |     0 |   0.0 | 154M| 166 |   - | 305 |  11k|   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
263.90/263.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.90/263.91	c   259s|490000 |198813 |     0 |   0.0 | 159M| 166 |   - | 305 |  12k|   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
268.60/268.60	c   264s|500000 |203366 |     0 |   0.0 | 163M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
273.91/273.99	c   269s|510000 |207271 |     0 |   0.0 | 167M| 166 |   - | 305 |  14k|   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
280.00/280.09	c   275s|520000 |210404 |     0 |   0.0 | 171M| 166 |   - | 305 |  16k|   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
286.40/286.46	c   281s|530000 |213532 |     0 |   0.0 | 172M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
294.30/294.30	c   289s|540000 |212682 |     0 |   0.0 | 170M| 166 |   - | 305 |  16k|   0 |   0 |   0 | 609k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
307.69/307.71	c   302s|550000 |211592 |     0 |   0.0 | 174M| 166 |   - | 305 |  26k|   0 |   0 |   0 | 631k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
324.80/324.88	c   319s|560000 |209714 |     0 |   0.0 | 176M| 166 |   - | 305 |  34k|   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
340.30/340.32	o 41
340.30/340.32	c * 334s|568307 |175455 |     0 |   0.0 | 147M| 166 |   - | 305 |  40k|   0 |   0 |   0 | 672k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
344.10/344.12	c   338s|570000 |174992 |     0 |   0.0 | 142M| 166 |   - | 305 |  22k|   0 |   0 |   0 | 676k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
354.79/354.88	c   349s|580000 |173882 |     0 |   0.0 | 136M| 166 |   - | 305 |4581 |   0 |   0 |   0 | 696k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
358.09/358.18	c   352s|590000 |179239 |     0 |   0.0 | 141M| 166 |   - | 305 |5976 |   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
361.40/361.44	c   355s|600000 |184609 |     0 |   0.0 | 146M| 166 |   - | 305 |6490 |   0 |   0 |   0 | 720k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
363.40/363.49	o 30
363.40/363.49	c * 357s|605340 |176652 |     0 |   0.0 | 140M| 166 |   - | 305 |6843 |   0 |   0 |   0 | 727k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
365.09/365.20	c   359s|610000 |178769 |     0 |   0.0 | 141M| 166 |   - | 305 |5073 |   0 |   0 |   0 | 734k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
368.89/368.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.89/368.90	c   362s|620000 |183146 |     0 |   0.0 | 146M| 166 |   - | 305 |6281 |   0 |   0 |   0 | 748k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
372.69/372.78	c   366s|630000 |187412 |     0 |   0.0 | 150M| 166 |   - | 305 |6188 |   0 |   0 |   0 | 762k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
376.79/376.87	c   370s|640000 |191648 |     0 |   0.0 | 155M| 166 |   - | 305 |7065 |   0 |   0 |   0 | 776k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
381.49/381.54	c   375s|650000 |195079 |     0 |   0.0 | 159M| 166 |   - | 305 |7714 |   0 |   0 |   0 | 792k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
386.09/386.20	c   379s|660000 |198781 |     0 |   0.0 | 163M| 166 |   - | 305 |8402 |   0 |   0 |   0 | 806k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
390.99/391.09	c   384s|670000 |202518 |     0 |   0.0 | 167M| 166 |   - | 305 |8058 |   0 |   0 |   0 | 820k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
396.30/396.39	c   389s|680000 |205446 |     0 |   0.0 | 171M| 166 |   - | 305 |8907 |   0 |   0 |   0 | 836k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
401.90/401.93	c   395s|690000 |208153 |     0 |   0.0 | 175M| 166 |   - | 305 |9263 |   0 |   0 |   0 | 851k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
407.49/407.51	c   400s|700000 |210938 |     0 |   0.0 | 179M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 866k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
412.99/413.04	c   406s|710000 |213419 |     0 |   0.0 | 182M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 882k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
418.69/418.79	c   411s|720000 |215894 |     0 |   0.0 | 186M| 166 |   - | 305 |  10k|   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
425.09/425.10	c   417s|730000 |218231 |     0 |   0.0 | 190M| 166 |   - | 305 |  11k|   0 |   0 |   0 | 913k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
431.20/431.21	c   423s|740000 |220815 |     0 |   0.0 | 194M| 166 |   - | 305 |  12k|   0 |   0 |   0 | 928k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
438.19/438.22	c   430s|750000 |222530 |     0 |   0.0 | 197M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 944k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
445.69/445.71	c   438s|760000 |224025 |     0 |   0.0 | 200M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 960k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
454.20/454.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.20/454.25	c   446s|770000 |224712 |     0 |   0.0 | 203M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 978k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
462.79/462.82	c   454s|780000 |225398 |     0 |   0.0 | 205M| 166 |   - | 305 |  13k|   0 |   0 |   0 | 995k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
471.29/471.38	c   463s|790000 |226017 |     0 |   0.0 | 208M| 166 |   - | 305 |  14k|   0 |   0 |   0 |1013k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
481.00/481.01	c   472s|800000 |226099 |     0 |   0.0 | 210M| 166 |   - | 305 |  15k|   0 |   0 |   0 |1031k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
491.20/491.23	c   482s|810000 |225692 |     0 |   0.0 | 212M| 166 |   - | 305 |  16k|   0 |   0 |   0 |1049k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
502.49/502.51	c   494s|820000 |224928 |     0 |   0.0 | 214M| 166 |   - | 305 |  18k|   0 |   0 |   0 |1068k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
515.10/515.18	c   506s|830000 |223663 |     0 |   0.0 | 216M| 166 |   - | 305 |  20k|   0 |   0 |   0 |1087k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
529.10/529.17	c   520s|840000 |221702 |     0 |   0.0 | 217M| 166 |   - | 305 |  22k|   0 |   0 |   0 |1107k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
544.29/544.36	c   535s|850000 |219134 |     0 |   0.0 | 218M| 166 |   - | 305 |  24k|   0 |   0 |   0 |1127k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
561.11/561.18	c   551s|860000 |216371 |     0 |   0.0 | 215M| 166 |   - | 305 |  14k|   0 |   0 |   0 |1146k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
565.50/565.58	c   556s|870000 |221278 |     0 |   0.0 | 214M| 166 |   - | 305 |7916 |   0 |   0 |   0 |1157k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
568.90/568.95	c   559s|880000 |225864 |     0 |   0.0 | 218M| 166 |   - | 305 |6893 |   0 |   0 |   0 |1166k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
575.00/575.06	c   565s|890000 |227408 |     0 |   0.0 | 220M| 166 |   - | 305 |  12k|   0 |   0 |   0 |1185k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
583.70/583.75	c   573s|900000 |229777 |     0 |   0.0 | 224M| 166 |   - | 305 |  15k|   0 |   0 |   0 |1203k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
592.50/592.56	c   582s|910000 |232518 |     0 |   0.0 | 227M| 166 |   - | 305 |  15k|   0 |   0 |   0 |1220k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
600.79/600.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.79/600.89	c   590s|920000 |235715 |     0 |   0.0 | 230M| 166 |   - | 305 |  16k|   0 |   0 |   0 |1236k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
610.60/610.60	c   599s|930000 |237960 |     0 |   0.0 | 234M| 166 |   - | 305 |  17k|   0 |   0 |   0 |1254k|   0 | 2.000000e+00 | 3.000000e+01 |1400.00%
620.80/620.83	c   609s|940000 |239852 |     0 |   0.0 | 237M| 166 |   - | 305 |  18k|   0 |   0 |   0 |1274k|   0 | 2.000000e+00 | 3.000000e+01 |1400.00%
628.80/628.89	o 27
628.80/628.89	c * 617s|947124 |230949 |     0 |   0.0 | 228M| 166 |   - | 305 |  19k|   0 |   0 |   0 |1288k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
632.10/632.19	c   620s|950000 |231393 |     0 |   0.0 | 230M| 166 |   - | 305 |  19k|   0 |   0 |   0 |1294k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
644.50/644.58	c   632s|960000 |232297 |     0 |   0.0 | 233M| 166 |   - | 305 |  18k|   0 |   0 |   0 |1315k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
657.50/657.50	c   645s|970000 |232789 |     0 |   0.0 | 237M| 166 |   - | 305 |  19k|   0 |   0 |   0 |1336k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
670.80/670.83	c   658s|980000 |233216 |     0 |   0.0 | 240M| 166 |   - | 305 |  21k|   0 |   0 |   0 |1357k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
684.90/684.90	c   671s|990000 |233239 |     0 |   0.0 | 243M| 166 |   - | 305 |  21k|   0 |   0 |   0 |1379k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
699.10/699.19	c   685s|  1000k|233043 |     0 |   0.0 | 246M| 166 |   - | 305 |  22k|   0 |   0 |   0 |1401k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
714.40/714.45	c   700s|  1010k|232668 |     0 |   0.0 | 249M| 166 |   - | 305 |  24k|   0 |   0 |   0 |1424k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
729.70/729.74	c   715s|  1020k|232119 |     0 |   0.0 | 251M| 166 |   - | 305 |  24k|   0 |   0 |   0 |1446k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
746.80/746.83	c   732s|  1030k|230787 |     0 |   0.0 | 253M| 166 |   - | 305 |  25k|   0 |   0 |   0 |1469k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
764.81/764.84	c   750s|  1040k|229157 |     0 |   0.0 | 254M| 166 |   - | 305 |  25k|   0 |   0 |   0 |1493k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
783.70/783.78	c   768s|  1050k|227367 |     0 |   0.0 | 256M| 166 |   - | 305 |  26k|   0 |   0 |   0 |1517k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
785.00/785.04	o 17
785.00/785.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.00/785.04	c * 769s|  1050k|213233 |     0 |   0.0 | 242M| 166 |   - | 305 |  26k|   0 |   0 |   0 |1519k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
804.60/804.66	c   789s|  1060k|210244 |     0 |   0.0 | 243M| 166 |   - | 305 |  26k|   0 |   0 |   0 |1542k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
827.50/827.52	c   811s|  1070k|206380 |     0 |   0.0 | 244M| 166 |   - | 305 |  28k|   0 |   0 |   0 |1567k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
852.80/852.84	c   836s|  1080k|202018 |     0 |   0.0 | 245M| 166 |   - | 305 |  31k|   0 |   0 |   0 |1593k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
881.30/881.32	c   864s|  1090k|197026 |     0 |   0.0 | 245M| 166 |   - | 305 |  34k|   0 |   0 |   0 |1619k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
913.50/913.52	c   896s|  1100k|191336 |     0 |   0.0 | 245M| 166 |   - | 305 |  38k|   0 |   0 |   0 |1644k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
948.90/948.95	c   931s|  1110k|184755 |     0 |   0.0 | 244M| 166 |   - | 305 |  42k|   0 |   0 |   0 |1670k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
979.01/979.05	c   960s|  1120k|180105 |     0 |   0.0 | 237M| 166 |   - | 305 |  23k|   0 |   0 |   0 |1693k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
988.91/988.93	c   970s|  1130k|183542 |     0 |   0.0 | 238M| 166 |   - | 305 |  19k|   0 |   0 |   0 |1707k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
996.71/996.71	c   977s|  1140k|187485 |     0 |   0.0 | 241M| 166 |   - | 305 |  17k|   0 |   0 |   0 |1722k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1004.81/1004.80	c   985s|  1150k|190643 |     0 |   0.0 | 243M| 166 |   - | 305 |  18k|   0 |   0 |   0 |1738k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1012.91/1012.95	c   993s|  1160k|193245 |     0 |   0.0 | 242M| 166 |   - | 305 |  14k|   0 |   0 |   0 |1755k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1019.60/1019.63	c   999s|  1170k|196534 |     0 |   0.0 | 243M| 166 |   - | 305 |  16k|   0 |   0 |   0 |1770k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1026.32/1026.35	c  1006s|  1180k|200474 |     0 |   0.0 | 244M| 166 |   - | 305 |  14k|   0 |   0 |   0 |1783k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1032.81/1032.81	c  1012s|  1190k|204436 |     0 |   0.0 | 246M| 166 |   - | 305 |  12k|   0 |   0 |   0 |1796k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1038.81/1038.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.81/1038.81	c  1017s|  1200k|208060 |     0 |   0.0 | 248M| 166 |   - | 305 |  10k|   0 |   0 |   0 |1809k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1044.51/1044.53	c  1023s|  1210k|210955 |     0 |   0.0 | 252M| 166 |   - | 305 |  10k|   0 |   0 |   0 |1823k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1051.30/1051.30	c  1029s|  1220k|211946 |     0 |   0.0 | 256M| 166 |   - | 305 |  12k|   0 |   0 |   0 |1839k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1054.91/1054.97	c  1032s|  1230k|217164 |     0 |   0.0 | 258M| 166 |   - | 305 |6113 |   0 |   0 |   0 |1849k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1065.91/1065.96	c  1043s|  1240k|213749 |     0 |   0.0 | 260M| 166 |   - | 305 |  15k|   0 |   0 |   0 |1874k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1087.01/1087.10	c  1064s|  1250k|208173 |     0 |   0.0 | 260M| 166 |   - | 305 |  20k|   0 |   0 |   0 |1903k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1113.01/1113.05	c  1089s|  1260k|201124 |     0 |   0.0 | 258M| 166 |   - | 305 |  22k|   0 |   0 |   0 |1932k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1141.21/1141.29	c  1117s|  1270k|193131 |     0 |   0.0 | 253M| 166 |   - | 305 |  24k|   0 |   0 |   0 |1963k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1173.52/1173.53	c  1149s|  1280k|183536 |     0 |   0.0 | 246M| 166 |   - | 305 |  27k|   0 |   0 |   0 |1995k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1208.81/1208.89	c  1184s|  1290k|172925 |     0 |   0.0 | 236M| 166 |   - | 305 |  34k|   0 |   0 |   0 |2027k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1245.81/1245.81	c  1220s|  1300k|163689 |     0 |   0.0 | 222M| 166 |   - | 305 |  24k|   0 |   0 |   0 |2055k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1258.52/1258.59	c  1233s|  1310k|165630 |     0 |   0.0 | 222M| 166 |   - | 305 |  20k|   0 |   0 |   0 |2073k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1270.02/1270.01	c  1244s|  1320k|167815 |     0 |   0.0 | 223M| 166 |   - | 305 |  20k|   0 |   0 |   0 |2089k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1281.92/1281.90	c  1255s|  1330k|169018 |     0 |   0.0 | 224M| 166 |   - | 305 |  19k|   0 |   0 |   0 |2108k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1294.51/1294.58	c  1268s|  1340k|169303 |     0 |   0.0 | 225M| 166 |   - | 305 |  20k|   0 |   0 |   0 |2128k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1308.81/1308.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.81/1308.85	c  1282s|  1350k|168626 |     0 |   0.0 | 225M| 166 |   - | 305 |  22k|   0 |   0 |   0 |2149k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1325.02/1325.06	c  1297s|  1360k|166965 |     0 |   0.0 | 223M| 166 |   - | 305 |  25k|   0 |   0 |   0 |2171k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1341.51/1341.51	c  1313s|  1370k|166577 |     0 |   0.0 | 223M| 166 |   - | 305 |  26k|   0 |   0 |   0 |2191k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1345.72/1345.76	o 2
1345.72/1345.76	c *1318s|  1372k|     0 |     0 |   0.0 |  16M| 166 |   - | 305 |  26k|   0 |   0 |   0 |2195k|   0 | 2.000000e+00 | 2.000000e+00 |   0.00%
1345.72/1345.76	c 
1345.72/1345.76	c SCIP Status        : problem is solved [optimal solution found]
1345.72/1345.76	c Solving Time (sec) : 1317.66
1345.72/1345.76	c Solving Nodes      : 1372393
1345.72/1345.76	c Primal Bound       : +2.00000000000000e+00 (16 solutions)
1345.72/1345.76	c Dual Bound         : +2.00000000000000e+00
1345.72/1345.76	c Gap                : 0.00 %
1345.72/1345.76	s OPTIMUM FOUND
1345.72/1345.76	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 
1345.72/1345.76	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1345.72/1345.76	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1345.72/1345.76	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 
1345.72/1345.76	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 
1345.72/1345.76	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 
1345.72/1345.76	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 
1345.72/1345.76	v -x4 -x3 -x2 -x1 
1345.72/1345.76	c SCIP Status        : problem is solved [optimal solution found]
1345.72/1345.76	c Solving Time       :    1317.66
1345.72/1345.76	c Original Problem   :
1345.72/1345.76	c   Problem name     : HOME/instance-2693834-1277895085.wbo
1345.72/1345.76	c   Variables        : 307 (238 binary, 0 integer, 0 implicit integer, 69 continuous)
1345.72/1345.76	c   Constraints      : 171 initial, 171 maximal
1345.72/1345.76	c Presolved Problem  :
1345.72/1345.76	c   Problem name     : t_HOME/instance-2693834-1277895085.wbo
1345.72/1345.76	c   Variables        : 305 (237 binary, 0 integer, 0 implicit integer, 68 continuous)
1345.72/1345.76	c   Constraints      : 166 initial, 42686 maximal
1345.72/1345.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1345.72/1345.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1345.72/1345.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   probing          :       0.01          0          0          0          0          0          0          0          0
1345.72/1345.76	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1345.72/1345.76	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   linear           :       0.00          0          0          0         68          0          4          1          0
1345.72/1345.76	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1345.72/1345.76	c   root node        :          -          0          -          -          0          -          -          -          -
1345.72/1345.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1345.72/1345.76	c   integral         :          0          0          0          0          0          0          0          0          0          0
1345.72/1345.76	c   indicator        :         68          0    3515270          0     859428       2541     703992          0          0          0
1345.72/1345.76	c   setppc           :         20          0    4032538          0     959534      25584    3223252          0          0          0
1345.72/1345.76	c   linear           :         68          0    4007012          0     959560     437423   18676816          0          0          0
1345.72/1345.76	c   logicor          :         10+         0    2011571          0     958869     137127    1166211          0          0          0
1345.72/1345.76	c   bounddisjunction :          0+         0     396799          0          0         17       1367          0          0          0
1345.72/1345.76	c   countsols        :          0          0          0          0     959574          0          0          0          0          0
1345.72/1345.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1345.72/1345.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
1345.72/1345.76	c   indicator        :       2.49       0.00       1.51       0.00       0.98
1345.72/1345.76	c   setppc           :      10.45       0.00       7.89       0.00       2.56
1345.72/1345.76	c   linear           :     102.91       0.00     102.50       0.00       0.41
1345.72/1345.76	c   logicor          :     594.58       0.00     593.64       0.00       0.94
1345.72/1345.76	c   bounddisjunction :       6.66       0.00       6.66       0.00       0.00
1345.72/1345.76	c   countsols        :       0.11       0.00       0.00       0.00       0.11
1345.72/1345.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1345.72/1345.76	c   vbounds          :       0.47          2          0          0
1345.72/1345.76	c   rootredcost      :       0.54          0          0          0
1345.72/1345.76	c   pseudoobj        :       9.16    4036610       1646     581330
1345.72/1345.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1345.72/1345.76	c   propagation      :      36.32     601796     601741    3444780       25.1     245221       13.5          -
1345.72/1345.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1345.72/1345.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1345.72/1345.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1345.72/1345.76	c   pseudo solution  :       0.00         62         62        142       14.8         20       15.4          -
1345.72/1345.76	c   applied globally :          -          -          -    2150930       17.6          -          -          -
1345.72/1345.76	c   applied locally  :          -          -          -      44735       37.9          -          -          -
1345.72/1345.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1345.72/1345.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1345.72/1345.76	c   redcost          :       0.00          0          0          0          0          0
1345.72/1345.76	c   impliedbounds    :       0.00          0          0          0          0          0
1345.72/1345.76	c   intobj           :       0.00          0          0          0          0          0
1345.72/1345.76	c   cgmip            :       0.00          0          0          0          0          0
1345.72/1345.76	c   gomory           :       0.00          0          0          0          0          0
1345.72/1345.76	c   strongcg         :       0.00          0          0          0          0          0
1345.72/1345.76	c   cmir             :       0.00          0          0          0          0          0
1345.72/1345.76	c   flowcover        :       0.00          0          0          0          0          0
1345.72/1345.76	c   clique           :       0.00          0          0          0          0          0
1345.72/1345.76	c   zerohalf         :       0.00          0          0          0          0          0
1345.72/1345.76	c   mcf              :       0.00          0          0          0          0          0
1345.72/1345.76	c   rapidlearning    :       0.00          0          0          0          0          0
1345.72/1345.76	c Pricers            :       Time      Calls       Vars
1345.72/1345.76	c   problem variables:       0.00          0          0
1345.72/1345.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1345.72/1345.76	c   relpscost        :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   pscost           :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   inference        :       7.50     959558          0          0          0          0    1919116
1345.72/1345.76	c   mostinf          :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   leastinf         :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1345.72/1345.76	c   random           :       0.00          0          0          0          0          0          0
1345.72/1345.76	c Primal Heuristics  :       Time      Calls      Found
1345.72/1345.76	c   LP solutions     :       0.00          -          0
1345.72/1345.76	c   pseudo solutions :       0.70          -         16
1345.72/1345.76	c   oneopt           :       0.31          0          0
1345.72/1345.76	c   trivial          :       0.00          2          0
1345.72/1345.76	c   simplerounding   :       0.00          0          0
1345.72/1345.76	c   zirounding       :       0.00          0          0
1345.72/1345.76	c   rounding         :       0.00          0          0
1345.72/1345.76	c   shifting         :       0.00          0          0
1345.72/1345.76	c   intshifting      :       0.00          0          0
1345.72/1345.76	c   twoopt           :       0.00          0          0
1345.72/1345.76	c   fixandinfer      :       0.00          0          0
1345.72/1345.76	c   feaspump         :       0.00          0          0
1345.72/1345.76	c   coefdiving       :       0.00          0          0
1345.72/1345.76	c   pscostdiving     :       0.00          0          0
1345.72/1345.76	c   fracdiving       :       0.00          0          0
1345.72/1345.76	c   veclendiving     :       0.00          0          0
1345.72/1345.76	c   intdiving        :       0.00          0          0
1345.72/1345.76	c   actconsdiving    :       0.00          0          0
1345.72/1345.76	c   objpscostdiving  :       0.00          0          0
1345.72/1345.76	c   rootsoldiving    :       0.00          0          0
1345.72/1345.76	c   linesearchdiving :       0.00          0          0
1345.72/1345.76	c   guideddiving     :       0.00          0          0
1345.72/1345.76	c   octane           :       0.00          0          0
1345.72/1345.76	c   rens             :       0.00          0          0
1345.72/1345.76	c   rins             :       0.00          0          0
1345.72/1345.76	c   localbranching   :       0.00          0          0
1345.72/1345.76	c   mutation         :       0.00          0          0
1345.72/1345.76	c   crossover        :       0.00          0          0
1345.72/1345.76	c   dins             :       0.00          0          0
1345.72/1345.76	c   undercover       :       0.00          0          0
1345.72/1345.76	c   nlp              :       0.16          0          0
1345.72/1345.76	c   trysol           :       0.18          1          0
1345.72/1345.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1345.72/1345.76	c   primal LP        :       0.00          0          0       0.00          -
1345.72/1345.76	c   dual LP          :       0.00          0          0       0.00          -
1345.72/1345.76	c   lex dual LP      :       0.00          0          0       0.00          -
1345.72/1345.76	c   barrier LP       :       0.00          0          0       0.00          -
1345.72/1345.76	c   diving/probing LP:       0.00          0          0       0.00          -
1345.72/1345.76	c   strong branching :       0.00          0          0       0.00          -
1345.72/1345.76	c     (at root node) :          -          0          0       0.00          -
1345.72/1345.76	c   conflict analysis:       0.00          0          0       0.00          -
1345.72/1345.76	c B&B Tree           :
1345.72/1345.76	c   number of runs   :          1
1345.72/1345.76	c   nodes            :    1372393
1345.72/1345.76	c   nodes (total)    :    1372393
1345.72/1345.76	c   nodes left       :          0
1345.72/1345.76	c   max depth        :        166
1345.72/1345.76	c   max depth (total):        166
1345.72/1345.76	c   backtracks       :     454522 (33.1%)
1345.72/1345.76	c   delayed cutoffs  :     303365
1345.72/1345.76	c   repropagations   :    1489739 (6838411 domain reductions, 191581 cutoffs)
1345.72/1345.76	c   avg switch length:      23.51
1345.72/1345.76	c   switching time   :     432.37
1345.72/1345.76	c Solution           :
1345.72/1345.76	c   Solutions found  :         16 (16 improvements)
1345.72/1345.76	c   First Solution   : +5.35000000000000e+02   (in run 1, after 76738 nodes, 19.51 seconds, depth 125, found by <relaxation>)
1345.72/1345.76	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 1372393 nodes, 1317.11 seconds, depth 58, found by <relaxation>)
1345.72/1345.76	c   Dual Bound       : +2.00000000000000e+00
1345.72/1345.76	c   Gap              :       0.00 %
1345.72/1345.76	c   Root Dual Bound  : +0.00000000000000e+00
1345.72/1345.76	c   Root Iterations  :          0
1345.82/1345.82	c Time complete: 1345.84.

Verifier Data

OK	2

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11149
/proc/meminfo: memFree=31548180/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=8252 CPUtime=0
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 1541 0 0 0 0 0 0 0 25 0 1 0 130805146 8450048 1463 4089446400 4194304 7136930 140736461736976 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11149/statm: 2063 1463 275 719 0 1342 0

[startup+0.101374 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11149
/proc/meminfo: memFree=31548180/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=13044 CPUtime=0.09
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 4773 0 0 0 7 2 0 0 18 0 1 0 130805146 13357056 2543 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11149/statm: 3261 2543 395 719 0 2540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13044

[startup+0.200343 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11149
/proc/meminfo: memFree=31548180/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=14032 CPUtime=0.19
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 5024 0 0 0 15 4 0 0 18 0 1 0 130805146 14368768 2794 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11149/statm: 3508 2794 395 719 0 2787 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14032

[startup+0.300326 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11149
/proc/meminfo: memFree=31548180/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=15020 CPUtime=0.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 5278 0 0 0 24 5 0 0 18 0 1 0 130805146 15380480 3048 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11149/statm: 3755 3048 395 719 0 3034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15020

[startup+0.700255 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11149
/proc/meminfo: memFree=31548180/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=18108 CPUtime=0.69
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 6047 0 0 0 61 8 0 0 18 0 1 0 130805146 18542592 3817 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11149/statm: 4527 3817 395 719 0 3806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18108

[startup+1.50111 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11150
/proc/meminfo: memFree=31532360/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=22224 CPUtime=1.49
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 7085 0 0 0 138 11 0 0 20 0 1 0 130805146 22757376 4855 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11149/statm: 5556 4855 395 719 0 4835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22224

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11150
/proc/meminfo: memFree=31527896/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=27608 CPUtime=3.09
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 8461 0 0 0 291 18 0 0 25 0 1 0 130805146 28270592 6231 4089446400 4194304 7136930 140736461736976 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 6902 6231 395 719 0 6181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27608

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11150
/proc/meminfo: memFree=31518392/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=37464 CPUtime=6.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 10933 0 0 0 599 30 0 0 25 0 1 0 130805146 38363136 8703 4089446400 4194304 7136930 140736461736976 18446744073709551615 4221238 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 9366 8703 395 719 0 8645 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37464

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11150
/proc/meminfo: memFree=31508412/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=45452 CPUtime=12.69
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 12931 0 0 0 1224 45 0 0 25 0 1 0 130805146 46542848 10701 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 11363 10701 395 719 0 10642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45452

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11151
/proc/meminfo: memFree=31488636/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=65228 CPUtime=25.49
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 17930 0 0 0 2468 81 0 0 25 0 1 0 130805146 66793472 15678 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 16307 15678 395 719 0 15586 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65228

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11152
/proc/meminfo: memFree=31470220/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=84036 CPUtime=51.09
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 22531 0 0 0 4994 115 0 0 25 0 1 0 130805146 86052864 20279 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 21009 20279 395 719 0 20288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84036

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11153
/proc/meminfo: memFree=31429268/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=126332 CPUtime=102.3
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 32654 0 0 0 10006 224 0 0 25 0 1 0 130805146 129363968 30402 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 31583 30402 398 719 0 30862 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 126332

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11154
/proc/meminfo: memFree=31424364/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=131156 CPUtime=162.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 33869 0 0 0 15954 275 0 0 25 0 1 0 130805146 134303744 31617 4089446400 4194304 7136930 140736461736976 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 32789 31617 398 719 0 32068 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131156

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11156
/proc/meminfo: memFree=31418844/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=137216 CPUtime=222.3
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 35300 0 0 0 21876 354 0 0 25 0 1 0 130805146 140509184 33048 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 34304 33048 398 719 0 33583 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137216

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 11158
/proc/meminfo: memFree=31325792/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=233616 CPUtime=282.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 58686 0 0 0 27693 536 0 0 25 0 1 0 130805146 239222784 56434 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 58404 56434 398 719 0 57683 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 233616

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 11160
/proc/meminfo: memFree=31312836/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=245928 CPUtime=342.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 61755 0 0 0 33634 595 0 0 25 0 1 0 130805146 251830272 59503 4089446400 4194304 7136930 140736461736976 18446744073709551615 4393377 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11149/statm: 61482 59503 398 719 0 60761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 245928

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 10/197 11161
/proc/meminfo: memFree=31297652/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=262020 CPUtime=402.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 65786 0 0 0 39498 731 0 0 25 0 1 0 130805146 268308480 63534 4089446400 4194304 7136930 140736461736976 18446744073709551615 4209090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 65505 63534 398 719 0 64784 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 262020

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11162
/proc/meminfo: memFree=31269176/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=289392 CPUtime=462.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 72691 0 0 0 45394 835 0 0 25 0 1 0 130805146 296337408 70439 4089446400 4194304 7136930 140736461736976 18446744073709551615 4408827 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 72348 70439 398 719 0 71627 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 289392

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11164
/proc/meminfo: memFree=31260200/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=298272 CPUtime=522.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 74920 0 0 0 51319 910 0 0 25 0 1 0 130805146 305430528 72668 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11149/statm: 74568 72668 398 719 0 73847 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 298272

[startup+582.301 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 11205
/proc/meminfo: memFree=31394440/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=307084 CPUtime=582.29
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 77132 0 0 0 57154 1075 0 0 25 0 1 0 130805146 314454016 74880 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 76771 74880 398 719 0 76050 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 307084

[startup+642.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 11207
/proc/meminfo: memFree=31243776/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=321996 CPUtime=642.3
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 80881 0 0 0 62979 1251 0 0 25 0 1 0 130805146 329723904 78629 4089446400 4194304 7136930 140736461736976 18446744073709551615 6215715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 80499 78629 398 719 0 79778 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 321996

[startup+702.301 s]

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

/proc/meminfo: memFree=31099136/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=327320 CPUtime=702.3
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 82237 0 0 0 68844 1386 0 0 25 0 1 0 130805146 335175680 79985 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 81830 79985 398 719 0 81109 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 327320

[startup+762.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 11209
/proc/meminfo: memFree=30952512/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=335580 CPUtime=762.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 84154 0 0 0 74707 1524 0 0 25 0 1 0 130805146 343633920 81902 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 83895 81902 398 719 0 83174 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 335580

[startup+822.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 11211
/proc/meminfo: memFree=30817920/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=336064 CPUtime=822.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 84282 0 0 0 80589 1642 0 0 25 0 1 0 130805146 344129536 82030 4089446400 4194304 7136930 140736461736976 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 84016 82030 398 719 0 83295 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 336064

[startup+882.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11213
/proc/meminfo: memFree=30683440/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=340812 CPUtime=882.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 85388 0 0 0 86487 1744 0 0 25 0 1 0 130805146 348991488 83136 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 85203 83136 398 719 0 84482 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 340812

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11215
/proc/meminfo: memFree=30560368/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=345816 CPUtime=942.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 86607 0 0 0 92398 1833 0 0 25 0 1 0 130805146 354115584 84355 4089446400 4194304 7136930 140736461736976 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 86454 84355 398 719 0 85733 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 345816

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11216
/proc/meminfo: memFree=30429356/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=348092 CPUtime=1002.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 87105 0 0 0 98258 1973 0 0 25 0 1 0 130805146 356446208 84853 4089446400 4194304 7136930 140736461736976 18446744073709551615 5953128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 87023 84853 398 719 0 86302 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 348092

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11217
/proc/meminfo: memFree=30303324/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=354688 CPUtime=1062.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 88784 0 0 0 103953 2278 0 0 25 0 1 0 130805146 363200512 86532 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88672 86532 398 719 0 87951 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 354688

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11219
/proc/meminfo: memFree=30182488/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355588 CPUtime=1122.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89010 0 0 0 109835 2396 0 0 25 0 1 0 130805146 364122112 86758 4089446400 4194304 7136930 140736461736976 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88897 86758 398 719 0 88176 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 355588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11221
/proc/meminfo: memFree=30082240/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355588 CPUtime=1182.32
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89010 0 0 0 115745 2487 0 0 25 0 1 0 130805146 364122112 86758 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88897 86758 398 719 0 88176 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 355588

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11223
/proc/meminfo: memFree=30005832/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1242.32
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 121669 2563 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 355800

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11224
/proc/meminfo: memFree=29926308/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1302.31
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 127514 2717 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 355800

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

[startup+1305.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11224
/proc/meminfo: memFree=29921844/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1305.62
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 127837 2725 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1305.62
Current children cumulated vsize (KiB) 355800

[startup+1331.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29889092/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1331.21
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 130338 2783 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1331.21
Current children cumulated vsize (KiB) 355800

[startup+1337.6 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29880652/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1337.62
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 130968 2794 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1337.62
Current children cumulated vsize (KiB) 355800

[startup+1340.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29877676/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1340.82
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 131280 2802 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1340.82
Current children cumulated vsize (KiB) 355800

[startup+1344 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29872836/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1344.01
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 131591 2810 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1344.01
Current children cumulated vsize (KiB) 355800

[startup+1344.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29871224/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1344.81
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 131669 2812 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1344.81
Current children cumulated vsize (KiB) 355800

[startup+1345.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29869488/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=355800 CPUtime=1345.62
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89044 0 0 0 131749 2813 0 0 25 0 1 0 130805146 364339200 86792 4089446400 4194304 7136930 140736461736976 18446744073709551615 6122358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11149/statm: 88950 86792 398 719 0 88229 0
Current children cumulated CPU time (s) 1345.62
Current children cumulated vsize (KiB) 355800

[startup+1345.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11225
/proc/meminfo: memFree=29869488/32950928 swapFree=67111528/67111528
[pid=11149] ppid=11147 vsize=340276 CPUtime=1345.82
/proc/11149/stat : 11149 (pbscip.linux.x8) R 11147 11149 8976 0 -1 4202496 89049 0 0 0 131769 2813 0 0 18 0 1 0 130805146 348442624 82918 4089446400 4194304 7136930 140736461736976 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11149/statm: 85069 82918 403 719 0 84348 0
Current children cumulated CPU time (s) 1345.82
Current children cumulated vsize (KiB) 340276

Child status: 0
Real time (s): 1345.82
CPU time (s): 1345.85
CPU user time (s): 1317.7
CPU system time (s): 28.1427
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 355800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1317.7
system time used= 28.1427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89056
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= 6
involuntary context switches= 13375

runsolver used 1.9707 second user time and 4.15937 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 12:51:25
IDJOB=2693834
IDBENCH=78746
IDSOLVER=1206
FILE ID=node125/2693834-1277895085
PBS_JOBID= 11197103
Free space on /tmp= 74204 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.1111213868--soft-33-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-2693834-1277895085/watcher-2693834-1277895085 -o /tmp/evaluation-result-2693834-1277895085/solver-2693834-1277895085 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693834-1277895085.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9d49cc96dce2d827c87e3b263591bd09
RANDOM SEED=791989460

node125.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.07
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.77
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.75
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.74
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:     32950928 kB
MemFree:      31548708 kB
Buffers:        178076 kB
Cached:         785588 kB
SwapCached:          0 kB
Active:         712108 kB
Inactive:       547712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31548708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3396 kB
Writeback:           0 kB
AnonPages:      295796 kB
Mapped:          20352 kB
Slab:            78036 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1638616 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= 74200 MiB
End job on node125 at 2010-06-30 13:13:51