Trace number 2693901

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 solverMSAT (TO) 1800.12 1800.07

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-66-100-0.wbo
MD5SUM960bc2a8059baa29bab251cd640f5046
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark0.167973
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 1248
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-2693901-1277896814.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.19/1.22	c   1.1s| 10000 |  7418 |     0 |   0.0 |6305k| 141 |   - | 253 |3275 |   0 |   0 |   0 |5239 |   0 | 0.000000e+00 |      --      |    Inf 
3.30/3.32	c   3.1s| 20000 | 13026 |     0 |   0.0 |  10M| 141 |   - | 253 |3149 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.59/5.67	c   5.4s| 30000 | 18381 |     0 |   0.0 |  16M| 141 |   - | 253 |7271 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
8.69/8.74	c   8.3s| 40000 | 23025 |     0 |   0.0 |  21M| 141 |   - | 253 |9661 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
12.60/12.60	c  12.1s| 50000 | 26582 |     0 |   0.0 |  26M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
17.40/17.47	c  16.9s| 60000 | 28815 |     0 |   0.0 |  31M| 141 |   - | 253 |  16k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
20.90/20.95	c  20.2s| 70000 | 33990 |     0 |   0.0 |  30M| 141 |   - | 253 |2666 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
22.29/22.33	c  21.5s| 80000 | 41493 |     0 |   0.0 |  34M| 141 |   - | 253 |3072 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
24.99/25.07	c  24.2s| 90000 | 46033 |     0 |   0.0 |  39M| 141 |   - | 253 |6704 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
30.09/30.14	c  29.1s|100000 | 47464 |     0 |   0.0 |  43M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
36.30/36.35	c  35.2s|110000 | 48511 |     0 |   0.0 |  48M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
43.79/43.85	c  42.6s|120000 | 48740 |     0 |   0.0 |  51M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
52.49/52.56	c  51.2s|130000 | 48078 |     0 |   0.0 |  54M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
62.19/62.21	c  60.7s|140000 | 47033 |     0 |   0.0 |  57M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
73.79/73.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.79/73.88	c  72.3s|150000 | 45846 |     0 |   0.0 |  55M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
76.09/76.14	c  74.4s|160000 | 53510 |     0 |   0.0 |  54M| 141 |   - | 253 |4536 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
77.89/77.99	c  76.2s|170000 | 60558 |     0 |   0.0 |  58M| 141 |   - | 253 |4896 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
79.99/80.00	c  78.1s|180000 | 67299 |     0 |   0.0 |  62M| 141 |   - | 253 |5278 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
82.09/82.11	c  80.2s|190000 | 73910 |     0 |   0.0 |  66M| 141 |   - | 253 |5881 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
84.40/84.40	c  82.4s|200000 | 80275 |     0 |   0.0 |  70M| 141 |   - | 253 |6318 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
85.19/85.21	o 372
85.19/85.21	c *83.2s|203166 | 82109 |     0 |   0.0 |  71M| 141 |   - | 253 |6376 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 3.720000e+02 |    Inf 
87.10/87.17	c  85.1s|210000 | 85639 |     0 |   0.0 |  74M| 141 |   - | 253 |6963 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.720000e+02 |    Inf 
90.20/90.25	c  88.0s|220000 | 90501 |     0 |   0.0 |  78M| 141 |   - | 253 |7550 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 3.720000e+02 |    Inf 
93.69/93.75	c  91.4s|230000 | 94728 |     0 |   0.0 |  82M| 141 |   - | 253 |8473 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.720000e+02 |    Inf 
94.80/94.84	o 290
94.80/94.84	c *92.5s|232795 | 95725 |     0 |   0.0 |  83M| 141 |   - | 253 |8732 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
97.99/98.01	c  95.6s|240000 | 97656 |     0 |   0.0 |  86M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
103.50/103.57	c   101s|250000 | 98772 |     0 |   0.0 |  89M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
115.19/115.23	c   112s|260000 | 94189 |     0 |   0.0 |  89M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
131.80/131.87	c   129s|270000 | 88172 |     0 |   0.0 |  85M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
149.50/149.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.50/149.54	c   146s|280000 | 83231 |     0 |   0.0 |  77M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
152.69/152.75	o 167
152.69/152.75	c * 150s|284988 | 86063 |     0 |   0.0 |  73M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
154.40/154.40	c   151s|290000 | 88994 |     0 |   0.0 |  74M| 141 |   - | 253 |8257 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
157.20/157.27	c   154s|300000 | 94787 |     0 |   0.0 |  77M| 141 |   - | 253 |7789 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
160.09/160.15	c   157s|310000 |100545 |     0 |   0.0 |  81M| 141 |   - | 253 |8115 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
163.00/163.02	c   160s|320000 |106304 |     0 |   0.0 |  84M| 141 |   - | 253 |8611 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
166.10/166.16	c   163s|330000 |111777 |     0 |   0.0 |  87M| 141 |   - | 253 |9158 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
169.40/169.45	c   166s|340000 |117093 |     0 |   0.0 |  91M| 141 |   - | 253 |9760 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
172.90/172.98	c   169s|350000 |122126 |     0 |   0.0 |  94M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
176.70/176.75	c   173s|360000 |126875 |     0 |   0.0 |  97M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
180.60/180.67	c   177s|370000 |131427 |     0 |   0.0 | 101M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
184.80/184.80	c   181s|380000 |135929 |     0 |   0.0 | 104M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
189.29/189.38	c   185s|390000 |139934 |     0 |   0.0 | 107M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
194.00/194.07	c   190s|400000 |143965 |     0 |   0.0 | 110M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
199.10/199.13	c   195s|410000 |147744 |     0 |   0.0 | 113M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
204.29/204.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.29/204.38	c   200s|420000 |151345 |     0 |   0.0 | 116M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
209.70/209.78	c   205s|430000 |154999 |     0 |   0.0 | 119M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
215.50/215.60	c   211s|440000 |158442 |     0 |   0.0 | 122M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
221.70/221.75	c   217s|450000 |161659 |     0 |   0.0 | 125M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
228.10/228.20	c   223s|460000 |164547 |     0 |   0.0 | 126M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
232.29/232.30	o 149
232.29/232.30	c * 227s|466512 |166259 |     0 |   0.0 | 128M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
234.30/234.38	c   229s|470000 |167456 |     0 |   0.0 | 129M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
241.30/241.33	c   236s|480000 |169842 |     0 |   0.0 | 130M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
246.00/246.04	o 124
246.00/246.04	c * 241s|486429 |170706 |     0 |   0.0 | 131M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
246.30/246.35	o 119
246.30/246.35	c * 241s|486904 |170411 |     0 |   0.0 | 131M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
248.80/248.88	c   243s|490000 |170791 |     0 |   0.0 | 131M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
256.70/256.78	c   251s|500000 |172284 |     0 |   0.0 | 132M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
260.50/260.56	o 107
260.50/260.56	c * 255s|504266 |172185 |     0 |   0.0 | 132M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
265.80/265.87	c   260s|510000 |172111 |     0 |   0.0 | 134M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 529k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
276.50/276.53	c   271s|520000 |170919 |     0 |   0.0 | 135M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
283.80/283.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.80/283.89	c   278s|530000 |174377 |     0 |   0.0 | 136M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 554k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
289.50/289.52	c   283s|540000 |177674 |     0 |   0.0 | 139M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 563k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
294.81/294.89	c   289s|550000 |181016 |     0 |   0.0 | 143M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
300.41/300.45	c   294s|560000 |184156 |     0 |   0.0 | 147M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 580k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
305.90/305.97	c   300s|570000 |187360 |     0 |   0.0 | 150M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 589k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
311.40/311.48	c   305s|580000 |190543 |     0 |   0.0 | 154M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 597k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
317.30/317.36	c   311s|590000 |193508 |     0 |   0.0 | 157M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 606k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
323.41/323.47	c   317s|600000 |196344 |     0 |   0.0 | 161M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 615k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
330.01/330.04	c   323s|610000 |198822 |     0 |   0.0 | 164M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 624k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
336.90/336.96	c   330s|620000 |201229 |     0 |   0.0 | 167M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 634k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
344.20/344.26	c   337s|630000 |203322 |     0 |   0.0 | 170M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 644k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
351.30/351.38	c   344s|640000 |205661 |     0 |   0.0 | 174M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
359.41/359.44	c   352s|650000 |207143 |     0 |   0.0 | 177M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 665k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
366.21/366.22	o 99
366.21/366.22	c * 359s|657655 |207588 |     0 |   0.0 | 179M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 673k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
368.21/368.24	c   361s|660000 |207886 |     0 |   0.0 | 179M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 676k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
377.20/377.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.20/377.21	c   370s|670000 |208961 |     0 |   0.0 | 182M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 687k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
386.20/386.28	c   379s|680000 |210001 |     0 |   0.0 | 185M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 698k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
394.91/394.97	c   387s|690000 |211392 |     0 |   0.0 | 188M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 709k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
404.41/404.47	c   396s|700000 |212074 |     0 |   0.0 | 191M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 721k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
414.71/414.76	c   407s|710000 |212249 |     0 |   0.0 | 193M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 733k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
425.40/425.46	c   417s|720000 |212494 |     0 |   0.0 | 195M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 745k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
436.41/436.44	c   428s|730000 |212605 |     0 |   0.0 | 197M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 757k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
447.80/447.88	c   439s|740000 |212750 |     0 |   0.0 | 199M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 770k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
459.61/459.63	c   451s|750000 |212920 |     0 |   0.0 | 202M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 783k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
472.40/472.49	c   464s|760000 |212557 |     0 |   0.0 | 204M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 796k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
485.71/485.70	c   477s|770000 |212403 |     0 |   0.0 | 207M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 809k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
500.60/500.61	c   492s|780000 |211302 |     0 |   0.0 | 208M| 141 |   - | 253 |  31k|   0 |   0 |   0 | 823k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
515.40/515.42	c   506s|790000 |210606 |     0 |   0.0 | 210M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 837k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
531.71/531.78	c   522s|800000 |209099 |     0 |   0.0 | 211M| 141 |   - | 253 |  35k|   0 |   0 |   0 | 852k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
549.41/549.42	c   540s|810000 |206950 |     0 |   0.0 | 211M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 867k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
569.41/569.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.41/569.47	c   560s|820000 |202420 |     0 |   0.0 | 208M| 141 |   - | 253 |  37k|   0 |   0 |   0 | 883k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
587.41/587.47	c   578s|830000 |202060 |     0 |   0.0 | 206M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
602.51/602.59	c   593s|840000 |200713 |     0 |   0.0 | 207M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 911k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
617.81/617.80	c   608s|850000 |199052 |     0 |   0.0 | 209M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 925k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
633.72/633.72	c   624s|860000 |197160 |     0 |   0.0 | 210M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 938k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
650.21/650.24	c   640s|870000 |194837 |     0 |   0.0 | 211M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 952k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
667.01/667.09	c   657s|880000 |192471 |     0 |   0.0 | 212M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 966k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
685.22/685.28	c   675s|890000 |189451 |     0 |   0.0 | 212M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 981k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
703.31/703.35	c   693s|900000 |186689 |     0 |   0.0 | 213M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 995k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
723.11/723.15	c   712s|910000 |183200 |     0 |   0.0 | 212M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1010k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
744.11/744.17	c   733s|920000 |179431 |     0 |   0.0 | 211M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1026k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
765.52/765.57	c   754s|930000 |175894 |     0 |   0.0 | 209M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1041k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
789.41/789.40	c   778s|940000 |171454 |     0 |   0.0 | 208M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1057k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
814.32/814.32	c   803s|950000 |167003 |     0 |   0.0 | 206M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1074k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
841.42/841.45	c   830s|960000 |162100 |     0 |   0.0 | 203M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1091k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
871.61/871.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.61/871.67	c   860s|970000 |156382 |     0 |   0.0 | 200M| 141 |   - | 253 |  48k|   0 |   0 |   0 |1108k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
904.41/904.41	c   892s|980000 |148823 |     0 |   0.0 | 193M| 141 |   - | 253 |  50k|   0 |   0 |   0 |1126k|   0 | 1.000000e+00 | 9.900000e+01 |9800.00%
914.92/914.91	o 83
914.92/914.91	c * 903s|984532 |122490 |     0 |   0.0 | 158M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1132k|   0 | 1.000000e+00 | 8.300000e+01 |8200.00%
915.31/915.32	o 72
915.31/915.32	c * 903s|984591 |117805 |     0 |   0.0 | 151M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1132k|   0 | 1.000000e+00 | 7.200000e+01 |7100.00%
921.62/921.64	o 15
921.62/921.64	c * 909s|987692 | 49141 |     0 |   0.0 |  80M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1144k|   0 | 1.000000e+00 | 1.500000e+01 |1400.00%
935.22/935.21	c   923s|990000 | 26394 |     0 |   0.0 |  56M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1165k|   0 | 1.000000e+00 | 1.500000e+01 |1400.00%
943.32/943.35	c   931s|  1000k| 22697 |     0 |   0.0 |  34M| 141 |   - | 253 |8118 |   0 |   0 |   0 |1176k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
951.32/951.34	c   939s|  1010k| 19100 |     0 |   0.0 |  33M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1194k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
958.12/958.17	c   945s|  1020k| 18531 |     0 |   0.0 |  25M| 141 |   - | 253 |9209 |   0 |   0 |   0 |1208k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
961.82/961.82	c   949s|  1030k| 24069 |     0 |   0.0 |  30M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1216k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
967.12/967.17	c   954s|  1040k| 27014 |     0 |   0.0 |  34M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1228k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
975.12/975.12	c   962s|  1050k| 27566 |     0 |   0.0 |  36M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1244k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
981.23/981.27	c   968s|  1060k| 28846 |     0 |   0.0 |  35M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1258k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
986.32/986.32	c   973s|  1070k| 33136 |     0 |   0.0 |  40M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1271k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
993.02/993.07	c   980s|  1080k| 35963 |     0 |   0.0 |  44M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1285k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1002.02/1002.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.02/1002.08	c   988s|  1090k| 36928 |     0 |   0.0 |  48M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1302k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1012.53/1012.53	c   999s|  1100k| 36496 |     0 |   0.0 |  51M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1319k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1024.42/1024.47	c  1011s|  1110k| 34705 |     0 |   0.0 |  52M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1337k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1038.52/1038.52	c  1024s|  1120k| 32197 |     0 |   0.0 |  48M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1356k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1045.63/1045.66	c  1032s|  1130k| 33960 |     0 |   0.0 |  51M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1372k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1056.72/1056.78	c  1043s|  1140k| 33491 |     0 |   0.0 |  55M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1390k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1074.02/1074.04	c  1060s|  1150k| 30196 |     0 |   0.0 |  57M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1412k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1096.73/1096.71	c  1082s|  1160k| 24185 |     0 |   0.0 |  54M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1435k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1122.63/1122.62	c  1108s|  1170k| 17176 |     0 |   0.0 |  45M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1459k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1126.52/1126.58	c  1112s|  1180k| 24492 |     0 |   0.0 |  42M| 141 |   - | 253 |9400 |   0 |   0 |   0 |1465k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1132.13/1132.19	c  1117s|  1190k| 26154 |     0 |   0.0 |  44M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1480k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1148.63/1148.65	c  1134s|  1200k| 16508 |     0 |   0.0 |  28M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1505k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1153.83/1153.80	c  1139s|  1210k| 22196 |     0 |   0.0 |  28M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1515k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1159.12/1159.10	c  1144s|  1220k| 26962 |     0 |   0.0 |  32M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1526k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1165.33/1165.33	c  1150s|  1230k| 30920 |     0 |   0.0 |  35M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1539k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1173.43/1173.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1173.43/1173.47	c  1158s|  1240k| 33117 |     0 |   0.0 |  37M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1555k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1183.64/1183.65	c  1168s|  1250k| 33695 |     0 |   0.0 |  41M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1573k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1190.63/1190.69	c  1175s|  1260k| 38087 |     0 |   0.0 |  42M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1584k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1195.63/1195.68	c  1180s|  1270k| 42307 |     0 |   0.0 |  46M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1597k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1203.33/1203.35	c  1187s|  1280k| 44645 |     0 |   0.0 |  51M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1616k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1213.93/1213.99	c  1198s|  1290k| 45962 |     0 |   0.0 |  55M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1636k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1227.53/1227.52	c  1211s|  1300k| 46591 |     0 |   0.0 |  59M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1656k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1243.63/1243.66	c  1227s|  1310k| 46567 |     0 |   0.0 |  63M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1678k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1262.23/1262.21	c  1246s|  1320k| 45886 |     0 |   0.0 |  65M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1700k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1281.23/1281.29	c  1265s|  1330k| 45081 |     0 |   0.0 |  68M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1722k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1303.63/1303.68	c  1287s|  1340k| 42768 |     0 |   0.0 |  68M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1745k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1323.44/1323.41	c  1306s|  1350k| 43411 |     0 |   0.0 |  66M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1763k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1332.04/1332.10	c  1315s|  1360k| 48090 |     0 |   0.0 |  67M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1776k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1339.74/1339.78	c  1323s|  1370k| 52112 |     0 |   0.0 |  71M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1790k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1349.44/1349.46	c  1332s|  1380k| 53878 |     0 |   0.0 |  74M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1808k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1356.83/1356.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.83/1356.80	c  1339s|  1390k| 57251 |     0 |   0.0 |  76M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1822k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1373.83/1373.81	c  1356s|  1400k| 53674 |     0 |   0.0 |  78M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1850k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1401.13/1401.15	c  1383s|  1410k| 48031 |     0 |   0.0 |  76M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1880k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1436.04/1436.03	c  1418s|  1420k| 41576 |     0 |   0.0 |  72M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1909k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1467.83/1467.87	c  1450s|  1430k| 38065 |     0 |   0.0 |  63M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1933k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1487.84/1487.88	c  1470s|  1440k| 38196 |     0 |   0.0 |  62M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1953k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1506.53/1506.58	c  1488s|  1450k| 37174 |     0 |   0.0 |  63M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1975k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1525.13/1525.17	c  1507s|  1460k| 35688 |     0 |   0.0 |  64M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1997k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1544.24/1544.24	c  1526s|  1470k| 34176 |     0 |   0.0 |  65M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2019k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1562.34/1562.30	c  1543s|  1480k| 33405 |     0 |   0.0 |  65M| 141 |   - | 253 |  35k|   0 |   0 |   0 |2040k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1572.44/1572.40	c  1553s|  1490k| 38041 |     0 |   0.0 |  64M| 141 |   - | 253 |  20k|   0 |   0 |   0 |2052k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1587.73/1587.70	c  1569s|  1500k| 33996 |     0 |   0.0 |  58M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2077k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1608.54/1608.53	c  1589s|  1510k| 30412 |     0 |   0.0 |  55M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2103k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1637.14/1637.15	c  1618s|  1520k| 25184 |     0 |   0.0 |  53M| 141 |   - | 253 |  42k|   0 |   0 |   0 |2130k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1670.14/1670.17	c  1651s|  1530k| 18974 |     0 |   0.0 |  50M| 141 |   - | 253 |  52k|   0 |   0 |   0 |2159k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1690.04/1690.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1690.04/1690.07	c  1670s|  1540k| 21487 |     0 |   0.0 |  46M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2174k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1706.24/1706.24	c  1686s|  1550k| 22023 |     0 |   0.0 |  48M| 141 |   - | 253 |  29k|   0 |   0 |   0 |2193k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1724.55/1724.56	c  1705s|  1560k| 18440 |     0 |   0.0 |  45M| 141 |   - | 253 |  33k|   0 |   0 |   0 |2217k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1748.85/1748.80	c  1729s|  1570k| 13663 |     0 |   0.0 |  35M| 141 |   - | 253 |  33k|   0 |   0 |   0 |2242k|   0 | 1.100000e+01 | 1.500000e+01 |  36.36%
1771.94/1771.98	c  1752s|  1580k|  9752 |     0 |   0.0 |  34M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2266k|   0 | 1.100000e+01 | 1.500000e+01 |  36.36%
1788.84/1788.80	c  1768s|  1590k|  9163 |     0 |   0.0 |  30M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2283k|   0 | 1.100000e+01 | 1.500000e+01 |  36.36%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1779.49
1800.05/1800.00	c Solving Nodes      : 1597139
1800.05/1800.00	c Primal Bound       : +1.50000000000000e+01 (11 solutions)
1800.05/1800.00	c Dual Bound         : +1.10000000000000e+01
1800.05/1800.00	c Gap                : 36.36 %
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1800.05/1800.01	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
1800.05/1800.01	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.05/1800.01	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 
1800.05/1800.01	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 
1800.05/1800.01	v x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.05/1800.01	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 
1800.05/1800.01	v -x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1779.49
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693901-1277896814.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693901-1277896814.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 130 initial, 53592 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :         42          0    4547268          0     931397       3878     626085          0          0          0
1800.05/1800.01	c   knapsack         :          1          0    5093294          0    1036191     109443   18290079          0          0          0
1800.05/1800.01	c   setppc           :         39          0    4983822          0    1036186     484130    5746107          0          0          0
1800.05/1800.01	c   linear           :         42          0    4499705          0    1036185     171326    3395725          0          0          0
1800.05/1800.01	c   logicor          :          6+         0    2253362          0    1032134      26904     996876          0          0          0
1800.05/1800.01	c   bounddisjunction :          0+         0     216423          0          0          2       9486          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    1036196          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       3.15       0.00       2.21       0.00       0.94
1800.05/1800.01	c   knapsack         :     166.44       0.00     163.59       0.00       2.85
1800.05/1800.01	c   setppc           :      33.36       0.00      29.46       0.00       3.90
1800.05/1800.01	c   linear           :      37.16       0.00      36.52       0.00       0.64
1800.05/1800.01	c   logicor          :     772.40       0.00     771.61       0.00       0.79
1800.05/1800.01	c   bounddisjunction :       0.38       0.00       0.38       0.00       0.00
1800.05/1800.01	c   countsols        :       0.15       0.00       0.00       0.00       0.15
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       1.11          2          0          0
1800.05/1800.01	c   rootredcost      :       1.18          0          0          0
1800.05/1800.01	c   pseudoobj        :       7.64    5098208       1220     517860
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      22.85     793025     792966    4147356       20.3     190757       14.0          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00         35         35        137       11.9         13       14.1          -
1800.05/1800.01	c   applied globally :          -          -          -    2281133       15.7          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -      16021       36.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       7.91    1036185          0          0          0          0    2072370
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.24          -         11
1800.05/1800.01	c   oneopt           :       0.53          0          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.37          0          0
1800.05/1800.01	c   trysol           :       0.25          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    1597139
1800.05/1800.01	c   nodes (total)    :    1597139
1800.05/1800.01	c   nodes left       :       7104
1800.05/1800.01	c   max depth        :        141
1800.05/1800.01	c   max depth (total):        141
1800.05/1800.01	c   backtracks       :     592743 (37.1%)
1800.05/1800.01	c   delayed cutoffs  :     373727
1800.05/1800.01	c   repropagations   :    1977323 (7526940 domain reductions, 235995 cutoffs)
1800.05/1800.01	c   avg switch length:      21.59
1800.05/1800.01	c   switching time   :     537.18
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :         11 (11 improvements)
1800.05/1800.01	c   First Solution   : +3.72000000000000e+02   (in run 1, after 203166 nodes, 83.15 seconds, depth 58, found by <relaxation>)
1800.05/1800.01	c   Primal Bound     : +1.50000000000000e+01   (in run 1, after 987692 nodes, 909.23 seconds, depth 71, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +1.10000000000000e+01
1800.05/1800.01	c   Gap              :      36.36 %
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0
1800.05/1800.06	c Time complete: 1800.11.

Verifier Data

OK	14

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/196 14776
/proc/meminfo: memFree=30662708/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=8268 CPUtime=0
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 130976927 8466432 1467 4089446400 4194304 7136930 140736815767424 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14776/statm: 2067 1467 275 719 0 1346 0

[startup+0.034597 s]
/proc/loadavg: 1.97 1.98 1.99 4/196 14776
/proc/meminfo: memFree=30662708/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=12148 CPUtime=0.02
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 4570 0 0 0 2 0 0 0 25 0 1 0 130976927 12439552 2340 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 3037 2340 403 719 0 2316 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12148

[startup+0.100586 s]
/proc/loadavg: 1.97 1.98 1.99 4/196 14776
/proc/meminfo: memFree=30662708/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=12836 CPUtime=0.09
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 4726 0 0 0 8 1 0 0 25 0 1 0 130976927 13144064 2496 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 3209 2496 403 719 0 2488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12836

[startup+0.300551 s]
/proc/loadavg: 1.97 1.98 1.99 4/196 14776
/proc/meminfo: memFree=30662708/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=14380 CPUtime=0.29
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 5138 0 0 0 26 3 0 0 25 0 1 0 130976927 14725120 2908 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 3595 2908 403 719 0 2874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14380

[startup+0.700475 s]
/proc/loadavg: 1.97 1.98 1.99 4/196 14776
/proc/meminfo: memFree=30662708/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=16936 CPUtime=0.69
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 5790 0 0 0 65 4 0 0 25 0 1 0 130976927 17342464 3560 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 4234 3560 403 719 0 3513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16936

[startup+1.50033 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 14777
/proc/meminfo: memFree=30648812/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=20768 CPUtime=1.49
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 6744 0 0 0 140 9 0 0 25 0 1 0 130976927 21266432 4514 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 5192 4514 403 719 0 4471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20768

[startup+3.10104 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 14777
/proc/meminfo: memFree=30644604/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=25280 CPUtime=3.09
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 7900 0 0 0 292 17 0 0 25 0 1 0 130976927 25886720 5670 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 6320 5670 403 719 0 5599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25280

[startup+6.30047 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 14777
/proc/meminfo: memFree=30635676/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=34268 CPUtime=6.29
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 10138 0 0 0 598 31 0 0 25 0 1 0 130976927 35090432 7908 4089446400 4194304 7136930 140736815767424 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 8567 7908 403 719 0 7846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34268

[startup+12.7003 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 14777
/proc/meminfo: memFree=30621960/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=45536 CPUtime=12.69
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 12992 0 0 0 1220 49 0 0 25 0 1 0 130976927 46628864 10762 4089446400 4194304 7136930 140736815767424 18446744073709551615 4210602 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 11384 10762 403 719 0 10663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45536

[startup+25.5009 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 14777
/proc/meminfo: memFree=30597352/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=63600 CPUtime=25.49
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 17543 0 0 0 2459 90 0 0 25 0 1 0 130976927 65126400 15313 4089446400 4194304 7136930 140736815767424 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 15900 15313 403 719 0 15179 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63600

[startup+51.1003 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 14778
/proc/meminfo: memFree=30579640/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=81596 CPUtime=51.1
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 21987 0 0 0 4977 133 0 0 25 0 1 0 130976927 83554304 19757 4089446400 4194304 7136930 140736815767424 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 20399 19757 403 719 0 19678 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 81596

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 14780
/proc/meminfo: memFree=30530492/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=124708 CPUtime=102.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 32358 0 0 0 9974 256 0 0 25 0 1 0 130976927 127700992 30128 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 31177 30128 403 719 0 30456 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124708

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 14781
/proc/meminfo: memFree=30517544/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=130468 CPUtime=162.29
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 33708 0 0 0 15884 345 0 0 25 0 1 0 130976927 133599232 31478 4089446400 4194304 7136930 140736815767424 18446744073709551615 4210584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 32617 31478 404 719 0 31896 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130468

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 14783
/proc/meminfo: memFree=30468764/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=173888 CPUtime=222.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 44778 0 0 0 21736 494 0 0 25 0 1 0 130976927 178061312 42548 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 43472 42548 406 719 0 42751 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 173888

[startup+282.301 s]
/proc/loadavg: 2.06 2.00 2.00 3/197 14785
/proc/meminfo: memFree=30457548/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=184232 CPUtime=282.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 47431 0 0 0 27639 591 0 0 25 0 1 0 130976927 188653568 45201 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 46058 45201 406 719 0 45337 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 184232

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 14786
/proc/meminfo: memFree=30401196/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=227036 CPUtime=342.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 57211 0 0 0 33522 708 0 0 25 0 1 0 130976927 232484864 54981 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 56759 54981 406 719 0 56038 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 227036

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14788
/proc/meminfo: memFree=30376104/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=248448 CPUtime=402.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 62624 0 0 0 39431 799 0 0 25 0 1 0 130976927 254410752 60394 4089446400 4194304 7136930 140736815767424 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 62112 60394 406 719 0 61391 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 248448

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14789
/proc/meminfo: memFree=30356592/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=259496 CPUtime=462.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 65257 0 0 0 45360 870 0 0 25 0 1 0 130976927 265723904 63027 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 64874 63027 406 719 0 64153 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259496

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14791
/proc/meminfo: memFree=30341176/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=268988 CPUtime=522.3
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 67606 0 0 0 51302 928 0 0 25 0 1 0 130976927 275443712 65376 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 67247 65376 406 719 0 66526 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 268988

[startup+582.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 14796
/proc/meminfo: memFree=30824032/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=273356 CPUtime=582.31
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 68696 0 0 0 57254 977 0 0 25 0 1 0 130976927 279916544 66466 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 68339 66466 406 719 0 67618 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 273356

[startup+642.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/179 14974
/proc/meminfo: memFree=30799044/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=274108 CPUtime=642.31
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 68921 0 0 0 63202 1029 0 0 25 0 1 0 130976927 280686592 66691 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 68527 66691 406 719 0 67806 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 274108

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/197 15054
/proc/meminfo: memFree=30531548/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=281156 CPUtime=822.32
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 70526 0 0 0 81065 1167 0 0 25 0 1 0 130976927 287903744 68296 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 70289 68296 406 719 0 69568 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 281156

[startup+882.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 15056
/proc/meminfo: memFree=30512644/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=282344 CPUtime=882.31
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 70775 0 0 0 87027 1204 0 0 25 0 1 0 130976927 289120256 68545 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 70586 68545 406 719 0 69865 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 282344

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 15057
/proc/meminfo: memFree=30497608/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285700 CPUtime=942.32
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71450 0 0 0 92979 1253 0 0 25 0 1 0 130976927 292556800 69220 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71425 69220 406 719 0 70704 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 285700

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15059
/proc/meminfo: memFree=30478556/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285700 CPUtime=1002.32
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71457 0 0 0 98865 1367 0 0 25 0 1 0 130976927 292556800 69227 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71425 69227 406 719 0 70704 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 285700

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15060
/proc/meminfo: memFree=30465004/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285700 CPUtime=1062.32
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71466 0 0 0 104797 1435 0 0 25 0 1 0 130976927 292556800 69236 4089446400 4194304 7136930 140736815767424 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71425 69236 406 719 0 70704 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 285700

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15062
/proc/meminfo: memFree=30454796/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=286156 CPUtime=1122.32
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71549 0 0 0 110756 1476 0 0 25 0 1 0 130976927 293023744 69319 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71539 69319 406 719 0 70818 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 286156

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15064
/proc/meminfo: memFree=30446432/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285636 CPUtime=1182.33
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71550 0 0 0 116664 1569 0 0 25 0 1 0 130976927 292491264 69190 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71409 69190 406 719 0 70688 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 285636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15065
/proc/meminfo: memFree=30430020/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=286124 CPUtime=1242.33
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71740 0 0 0 122588 1645 0 0 25 0 1 0 130976927 292990976 69250 4089446400 4194304 7136930 140736815767424 18446744073709551615 4221316 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71531 69250 406 719 0 70810 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 286124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15067
/proc/meminfo: memFree=30415848/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285604 CPUtime=1302.33
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71810 0 0 0 128542 1691 0 0 25 0 1 0 130976927 292458496 69190 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71401 69190 406 719 0 70680 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 285604

[startup+1362.3 s]
/proc/loadavg: 2.52 2.11 2.04 3/179 15096
/proc/meminfo: memFree=30796224/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285604 CPUtime=1362.33
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 71811 0 0 0 134477 1756 0 0 25 0 1 0 130976927 292458496 69191 4089446400 4194304 7136930 140736815767424 18446744073709551615 5000303 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71401 69191 406 719 0 70680 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 285604

[startup+1422.31 s]
/proc/loadavg: 2.19 2.09 2.03 3/179 15125
/proc/meminfo: memFree=30742192/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=287432 CPUtime=1422.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72013 0 0 0 140444 1790 0 0 25 0 1 0 130976927 294330368 69393 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71858 69393 406 719 0 71137 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 287432

[startup+1482.3 s]
/proc/loadavg: 2.07 2.07 2.03 3/179 15127
/proc/meminfo: memFree=30721816/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=287432 CPUtime=1482.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72018 0 0 0 146410 1824 0 0 25 0 1 0 130976927 294330368 69398 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71858 69398 406 719 0 71137 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 287432

[startup+1542.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/179 15128
/proc/meminfo: memFree=30637732/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=287432 CPUtime=1542.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72018 0 0 0 152362 1872 0 0 25 0 1 0 130976927 294330368 69398 4089446400 4194304 7136930 140736815767424 18446744073709551615 6166114 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71858 69398 406 719 0 71137 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 287432

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 15130
/proc/meminfo: memFree=30540448/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285620 CPUtime=1602.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72051 0 0 0 158311 1923 0 0 25 0 1 0 130976927 292474880 68978 4089446400 4194304 7136930 140736815767424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71405 68978 406 719 0 70684 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 285620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/179 15131
/proc/meminfo: memFree=30440200/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=285248 CPUtime=1662.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72120 0 0 0 164281 1953 0 0 25 0 1 0 130976927 292093952 68789 4089446400 4194304 7136930 140736815767424 18446744073709551615 4210310 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71312 68789 406 719 0 70591 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 285248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15133
/proc/meminfo: memFree=30416716/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=284856 CPUtime=1722.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72155 0 0 0 170238 1996 0 0 25 0 1 0 130976927 291692544 68726 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 71214 68726 406 719 0 70493 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 284856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15135
/proc/meminfo: memFree=30399052/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=281240 CPUtime=1782.34
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72155 0 0 0 176196 2038 0 0 25 0 1 0 130976927 287989760 67822 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 70310 67822 406 719 0 69589 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 281240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15135
/proc/meminfo: memFree=30402396/32951124 swapFree=67111528/67111528
[pid=14776] ppid=14774 vsize=277884 CPUtime=1800.05
/proc/14776/stat : 14776 (pbscip.linux.x8) R 14774 14776 14646 0 -1 4202496 72155 0 0 0 177949 2056 0 0 25 0 1 0 130976927 284553216 66983 4089446400 4194304 7136930 140736815767424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14776/statm: 69471 66983 406 719 0 68750 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 277884

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.12
CPU user time (s): 1779.54
CPU system time (s): 20.5769
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 287432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.54
system time used= 20.5769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 13963

runsolver used 2.77658 second user time and 5.84911 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 13:20:14
IDJOB=2693901
IDBENCH=78796
IDSOLVER=1206
FILE ID=node139/2693901-1277896814
PBS_JOBID= 11197164
Free space on /tmp= 74124 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.1111217392--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-2693901-1277896814/watcher-2693901-1277896814 -o /tmp/evaluation-result-2693901-1277896814/solver-2693901-1277896814 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693901-1277896814.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 960bc2a8059baa29bab251cd640f5046
RANDOM SEED=1443611954

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30663112 kB
Buffers:        184040 kB
Cached:        1466936 kB
SwapCached:          0 kB
Active:        1160384 kB
Inactive:       982152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30663112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:      491464 kB
Mapped:          20260 kB
Slab:            82536 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1656896 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= 74120 MiB
End job on node139 at 2010-06-30 13:50:16