Trace number 2693872

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.1110973670--soft-33-100-0.wbo
MD5SUMfc19369358a85dcf0daa4440bb60967e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.350945
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693872-1277896268.wbo>
0.00/0.00	c original problem has 307 variables (238 bin, 0 int, 0 impl, 69 cont) and 171 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 3) 1 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 4) 2 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 30 upgd conss, 75 impls, 20 clqs
0.00/0.02	c    (0.0s) probing: 101/237 (42.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 5 deleted constraints, 68 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  75 implications, 20 cliques
0.00/0.02	c presolved problem has 305 variables (237 bin, 0 int, 0 impl, 68 cont) and 166 constraints
0.00/0.02	c      68 constraints of type <indicator>
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      68 constraints of type <linear>
0.00/0.02	c      10 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 950k|   0 |   - | 305 | 166 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.12	c   0.9s| 10000 |  7109 |     0 |   0.0 |6800k| 168 |   - | 305 |3919 |   0 |   0 |   0 |6954 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.10	c   2.5s| 20000 | 12367 |     0 |   0.0 |  11M| 168 |   - | 305 |5231 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
5.59/5.60	c   4.8s| 30000 | 17063 |     0 |   0.0 |  16M| 168 |   - | 305 |8467 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
8.70/8.76	c   7.7s| 40000 | 20687 |     0 |   0.0 |  22M| 168 |   - | 305 |  11k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.01	c  11.6s| 50000 | 22193 |     0 |   0.0 |  26M| 168 |   - | 305 |  16k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
15.09/15.14	o 607
15.09/15.14	c *13.5s| 59618 | 28371 |     0 |   0.0 |  28M| 168 |   - | 305 |7546 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 6.070000e+02 |    Inf 
15.09/15.18	c  13.5s| 60000 | 28733 |     0 |   0.0 |  28M| 168 |   - | 305 |7013 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 6.070000e+02 |    Inf 
15.19/15.23	o 142
15.19/15.23	c *13.6s| 60644 | 29273 |     0 |   0.0 |  28M| 168 |   - | 305 |6164 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
17.69/17.73	c  15.8s| 70000 | 33152 |     0 |   0.0 |  32M| 168 |   - | 305 |8899 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
22.89/22.90	c  20.6s| 80000 | 33916 |     0 |   0.0 |  37M| 168 |   - | 305 |  14k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
29.09/29.11	c  26.5s| 90000 | 34702 |     0 |   0.0 |  42M| 168 |   - | 305 |  19k|   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
36.69/36.73	c  33.8s|100000 | 34635 |     0 |   0.0 |  46M| 168 |   - | 305 |  24k|   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
46.29/46.35	c  43.1s|110000 | 32849 |     0 |   0.0 |  48M| 168 |   - | 305 |  29k|   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
51.99/52.06	c  48.5s|120000 | 37680 |     0 |   0.0 |  45M| 168 |   - | 305 |9335 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
55.19/55.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.19/55.21	c  51.4s|130000 | 43126 |     0 |   0.0 |  49M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
59.59/59.62	c  55.5s|140000 | 46574 |     0 |   0.0 |  54M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
61.80/61.83	o 73
61.80/61.83	c *57.5s|145908 | 47535 |     0 |   0.0 |  52M| 168 |   - | 305 |2329 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
62.19/62.26	c  57.8s|150000 | 50927 |     0 |   0.0 |  53M| 168 |   - | 305 |1754 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
63.40/63.48	c  58.8s|160000 | 58611 |     0 |   0.0 |  57M| 168 |   - | 305 |1901 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
65.09/65.10	c  60.2s|170000 | 65180 |     0 |   0.0 |  62M| 168 |   - | 305 |3433 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
69.00/69.07	c  63.8s|180000 | 66385 |     0 |   0.0 |  67M| 168 |   - | 305 |8841 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
77.89/77.93	c  72.2s|190000 | 62001 |     0 |   0.0 |  66M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
88.59/88.68	c  82.5s|200000 | 56256 |     0 |   0.0 |  61M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
93.40/93.46	c  86.9s|210000 | 58622 |     0 |   0.0 |  56M| 168 |   - | 305 |6119 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
97.19/97.24	c  90.3s|220000 | 62076 |     0 |   0.0 |  60M| 168 |   - | 305 |9644 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
102.29/102.31	c  95.1s|230000 | 64373 |     0 |   0.0 |  64M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
108.80/108.81	c   101s|240000 | 65821 |     0 |   0.0 |  67M| 168 |   - | 305 |  17k|   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
117.09/117.11	c   109s|250000 | 65485 |     0 |   0.0 |  69M| 168 |   - | 305 |  24k|   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
119.39/119.47	c   111s|260000 | 72745 |     0 |   0.0 |  67M| 168 |   - | 305 |2356 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
120.99/121.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.99/121.09	c   113s|270000 | 79665 |     0 |   0.0 |  71M| 168 |   - | 305 |2768 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
122.79/122.82	c   114s|280000 | 86262 |     0 |   0.0 |  75M| 168 |   - | 305 |3395 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
124.69/124.75	c   116s|290000 | 92578 |     0 |   0.0 |  79M| 168 |   - | 305 |4791 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
126.89/126.92	c   118s|300000 | 98627 |     0 |   0.0 |  83M| 168 |   - | 305 |5594 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
129.29/129.38	c   120s|310000 |104280 |     0 |   0.0 |  87M| 168 |   - | 305 |6643 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
132.09/132.11	c   122s|320000 |109722 |     0 |   0.0 |  91M| 168 |   - | 305 |7924 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
134.89/134.90	c   125s|330000 |115252 |     0 |   0.0 |  95M| 168 |   - | 305 |8540 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
137.79/137.82	c   127s|340000 |120616 |     0 |   0.0 |  99M| 168 |   - | 305 |9452 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
140.89/140.98	c   130s|350000 |125657 |     0 |   0.0 | 103M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
144.29/144.36	c   133s|360000 |130536 |     0 |   0.0 | 107M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
147.99/148.00	c   136s|370000 |135183 |     0 |   0.0 | 112M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
152.39/152.43	c   141s|380000 |138923 |     0 |   0.0 | 118M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
157.99/158.01	c   146s|390000 |140970 |     0 |   0.0 | 117M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
165.89/166.00	c   153s|400000 |140512 |     0 |   0.0 | 120M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 456k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
176.69/176.77	c   164s|410000 |139877 |     0 |   0.0 | 125M| 168 |   - | 305 |  23k|   0 |   0 |   0 | 475k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
191.49/191.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.49/191.51	c   178s|420000 |138289 |     0 |   0.0 | 128M| 168 |   - | 305 |  32k|   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
210.09/210.11	c   196s|430000 |136462 |     0 |   0.0 | 131M| 168 |   - | 305 |  40k|   0 |   0 |   0 | 514k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
228.99/229.01	c   215s|440000 |135364 |     0 |   0.0 | 131M| 168 |   - | 305 |  38k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
235.99/236.04	c   222s|450000 |141110 |     0 |   0.0 | 127M| 168 |   - | 305 |  12k|   0 |   0 |   0 | 539k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
239.99/240.09	c   225s|460000 |146467 |     0 |   0.0 | 130M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
243.89/243.98	c   229s|470000 |151461 |     0 |   0.0 | 134M| 168 |   - | 305 |9360 |   0 |   0 |   0 | 554k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
247.79/247.89	c   232s|480000 |156233 |     0 |   0.0 | 138M| 168 |   - | 305 |9561 |   0 |   0 |   0 | 562k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
251.59/251.63	c   236s|490000 |161211 |     0 |   0.0 | 143M| 168 |   - | 305 |9802 |   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
255.40/255.44	c   239s|500000 |166033 |     0 |   0.0 | 147M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
259.60/259.60	c   243s|510000 |170425 |     0 |   0.0 | 151M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
263.69/263.78	c   247s|520000 |174866 |     0 |   0.0 | 156M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
267.89/267.90	c   251s|530000 |179409 |     0 |   0.0 | 160M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 603k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
272.19/272.23	c   255s|540000 |183646 |     0 |   0.0 | 164M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 612k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
276.39/276.47	c   259s|550000 |188108 |     0 |   0.0 | 168M| 168 |   - | 305 |  12k|   0 |   0 |   0 | 620k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
280.79/280.85	c   263s|560000 |192474 |     0 |   0.0 | 173M| 168 |   - | 305 |  12k|   0 |   0 |   0 | 628k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
285.69/285.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.69/285.77	c   268s|570000 |196191 |     0 |   0.0 | 177M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 638k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
290.79/290.82	c   272s|580000 |199843 |     0 |   0.0 | 182M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 647k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
296.09/296.11	c   277s|590000 |203341 |     0 |   0.0 | 186M| 168 |   - | 305 |  14k|   0 |   0 |   0 | 657k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
301.69/301.70	c   283s|600000 |206423 |     0 |   0.0 | 190M| 168 |   - | 305 |  14k|   0 |   0 |   0 | 667k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
307.39/307.48	c   288s|610000 |209358 |     0 |   0.0 | 194M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 677k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
313.40/313.47	c   294s|620000 |212247 |     0 |   0.0 | 198M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 687k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
319.49/319.57	c   299s|630000 |215012 |     0 |   0.0 | 202M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 697k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
325.70/325.71	c   305s|640000 |217800 |     0 |   0.0 | 206M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 707k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
331.99/332.08	c   311s|650000 |220392 |     0 |   0.0 | 210M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
338.60/338.60	c   317s|660000 |223004 |     0 |   0.0 | 215M| 168 |   - | 305 |  17k|   0 |   0 |   0 | 728k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
345.49/345.53	c   324s|670000 |225334 |     0 |   0.0 | 219M| 168 |   - | 305 |  17k|   0 |   0 |   0 | 738k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
352.19/352.29	c   330s|680000 |227862 |     0 |   0.0 | 225M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 749k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
359.60/359.69	c   337s|690000 |230109 |     0 |   0.0 | 230M| 168 |   - | 305 |  19k|   0 |   0 |   0 | 759k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
367.00/367.08	c   344s|700000 |232595 |     0 |   0.0 | 234M| 168 |   - | 305 |  20k|   0 |   0 |   0 | 770k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
374.50/374.50	c   352s|710000 |235214 |     0 |   0.0 | 239M| 168 |   - | 305 |  20k|   0 |   0 |   0 | 780k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
382.09/382.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.09/382.16	c   359s|720000 |237848 |     0 |   0.0 | 244M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 789k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
390.09/390.10	c   367s|730000 |240360 |     0 |   0.0 | 248M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 799k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
398.40/398.40	c   374s|740000 |242549 |     0 |   0.0 | 252M| 168 |   - | 305 |  23k|   0 |   0 |   0 | 809k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
406.80/406.83	c   383s|750000 |244712 |     0 |   0.0 | 255M| 168 |   - | 305 |  19k|   0 |   0 |   0 | 819k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
410.40/410.43	c   386s|760000 |251012 |     0 |   0.0 | 255M| 168 |   - | 305 |9600 |   0 |   0 |   0 | 825k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
415.10/415.10	c   390s|770000 |252992 |     0 |   0.0 | 256M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 837k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
423.40/423.44	c   398s|780000 |253252 |     0 |   0.0 | 254M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 852k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
428.79/428.86	c   403s|790000 |257087 |     0 |   0.0 | 257M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 861k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
433.99/434.01	c   408s|800000 |260624 |     0 |   0.0 | 260M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 871k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
439.50/439.55	c   413s|810000 |263979 |     0 |   0.0 | 264M| 168 |   - | 305 |  14k|   0 |   0 |   0 | 881k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
445.99/446.08	c   420s|820000 |266879 |     0 |   0.0 | 267M| 168 |   - | 305 |  14k|   0 |   0 |   0 | 892k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
452.40/452.41	c   426s|830000 |270105 |     0 |   0.0 | 271M| 168 |   - | 305 |  17k|   0 |   0 |   0 | 902k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
459.40/459.46	c   432s|840000 |273376 |     0 |   0.0 | 276M| 168 |   - | 305 |  19k|   0 |   0 |   0 | 912k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
467.29/467.31	c   440s|850000 |276293 |     0 |   0.0 | 280M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 923k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
475.69/475.74	c   448s|860000 |279117 |     0 |   0.0 | 285M| 168 |   - | 305 |  23k|   0 |   0 |   0 | 933k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
484.59/484.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.59/484.69	c   457s|870000 |281872 |     0 |   0.0 | 289M| 168 |   - | 305 |  25k|   0 |   0 |   0 | 944k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
494.50/494.58	c   466s|880000 |284335 |     0 |   0.0 | 293M| 168 |   - | 305 |  27k|   0 |   0 |   0 | 955k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
504.20/504.26	c   475s|890000 |287396 |     0 |   0.0 | 297M| 168 |   - | 305 |  28k|   0 |   0 |   0 | 965k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
514.30/514.37	c   485s|900000 |290434 |     0 |   0.0 | 302M| 168 |   - | 305 |  31k|   0 |   0 |   0 | 975k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
526.10/526.11	c   497s|910000 |292773 |     0 |   0.0 | 306M| 168 |   - | 305 |  32k|   0 |   0 |   0 | 986k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
537.90/537.95	c   508s|920000 |295340 |     0 |   0.0 | 310M| 168 |   - | 305 |  33k|   0 |   0 |   0 | 997k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
549.00/549.05	c   519s|930000 |298541 |     0 |   0.0 | 314M| 168 |   - | 305 |  36k|   0 |   0 |   0 |1007k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
562.80/562.87	c   532s|940000 |300502 |     0 |   0.0 | 318M| 168 |   - | 305 |  37k|   0 |   0 |   0 |1018k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
577.00/577.08	c   546s|950000 |302600 |     0 |   0.0 | 322M| 168 |   - | 305 |  37k|   0 |   0 |   0 |1029k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
590.50/590.60	c   559s|960000 |305128 |     0 |   0.0 | 326M| 168 |   - | 305 |  38k|   0 |   0 |   0 |1040k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
605.71/605.70	c   574s|970000 |306778 |     0 |   0.0 | 330M| 168 |   - | 305 |  40k|   0 |   0 |   0 |1052k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
620.70/620.76	c   589s|980000 |308657 |     0 |   0.0 | 334M| 168 |   - | 305 |  40k|   0 |   0 |   0 |1063k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
630.51/630.50	o 62
630.51/630.50	c * 598s|987051 |293604 |     0 |   0.0 | 307M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1071k|   0 | 2.000000e+00 | 6.200000e+01 |3000.00%
636.41/636.41	c   604s|990000 |293562 |     0 |   0.0 | 308M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1075k|   0 | 2.000000e+00 | 6.200000e+01 |3000.00%
654.90/654.97	o 53
654.90/654.97	c * 622s|999946 |288110 |     0 |   0.0 | 304M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1088k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
655.00/655.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.00/655.06	c   622s|  1000k|288116 |     0 |   0.0 | 304M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1088k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
671.60/671.64	c   638s|  1010k|288106 |     0 |   0.0 | 304M| 168 |   - | 305 |  28k|   0 |   0 |   0 |1104k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
686.70/686.77	c   653s|  1020k|287815 |     0 |   0.0 | 308M| 168 |   - | 305 |  32k|   0 |   0 |   0 |1120k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
703.60/703.66	c   670s|  1030k|287449 |     0 |   0.0 | 312M| 168 |   - | 305 |  35k|   0 |   0 |   0 |1136k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
722.71/722.77	c   688s|  1040k|286676 |     0 |   0.0 | 316M| 168 |   - | 305 |  37k|   0 |   0 |   0 |1152k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
743.21/743.23	c   708s|  1050k|285513 |     0 |   0.0 | 318M| 168 |   - | 305 |  38k|   0 |   0 |   0 |1169k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
764.81/764.80	c   729s|  1060k|284076 |     0 |   0.0 | 320M| 168 |   - | 305 |  40k|   0 |   0 |   0 |1186k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
785.11/785.19	c   749s|  1070k|283409 |     0 |   0.0 | 323M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1201k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
806.10/806.12	c   770s|  1080k|282803 |     0 |   0.0 | 326M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1216k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
827.90/827.99	c   791s|  1090k|281471 |     0 |   0.0 | 328M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1232k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
848.61/848.60	c   812s|  1100k|280905 |     0 |   0.0 | 330M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1246k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
868.00/868.05	c   831s|  1110k|280972 |     0 |   0.0 | 333M| 168 |   - | 305 |  44k|   0 |   0 |   0 |1259k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
887.62/887.63	c   850s|  1120k|281133 |     0 |   0.0 | 336M| 168 |   - | 305 |  44k|   0 |   0 |   0 |1272k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
908.91/908.91	c   871s|  1130k|280413 |     0 |   0.0 | 339M| 168 |   - | 305 |  46k|   0 |   0 |   0 |1285k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
934.81/934.86	c   896s|  1140k|278671 |     0 |   0.0 | 340M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1300k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
952.41/952.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.41/952.42	c   913s|  1150k|279285 |     0 |   0.0 | 338M| 168 |   - | 305 |  38k|   0 |   0 |   0 |1314k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
962.71/962.74	c   923s|  1160k|283964 |     0 |   0.0 | 337M| 168 |   - | 305 |  29k|   0 |   0 |   0 |1322k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
969.91/969.94	c   930s|  1170k|289578 |     0 |   0.0 | 338M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1329k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
976.21/976.29	c   936s|  1180k|294861 |     0 |   0.0 | 342M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1337k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
983.11/983.19	c   943s|  1190k|299339 |     0 |   0.0 | 346M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1346k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
992.91/992.93	c   952s|  1200k|300895 |     0 |   0.0 | 350M| 168 |   - | 305 |  22k|   0 |   0 |   0 |1359k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
1001.61/1001.63	c   961s|  1210k|303427 |     0 |   0.0 | 349M| 168 |   - | 305 |9200 |   0 |   0 |   0 |1369k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
1005.82/1005.85	c   964s|  1220k|307103 |     0 |   0.0 | 353M| 168 |   - | 305 |  10k|   0 |   0 |   0 |1380k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
1008.62/1008.63	o 30
1008.62/1008.63	c * 967s|  1223k|249353 |     0 |   0.0 | 273M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1385k|   0 | 2.000000e+00 | 3.000000e+01 |1400.00%
1008.91/1008.92	o 29
1008.91/1008.92	c * 967s|  1223k|247733 |     0 |   0.0 | 270M| 168 |   - | 305 |9649 |   0 |   0 |   0 |1386k|   0 | 2.000000e+00 | 2.900000e+01 |1350.00%
1017.81/1017.84	c   976s|  1230k|240768 |     0 |   0.0 | 271M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1405k|   0 | 2.000000e+00 | 2.900000e+01 |1350.00%
1040.62/1040.63	c   998s|  1240k|226836 |     0 |   0.0 | 271M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1436k|   0 | 2.000000e+00 | 2.900000e+01 |1350.00%
1072.92/1072.90	c  1030s|  1250k|212162 |     0 |   0.0 | 269M| 168 |   - | 305 |  29k|   0 |   0 |   0 |1467k|   0 | 2.000000e+00 | 2.900000e+01 |1350.00%
1096.11/1096.15	o 12
1096.11/1096.15	c *1053s|  1255k|158244 |     0 |   0.0 | 215M| 168 |   - | 305 |  32k|   0 |   0 |   0 |1485k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1121.32/1121.40	c  1078s|  1260k|140635 |     0 |   0.0 | 203M| 168 |   - | 305 |  24k|   0 |   0 |   0 |1504k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1181.12/1181.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.12/1181.11	c  1136s|  1270k| 92784 |     0 |   0.0 | 152M| 168 |   - | 305 |  31k|   0 |   0 |   0 |1545k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1206.72/1206.77	c  1162s|  1280k| 84039 |     0 |   0.0 | 135M| 168 |   - | 305 |  28k|   0 |   0 |   0 |1566k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1219.02/1219.04	c  1173s|  1290k| 85641 |     0 |   0.0 | 133M| 168 |   - | 305 |  25k|   0 |   0 |   0 |1579k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1231.22/1231.23	c  1185s|  1300k| 86598 |     0 |   0.0 | 132M| 168 |   - | 305 |  25k|   0 |   0 |   0 |1592k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1244.13/1244.11	c  1198s|  1310k| 87789 |     0 |   0.0 | 133M| 168 |   - | 305 |  27k|   0 |   0 |   0 |1607k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1257.32/1257.32	c  1211s|  1320k| 88989 |     0 |   0.0 | 134M| 168 |   - | 305 |  29k|   0 |   0 |   0 |1621k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1272.82/1272.88	c  1226s|  1330k| 88930 |     0 |   0.0 | 134M| 168 |   - | 305 |  30k|   0 |   0 |   0 |1636k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1290.81/1290.86	c  1244s|  1340k| 87472 |     0 |   0.0 | 132M| 168 |   - | 305 |  31k|   0 |   0 |   0 |1653k|   0 | 2.000000e+00 | 1.200000e+01 | 500.00%
1311.23/1311.29	c  1264s|  1350k| 83793 |     0 |   0.0 | 127M| 168 |   - | 305 |  33k|   0 |   0 |   0 |1671k|   0 | 3.000000e+00 | 1.200000e+01 | 300.00%
1333.32/1333.30	c  1285s|  1360k| 79831 |     0 |   0.0 | 123M| 168 |   - | 305 |  30k|   0 |   0 |   0 |1690k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1339.52/1339.59	c  1291s|  1370k| 85619 |     0 |   0.0 | 122M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1699k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1344.52/1344.52	c  1296s|  1380k| 89631 |     0 |   0.0 | 127M| 168 |   - | 305 |  12k|   0 |   0 |   0 |1711k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1351.53/1351.52	c  1302s|  1390k| 91330 |     0 |   0.0 | 130M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1725k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1354.92/1354.92	c  1305s|  1400k| 96327 |     0 |   0.0 | 133M| 168 |   - | 305 |6368 |   0 |   0 |   0 |1734k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1361.83/1361.87	c  1312s|  1410k| 95228 |     0 |   0.0 | 134M| 168 |   - | 305 |  12k|   0 |   0 |   0 |1753k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1370.82/1370.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.82/1370.85	c  1321s|  1420k| 93873 |     0 |   0.0 | 128M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1773k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1385.23/1385.24	c  1335s|  1430k| 93607 |     0 |   0.0 | 132M| 168 |   - | 305 |  27k|   0 |   0 |   0 |1792k|   0 | 4.000000e+00 | 1.200000e+01 | 200.00%
1387.12/1387.16	o 10
1387.12/1387.16	c *1337s|  1431k| 79110 |     0 |   0.0 | 119M| 168 |   - | 305 |  27k|   0 |   0 |   0 |1794k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1408.82/1408.85	c  1358s|  1440k| 75921 |     0 |   0.0 | 121M| 168 |   - | 305 |  33k|   0 |   0 |   0 |1814k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1440.63/1440.62	c  1389s|  1450k| 70443 |     0 |   0.0 | 121M| 168 |   - | 305 |  42k|   0 |   0 |   0 |1837k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1482.32/1482.30	c  1430s|  1460k| 61262 |     0 |   0.0 | 114M| 168 |   - | 305 |  49k|   0 |   0 |   0 |1861k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1508.93/1508.90	c  1457s|  1470k| 60222 |     0 |   0.0 | 101M| 168 |   - | 305 |  24k|   0 |   0 |   0 |1878k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1521.13/1521.14	c  1469s|  1480k| 61409 |     0 |   0.0 | 102M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1894k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1534.23/1534.24	c  1481s|  1490k| 61292 |     0 |   0.0 | 105M| 168 |   - | 305 |  23k|   0 |   0 |   0 |1912k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1549.12/1549.11	c  1496s|  1500k| 60013 |     0 |   0.0 | 106M| 168 |   - | 305 |  26k|   0 |   0 |   0 |1931k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1563.83/1563.88	c  1510s|  1510k| 59954 |     0 |   0.0 | 104M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1948k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1569.13/1569.10	c  1515s|  1520k| 65847 |     0 |   0.0 | 107M| 168 |   - | 305 |  18k|   0 |   0 |   0 |1958k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1575.53/1575.58	c  1521s|  1530k| 70283 |     0 |   0.0 | 111M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1969k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1585.42/1585.43	c  1531s|  1540k| 71257 |     0 |   0.0 | 111M| 168 |   - | 305 |  13k|   0 |   0 |   0 |1984k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1594.13/1594.17	c  1539s|  1550k| 70527 |     0 |   0.0 | 112M| 168 |   - | 305 |  14k|   0 |   0 |   0 |2003k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1603.33/1603.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1603.33/1603.38	c  1548s|  1560k| 67800 |     0 |   0.0 | 107M| 168 |   - | 305 |9237 |   0 |   0 |   0 |2022k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1620.83/1620.82	c  1565s|  1570k| 53088 |     0 |   0.0 |  78M| 168 |   - | 305 |  24k|   0 |   0 |   0 |2050k|   0 | 4.000000e+00 | 1.000000e+01 | 150.00%
1639.63/1639.63	c  1584s|  1580k| 50288 |     0 |   0.0 |  76M| 168 |   - | 305 |  28k|   0 |   0 |   0 |2072k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1664.23/1664.30	c  1608s|  1590k| 45486 |     0 |   0.0 |  75M| 168 |   - | 305 |  36k|   0 |   0 |   0 |2096k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1694.73/1694.77	c  1638s|  1600k| 40211 |     0 |   0.0 |  69M| 168 |   - | 305 |  38k|   0 |   0 |   0 |2120k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1709.34/1709.38	c  1652s|  1610k| 42966 |     0 |   0.0 |  68M| 168 |   - | 305 |  25k|   0 |   0 |   0 |2135k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1722.93/1722.92	c  1666s|  1620k| 44306 |     0 |   0.0 |  72M| 168 |   - | 305 |  29k|   0 |   0 |   0 |2151k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1739.43/1739.47	c  1682s|  1630k| 44314 |     0 |   0.0 |  75M| 168 |   - | 305 |  34k|   0 |   0 |   0 |2170k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1758.13/1758.19	c  1700s|  1640k| 43658 |     0 |   0.0 |  78M| 168 |   - | 305 |  38k|   0 |   0 |   0 |2188k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1778.83/1778.81	c  1720s|  1650k| 42085 |     0 |   0.0 |  78M| 168 |   - | 305 |  41k|   0 |   0 |   0 |2207k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1799.94/1799.95	c  1741s|  1660k| 38757 |     0 |   0.0 |  69M| 168 |   - | 305 |  19k|   0 |   0 |   0 |2229k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1741.12
1800.04/1800.00	c Solving Nodes      : 1660033
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+01 (9 solutions)
1800.04/1800.00	c Dual Bound         : +5.00000000000000e+00
1800.04/1800.00	c Gap                : 100.00 %
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/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.04/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 -x4 
1800.04/1800.00	v -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1741.12
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693872-1277896268.wbo
1800.04/1800.00	c   Variables        : 307 (238 binary, 0 integer, 0 implicit integer, 69 continuous)
1800.04/1800.00	c   Constraints      : 171 initial, 171 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693872-1277896268.wbo
1800.04/1800.00	c   Variables        : 305 (237 binary, 0 integer, 0 implicit integer, 68 continuous)
1800.04/1800.00	c   Constraints      : 166 initial, 51789 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         68          0          4          1          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -         14          -          -         28          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         68          0    4717849          0    1058073       8111    1994939          0          0          0
1800.04/1800.00	c   setppc           :         20          0    5146768          0    1141804      39793    4131190          0          0          0
1800.04/1800.00	c   linear           :         68          0    5107012          0    1141815     550840   25215681          0          0          0
1800.04/1800.00	c   logicor          :         10+         0    2484577          0    1141754     167144    1627376          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     435417          0          0        179       8317          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    1141823          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       2.81       0.00       1.94       0.00       0.87
1800.04/1800.00	c   setppc           :      11.00       0.00       9.14       0.00       1.86
1800.04/1800.00	c   linear           :     124.76       0.00     124.62       0.00       0.14
1800.04/1800.00	c   logicor          :     807.73       0.00     807.24       0.00       0.49
1800.04/1800.00	c   bounddisjunction :       1.58       0.00       1.58       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.01          2          0          0
1800.04/1800.00	c   rootredcost      :       0.00          0          0          0
1800.04/1800.00	c   pseudoobj        :      12.36    5160080       5345    1841625
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      42.34     763300     763239    4038028       24.7     211022       14.2          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00        111        111        407       16.8         46       16.2          -
1800.04/1800.00	c   applied globally :          -          -          -    2176241       17.7          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      53012       36.4          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       8.61    1141814          0          0          0          0    2283628
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.32          -          9
1800.04/1800.00	c   oneopt           :       0.16          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.01          0          0
1800.04/1800.00	c   trysol           :       0.00          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1660033
1800.04/1800.00	c   nodes (total)    :    1660033
1800.04/1800.00	c   nodes left       :      38734
1800.04/1800.00	c   max depth        :        168
1800.04/1800.00	c   max depth (total):        168
1800.04/1800.00	c   backtracks       :     571484 (34.4%)
1800.04/1800.00	c   delayed cutoffs  :     439987
1800.04/1800.00	c   repropagations   :    1974543 (9663886 domain reductions, 253313 cutoffs)
1800.04/1800.00	c   avg switch length:      22.17
1800.04/1800.00	c   switching time   :     573.16
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          9 (9 improvements)
1800.04/1800.00	c   First Solution   : +6.07000000000000e+02   (in run 1, after 59618 nodes, 13.49 seconds, depth 139, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1431160 nodes, 1336.57 seconds, depth 73, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +5.00000000000000e+00
1800.04/1800.00	c   Gap              :     100.00 %
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0
1800.14/1800.15	c Time complete: 1800.19.

Verifier Data

OK	10

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11264
/proc/meminfo: memFree=31219592/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=8256 CPUtime=0
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 1540 0 0 0 0 0 0 0 21 0 1 0 130923525 8454144 1462 4089446400 4194304 7136930 140734383318256 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11264/statm: 2064 1462 275 719 0 1343 0

[startup+0.035579 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11264
/proc/meminfo: memFree=31219592/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=12116 CPUtime=0.03
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 4531 0 0 0 2 1 0 0 21 0 1 0 130923525 12406784 2301 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 3029 2301 395 719 0 2308 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12116

[startup+0.100568 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11264
/proc/meminfo: memFree=31219592/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=13032 CPUtime=0.09
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 4781 0 0 0 6 3 0 0 21 0 1 0 130923525 13344768 2551 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 3258 2551 395 719 0 2537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13032

[startup+0.300532 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11264
/proc/meminfo: memFree=31219592/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=14908 CPUtime=0.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 5258 0 0 0 20 9 0 0 21 0 1 0 130923525 15265792 3028 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 3727 3028 395 719 0 3006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14908

[startup+0.700461 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11264
/proc/meminfo: memFree=31219592/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=18112 CPUtime=0.69
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 6069 0 0 0 52 17 0 0 22 0 1 0 130923525 18546688 3839 4089446400 4194304 7136930 140734383318256 18446744073709551615 5918640 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 4528 3839 395 719 0 3807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18112

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11265
/proc/meminfo: memFree=31204332/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=22128 CPUtime=1.49
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 7057 0 0 0 118 31 0 0 25 0 1 0 130923525 22659072 4827 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 5532 4827 395 719 0 4811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22128

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11265
/proc/meminfo: memFree=31200416/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=26964 CPUtime=3.09
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 8290 0 0 0 254 55 0 0 25 0 1 0 130923525 27611136 6060 4089446400 4194304 7136930 140734383318256 18446744073709551615 5000520 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 6741 6060 395 719 0 6020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26964

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11265
/proc/meminfo: memFree=31191552/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=35480 CPUtime=6.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 10446 0 0 0 544 85 0 0 25 0 1 0 130923525 36331520 8216 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 8870 8216 395 719 0 8149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35480

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11265
/proc/meminfo: memFree=31178780/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=46344 CPUtime=12.7
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 13156 0 0 0 1132 138 0 0 25 0 1 0 130923525 47456256 10926 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 11586 10926 395 719 0 10865 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 46344

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11266
/proc/meminfo: memFree=31161396/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=64200 CPUtime=25.49
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 17612 0 0 0 2310 239 0 0 25 0 1 0 130923525 65740800 15376 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 16050 15376 396 719 0 15329 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64200

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11266
/proc/meminfo: memFree=31148324/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=77736 CPUtime=51.09
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 20879 0 0 0 4765 344 0 0 25 0 1 0 130923525 79601664 18643 4089446400 4194304 7136930 140734383318256 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11264/statm: 19434 18643 396 719 0 18713 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77736

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11268
/proc/meminfo: memFree=31106008/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=110556 CPUtime=102.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 28615 0 0 0 9506 723 0 0 25 0 1 0 130923525 113209344 26379 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11264/statm: 27639 26379 398 719 0 26918 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 110556

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11269
/proc/meminfo: memFree=31042552/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=170072 CPUtime=162.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 43676 0 0 0 14984 1245 0 0 25 0 1 0 130923525 174153728 41440 4089446400 4194304 7136930 140734383318256 18446744073709551615 6166364 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 42518 41440 398 719 0 41797 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170072

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11271
/proc/meminfo: memFree=31012132/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=183840 CPUtime=222.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 46959 0 0 0 20824 1405 0 0 25 0 1 0 130923525 188252160 44723 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 45960 44723 398 719 0 45239 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183840

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11272
/proc/meminfo: memFree=30951656/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=239328 CPUtime=282.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 60857 0 0 0 26433 1796 0 0 25 0 1 0 130923525 245071872 58621 4089446400 4194304 7136930 140734383318256 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 59832 58621 398 719 0 59111 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 239328

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11274
/proc/meminfo: memFree=30906544/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=288368 CPUtime=342.3
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 72085 0 0 0 32093 2137 0 0 25 0 1 0 130923525 295288832 69849 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 72092 69849 398 719 0 71371 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 288368

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11276
/proc/meminfo: memFree=30868516/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=326648 CPUtime=402.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 81627 0 0 0 37819 2410 0 0 25 0 1 0 130923525 334487552 79391 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 81662 79391 398 719 0 80941 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 326648

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11277
/proc/meminfo: memFree=30835572/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=357796 CPUtime=462.29
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 89592 0 0 0 43499 2730 0 0 25 0 1 0 130923525 366383104 87356 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 89449 87356 398 719 0 88728 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 357796

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11279
/proc/meminfo: memFree=30802384/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=392068 CPUtime=522.3
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 98016 0 0 0 49284 2946 0 0 25 0 1 0 130923525 401477632 95780 4089446400 4194304 7136930 140734383318256 18446744073709551615 4923493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 98017 95780 398 719 0 97296 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 392068

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11280
/proc/meminfo: memFree=30776164/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=417528 CPUtime=582.3
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 104278 0 0 0 55118 3112 0 0 25 0 1 0 130923525 427548672 102042 4089446400 4194304 7136930 140734383318256 18446744073709551615 4209075 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 104382 102042 398 719 0 103661 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 417528

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11282
/proc/meminfo: memFree=30764684/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=428444 CPUtime=642.31
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 107085 0 0 0 60972 3259 0 0 25 0 1 0 130923525 438726656 104849 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 107111 104849 398 719 0 106390 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 428444

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11288
/proc/meminfo: memFree=30737864/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=441240 CPUtime=882.31
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 110217 0 0 0 84448 3783 0 0 25 0 1 0 130923525 451829760 107981 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 110310 107981 398 719 0 109589 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 441240

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11290
/proc/meminfo: memFree=30716600/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=447300 CPUtime=942.31
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 111689 0 0 0 90333 3898 0 0 25 0 1 0 130923525 458035200 109453 4089446400 4194304 7136930 140734383318256 18446744073709551615 4209188 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 111825 109453 398 719 0 111104 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 447300

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11292
/proc/meminfo: memFree=30699936/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=455040 CPUtime=1002.31
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 113536 0 0 0 96116 4115 0 0 25 0 1 0 130923525 465960960 111300 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 113760 111300 398 719 0 113039 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 455040

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11293
/proc/meminfo: memFree=30696660/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1062.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114275 0 0 0 101946 4286 0 0 25 0 1 0 130923525 468983808 112039 4089446400 4194304 7136930 140734383318256 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112039 398 719 0 113777 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 457992

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11295
/proc/meminfo: memFree=30689012/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1122.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114275 0 0 0 107847 4385 0 0 25 0 1 0 130923525 468983808 112039 4089446400 4194304 7136930 140734383318256 18446744073709551615 4221545 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112039 398 719 0 113777 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 457992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11296
/proc/meminfo: memFree=30688596/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1182.31
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114275 0 0 0 113749 4482 0 0 25 0 1 0 130923525 468983808 112039 4089446400 4194304 7136930 140734383318256 18446744073709551615 4703854 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112039 398 719 0 113777 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 457992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11349
/proc/meminfo: memFree=30991416/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1242.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114275 0 0 0 119611 4621 0 0 25 0 1 0 130923525 468983808 112039 4089446400 4194304 7136930 140734383318256 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112039 398 719 0 113777 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 457992

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11379
/proc/meminfo: memFree=31008844/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1302.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114281 0 0 0 125473 4760 0 0 25 0 1 0 130923525 468983808 112045 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112045 398 719 0 113777 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 457992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11380
/proc/meminfo: memFree=31008680/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1362.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114319 0 0 0 131242 4990 0 0 25 0 1 0 130923525 468983808 112083 4089446400 4194304 7136930 140734383318256 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112083 398 719 0 113777 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 457992

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11509
/proc/meminfo: memFree=30951452/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=457992 CPUtime=1422.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114340 0 0 0 137118 5114 0 0 25 0 1 0 130923525 468983808 112104 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114498 112104 398 719 0 113777 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 457992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11510
/proc/meminfo: memFree=30918152/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=458784 CPUtime=1482.32
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114484 0 0 0 143044 5188 0 0 25 0 1 0 130923525 469794816 112248 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114696 112248 398 719 0 113975 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 458784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11512
/proc/meminfo: memFree=30905436/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=458784 CPUtime=1542.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114518 0 0 0 148919 5314 0 0 25 0 1 0 130923525 469794816 112282 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114696 112282 398 719 0 113975 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 458784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11514
/proc/meminfo: memFree=30902904/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=459548 CPUtime=1602.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114604 0 0 0 154711 5522 0 0 25 0 1 0 130923525 470577152 112368 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114887 112368 398 719 0 114166 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 459548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11515
/proc/meminfo: memFree=30897512/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=459548 CPUtime=1662.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114616 0 0 0 160589 5644 0 0 25 0 1 0 130923525 470577152 112380 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114887 112380 398 719 0 114166 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 459548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11517
/proc/meminfo: memFree=30896828/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=459548 CPUtime=1722.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114632 0 0 0 166490 5743 0 0 25 0 1 0 130923525 470577152 112396 4089446400 4194304 7136930 140734383318256 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114887 112396 398 719 0 114166 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 459548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11518
/proc/meminfo: memFree=30892932/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=459548 CPUtime=1782.33
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114641 0 0 0 172374 5859 0 0 25 0 1 0 130923525 470577152 112405 4089446400 4194304 7136930 140734383318256 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114887 112405 398 719 0 114166 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 459548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11519
/proc/meminfo: memFree=30880520/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=459548 CPUtime=1800.04
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114641 0 0 0 174112 5892 0 0 25 0 1 0 130923525 470577152 112405 4089446400 4194304 7136930 140734383318256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11264/statm: 114887 112405 398 719 0 114166 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 459548

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 11519
/proc/meminfo: memFree=30880520/32950904 swapFree=67111528/67111528
[pid=11264] ppid=11262 vsize=458508 CPUtime=1800.14
/proc/11264/stat : 11264 (pbscip.linux.x8) R 11262 11264 9818 0 -1 4202496 114646 0 0 0 174122 5892 0 0 25 0 1 0 130923525 469512192 112150 4089446400 4194304 7136930 140734383318256 18446744073709551615 6166241 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11264/statm: 114627 112150 403 719 0 113906 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 458508

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

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

runsolver used 2.42163 second user time and 5.78712 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 13:11:08
IDJOB=2693872
IDBENCH=78777
IDSOLVER=1206
FILE ID=node121/2693872-1277896268
PBS_JOBID= 11197111
Free space on /tmp= 74212 MiB

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

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

MD5SUM BENCH= fc19369358a85dcf0daa4440bb60967e
RANDOM SEED=1042571387

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.876
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:     32950904 kB
MemFree:      31220244 kB
Buffers:        179012 kB
Cached:        1097324 kB
SwapCached:          0 kB
Active:         806852 kB
Inactive:       778296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31220244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:      308704 kB
Mapped:          20444 kB
Slab:            80196 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1654828 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 node121 at 2010-06-30 13:41:10