Trace number 2693983

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.17 1800.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-66-100-0.wbo
MD5SUM994f94b5e00e9f32d6033ad27b9df019
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.302953
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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-2693983-1277899015.wbo>
0.00/0.00	c original problem has 225 variables (197 bin, 0 int, 0 impl, 28 cont) and 130 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, 32 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 3) 1 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 4) 2 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 58 upgd conss, 32 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/196 (51.5%) - 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, 18 deleted constraints, 27 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  32 implications, 49 cliques
0.00/0.02	c presolved problem has 223 variables (196 bin, 0 int, 0 impl, 27 cont) and 112 constraints
0.00/0.02	c      27 constraints of type <indicator>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      27 constraints of type <linear>
0.00/0.02	c       9 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 |     - | 730k|   0 |   - | 223 | 112 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.12	c   1.1s| 10000 |  6413 |     0 |   0.0 |6662k| 116 |   - | 223 |3964 |   0 |   0 |   0 |5777 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.40	o 181
1.39/1.40	c * 1.3s| 11571 |  6980 |     0 |   0.0 |7673k| 116 |   - | 223 |5174 |   0 |   0 |   0 |7253 |   0 | 0.000000e+00 | 1.810000e+02 |    Inf 
1.39/1.46	o 81
1.39/1.46	c * 1.4s| 12248 |  7561 |     0 |   0.0 |7949k| 116 |   - | 223 |4936 |   0 |   0 |   0 |7313 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.49/2.59	c   2.4s| 20000 | 11873 |     0 |   0.0 |  10M| 116 |   - | 223 |2329 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
4.30/4.35	c   4.1s| 30000 | 16128 |     0 |   0.0 |  14M| 116 |   - | 223 |3926 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
6.60/6.66	c   6.3s| 40000 | 18958 |     0 |   0.0 |  19M| 116 |   - | 223 |7324 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
8.19/8.22	c   7.8s| 50000 | 24632 |     0 |   0.0 |  21M| 116 |   - | 223 |2655 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
11.19/11.29	c  10.8s| 60000 | 26194 |     0 |   0.0 |  26M| 116 |   - | 223 |8297 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
15.99/16.03	c  15.4s| 70000 | 26450 |     0 |   0.0 |  30M| 116 |   - | 223 |  12k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
21.69/21.70	c  20.9s| 80000 | 26382 |     0 |   0.0 |  33M| 116 |   - | 223 |  15k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
28.40/28.40	c  27.5s| 90000 | 25853 |     0 |   0.0 |  36M| 116 |   - | 223 |  21k|   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
34.19/34.26	c  33.3s|100000 | 28406 |     0 |   0.0 |  37M| 116 |   - | 223 |  14k|   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
36.59/36.68	c  35.6s|110000 | 34582 |     0 |   0.0 |  38M| 116 |   - | 223 |5460 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
39.20/39.26	c  38.1s|120000 | 39843 |     0 |   0.0 |  42M| 116 |   - | 223 |7534 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
42.69/42.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.69/42.79	c  41.5s|130000 | 43239 |     0 |   0.0 |  46M| 116 |   - | 223 |9371 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
49.00/49.05	c  47.7s|140000 | 41284 |     0 |   0.0 |  46M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
58.59/58.69	c  57.2s|150000 | 35772 |     0 |   0.0 |  43M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
68.10/68.19	c  66.6s|160000 | 33898 |     0 |   0.0 |  39M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
72.99/73.04	c  71.3s|170000 | 38032 |     0 |   0.0 |  40M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
77.19/77.23	c  75.4s|180000 | 41211 |     0 |   0.0 |  43M| 116 |   - | 223 |9571 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
81.69/81.71	c  79.8s|190000 | 43423 |     0 |   0.0 |  47M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
86.69/86.74	c  84.7s|200000 | 44795 |     0 |   0.0 |  50M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
92.40/92.43	c  90.3s|210000 | 44911 |     0 |   0.0 |  52M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
98.70/98.77	c  96.5s|220000 | 44030 |     0 |   0.0 |  52M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
107.49/107.51	c   105s|230000 | 41182 |     0 |   0.0 |  46M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 207k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
115.99/116.04	c   114s|240000 | 41127 |     0 |   0.0 |  48M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 218k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
125.00/125.09	c   122s|250000 | 40199 |     0 |   0.0 |  50M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 229k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
135.69/135.73	c   133s|260000 | 38220 |     0 |   0.0 |  52M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
148.99/149.00	c   146s|270000 | 34641 |     0 |   0.0 |  52M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 256k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
164.10/164.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.10/164.12	c   161s|280000 | 30082 |     0 |   0.0 |  50M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 269k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
182.10/182.16	c   179s|290000 | 24253 |     0 |   0.0 |  45M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 284k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
200.00/200.06	c   197s|300000 | 18277 |     0 |   0.0 |  34M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
205.10/205.12	c   202s|310000 | 23230 |     0 |   0.0 |  29M| 116 |   - | 223 |7413 |   0 |   0 |   0 | 303k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
208.39/208.45	c   205s|320000 | 27233 |     0 |   0.0 |  33M| 116 |   - | 223 |9017 |   0 |   0 |   0 | 310k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
212.49/212.56	c   209s|330000 | 28932 |     0 |   0.0 |  34M| 116 |   - | 223 |8440 |   0 |   0 |   0 | 319k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
217.80/217.88	c   214s|340000 | 28043 |     0 |   0.0 |  33M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 329k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
219.80/219.83	c   216s|350000 | 35187 |     0 |   0.0 |  35M| 116 |   - | 223 |5687 |   0 |   0 |   0 | 333k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
221.80/221.89	c   218s|360000 | 41439 |     0 |   0.0 |  40M| 116 |   - | 223 |7441 |   0 |   0 |   0 | 337k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
224.70/224.74	c   221s|370000 | 46590 |     0 |   0.0 |  44M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 342k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
229.00/229.02	c   225s|380000 | 50024 |     0 |   0.0 |  49M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 349k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
234.89/234.99	c   231s|390000 | 51333 |     0 |   0.0 |  53M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 358k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
242.50/242.54	c   238s|400000 | 51010 |     0 |   0.0 |  53M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 369k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
249.50/249.52	c   245s|410000 | 49805 |     0 |   0.0 |  52M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 381k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
252.59/252.61	c   248s|420000 | 55403 |     0 |   0.0 |  56M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 386k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
255.99/256.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.99/256.09	c   251s|430000 | 60208 |     0 |   0.0 |  60M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 392k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
260.71/260.70	c   256s|440000 | 63838 |     0 |   0.0 |  64M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 400k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
266.49/266.52	c   262s|450000 | 66708 |     0 |   0.0 |  69M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 408k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
273.90/273.97	c   269s|460000 | 68790 |     0 |   0.0 |  73M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 417k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
282.89/282.91	c   278s|470000 | 70515 |     0 |   0.0 |  77M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 427k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
293.99/294.09	c   289s|480000 | 70783 |     0 |   0.0 |  81M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 437k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
306.39/306.44	c   301s|490000 | 70805 |     0 |   0.0 |  84M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 448k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
321.39/321.41	c   316s|500000 | 69663 |     0 |   0.0 |  86M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 460k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
337.18/337.26	c   332s|510000 | 67833 |     0 |   0.0 |  88M| 116 |   - | 223 |  32k|   0 |   0 |   0 | 473k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
357.98/358.01	c   352s|520000 | 62549 |     0 |   0.0 |  82M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 487k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
368.99/369.02	c   363s|530000 | 64262 |     0 |   0.0 |  83M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 497k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
381.49/381.58	c   376s|540000 | 65414 |     0 |   0.0 |  86M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 507k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
396.49/396.50	c   390s|550000 | 64903 |     0 |   0.0 |  89M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 519k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
413.60/413.64	c   408s|560000 | 63432 |     0 |   0.0 |  91M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 532k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
433.40/433.48	c   427s|570000 | 61220 |     0 |   0.0 |  93M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 545k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
457.18/457.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.18/457.20	c   451s|580000 | 57641 |     0 |   0.0 |  93M| 116 |   - | 223 |  32k|   0 |   0 |   0 | 559k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
484.69/484.79	c   478s|590000 | 52717 |     0 |   0.0 |  91M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 574k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
515.29/515.33	c   509s|600000 | 46582 |     0 |   0.0 |  86M| 116 |   - | 223 |  40k|   0 |   0 |   0 | 591k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
549.09/549.10	c   542s|610000 | 38914 |     0 |   0.0 |  77M| 116 |   - | 223 |  43k|   0 |   0 |   0 | 608k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
593.39/593.42	c   586s|620000 | 31114 |     0 |   0.0 |  69M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 626k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
642.59/642.69	c   636s|630000 | 17232 |     0 |   0.0 |  46M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 648k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
667.90/667.99	c   661s|640000 | 15697 |     0 |   0.0 |  38M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 659k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
687.59/687.65	c   680s|650000 | 13066 |     0 |   0.0 |  34M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 672k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
694.90/694.91	c   687s|660000 | 16099 |     0 |   0.0 |  28M| 116 |   - | 223 |9458 |   0 |   0 |   0 | 678k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
697.60/697.67	c   690s|670000 | 21682 |     0 |   0.0 |  31M| 116 |   - | 223 |7575 |   0 |   0 |   0 | 683k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
700.70/700.76	c   693s|680000 | 26076 |     0 |   0.0 |  36M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 689k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
705.29/705.38	c   698s|690000 | 27885 |     0 |   0.0 |  40M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 697k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
709.99/710.03	c   702s|700000 | 31476 |     0 |   0.0 |  43M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 703k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
714.90/714.96	c   707s|710000 | 34262 |     0 |   0.0 |  47M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 709k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
720.99/721.04	c   713s|720000 | 35802 |     0 |   0.0 |  51M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 717k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
728.40/728.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.40/728.46	c   720s|730000 | 36192 |     0 |   0.0 |  54M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 726k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
737.50/737.52	c   729s|740000 | 35174 |     0 |   0.0 |  55M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 737k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
745.90/745.94	c   737s|750000 | 36935 |     0 |   0.0 |  57M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 745k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
754.29/754.38	c   746s|760000 | 38304 |     0 |   0.0 |  59M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 754k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
764.70/764.70	c   756s|770000 | 37972 |     0 |   0.0 |  61M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 763k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
778.00/778.09	c   769s|780000 | 35608 |     0 |   0.0 |  61M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 773k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
791.49/791.53	c   783s|790000 | 33758 |     0 |   0.0 |  60M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 784k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
806.50/806.57	c   797s|800000 | 31278 |     0 |   0.0 |  59M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 795k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
821.80/821.86	c   813s|810000 | 29111 |     0 |   0.0 |  54M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 805k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
827.90/827.99	c   819s|820000 | 31060 |     0 |   0.0 |  52M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 813k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
835.00/835.06	c   826s|830000 | 30811 |     0 |   0.0 |  48M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 821k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
837.49/837.56	c   828s|840000 | 37581 |     0 |   0.0 |  50M| 116 |   - | 223 |8635 |   0 |   0 |   0 | 826k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
840.70/840.79	c   831s|850000 | 42292 |     0 |   0.0 |  55M| 116 |   - | 223 |9847 |   0 |   0 |   0 | 832k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
845.70/845.78	c   836s|860000 | 44012 |     0 |   0.0 |  58M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 841k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
850.21/850.23	c   840s|870000 | 47097 |     0 |   0.0 |  57M| 116 |   - | 223 |7651 |   0 |   0 |   0 | 848k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
852.69/852.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
852.69/852.77	c   843s|880000 | 52831 |     0 |   0.0 |  61M| 116 |   - | 223 |8583 |   0 |   0 |   0 | 853k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
855.90/855.97	c   846s|890000 | 57675 |     0 |   0.0 |  66M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 859k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
860.00/860.00	c   850s|900000 | 61735 |     0 |   0.0 |  70M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 866k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
864.90/864.91	c   855s|910000 | 64904 |     0 |   0.0 |  74M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 873k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
870.70/870.73	c   860s|920000 | 67014 |     0 |   0.0 |  77M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 882k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
877.39/877.46	c   867s|930000 | 68004 |     0 |   0.0 |  80M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 892k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
886.50/886.52	c   876s|940000 | 65780 |     0 |   0.0 |  81M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 905k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
892.99/893.06	c   882s|950000 | 67917 |     0 |   0.0 |  80M| 116 |   - | 223 |8704 |   0 |   0 |   0 | 912k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
896.70/896.72	c   886s|960000 | 72039 |     0 |   0.0 |  84M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 920k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
902.90/902.93	c   892s|970000 | 73636 |     0 |   0.0 |  88M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 930k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
911.90/911.91	c   901s|980000 | 73468 |     0 |   0.0 |  91M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 942k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
923.79/923.80	c   913s|990000 | 71809 |     0 |   0.0 |  93M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 954k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
938.10/938.15	c   927s|  1000k| 69153 |     0 |   0.0 |  94M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 967k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
955.50/955.55	c   944s|  1010k| 64542 |     0 |   0.0 |  92M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 982k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
970.80/970.83	c   959s|  1020k| 62202 |     0 |   0.0 |  85M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 994k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
976.60/976.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.60/976.61	c   965s|  1030k| 65237 |     0 |   0.0 |  86M| 116 |   - | 223 |9261 |   0 |   0 |   0 |1001k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
986.80/986.83	c   975s|  1040k| 60613 |     0 |   0.0 |  87M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1016k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1006.41/1006.45	c   995s|  1050k| 51184 |     0 |   0.0 |  77M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1035k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1015.31/1015.38	c  1003s|  1060k| 53374 |     0 |   0.0 |  73M| 116 |   - | 223 |  12k|   0 |   0 |   0 |1044k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1018.90/1018.93	c  1007s|  1070k| 58918 |     0 |   0.0 |  77M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1051k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1024.70/1024.71	c  1012s|  1080k| 60177 |     0 |   0.0 |  79M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1061k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1031.90/1031.94	c  1020s|  1090k| 61421 |     0 |   0.0 |  78M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1070k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1038.21/1038.20	c  1026s|  1100k| 64515 |     0 |   0.0 |  82M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1080k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1046.11/1046.14	c  1034s|  1110k| 65904 |     0 |   0.0 |  85M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1091k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1055.51/1055.57	c  1043s|  1120k| 65675 |     0 |   0.0 |  88M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1104k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1066.30/1066.34	c  1054s|  1130k| 63528 |     0 |   0.0 |  89M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1118k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1076.20/1076.29	c  1063s|  1140k| 64138 |     0 |   0.0 |  89M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1129k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1086.20/1086.27	c  1073s|  1150k| 63097 |     0 |   0.0 |  89M| 116 |   - | 223 |  13k|   0 |   0 |   0 |1141k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1096.40/1096.44	c  1083s|  1160k| 60718 |     0 |   0.0 |  88M| 116 |   - | 223 |  13k|   0 |   0 |   0 |1155k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1106.70/1106.74	c  1094s|  1170k| 57826 |     0 |   0.0 |  86M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1168k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1116.61/1116.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.61/1116.60	c  1103s|  1180k| 56609 |     0 |   0.0 |  86M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1183k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1131.20/1131.25	c  1118s|  1190k| 53922 |     0 |   0.0 |  89M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1199k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1152.40/1152.49	c  1139s|  1200k| 48824 |     0 |   0.0 |  88M| 116 |   - | 223 |  32k|   0 |   0 |   0 |1216k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1175.70/1175.74	c  1162s|  1210k| 44475 |     0 |   0.0 |  80M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1232k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1190.60/1190.68	c  1177s|  1220k| 42760 |     0 |   0.0 |  76M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1245k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1205.51/1205.59	c  1192s|  1230k| 37855 |     0 |   0.0 |  71M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1260k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1220.40/1220.49	c  1206s|  1240k| 30972 |     0 |   0.0 |  59M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1278k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1237.91/1237.97	c  1224s|  1250k| 25256 |     0 |   0.0 |  52M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1295k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1246.41/1246.40	c  1232s|  1260k| 27110 |     0 |   0.0 |  47M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1304k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1251.11/1251.15	c  1237s|  1270k| 30090 |     0 |   0.0 |  46M| 116 |   - | 223 |9796 |   0 |   0 |   0 |1312k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1253.81/1253.89	c  1239s|  1280k| 36367 |     0 |   0.0 |  49M| 116 |   - | 223 |9765 |   0 |   0 |   0 |1318k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1258.10/1258.17	c  1244s|  1290k| 39602 |     0 |   0.0 |  54M| 116 |   - | 223 |  12k|   0 |   0 |   0 |1326k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1263.11/1263.15	c  1248s|  1300k| 42737 |     0 |   0.0 |  57M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1335k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1268.00/1268.02	c  1253s|  1310k| 47242 |     0 |   0.0 |  60M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1342k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1273.91/1273.92	c  1259s|  1320k| 50434 |     0 |   0.0 |  64M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1351k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1281.11/1281.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.11/1281.18	c  1266s|  1330k| 52197 |     0 |   0.0 |  68M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1362k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1290.41/1290.43	c  1275s|  1340k| 52177 |     0 |   0.0 |  71M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1375k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1302.31/1302.37	c  1287s|  1350k| 49899 |     0 |   0.0 |  71M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1389k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1312.80/1312.81	c  1297s|  1360k| 50383 |     0 |   0.0 |  73M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1400k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1325.31/1325.35	c  1310s|  1370k| 50337 |     0 |   0.0 |  76M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1414k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1341.11/1341.17	c  1326s|  1380k| 48558 |     0 |   0.0 |  78M| 116 |   - | 223 |  29k|   0 |   0 |   0 |1428k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1362.51/1362.57	c  1347s|  1390k| 44529 |     0 |   0.0 |  78M| 116 |   - | 223 |  33k|   0 |   0 |   0 |1444k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1391.21/1391.26	c  1375s|  1400k| 38370 |     0 |   0.0 |  72M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1462k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1424.61/1424.62	c  1409s|  1410k| 30091 |     0 |   0.0 |  63M| 116 |   - | 223 |  37k|   0 |   0 |   0 |1483k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1445.61/1445.69	c  1429s|  1420k| 28030 |     0 |   0.0 |  51M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1496k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1453.91/1453.92	c  1438s|  1430k| 29735 |     0 |   0.0 |  51M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1505k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1462.81/1462.85	c  1446s|  1440k| 30121 |     0 |   0.0 |  52M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1515k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1471.01/1471.05	c  1454s|  1450k| 31638 |     0 |   0.0 |  53M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1524k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1481.01/1481.03	c  1464s|  1460k| 31922 |     0 |   0.0 |  55M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1535k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1490.71/1490.71	c  1474s|  1470k| 32131 |     0 |   0.0 |  55M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1545k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1497.12/1497.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1497.12/1497.13	c  1480s|  1480k| 35127 |     0 |   0.0 |  56M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1553k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1507.01/1507.05	c  1490s|  1490k| 35566 |     0 |   0.0 |  57M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1563k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1513.32/1513.36	c  1496s|  1500k| 39569 |     0 |   0.0 |  60M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1570k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1519.71/1519.73	c  1503s|  1510k| 42919 |     0 |   0.0 |  65M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1578k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1528.71/1528.76	c  1511s|  1520k| 43169 |     0 |   0.0 |  66M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1587k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1536.12/1536.10	c  1519s|  1530k| 46587 |     0 |   0.0 |  68M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1596k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1542.52/1542.58	c  1525s|  1540k| 50592 |     0 |   0.0 |  72M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1604k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1551.91/1551.91	c  1534s|  1550k| 53042 |     0 |   0.0 |  77M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1613k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1565.92/1565.99	c  1548s|  1560k| 52976 |     0 |   0.0 |  81M| 116 |   - | 223 |  32k|   0 |   0 |   0 |1625k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1584.91/1584.91	c  1567s|  1570k| 50496 |     0 |   0.0 |  83M| 116 |   - | 223 |  37k|   0 |   0 |   0 |1638k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1599.71/1599.78	c  1582s|  1580k| 51127 |     0 |   0.0 |  77M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1647k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1608.92/1608.97	c  1591s|  1590k| 52198 |     0 |   0.0 |  80M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1659k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1624.51/1624.55	c  1606s|  1600k| 50553 |     0 |   0.0 |  84M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1674k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1648.02/1648.03	c  1630s|  1610k| 46671 |     0 |   0.0 |  86M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1690k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1682.62/1682.62	c  1664s|  1620k| 39746 |     0 |   0.0 |  82M| 116 |   - | 223 |  43k|   0 |   0 |   0 |1708k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1698.42/1698.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1698.42/1698.44	c  1680s|  1630k| 42136 |     0 |   0.0 |  74M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1716k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1705.62/1705.68	c  1687s|  1640k| 45207 |     0 |   0.0 |  76M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1724k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1723.01/1723.05	c  1704s|  1650k| 38534 |     0 |   0.0 |  70M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1742k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1735.11/1735.12	c  1716s|  1660k| 40156 |     0 |   0.0 |  65M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1752k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1744.62/1744.65	c  1726s|  1670k| 41919 |     0 |   0.0 |  67M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1762k|   0 | 3.200000e+01 | 8.100000e+01 | 153.12%
1756.72/1756.77	c  1738s|  1680k| 41043 |     0 |   0.0 |  70M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1775k|   0 | 3.200000e+01 | 8.100000e+01 | 153.12%
1768.22/1768.20	c  1749s|  1690k| 41143 |     0 |   0.0 |  72M| 116 |   - | 223 |  28k|   0 |   0 |   0 |1786k|   0 | 3.200000e+01 | 8.100000e+01 | 153.12%
1784.71/1784.77	c  1765s|  1700k| 40678 |     0 |   0.0 |  75M| 116 |   - | 223 |  29k|   0 |   0 |   0 |1799k|   0 | 3.200000e+01 | 8.100000e+01 | 153.12%
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1780.52
1800.02/1800.00	c Solving Nodes      : 1707440
1800.02/1800.00	c Primal Bound       : +8.10000000000000e+01 (2 solutions)
1800.02/1800.00	c Dual Bound         : +3.20000000000000e+01
1800.02/1800.00	c Gap                : 153.12 %
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1800.02/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
1800.02/1800.00	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.02/1800.00	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.02/1800.00	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 
1800.02/1800.00	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 
1800.02/1800.00	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.02/1800.00	v -x4 -x3 -x2 -x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1780.52
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693983-1277899015.wbo
1800.02/1800.00	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1800.02/1800.00	c   Constraints      : 130 initial, 130 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693983-1277899015.wbo
1800.02/1800.00	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1800.02/1800.00	c   Constraints      : 112 initial, 46142 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         27          0         17          1          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          5          -          -         10          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         27          0    4932636          0    1010219        196     149632          0          0          0
1800.02/1800.00	c   setppc           :         49          0    5287592          0    1077925     148455   11374412          0          0          0
1800.02/1800.00	c   linear           :         27          0    5139137          0    1077921     402046   19571794          0          0          0
1800.02/1800.00	c   logicor          :          9+         0    2837307          0    1077902     372321    1685470          0          0          0
1800.02/1800.00	c   bounddisjunction :          0+         0     491612          0          0        114       4162          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0    1077923          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       2.47       0.00       1.63       0.00       0.84
1800.02/1800.00	c   setppc           :      36.23       0.00      30.30       0.00       5.93
1800.02/1800.00	c   linear           :      84.67       0.00      83.97       0.00       0.70
1800.02/1800.00	c   logicor          :     832.88       0.00     831.59       0.00       1.29
1800.02/1800.00	c   bounddisjunction :       6.82       0.00       6.82       0.00       0.00
1800.02/1800.00	c   countsols        :       0.20       0.00       0.00       0.00       0.20
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       1.29          2          0          0
1800.02/1800.00	c   rootredcost      :       1.27          0          0          0
1800.02/1800.00	c   pseudoobj        :       6.94    5287656         65      88989
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :      40.00     923001     922917    4711678       20.8     139143       15.0          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00         10         10         27        9.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -    1804274       16.2          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -       7115       34.7          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       7.62    1077921          0          0          0          0    2155842
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          2
1800.02/1800.00	c   oneopt           :       0.51          0          0
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       0.35          0          0
1800.02/1800.00	c   trysol           :       0.31          1          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :    1707440
1800.02/1800.00	c   nodes (total)    :    1707440
1800.02/1800.00	c   nodes left       :      38369
1800.02/1800.00	c   max depth        :        116
1800.02/1800.00	c   max depth (total):        116
1800.02/1800.00	c   backtracks       :     663847 (38.9%)
1800.02/1800.00	c   delayed cutoffs  :     409978
1800.02/1800.00	c   repropagations   :    1991557 (9205769 domain reductions, 293690 cutoffs)
1800.02/1800.00	c   avg switch length:      18.11
1800.02/1800.00	c   switching time   :     579.59
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          2 (2 improvements)
1800.02/1800.00	c   First Solution   : +1.81000000000000e+02   (in run 1, after 11571 nodes, 1.33 seconds, depth 83, found by <relaxation>)
1800.02/1800.00	c   Primal Bound     : +8.10000000000000e+01   (in run 1, after 12248 nodes, 1.39 seconds, depth 68, found by <relaxation>)
1800.02/1800.00	c   Dual Bound       : +3.20000000000000e+01
1800.02/1800.00	c   Gap              :     153.12 %
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :          0
1800.12/1800.14	c Time complete: 1800.16.

