Trace number 2693850

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.2 1800.16

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-66-100-0.wbo
MD5SUMdca485207caaa579309a7d2385685aa8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark0.262959
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 1190
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-2693850-1277895614.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.00	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 
0.89/0.93	c   0.8s| 10000 |  7132 |     0 |   0.0 |6177k| 116 |   - | 223 |2802 |   0 |   0 |   0 |4402 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.85	o 98
1.79/1.85	c * 1.7s| 15248 |  9366 |     0 |   0.0 |9108k| 116 |   - | 223 |4290 |   0 |   0 |   0 |8907 |   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
1.89/1.95	o 87
1.89/1.95	c * 1.8s| 16341 | 10266 |     0 |   0.0 |9431k| 116 |   - | 223 |3706 |   0 |   0 |   0 |9112 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
2.39/2.48	c   2.3s| 20000 | 12596 |     0 |   0.0 |  10M| 116 |   - | 223 |3490 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
3.99/4.05	c   3.8s| 30000 | 18433 |     0 |   0.0 |  15M| 116 |   - | 223 |5019 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
6.19/6.27	c   5.9s| 40000 | 22740 |     0 |   0.0 |  20M| 116 |   - | 223 |6897 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
8.99/9.06	c   8.5s| 50000 | 25824 |     0 |   0.0 |  24M| 116 |   - | 223 |8759 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
12.49/12.55	c  11.9s| 60000 | 27670 |     0 |   0.0 |  29M| 116 |   - | 223 |  12k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
13.20/13.23	o 81
13.20/13.23	c *12.6s| 63462 | 29998 |     0 |   0.0 |  28M| 116 |   - | 223 |6472 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
14.09/14.18	c  13.4s| 70000 | 34141 |     0 |   0.0 |  30M| 116 |   - | 223 |2030 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
16.29/16.32	c  15.4s| 80000 | 37008 |     0 |   0.0 |  33M| 116 |   - | 223 |3290 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
18.79/18.85	c  17.9s| 90000 | 39308 |     0 |   0.0 |  37M| 116 |   - | 223 |4860 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
21.99/22.00	c  20.9s|100000 | 40381 |     0 |   0.0 |  41M| 116 |   - | 223 |6568 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
25.49/25.57	c  24.3s|110000 | 40879 |     0 |   0.0 |  44M| 116 |   - | 223 |7951 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
29.49/29.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.49/29.51	c  28.1s|120000 | 41043 |     0 |   0.0 |  46M| 116 |   - | 223 |8817 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
33.70/33.72	c  32.2s|130000 | 40981 |     0 |   0.0 |  49M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
38.39/38.42	c  36.8s|140000 | 40468 |     0 |   0.0 |  51M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
41.19/41.26	c  39.5s|150000 | 44899 |     0 |   0.0 |  50M| 116 |   - | 223 |2622 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
42.80/42.87	c  41.0s|160000 | 50748 |     0 |   0.0 |  55M| 116 |   - | 223 |4223 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
44.79/44.88	c  42.9s|170000 | 55755 |     0 |   0.0 |  59M| 116 |   - | 223 |5883 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
47.69/47.71	c  45.5s|180000 | 58923 |     0 |   0.0 |  63M| 116 |   - | 223 |8079 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
52.29/52.32	c  50.0s|190000 | 58574 |     0 |   0.0 |  66M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
59.69/59.77	c  57.4s|200000 | 55519 |     0 |   0.0 |  68M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
70.40/70.44	c  67.9s|210000 | 51162 |     0 |   0.0 |  67M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
84.09/84.10	c  81.4s|220000 | 46353 |     0 |   0.0 |  64M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
98.90/99.00	c  96.1s|230000 | 40340 |     0 |   0.0 |  58M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
105.69/105.70	c   103s|240000 | 44849 |     0 |   0.0 |  56M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
110.09/110.13	c   107s|250000 | 48331 |     0 |   0.0 |  59M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
114.80/114.88	c   112s|260000 | 50962 |     0 |   0.0 |  62M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
120.19/120.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.19/120.29	c   117s|270000 | 52731 |     0 |   0.0 |  65M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
126.50/126.55	c   123s|280000 | 53956 |     0 |   0.0 |  68M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
134.10/134.15	c   131s|290000 | 54116 |     0 |   0.0 |  71M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
142.39/142.40	c   139s|300000 | 53818 |     0 |   0.0 |  72M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
150.70/150.70	c   147s|310000 | 53331 |     0 |   0.0 |  73M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
164.80/164.82	c   161s|320000 | 45430 |     0 |   0.0 |  59M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
174.69/174.76	c   171s|330000 | 45549 |     0 |   0.0 |  56M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
185.09/185.15	c   181s|340000 | 44502 |     0 |   0.0 |  56M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 358k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
196.80/196.88	c   192s|350000 | 42694 |     0 |   0.0 |  57M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 371k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
210.10/210.11	c   205s|360000 | 40453 |     0 |   0.0 |  59M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
224.20/224.29	c   220s|370000 | 38177 |     0 |   0.0 |  60M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 397k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
240.39/240.46	c   236s|380000 | 35105 |     0 |   0.0 |  61M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 411k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
257.40/257.45	c   252s|390000 | 31763 |     0 |   0.0 |  60M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 424k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
279.79/279.83	c   275s|400000 | 26798 |     0 |   0.0 |  55M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 439k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
309.30/309.39	c   304s|410000 | 17952 |     0 |   0.0 |  47M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 458k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
332.90/332.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.90/332.95	c   327s|420000 | 11179 |     0 |   0.0 |  31M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 473k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
339.80/339.88	c   334s|430000 | 14540 |     0 |   0.0 |  21M| 116 |   - | 223 |5361 |   0 |   0 |   0 | 481k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
342.11/342.14	c   336s|440000 | 20095 |     0 |   0.0 |  25M| 116 |   - | 223 |6929 |   0 |   0 |   0 | 488k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
344.90/344.94	c   339s|450000 | 24307 |     0 |   0.0 |  27M| 116 |   - | 223 |4327 |   0 |   0 |   0 | 495k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
346.40/346.50	c   340s|460000 | 31423 |     0 |   0.0 |  31M| 116 |   - | 223 |3911 |   0 |   0 |   0 | 500k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
348.20/348.20	c   342s|470000 | 38132 |     0 |   0.0 |  35M| 116 |   - | 223 |5162 |   0 |   0 |   0 | 505k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
350.19/350.25	c   344s|480000 | 44336 |     0 |   0.0 |  39M| 116 |   - | 223 |6564 |   0 |   0 |   0 | 511k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
352.80/352.88	c   346s|490000 | 49681 |     0 |   0.0 |  44M| 116 |   - | 223 |8743 |   0 |   0 |   0 | 517k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
356.10/356.10	c   350s|500000 | 54364 |     0 |   0.0 |  48M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 524k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
359.61/359.61	c   353s|510000 | 58663 |     0 |   0.0 |  51M| 116 |   - | 223 |9648 |   0 |   0 |   0 | 532k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
363.70/363.78	c   357s|520000 | 61298 |     0 |   0.0 |  55M| 116 |   - | 223 |9620 |   0 |   0 |   0 | 542k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
369.40/369.46	c   362s|530000 | 61173 |     0 |   0.0 |  56M| 116 |   - | 223 |9436 |   0 |   0 |   0 | 555k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
372.60/372.64	c   366s|540000 | 65987 |     0 |   0.0 |  59M| 116 |   - | 223 |6906 |   0 |   0 |   0 | 562k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
375.90/375.91	c   369s|550000 | 70486 |     0 |   0.0 |  63M| 116 |   - | 223 |8599 |   0 |   0 |   0 | 570k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
379.90/379.97	c   373s|560000 | 74067 |     0 |   0.0 |  67M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 578k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
384.50/384.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.50/384.58	c   377s|570000 | 77032 |     0 |   0.0 |  71M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 588k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
389.50/389.58	c   382s|580000 | 79687 |     0 |   0.0 |  75M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 597k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
394.70/394.75	c   387s|590000 | 82634 |     0 |   0.0 |  79M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 607k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
400.00/400.09	c   392s|600000 | 85455 |     0 |   0.0 |  82M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 618k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
405.70/405.76	c   398s|610000 | 87998 |     0 |   0.0 |  86M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 629k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
411.99/412.02	c   404s|620000 | 89879 |     0 |   0.0 |  89M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 640k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
419.60/419.63	c   411s|630000 | 90356 |     0 |   0.0 |  92M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 652k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
428.40/428.48	c   420s|640000 | 90299 |     0 |   0.0 |  96M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 665k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
439.20/439.20	c   431s|650000 | 89399 |     0 |   0.0 |  98M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 678k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
450.50/450.58	c   442s|660000 | 88432 |     0 |   0.0 | 101M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 691k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
462.40/462.43	c   454s|670000 | 87327 |     0 |   0.0 | 102M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 704k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
473.30/473.35	c   464s|680000 | 85973 |     0 |   0.0 | 102M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 717k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
483.81/483.89	c   475s|690000 | 83566 |     0 |   0.0 | 101M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 731k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
492.10/492.11	c   483s|700000 | 84199 |     0 |   0.0 | 101M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 743k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
500.11/500.18	c   491s|710000 | 84058 |     0 |   0.0 | 103M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 756k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
510.80/510.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
510.80/510.85	c   501s|720000 | 81950 |     0 |   0.0 | 105M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 771k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
523.31/523.39	c   514s|730000 | 79452 |     0 |   0.0 | 106M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 785k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
538.60/538.63	c   529s|740000 | 76042 |     0 |   0.0 | 107M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 801k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
555.70/555.76	c   546s|750000 | 72522 |     0 |   0.0 | 107M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 817k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
574.11/574.12	c   564s|760000 | 68866 |     0 |   0.0 | 107M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 832k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
593.31/593.39	c   583s|770000 | 64914 |     0 |   0.0 | 106M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 848k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
614.21/614.23	c   604s|780000 | 60440 |     0 |   0.0 | 104M| 116 |   - | 223 |  32k|   0 |   0 |   0 | 864k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
636.51/636.57	c   626s|790000 | 55264 |     0 |   0.0 | 100M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 881k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
662.30/662.38	c   652s|800000 | 48666 |     0 |   0.0 |  93M| 116 |   - | 223 |  37k|   0 |   0 |   0 | 898k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
690.21/690.27	c   679s|810000 | 40809 |     0 |   0.0 |  80M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 916k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
717.21/717.27	c   706s|820000 | 29947 |     0 |   0.0 |  67M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 937k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
754.60/754.61	c   743s|830000 | 17870 |     0 |   0.0 |  48M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 958k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
778.00/778.09	c   766s|840000 | 14481 |     0 |   0.0 |  34M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 973k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
782.60/782.66	c   770s|850000 | 19338 |     0 |   0.0 |  32M| 116 |   - | 223 |6879 |   0 |   0 |   0 | 979k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
784.91/784.96	c   772s|860000 | 25646 |     0 |   0.0 |  35M| 116 |   - | 223 |5914 |   0 |   0 |   0 | 984k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
786.80/786.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.80/786.89	c   774s|870000 | 32397 |     0 |   0.0 |  40M| 116 |   - | 223 |6698 |   0 |   0 |   0 | 988k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
789.41/789.49	c   776s|880000 | 37806 |     0 |   0.0 |  45M| 116 |   - | 223 |8765 |   0 |   0 |   0 | 994k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
793.30/793.39	c   780s|890000 | 41345 |     0 |   0.0 |  50M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1002k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
798.40/798.42	c   784s|900000 | 44086 |     0 |   0.0 |  53M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1010k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
802.10/802.10	c   788s|910000 | 49342 |     0 |   0.0 |  57M| 116 |   - | 223 |9692 |   0 |   0 |   0 |1015k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
806.00/806.08	c   791s|920000 | 53768 |     0 |   0.0 |  61M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1020k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
810.90/810.99	c   796s|930000 | 57175 |     0 |   0.0 |  66M| 116 |   - | 223 |  12k|   0 |   0 |   0 |1027k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
816.90/816.97	c   802s|940000 | 59788 |     0 |   0.0 |  71M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1035k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
824.20/824.21	c   809s|950000 | 61558 |     0 |   0.0 |  75M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1044k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
832.80/832.83	c   817s|960000 | 62463 |     0 |   0.0 |  79M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1053k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
843.10/843.18	c   827s|970000 | 62080 |     0 |   0.0 |  81M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1064k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
855.21/855.22	c   838s|980000 | 62356 |     0 |   0.0 |  81M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1073k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
865.71/865.71	c   849s|990000 | 62844 |     0 |   0.0 |  84M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1081k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
879.00/879.04	c   862s|  1000k| 61578 |     0 |   0.0 |  87M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1092k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
894.81/894.82	c   877s|  1010k| 59297 |     0 |   0.0 |  89M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1103k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
911.41/911.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
911.41/911.47	c   893s|  1020k| 56962 |     0 |   0.0 |  90M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1113k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
931.50/931.53	c   913s|  1030k| 53383 |     0 |   0.0 |  89M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1125k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
955.31/955.38	c   936s|  1040k| 49220 |     0 |   0.0 |  84M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1137k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
983.61/983.65	c   964s|  1050k| 40526 |     0 |   0.0 |  75M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1151k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
995.81/995.82	c   976s|  1060k| 43096 |     0 |   0.0 |  70M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1159k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
1006.51/1006.55	c   986s|  1070k| 39409 |     0 |   0.0 |  62M| 116 |   - | 223 |  13k|   0 |   0 |   0 |1171k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
1009.71/1009.78	c   989s|  1080k| 45810 |     0 |   0.0 |  64M| 116 |   - | 223 |9227 |   0 |   0 |   0 |1175k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1012.81/1012.80	c   992s|  1090k| 51363 |     0 |   0.0 |  69M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1181k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1018.51/1018.50	c   997s|  1100k| 53559 |     0 |   0.0 |  73M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1192k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1026.31/1026.33	c  1005s|  1110k| 53989 |     0 |   0.0 |  72M| 116 |   - | 223 |9819 |   0 |   0 |   0 |1202k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1030.81/1030.88	c  1009s|  1120k| 57396 |     0 |   0.0 |  75M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1211k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1036.60/1036.68	c  1015s|  1130k| 59784 |     0 |   0.0 |  79M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1220k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1044.71/1044.77	c  1022s|  1140k| 61231 |     0 |   0.0 |  83M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1230k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1055.01/1055.01	c  1032s|  1150k| 62004 |     0 |   0.0 |  87M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1242k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1066.81/1066.87	c  1044s|  1160k| 61972 |     0 |   0.0 |  90M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1253k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1081.31/1081.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1081.31/1081.31	c  1058s|  1170k| 60408 |     0 |   0.0 |  92M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1267k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1095.81/1095.89	c  1072s|  1180k| 60194 |     0 |   0.0 |  89M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1278k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1105.01/1105.01	c  1081s|  1190k| 60137 |     0 |   0.0 |  91M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1290k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1118.91/1118.91	c  1094s|  1200k| 57562 |     0 |   0.0 |  93M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1304k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1139.21/1139.26	c  1114s|  1210k| 53913 |     0 |   0.0 |  94M| 116 |   - | 223 |  28k|   0 |   0 |   0 |1320k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1164.92/1164.90	c  1139s|  1220k| 49338 |     0 |   0.0 |  92M| 116 |   - | 223 |  34k|   0 |   0 |   0 |1335k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1192.82/1192.85	c  1167s|  1230k| 44875 |     0 |   0.0 |  84M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1350k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1203.12/1203.10	c  1177s|  1240k| 44797 |     0 |   0.0 |  80M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1362k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1224.52/1224.52	c  1198s|  1250k| 37235 |     0 |   0.0 |  65M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1380k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1229.92/1229.95	c  1203s|  1260k| 42703 |     0 |   0.0 |  67M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1386k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1237.81/1237.82	c  1211s|  1270k| 44599 |     0 |   0.0 |  70M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1397k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1246.71/1246.74	c  1219s|  1280k| 47540 |     0 |   0.0 |  72M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1408k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1257.51/1257.56	c  1230s|  1290k| 49121 |     0 |   0.0 |  77M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1420k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1273.12/1273.16	c  1245s|  1300k| 48182 |     0 |   0.0 |  81M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1434k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1294.72/1294.77	c  1266s|  1310k| 46312 |     0 |   0.0 |  79M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1448k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1309.62/1309.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.62/1309.64	c  1281s|  1320k| 45231 |     0 |   0.0 |  75M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1461k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1325.31/1325.37	c  1296s|  1330k| 42477 |     0 |   0.0 |  76M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1478k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1346.81/1346.87	c  1317s|  1340k| 37334 |     0 |   0.0 |  74M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1496k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1368.81/1368.85	c  1339s|  1350k| 35941 |     0 |   0.0 |  70M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1509k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1386.91/1386.95	c  1356s|  1360k| 30831 |     0 |   0.0 |  58M| 116 |   - | 223 |  20k|   0 |   0 |   0 |1526k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1395.72/1395.70	c  1365s|  1370k| 33729 |     0 |   0.0 |  56M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1533k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1400.23/1400.30	c  1369s|  1380k| 37953 |     0 |   0.0 |  57M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1540k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1403.72/1403.74	c  1372s|  1390k| 43976 |     0 |   0.0 |  62M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1546k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1408.52/1408.54	c  1377s|  1400k| 48397 |     0 |   0.0 |  67M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1554k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1415.42/1415.47	c  1383s|  1410k| 50058 |     0 |   0.0 |  71M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1564k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1421.92/1421.98	c  1389s|  1420k| 54250 |     0 |   0.0 |  75M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1572k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1428.82/1428.90	c  1396s|  1430k| 58873 |     0 |   0.0 |  79M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1580k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1436.72/1436.77	c  1404s|  1440k| 62771 |     0 |   0.0 |  82M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1589k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1446.52/1446.50	c  1413s|  1450k| 65309 |     0 |   0.0 |  86M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1598k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1458.63/1458.65	c  1425s|  1460k| 66445 |     0 |   0.0 |  90M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1609k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1473.52/1473.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.52/1473.56	c  1439s|  1470k| 65826 |     0 |   0.0 |  93M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1621k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1489.82/1489.85	c  1455s|  1480k| 64436 |     0 |   0.0 |  95M| 116 |   - | 223 |  30k|   0 |   0 |   0 |1633k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1508.72/1508.76	c  1474s|  1490k| 65494 |     0 |   0.0 |  97M| 116 |   - | 223 |  29k|   0 |   0 |   0 |1644k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1530.21/1530.22	c  1495s|  1500k| 65246 |     0 |   0.0 | 100M| 116 |   - | 223 |  30k|   0 |   0 |   0 |1656k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1554.33/1554.39	c  1518s|  1510k| 64048 |     0 |   0.0 | 103M| 116 |   - | 223 |  32k|   0 |   0 |   0 |1670k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1580.62/1580.67	c  1544s|  1520k| 62024 |     0 |   0.0 | 104M| 116 |   - | 223 |  33k|   0 |   0 |   0 |1683k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1611.43/1611.42	c  1575s|  1530k| 58163 |     0 |   0.0 | 103M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1698k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1650.72/1650.73	c  1614s|  1540k| 51217 |     0 |   0.0 |  97M| 116 |   - | 223 |  38k|   0 |   0 |   0 |1716k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1699.43/1699.43	c  1662s|  1550k| 42911 |     0 |   0.0 |  89M| 116 |   - | 223 |  41k|   0 |   0 |   0 |1735k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1748.62/1748.69	c  1711s|  1560k| 33582 |     0 |   0.0 |  68M| 116 |   - | 223 |  32k|   0 |   0 |   0 |1753k|   0 | 2.900000e+01 | 8.100000e+01 | 179.31%
1762.82/1762.88	c  1724s|  1570k| 36259 |     0 |   0.0 |  65M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1761k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1773.23/1773.30	c  1734s|  1580k| 38803 |     0 |   0.0 |  67M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1769k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1783.73/1783.75	c  1745s|  1590k| 41129 |     0 |   0.0 |  69M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1778k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1792.12/1792.13	c  1753s|  1600k| 43902 |     0 |   0.0 |  71M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1786k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1760.23
1800.03/1800.00	c Solving Nodes      : 1606602
1800.03/1800.00	c Primal Bound       : +8.10000000000000e+01 (3 solutions)
1800.03/1800.00	c Dual Bound         : +3.00000000000000e+01
1800.03/1800.00	c Gap                : 170.00 %
1800.03/1800.00	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1800.00	v x4 -x3 -x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1760.23
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693850-1277895614.wbo
1800.03/1800.00	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1800.03/1800.00	c   Constraints      : 130 initial, 130 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693850-1277895614.wbo
1800.03/1800.00	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1800.03/1800.00	c   Constraints      : 112 initial, 43446 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0         27          0         17          1          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          5          -          -         10          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :         27          0    4460785          0     897418        344     166730          0          0          0
1800.03/1800.00	c   setppc           :         49          0    5055980          0    1012010     146584   10940371          0          0          0
1800.03/1800.00	c   linear           :         27          0    4909401          0    1012013     382690   17249682          0          0          0
1800.03/1800.00	c   logicor          :          9+         0    2779632          0    1011991     339895    1705635          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     250083          0          0          0       1420          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    1012015          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       1.52       0.00       0.88       0.00       0.64
1800.03/1800.00	c   setppc           :      32.31       0.00      27.13       0.00       5.18
1800.03/1800.00	c   linear           :      77.69       0.00      77.25       0.00       0.44
1800.03/1800.00	c   logicor          :     869.00       0.00     868.16       0.00       0.84
1800.03/1800.00	c   bounddisjunction :       0.31       0.00       0.31       0.00       0.00
1800.03/1800.00	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.68          2          0          0
1800.03/1800.00	c   rootredcost      :       0.61          0          0          0
1800.03/1800.00	c   pseudoobj        :       4.74    5056266        131     119337
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      36.95     869300     869212    4474507       21.4     222247       14.6          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00         11         11         39       11.4          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    1781087       16.4          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -      11873       35.1          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       6.27    1012012          0          0          0          0    2024024
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          3
1800.03/1800.00	c   oneopt           :       0.35          0          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.20          0          0
1800.03/1800.00	c   trysol           :       0.27          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    1606602
1800.03/1800.00	c   nodes (total)    :    1606602
1800.03/1800.00	c   nodes left       :      45189
1800.03/1800.00	c   max depth        :        116
1800.03/1800.00	c   max depth (total):        116
1800.03/1800.00	c   backtracks       :     621881 (38.7%)
1800.03/1800.00	c   delayed cutoffs  :     371691
1800.03/1800.00	c   repropagations   :    1870785 (8326625 domain reductions, 275068 cutoffs)
1800.03/1800.00	c   avg switch length:      18.87
1800.03/1800.00	c   switching time   :     573.91
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          3 (3 improvements)
1800.03/1800.00	c   First Solution   : +9.80000000000000e+01   (in run 1, after 15248 nodes, 1.66 seconds, depth 71, found by <relaxation>)
1800.03/1800.00	c   Primal Bound     : +8.10000000000000e+01   (in run 1, after 63462 nodes, 12.56 seconds, depth 49, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +3.00000000000000e+01
1800.03/1800.00	c   Gap              :     170.00 %
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.13/1800.16	c Time complete: 1800.19.

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-2693850-1277895614/watcher-2693850-1277895614 -o /tmp/evaluation-result-2693850-1277895614/solver-2693850-1277895614 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693850-1277895614.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.49 2.12 2.04 4/178 22705
/proc/meminfo: memFree=31668244/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=8136 CPUtime=0
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 1518 0 0 0 0 0 0 0 25 0 1 0 163153142 8331264 1440 4089446400 4194304 7136930 140733875450000 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22705/statm: 2034 1440 275 719 0 1313 0

[startup+0.044552 s]
/proc/loadavg: 2.49 2.12 2.04 4/178 22705
/proc/meminfo: memFree=31668244/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=11960 CPUtime=0.03
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 4507 0 0 0 3 0 0 0 25 0 1 0 163153142 12247040 2277 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 2990 2277 395 719 0 2269 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11960

[startup+0.1005 s]
/proc/loadavg: 2.49 2.12 2.04 4/178 22705
/proc/meminfo: memFree=31668244/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=12508 CPUtime=0.09
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 4658 0 0 0 8 1 0 0 25 0 1 0 163153142 12808192 2428 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 3127 2428 395 719 0 2406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12508

[startup+0.300466 s]
/proc/loadavg: 2.49 2.12 2.04 4/178 22705
/proc/meminfo: memFree=31668244/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=14632 CPUtime=0.29
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 5168 0 0 0 27 2 0 0 25 0 1 0 163153142 14983168 2938 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 3658 2938 395 719 0 2937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14632

[startup+0.700397 s]
/proc/loadavg: 2.49 2.12 2.04 4/178 22705
/proc/meminfo: memFree=31668244/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=17668 CPUtime=0.69
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 5950 0 0 0 64 5 0 0 25 0 1 0 163153142 18092032 3720 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 4417 3720 395 719 0 3696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17668

[startup+1.50025 s]
/proc/loadavg: 2.49 2.12 2.04 3/179 22706
/proc/meminfo: memFree=31653228/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=22012 CPUtime=1.49
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 7035 0 0 0 135 14 0 0 25 0 1 0 163153142 22540288 4805 4089446400 4194304 7136930 140733875450000 18446744073709551615 6166336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 5503 4805 395 719 0 4782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22012

[startup+3.10097 s]
/proc/loadavg: 2.49 2.12 2.04 3/179 22706
/proc/meminfo: memFree=31648020/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=27636 CPUtime=3.09
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 8458 0 0 0 284 25 0 0 25 0 1 0 163153142 28299264 6228 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 6909 6228 395 719 0 6188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27636

[startup+6.30041 s]
/proc/loadavg: 2.45 2.12 2.04 3/179 22706
/proc/meminfo: memFree=31636640/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=37328 CPUtime=6.29
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 10893 0 0 0 590 39 0 0 25 0 1 0 163153142 38223872 8663 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 9332 8663 395 719 0 8611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37328

[startup+12.7003 s]
/proc/loadavg: 2.41 2.12 2.04 3/179 22706
/proc/meminfo: memFree=31622876/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=49416 CPUtime=12.69
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 13930 0 0 0 1205 64 0 0 25 0 1 0 163153142 50601984 11700 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 12354 11700 397 719 0 11633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49416

[startup+25.5 s]
/proc/loadavg: 2.32 2.11 2.04 3/179 22706
/proc/meminfo: memFree=31603432/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=68776 CPUtime=25.49
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 18801 0 0 0 2425 124 0 0 25 0 1 0 163153142 70426624 16571 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 17194 16571 398 719 0 16473 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68776

[startup+51.1006 s]
/proc/loadavg: 2.21 2.10 2.03 3/179 22717
/proc/meminfo: memFree=31579176/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=92284 CPUtime=51.09
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 24763 0 0 0 4884 225 0 0 25 0 1 0 163153142 94498816 22533 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 23071 22533 398 719 0 22350 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92284

[startup+102.306 s]
/proc/loadavg: 2.09 2.08 2.03 3/179 22717
/proc/meminfo: memFree=31569412/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=103176 CPUtime=102.29
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 27322 0 0 0 9940 289 0 0 25 0 1 0 163153142 105652224 25071 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 25794 25071 398 719 0 25073 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103176

[startup+162.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/179 22719
/proc/meminfo: memFree=31564904/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=107796 CPUtime=162.29
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 28444 0 0 0 15828 401 0 0 25 0 1 0 163153142 110383104 26193 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 26949 26193 398 719 0 26228 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107796

[startup+222.301 s]
/proc/loadavg: 2.01 2.05 2.02 3/179 22721
/proc/meminfo: memFree=31563728/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=109376 CPUtime=222.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 28694 0 0 0 21754 476 0 0 25 0 1 0 163153142 112001024 26443 4089446400 4194304 7136930 140733875450000 18446744073709551615 4999858 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 27344 26443 398 719 0 26623 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 109376

[startup+282.301 s]
/proc/loadavg: 2.04 2.06 2.02 3/179 22723
/proc/meminfo: memFree=31561344/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=112040 CPUtime=282.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 29326 0 0 0 27703 527 0 0 25 0 1 0 163153142 114728960 27075 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 28010 27075 398 719 0 27289 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 112040

[startup+342.301 s]
/proc/loadavg: 1.97 2.03 2.01 3/179 22773
/proc/meminfo: memFree=31605684/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=112592 CPUtime=342.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 29480 0 0 0 33642 588 0 0 25 0 1 0 163153142 115294208 27229 4089446400 4194304 7136930 140733875450000 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 28148 27229 398 719 0 27427 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112592

[startup+402.301 s]
/proc/loadavg: 2.05 2.04 2.01 3/179 22774
/proc/meminfo: memFree=31592200/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=127468 CPUtime=402.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 32789 0 0 0 39441 789 0 0 25 0 1 0 163153142 130527232 30538 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 31867 30538 398 719 0 31146 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127468

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22776
/proc/meminfo: memFree=31579012/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=140380 CPUtime=462.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 36001 0 0 0 45345 885 0 0 25 0 1 0 163153142 143749120 33750 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 35095 33750 398 719 0 34374 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 140380

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22805
/proc/meminfo: memFree=31456828/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=146708 CPUtime=522.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 37592 0 0 0 51257 974 0 0 25 0 1 0 163153142 150228992 35341 4089446400 4194304 7136930 140733875450000 18446744073709551615 5957267 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 36677 35341 398 719 0 35956 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146708

[startup+582.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 22807
/proc/meminfo: memFree=31298168/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=154176 CPUtime=582.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 39332 0 0 0 57204 1026 0 0 25 0 1 0 163153142 157876224 37081 4089446400 4194304 7136930 140733875450000 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 38544 37081 398 719 0 37823 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 154176

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22808
/proc/meminfo: memFree=31149060/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=156648 CPUtime=642.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 39827 0 0 0 63160 1071 0 0 25 0 1 0 163153142 160407552 37576 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22705/statm: 39162 37576 398 719 0 38441 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 156648

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 23061
/proc/meminfo: memFree=31552600/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=164100 CPUtime=882.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 41922 0 0 0 86473 1757 0 0 25 0 1 0 163153142 168038400 39415 4089446400 4194304 7136930 140733875450000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41025 39415 398 719 0 40304 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 164100

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 23062
/proc/meminfo: memFree=31550828/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=165384 CPUtime=942.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42286 0 0 0 92348 1882 0 0 25 0 1 0 163153142 169353216 39779 4089446400 4194304 7136930 140733875450000 18446744073709551615 5953060 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41346 39779 398 719 0 40625 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 165384

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23090
/proc/meminfo: memFree=31485524/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=165384 CPUtime=1002.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42316 0 0 0 98224 2007 0 0 25 0 1 0 163153142 169353216 39809 4089446400 4194304 7136930 140733875450000 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41346 39809 398 719 0 40625 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 165384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23092
/proc/meminfo: memFree=31336956/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=165516 CPUtime=1062.3
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42341 0 0 0 103931 2299 0 0 25 0 1 0 163153142 169488384 39834 4089446400 4194304 7136930 140733875450000 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41379 39834 398 719 0 40658 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 165516

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23094
/proc/meminfo: memFree=31193552/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=165516 CPUtime=1122.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42343 0 0 0 109757 2474 0 0 25 0 1 0 163153142 169488384 39836 4089446400 4194304 7136930 140733875450000 18446744073709551615 5004477 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41379 39836 398 719 0 40658 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 165516

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 23096
/proc/meminfo: memFree=31059308/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=166656 CPUtime=1182.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42456 0 0 0 115659 2572 0 0 25 0 1 0 163153142 170655744 39949 4089446400 4194304 7136930 140733875450000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41664 39949 398 719 0 40943 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 166656

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23097
/proc/meminfo: memFree=30925452/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=166656 CPUtime=1242.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42469 0 0 0 121485 2746 0 0 25 0 1 0 163153142 170655744 39962 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41664 39962 398 719 0 40943 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 166656

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23098
/proc/meminfo: memFree=30789724/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=166656 CPUtime=1302.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42511 0 0 0 127335 2897 0 0 25 0 1 0 163153142 170655744 40004 4089446400 4194304 7136930 140733875450000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41664 40004 398 719 0 40943 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 166656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23100
/proc/meminfo: memFree=30652152/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=167316 CPUtime=1362.31
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42560 0 0 0 133211 3020 0 0 25 0 1 0 163153142 171331584 40053 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41829 40053 398 719 0 41108 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 167316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23102
/proc/meminfo: memFree=30517792/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=167316 CPUtime=1422.33
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42560 0 0 0 138965 3268 0 0 25 0 1 0 163153142 171331584 40053 4089446400 4194304 7136930 140733875450000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41829 40053 398 719 0 41108 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 167316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23104
/proc/meminfo: memFree=30411468/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=167492 CPUtime=1482.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 42623 0 0 0 144772 3460 0 0 25 0 1 0 163153142 171511808 40116 4089446400 4194304 7136930 140733875450000 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 41873 40116 398 719 0 41152 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 167492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23105
/proc/meminfo: memFree=30320288/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=169836 CPUtime=1542.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43216 0 0 0 150658 3574 0 0 25 0 1 0 163153142 173912064 40709 4089446400 4194304 7136930 140733875450000 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 42459 40709 398 719 0 41738 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 169836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23106
/proc/meminfo: memFree=30246348/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=171528 CPUtime=1602.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43616 0 0 0 156570 3662 0 0 25 0 1 0 163153142 175644672 41109 4089446400 4194304 7136930 140733875450000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 42882 41109 398 719 0 42161 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 171528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23108
/proc/meminfo: memFree=30175508/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=172920 CPUtime=1662.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43743 0 0 0 162502 3730 0 0 25 0 1 0 163153142 177070080 41236 4089446400 4194304 7136930 140733875450000 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 43230 41236 398 719 0 42509 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 172920

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23110
/proc/meminfo: memFree=30118064/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=172920 CPUtime=1722.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43780 0 0 0 168442 3790 0 0 25 0 1 0 163153142 177070080 41273 4089446400 4194304 7136930 140733875450000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 43230 41273 398 719 0 42509 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 172920

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 23112
/proc/meminfo: memFree=30053900/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=173768 CPUtime=1782.32
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43961 0 0 0 174312 3920 0 0 25 0 1 0 163153142 177938432 41454 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 43442 41454 398 719 0 42721 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 173768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23112
/proc/meminfo: memFree=30036780/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=173768 CPUtime=1800.03
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43963 0 0 0 176023 3980 0 0 25 0 1 0 163153142 177938432 41456 4089446400 4194304 7136930 140733875450000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22705/statm: 43442 41456 398 719 0 42721 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 173768

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.02 2.01 2.00 3/179 23112
/proc/meminfo: memFree=30036780/32950940 swapFree=67111528/67111528
[pid=22705] ppid=22703 vsize=173768 CPUtime=1800.13
/proc/22705/stat : 22705 (pbscip.linux.x8) R 22703 22705 20946 0 -1 4202496 43968 0 0 0 176033 3980 0 0 18 0 1 0 163153142 177938432 41461 4089446400 4194304 7136930 140733875450000 18446744073709551615 4670015 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22705/statm: 43442 41461 403 719 0 42721 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 173768

Child status: 0
Real time (s): 1800.16
CPU time (s): 1800.2
CPU user time (s): 1760.39
CPU system time (s): 39.8109
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 173768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.39
system time used= 39.8109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43975
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= 4
involuntary context switches= 9620

runsolver used 2.51062 second user time and 5.69013 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 13:00:14
IDJOB=2693850
IDBENCH=78761
IDSOLVER=1206
FILE ID=node117/2693850-1277895614
PBS_JOBID= 11197119
Free space on /tmp= 74208 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.1111226680--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-2693850-1277895614/watcher-2693850-1277895614 -o /tmp/evaluation-result-2693850-1277895614/solver-2693850-1277895614 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693850-1277895614.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dca485207caaa579309a7d2385685aa8
RANDOM SEED=951600697

node117.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.799
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.59
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.799
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.799
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.799
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.799
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.85
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.799
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.799
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.799
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31668772 kB
Buffers:        179012 kB
Cached:         847572 kB
SwapCached:          0 kB
Active:         564960 kB
Inactive:       576828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31668772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3260 kB
Writeback:           0 kB
AnonPages:      114792 kB
Mapped:          15320 kB
Slab:            77312 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   259464 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= 74204 MiB
End job on node117 at 2010-06-30 13:30:16