Verifier Data

OK	80

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693983-1277899015/watcher-2693983-1277899015 -o /tmp/evaluation-result-2693983-1277899015/solver-2693983-1277899015 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693983-1277899015.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.24 2.10 2.03 3/196 13067
/proc/meminfo: memFree=30878856/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=8144 CPUtime=0
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 131197521 8339456 1439 4089446400 4194304 7136930 140736972822176 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13067/statm: 2036 1440 275 719 0 1315 0

[startup+0.0750231 s]
/proc/loadavg: 2.24 2.10 2.03 3/196 13067
/proc/meminfo: memFree=30878856/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=12380 CPUtime=0.07
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 4623 0 0 0 6 1 0 0 18 0 1 0 131197521 12677120 2393 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 3095 2393 395 719 0 2374 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12380

[startup+0.101035 s]
/proc/loadavg: 2.24 2.10 2.03 3/196 13067
/proc/meminfo: memFree=30878856/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=12644 CPUtime=0.09
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 4675 0 0 0 8 1 0 0 18 0 1 0 131197521 12947456 2445 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 3161 2445 395 719 0 2440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12644

[startup+0.301016 s]
/proc/loadavg: 2.24 2.10 2.03 3/196 13067
/proc/meminfo: memFree=30878856/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=14624 CPUtime=0.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 5167 0 0 0 27 2 0 0 18 0 1 0 131197521 14974976 2937 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 3656 2937 395 719 0 2935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14624

[startup+0.700935 s]
/proc/loadavg: 2.24 2.10 2.03 3/196 13067
/proc/meminfo: memFree=30878856/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=17948 CPUtime=0.69
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 6001 0 0 0 65 4 0 0 18 0 1 0 131197521 18378752 3771 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 4487 3771 395 719 0 3766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17948

[startup+1.50079 s]
/proc/loadavg: 2.24 2.10 2.03 3/197 13068
/proc/meminfo: memFree=30863788/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=22348 CPUtime=1.49
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 7112 0 0 0 142 7 0 0 20 0 1 0 131197521 22884352 4882 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 5587 4882 397 719 0 4866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22348

[startup+3.10051 s]
/proc/loadavg: 2.24 2.10 2.03 3/197 13068
/proc/meminfo: memFree=30858580/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=27364 CPUtime=3.09
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 8401 0 0 0 293 16 0 0 25 0 1 0 131197521 28020736 6171 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 6841 6171 398 719 0 6120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27364

[startup+6.30093 s]
/proc/loadavg: 2.22 2.09 2.03 3/197 13069
/proc/meminfo: memFree=30850152/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=34780 CPUtime=6.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 10274 0 0 0 598 32 0 0 25 0 1 0 131197521 35614720 8044 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 8695 8044 398 719 0 7974 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 34780

[startup+12.7008 s]
/proc/loadavg: 2.20 2.09 2.03 3/197 13069
/proc/meminfo: memFree=30836604/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=47840 CPUtime=12.69
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 13556 0 0 0 1212 57 0 0 25 0 1 0 131197521 48988160 11326 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 11960 11326 398 719 0 11239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47840

[startup+25.5006 s]
/proc/loadavg: 2.16 2.09 2.03 3/197 13070
/proc/meminfo: memFree=30820908/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=58328 CPUtime=25.49
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 16087 0 0 0 2468 81 0 0 25 0 1 0 131197521 59727872 13857 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 14582 13857 398 719 0 13861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58328

[startup+51.1011 s]
/proc/loadavg: 2.10 2.08 2.03 3/197 13070
/proc/meminfo: memFree=30803504/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=74792 CPUtime=51.09
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 20221 0 0 0 4971 138 0 0 25 0 1 0 131197521 76587008 17991 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 18698 17991 398 719 0 17977 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74792

[startup+102.307 s]
/proc/loadavg: 2.04 2.06 2.02 3/197 13072
/proc/meminfo: memFree=30794404/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=83756 CPUtime=102.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 22411 0 0 0 9998 232 0 0 25 0 1 0 131197521 85766144 20181 4089446400 4194304 7136930 140736972822176 18446744073709551615 6166298 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 20939 20181 398 719 0 20218 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83756

[startup+162.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/197 13073
/proc/meminfo: memFree=30789532/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=88840 CPUtime=162.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 23603 0 0 0 15924 305 0 0 25 0 1 0 131197521 90972160 21373 4089446400 4194304 7136930 140736972822176 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 22210 21373 398 719 0 21489 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88840

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.02 3/197 13074
/proc/meminfo: memFree=30786740/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=91168 CPUtime=222.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 24076 0 0 0 21832 397 0 0 25 0 1 0 131197521 93356032 21846 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 22792 21846 398 719 0 22071 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91168

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/197 13085
/proc/meminfo: memFree=30756288/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=114408 CPUtime=282.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 29489 0 0 0 27722 507 0 0 25 0 1 0 131197521 117153792 27259 4089446400 4194304 7136930 140736972822176 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 28602 27259 398 719 0 27881 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 114408

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/197 13087
/proc/meminfo: memFree=30743360/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=127112 CPUtime=342.28
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 32609 0 0 0 33670 558 0 0 25 0 1 0 131197521 130162688 30379 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 31778 30379 398 719 0 31057 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 127112

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 13089
/proc/meminfo: memFree=30727688/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=132552 CPUtime=402.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 33906 0 0 0 39624 605 0 0 25 0 1 0 131197521 135733248 31676 4089446400 4194304 7136930 140736972822176 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 33138 31676 398 719 0 32417 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 132552

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 13090
/proc/meminfo: memFree=30722944/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=137492 CPUtime=462.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 35014 0 0 0 45586 643 0 0 25 0 1 0 131197521 140791808 32784 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 34373 32784 398 719 0 33652 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 137492

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 13091
/proc/meminfo: memFree=30720404/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=139752 CPUtime=522.28
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 35557 0 0 0 51558 670 0 0 25 0 1 0 131197521 143106048 33327 4089446400 4194304 7136930 140736972822176 18446744073709551615 4209075 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 34938 33327 398 719 0 34217 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 139752

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13093
/proc/meminfo: memFree=30706972/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=140552 CPUtime=582.29
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 35719 0 0 0 57537 692 0 0 25 0 1 0 131197521 143925248 33489 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 35138 33489 398 719 0 34417 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 140552

[startup+642.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 13095
/proc/meminfo: memFree=30706672/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=140552 CPUtime=642.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 35719 0 0 0 63517 713 0 0 25 0 1 0 131197521 143925248 33489 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13067/statm: 35138 33489 398 719 0 34417 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 140552

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13285
/proc/meminfo: memFree=31001484/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=142904 CPUtime=882.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 36307 0 0 0 87180 1050 0 0 25 0 1 0 131197521 146333696 34077 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 35726 34077 398 719 0 35005 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 142904

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13287
/proc/meminfo: memFree=30842944/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=146808 CPUtime=942.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37076 0 0 0 93101 1129 0 0 25 0 1 0 131197521 150331392 34846 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 36702 34846 398 719 0 35981 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 146808

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13289
/proc/meminfo: memFree=30693208/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=146952 CPUtime=1002.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37080 0 0 0 99043 1187 0 0 25 0 1 0 131197521 150478848 34850 4089446400 4194304 7136930 140736972822176 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 36738 34850 398 719 0 36017 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 146952

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13290
/proc/meminfo: memFree=30537408/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=146952 CPUtime=1062.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37091 0 0 0 104957 1273 0 0 25 0 1 0 131197521 150478848 34861 4089446400 4194304 7136930 140736972822176 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 36738 34861 398 719 0 36017 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 146952

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13291
/proc/meminfo: memFree=30392132/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=147976 CPUtime=1122.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37348 0 0 0 110894 1336 0 0 25 0 1 0 131197521 151527424 35118 4089446400 4194304 7136930 140736972822176 18446744073709551615 4926174 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 36994 35118 398 719 0 36273 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 147976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13293
/proc/meminfo: memFree=30245740/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=148220 CPUtime=1182.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37435 0 0 0 116857 1374 0 0 25 0 1 0 131197521 151777280 35205 4089446400 4194304 7136930 140736972822176 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37055 35205 398 719 0 36334 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 148220

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13295
/proc/meminfo: memFree=30115464/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=148220 CPUtime=1242.3
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37435 0 0 0 122803 1427 0 0 25 0 1 0 131197521 151777280 35205 4089446400 4194304 7136930 140736972822176 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37055 35205 398 719 0 36334 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 148220

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13297
/proc/meminfo: memFree=29973780/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=148220 CPUtime=1302.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37444 0 0 0 128702 1529 0 0 25 0 1 0 131197521 151777280 35214 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37055 35214 398 719 0 36334 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 148220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13298
/proc/meminfo: memFree=29838436/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=148220 CPUtime=1362.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37502 0 0 0 134650 1581 0 0 25 0 1 0 131197521 151777280 35272 4089446400 4194304 7136930 140736972822176 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37055 35272 398 719 0 36334 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 148220

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13299
/proc/meminfo: memFree=29729880/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=149168 CPUtime=1422.32
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37622 0 0 0 140622 1610 0 0 25 0 1 0 131197521 152748032 35392 4089446400 4194304 7136930 140736972822176 18446744073709551615 4221238 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37292 35392 398 719 0 36571 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 149168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13301
/proc/meminfo: memFree=29627776/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=149168 CPUtime=1482.32
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37656 0 0 0 146562 1670 0 0 25 0 1 0 131197521 152748032 35426 4089446400 4194304 7136930 140736972822176 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37292 35426 398 719 0 36571 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 149168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13303
/proc/meminfo: memFree=29481148/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=149168 CPUtime=1542.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37656 0 0 0 152481 1750 0 0 25 0 1 0 131197521 152748032 35426 4089446400 4194304 7136930 140736972822176 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37292 35426 398 719 0 36571 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 149168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13305
/proc/meminfo: memFree=29399888/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=149348 CPUtime=1602.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37764 0 0 0 158429 1802 0 0 25 0 1 0 131197521 152932352 35534 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37337 35534 398 719 0 36616 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 149348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13306
/proc/meminfo: memFree=29243468/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=150032 CPUtime=1662.32
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37828 0 0 0 164389 1843 0 0 25 0 1 0 131197521 153632768 35598 4089446400 4194304 7136930 140736972822176 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37508 35598 398 719 0 36787 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 150032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13307
/proc/meminfo: memFree=29088524/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=150104 CPUtime=1722.32
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37860 0 0 0 170346 1886 0 0 25 0 1 0 131197521 153706496 35630 4089446400 4194304 7136930 140736972822176 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37526 35630 398 719 0 36805 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 150104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13309
/proc/meminfo: memFree=29022620/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=150104 CPUtime=1782.31
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37862 0 0 0 176292 1939 0 0 25 0 1 0 131197521 153706496 35632 4089446400 4194304 7136930 140736972822176 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37526 35632 398 719 0 36805 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 150104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13309
/proc/meminfo: memFree=29004248/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=150104 CPUtime=1800.02
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37876 0 0 0 178052 1950 0 0 25 0 1 0 131197521 153706496 35646 4089446400 4194304 7136930 140736972822176 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13067/statm: 37526 35646 398 719 0 36805 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 150104

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13309
/proc/meminfo: memFree=29004248/32951124 swapFree=67111528/67111528
[pid=13067] ppid=13065 vsize=147252 CPUtime=1800.12
/proc/13067/stat : 13067 (pbscip.linux.x8) R 13065 13067 12908 0 -1 4202496 37881 0 0 0 178062 1950 0 0 25 0 1 0 131197521 150786048 34881 4089446400 4194304 7136930 140736972822176 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13067/statm: 36556 34681 403 719 0 35835 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 147252

Child status: 0
Real time (s): 1800.15
CPU time (s): 1800.17
CPU user time (s): 1780.66
CPU system time (s): 19.516
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 150104

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

runsolver used 3.17352 second user time and 6.66499 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 13:56:56
IDJOB=2693983
IDBENCH=78852
IDSOLVER=1206
FILE ID=node136/2693983-1277899015
PBS_JOBID= 11197211
Free space on /tmp= 74140 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.1110968898--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-2693983-1277899015/watcher-2693983-1277899015 -o /tmp/evaluation-result-2693983-1277899015/solver-2693983-1277899015 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693983-1277899015.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 994f94b5e00e9f32d6033ad27b9df019
RANDOM SEED=1985179787

node136.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.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.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:      30879384 kB
Buffers:        180980 kB
Cached:        1370432 kB
SwapCached:          0 kB
Active:        1032172 kB
Inactive:       893772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30879384 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3208 kB
Writeback:           0 kB
AnonPages:      374496 kB
Mapped:          20476 kB
Slab:            81908 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1659648 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= 74132 MiB
End job on node136 at 2010-06-30 14:26:58