Trace number 2693865

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.24 1800.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-66-100-0.wbo
MD5SUMc5bd7b5672b52c4fa4ed23b344c70430
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark0.133979
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1250
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-2693865-1277896116.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.31	c   1.2s| 10000 |  7139 |     0 |   0.0 |6680k| 141 |   - | 253 |3931 |   0 |   0 |   0 |6290 |   0 | 0.000000e+00 |      --      |    Inf 
3.39/3.44	c   3.2s| 20000 | 12804 |     0 |   0.0 |  11M| 141 |   - | 253 |4357 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.21	c   5.8s| 30000 | 17266 |     0 |   0.0 |  16M| 141 |   - | 253 |8131 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
9.68/9.77	c   9.3s| 40000 | 20912 |     0 |   0.0 |  21M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
14.49/14.57	c  13.9s| 50000 | 22791 |     0 |   0.0 |  26M| 141 |   - | 253 |  16k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
16.89/16.94	c  16.2s| 60000 | 29688 |     0 |   0.0 |  26M| 141 |   - | 253 |3452 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
18.49/18.57	c  17.7s| 70000 | 36862 |     0 |   0.0 |  30M| 141 |   - | 253 |4934 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
21.39/21.44	c  20.4s| 80000 | 41659 |     0 |   0.0 |  35M| 141 |   - | 253 |9237 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
26.70/26.74	c  25.6s| 90000 | 43176 |     0 |   0.0 |  39M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
34.49/34.53	c  33.3s|100000 | 42464 |     0 |   0.0 |  43M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.12	c  42.7s|110000 | 41379 |     0 |   0.0 |  47M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
56.19/56.21	c  54.6s|120000 | 38900 |     0 |   0.0 |  49M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
62.70/62.70	c  61.0s|130000 | 43486 |     0 |   0.0 |  44M| 141 |   - | 253 |8815 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
65.19/65.29	c  63.5s|140000 | 49653 |     0 |   0.0 |  47M| 141 |   - | 253 |6126 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
67.79/67.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.79/67.89	c  66.0s|150000 | 55434 |     0 |   0.0 |  51M| 141 |   - | 253 |6913 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
71.09/71.16	c  69.1s|160000 | 60182 |     0 |   0.0 |  56M| 141 |   - | 253 |8057 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
74.39/74.48	c  72.3s|170000 | 65048 |     0 |   0.0 |  60M| 141 |   - | 253 |8929 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
75.19/75.24	o 431
75.19/75.24	c *73.0s|172116 | 65980 |     0 |   0.0 |  61M| 141 |   - | 253 |9124 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.310000e+02 |    Inf 
77.10/77.12	o 378
77.10/77.12	c *74.9s|177405 | 68427 |     0 |   0.0 |  63M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 3.780000e+02 |    Inf 
78.00/78.07	c  75.8s|180000 | 69626 |     0 |   0.0 |  65M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 3.780000e+02 |    Inf 
81.89/81.95	c  79.5s|190000 | 74061 |     0 |   0.0 |  69M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.780000e+02 |    Inf 
86.39/86.45	c  83.9s|200000 | 78132 |     0 |   0.0 |  73M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.780000e+02 |    Inf 
91.60/91.61	c  89.0s|210000 | 81970 |     0 |   0.0 |  78M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 3.780000e+02 |    Inf 
92.79/92.89	o 287
92.79/92.89	c *90.2s|212200 | 82674 |     0 |   0.0 |  78M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
98.90/98.92	c  96.1s|220000 | 83878 |     0 |   0.0 |  82M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
115.99/116.03	c   113s|230000 | 77605 |     0 |   0.0 |  78M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
131.90/132.00	c   129s|240000 | 74930 |     0 |   0.0 |  69M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
138.10/138.13	c   135s|250000 | 78359 |     0 |   0.0 |  69M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
142.79/142.85	c   139s|260000 | 81913 |     0 |   0.0 |  72M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
147.59/147.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.59/147.62	c   144s|270000 | 85283 |     0 |   0.0 |  75M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
152.39/152.44	c   149s|280000 | 88836 |     0 |   0.0 |  79M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
156.79/156.83	o 258
156.79/156.83	c * 153s|288376 | 91416 |     0 |   0.0 |  81M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
157.69/157.72	c   154s|290000 | 91908 |     0 |   0.0 |  82M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
163.39/163.46	c   160s|300000 | 94635 |     0 |   0.0 |  84M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
169.30/169.31	c   165s|310000 | 97560 |     0 |   0.0 |  86M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
175.09/175.10	c   171s|320000 |100958 |     0 |   0.0 |  89M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
181.60/181.60	c   177s|330000 |103839 |     0 |   0.0 |  91M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
188.00/188.01	c   184s|340000 |107189 |     0 |   0.0 |  94M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 2.580000e+02 |  Large 
195.09/195.17	c   191s|350000 |110175 |     0 |   0.0 |  97M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 2.580000e+02 |  Large 
203.00/203.04	c   198s|360000 |112969 |     0 |   0.0 | 101M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 369k|   0 | 1.000000e+00 | 2.580000e+02 |  Large 
205.10/205.11	o 192
205.10/205.11	c * 200s|362818 |113547 |     0 |   0.0 | 101M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 372k|   0 | 1.000000e+00 | 1.920000e+02 |  Large 
210.99/211.08	c   206s|370000 |115617 |     0 |   0.0 | 104M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 | 1.920000e+02 |  Large 
215.40/215.50	o 97
215.40/215.50	c * 210s|374950 |106625 |     0 |   0.0 |  98M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
220.50/220.53	c   215s|380000 |107194 |     0 |   0.0 |  98M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 390k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
227.99/228.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.99/228.09	c   223s|390000 |108551 |     0 |   0.0 | 100M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 402k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
236.09/236.15	c   231s|400000 |109258 |     0 |   0.0 | 102M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 415k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
246.09/246.12	c   240s|410000 |108402 |     0 |   0.0 | 103M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 429k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
254.59/254.69	c   249s|420000 |107816 |     0 |   0.0 | 105M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 441k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
256.60/256.63	o 90
256.60/256.63	c * 251s|422323 |100785 |     0 |   0.0 | 101M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
262.50/262.52	c   257s|430000 |100234 |     0 |   0.0 | 101M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 453k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
269.30/269.35	c   263s|440000 | 99125 |     0 |   0.0 | 102M| 141 |   - | 253 |8872 |   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
275.89/275.93	c   270s|450000 | 97403 |     0 |   0.0 | 103M| 141 |   - | 253 |8274 |   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
282.30/282.33	c   276s|460000 | 96049 |     0 |   0.0 | 104M| 141 |   - | 253 |8760 |   0 |   0 |   0 | 492k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
289.50/289.54	c   283s|470000 | 94436 |     0 |   0.0 | 105M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 506k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
297.70/297.73	c   291s|480000 | 93122 |     0 |   0.0 | 107M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
306.50/306.51	c   300s|490000 | 91831 |     0 |   0.0 | 108M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 534k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
318.09/318.14	c   311s|500000 | 90079 |     0 |   0.0 | 111M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 549k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
332.20/332.22	c   325s|510000 | 88631 |     0 |   0.0 | 113M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 564k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
349.60/349.68	c   342s|520000 | 86373 |     0 |   0.0 | 114M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 580k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
370.90/370.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.90/370.99	c   363s|530000 | 82337 |     0 |   0.0 | 111M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 598k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
392.00/392.02	c   384s|540000 | 78043 |     0 |   0.0 | 108M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 616k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
412.90/412.99	c   405s|550000 | 74351 |     0 |   0.0 | 106M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 633k|   0 | 1.000000e+00 | 9.000000e+01 |8900.00%
416.10/416.12	o 67
416.10/416.12	c * 408s|551414 | 64672 |     0 |   0.0 |  97M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 635k|   0 | 1.000000e+00 | 6.700000e+01 |6600.00%
443.31/443.33	c   435s|560000 | 57992 |     0 |   0.0 |  93M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 6.700000e+01 |6600.00%
478.20/478.20	c   470s|570000 | 48681 |     0 |   0.0 |  82M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 677k|   0 | 1.000000e+00 | 6.700000e+01 |6600.00%
500.80/500.87	c   492s|580000 | 43260 |     0 |   0.0 |  69M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 695k|   0 | 1.000000e+00 | 6.700000e+01 |6600.00%
507.61/507.68	c   499s|590000 | 43701 |     0 |   0.0 |  68M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 6.700000e+01 |6600.00%
512.00/512.02	c   503s|600000 | 48534 |     0 |   0.0 |  71M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 717k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
516.40/516.44	c   507s|610000 | 52892 |     0 |   0.0 |  75M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 727k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
524.11/524.16	c   515s|620000 | 53135 |     0 |   0.0 |  77M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 742k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
530.50/530.57	c   521s|630000 | 54855 |     0 |   0.0 |  80M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 756k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
538.91/538.94	c   529s|640000 | 55983 |     0 |   0.0 |  84M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 772k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
550.10/550.17	c   540s|650000 | 55219 |     0 |   0.0 |  87M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 791k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
564.40/564.43	c   554s|660000 | 52809 |     0 |   0.0 |  89M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 810k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
575.90/575.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.90/575.99	c   566s|670000 | 51707 |     0 |   0.0 |  84M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 827k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
591.50/591.54	c   581s|680000 | 46156 |     0 |   0.0 |  84M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 853k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
608.60/608.67	c   598s|690000 | 43581 |     0 |   0.0 |  70M| 141 |   - | 253 |2248 |   0 |   0 |   0 | 871k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
610.20/610.29	c   600s|700000 | 50848 |     0 |   0.0 |  74M| 141 |   - | 253 |3429 |   0 |   0 |   0 | 875k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
615.30/615.32	c   605s|710000 | 50561 |     0 |   0.0 |  71M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 890k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
617.50/617.53	c   607s|720000 | 57427 |     0 |   0.0 |  72M| 141 |   - | 253 |3848 |   0 |   0 |   0 | 895k|   0 | 6.000000e+00 | 6.700000e+01 |1016.67%
620.10/620.10	c   609s|730000 | 63248 |     0 |   0.0 |  77M| 141 |   - | 253 |5649 |   0 |   0 |   0 | 902k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
623.20/623.29	c   612s|740000 | 68236 |     0 |   0.0 |  81M| 141 |   - | 253 |6819 |   0 |   0 |   0 | 910k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
627.01/627.05	c   616s|750000 | 72263 |     0 |   0.0 |  85M| 141 |   - | 253 |7187 |   0 |   0 |   0 | 920k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
631.51/631.50	c   620s|760000 | 75191 |     0 |   0.0 |  89M| 141 |   - | 253 |8074 |   0 |   0 |   0 | 931k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
636.71/636.79	c   625s|770000 | 76499 |     0 |   0.0 |  93M| 141 |   - | 253 |8039 |   0 |   0 |   0 | 944k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
640.61/640.60	c   629s|780000 | 80640 |     0 |   0.0 |  95M| 141 |   - | 253 |4707 |   0 |   0 |   0 | 952k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
643.51/643.52	c   632s|790000 | 85945 |     0 |   0.0 | 100M| 141 |   - | 253 |6253 |   0 |   0 |   0 | 960k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
647.50/647.55	c   636s|800000 | 89777 |     0 |   0.0 | 105M| 141 |   - | 253 |9975 |   0 |   0 |   0 | 970k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
653.60/653.68	c   642s|810000 | 92171 |     0 |   0.0 | 109M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 983k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
661.81/661.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.81/661.82	c   650s|820000 | 93841 |     0 |   0.0 | 114M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 996k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
672.51/672.50	c   660s|830000 | 94553 |     0 |   0.0 | 118M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1011k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
685.81/685.80	c   673s|840000 | 94042 |     0 |   0.0 | 121M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1028k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
701.40/701.44	c   689s|850000 | 92474 |     0 |   0.0 | 124M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1046k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
720.81/720.81	c   708s|860000 | 89034 |     0 |   0.0 | 124M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1066k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
739.41/739.45	c   726s|870000 | 86860 |     0 |   0.0 | 121M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1083k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
746.31/746.33	c   733s|880000 | 91805 |     0 |   0.0 | 122M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1091k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
751.81/751.87	c   739s|890000 | 95502 |     0 |   0.0 | 125M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1101k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
758.51/758.54	c   745s|900000 | 97464 |     0 |   0.0 | 129M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1113k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
763.31/763.40	c   750s|910000 |102329 |     0 |   0.0 | 130M| 141 |   - | 253 |7636 |   0 |   0 |   0 |1121k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
768.30/768.30	c   755s|920000 |105219 |     0 |   0.0 | 135M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1133k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
778.61/778.61	c   765s|930000 |104176 |     0 |   0.0 | 138M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1151k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
795.81/795.82	c   782s|940000 |100862 |     0 |   0.0 | 140M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1172k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
822.21/822.27	c   808s|950000 | 94886 |     0 |   0.0 | 137M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1195k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
847.81/847.82	c   833s|960000 | 92090 |     0 |   0.0 | 131M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1213k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
864.01/864.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
864.01/864.04	c   849s|970000 | 91803 |     0 |   0.0 | 132M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1229k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
880.11/880.17	c   865s|980000 | 89990 |     0 |   0.0 | 133M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1246k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
894.91/894.96	c   880s|990000 | 88709 |     0 |   0.0 | 135M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1262k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
908.41/908.41	c   893s|  1000k| 88694 |     0 |   0.0 | 136M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1278k|   0 | 9.000000e+00 | 6.700000e+01 | 644.44%
911.21/911.29	o 44
911.21/911.29	c * 896s|  1004k| 58920 |     0 |   0.0 |  83M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1281k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
913.02/913.01	c   898s|  1010k| 62084 |     0 |   0.0 |  86M| 141 |   - | 253 |9563 |   0 |   0 |   0 |1284k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
917.01/917.01	c   902s|  1020k| 67078 |     0 |   0.0 |  90M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1292k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
924.42/924.44	c   909s|  1030k| 67983 |     0 |   0.0 |  95M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1304k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
936.21/936.23	c   921s|  1040k| 60542 |     0 |   0.0 |  84M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1327k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
954.72/954.71	c   939s|  1050k| 52970 |     0 |   0.0 |  79M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1351k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
968.71/968.77	c   953s|  1060k| 52444 |     0 |   0.0 |  78M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1367k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
978.11/978.11	c   962s|  1070k| 55168 |     0 |   0.0 |  80M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1379k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
988.01/988.05	c   972s|  1080k| 56404 |     0 |   0.0 |  82M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1392k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
999.32/999.35	c   983s|  1090k| 56792 |     0 |   0.0 |  85M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1407k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
1014.82/1014.85	c   998s|  1100k| 54366 |     0 |   0.0 |  85M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1424k|   0 | 1.000000e+01 | 4.400000e+01 | 340.00%
1030.92/1030.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.92/1030.96	c  1014s|  1110k| 51439 |     0 |   0.0 |  79M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1441k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1045.61/1045.66	c  1029s|  1120k| 49750 |     0 |   0.0 |  81M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1460k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1066.51/1066.56	c  1049s|  1130k| 43039 |     0 |   0.0 |  79M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1483k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1087.31/1087.36	c  1070s|  1140k| 37974 |     0 |   0.0 |  69M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1501k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1092.71/1092.76	c  1075s|  1150k| 40434 |     0 |   0.0 |  68M| 141 |   - | 253 |7629 |   0 |   0 |   0 |1512k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1102.12/1102.15	c  1085s|  1160k| 36634 |     0 |   0.0 |  61M| 141 |   - | 253 |9839 |   0 |   0 |   0 |1529k|   0 | 1.100000e+01 | 4.400000e+01 | 300.00%
1107.32/1107.35	c  1090s|  1170k| 39517 |     0 |   0.0 |  64M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1541k|   0 | 1.200000e+01 | 4.400000e+01 | 266.67%
1112.32/1112.31	c  1094s|  1180k| 43133 |     0 |   0.0 |  66M| 141 |   - | 253 |8109 |   0 |   0 |   0 |1551k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1116.72/1116.75	c  1099s|  1190k| 46665 |     0 |   0.0 |  69M| 141 |   - | 253 |6782 |   0 |   0 |   0 |1561k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1122.52/1122.59	c  1104s|  1200k| 47403 |     0 |   0.0 |  72M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1577k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1133.92/1133.90	c  1116s|  1210k| 44501 |     0 |   0.0 |  75M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1599k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1142.41/1142.46	c  1124s|  1220k| 47057 |     0 |   0.0 |  74M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1611k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1149.92/1149.93	c  1131s|  1230k| 48333 |     0 |   0.0 |  77M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1625k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1156.51/1156.51	c  1138s|  1240k| 50864 |     0 |   0.0 |  80M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1637k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1163.82/1163.87	c  1145s|  1250k| 51876 |     0 |   0.0 |  83M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1651k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1175.22/1175.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1175.22/1175.20	c  1156s|  1260k| 49530 |     0 |   0.0 |  81M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1672k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1186.83/1186.81	c  1168s|  1270k| 49441 |     0 |   0.0 |  82M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1689k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1199.32/1199.36	c  1180s|  1280k| 47519 |     0 |   0.0 |  82M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1707k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1214.02/1214.01	c  1195s|  1290k| 46272 |     0 |   0.0 |  83M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1725k|   0 | 1.400000e+01 | 4.400000e+01 | 214.29%
1227.92/1227.94	c  1208s|  1300k| 44261 |     0 |   0.0 |  82M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1743k|   0 | 1.500000e+01 | 4.400000e+01 | 193.33%
1247.82/1247.82	c  1228s|  1310k| 40490 |     0 |   0.0 |  81M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1766k|   0 | 1.500000e+01 | 4.400000e+01 | 193.33%
1271.82/1271.82	c  1252s|  1320k| 34147 |     0 |   0.0 |  77M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1790k|   0 | 1.500000e+01 | 4.400000e+01 | 193.33%
1289.02/1289.05	c  1269s|  1330k| 32791 |     0 |   0.0 |  67M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1804k|   0 | 1.500000e+01 | 4.400000e+01 | 193.33%
1295.83/1295.87	c  1276s|  1340k| 37877 |     0 |   0.0 |  69M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1813k|   0 | 1.500000e+01 | 4.400000e+01 | 193.33%
1302.52/1302.58	c  1282s|  1350k| 42730 |     0 |   0.0 |  69M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1821k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1307.32/1307.34	c  1287s|  1360k| 48967 |     0 |   0.0 |  74M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1829k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1314.22/1314.26	c  1294s|  1370k| 53633 |     0 |   0.0 |  79M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1839k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1323.12/1323.13	c  1302s|  1380k| 56671 |     0 |   0.0 |  83M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1852k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1335.53/1335.58	c  1315s|  1390k| 56979 |     0 |   0.0 |  84M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1867k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1342.82/1342.86	c  1322s|  1400k| 61509 |     0 |   0.0 |  86M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1876k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1350.22/1350.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1350.22/1350.25	c  1329s|  1410k| 66164 |     0 |   0.0 |  91M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1887k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1361.83/1361.81	c  1341s|  1420k| 69176 |     0 |   0.0 |  96M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1901k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1378.63/1378.65	c  1357s|  1430k| 70020 |     0 |   0.0 | 101M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1918k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1401.23/1401.29	c  1380s|  1440k| 68237 |     0 |   0.0 | 103M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1938k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1426.32/1426.36	c  1405s|  1450k| 64350 |     0 |   0.0 | 104M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1960k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1449.73/1449.70	c  1428s|  1460k| 62514 |     0 |   0.0 | 101M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1978k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1460.02/1460.03	c  1438s|  1470k| 66250 |     0 |   0.0 | 102M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1990k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1480.42/1480.41	c  1458s|  1480k| 65467 |     0 |   0.0 | 106M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2008k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1515.13/1515.15	c  1493s|  1490k| 58744 |     0 |   0.0 | 105M| 141 |   - | 253 |  47k|   0 |   0 |   0 |2035k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1547.73/1547.79	c  1525s|  1500k| 54321 |     0 |   0.0 |  96M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2056k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1557.42/1557.42	c  1535s|  1510k| 58812 |     0 |   0.0 |  97M| 141 |   - | 253 |  29k|   0 |   0 |   0 |2065k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1576.63/1576.66	c  1554s|  1520k| 53836 |     0 |   0.0 |  90M| 141 |   - | 253 |  29k|   0 |   0 |   0 |2086k|   0 | 1.900000e+01 | 4.400000e+01 | 131.58%
1584.82/1584.84	c  1562s|  1530k| 59283 |     0 |   0.0 |  92M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2095k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1594.83/1594.90	c  1572s|  1540k| 63211 |     0 |   0.0 |  97M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2107k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1611.33/1611.39	c  1588s|  1550k| 63372 |     0 |   0.0 | 101M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2123k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1627.83/1627.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1627.83/1627.89	c  1605s|  1560k| 63108 |     0 |   0.0 |  97M| 141 |   - | 253 |  23k|   0 |   0 |   0 |2138k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1639.13/1639.14	c  1616s|  1570k| 66038 |     0 |   0.0 | 103M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2154k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1657.43/1657.48	c  1634s|  1580k| 66140 |     0 |   0.0 | 107M| 141 |   - | 253 |  37k|   0 |   0 |   0 |2173k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1684.73/1684.79	c  1661s|  1590k| 63428 |     0 |   0.0 | 110M| 141 |   - | 253 |  42k|   0 |   0 |   0 |2195k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1716.33/1716.35	c  1692s|  1600k| 59845 |     0 |   0.0 | 106M| 141 |   - | 253 |  39k|   0 |   0 |   0 |2217k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1725.23/1725.22	c  1701s|  1610k| 65417 |     0 |   0.0 | 105M| 141 |   - | 253 |  24k|   0 |   0 |   0 |2225k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1738.23/1738.26	c  1714s|  1620k| 65934 |     0 |   0.0 | 108M| 141 |   - | 253 |  27k|   0 |   0 |   0 |2239k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1758.33/1758.36	c  1734s|  1630k| 62987 |     0 |   0.0 | 107M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2258k|   0 | 2.200000e+01 | 4.400000e+01 | 100.00%
1778.53/1778.59	c  1754s|  1640k| 59056 |     0 |   0.0 | 101M| 141 |   - | 253 |  25k|   0 |   0 |   0 |2279k|   0 | 2.200000e+01 | 4.400000e+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) : 1775.36
1800.04/1800.00	c Solving Nodes      : 1648809
1800.04/1800.00	c Primal Bound       : +4.40000000000000e+01 (9 solutions)
1800.04/1800.00	c Dual Bound         : +2.20000000000000e+01
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 
1800.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1775.36
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693865-1277896116.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693865-1277896116.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 130 initial, 52472 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          0          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          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          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         42          0         14          0          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        :          -          0          -          -          0          -          -          -          -
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        :         42          0    4943550          0     994956       4778     758785          0          0          0
1800.04/1800.00	c   knapsack         :          1          0    5306668          0    1064762     102241   22456940          0          0          0
1800.04/1800.00	c   setppc           :         39          0    5204406          0    1064758     566776    6406878          0          0          0
1800.04/1800.00	c   linear           :         42          0    4637638          0    1064756     106269    3646387          0          0          0
1800.04/1800.00	c   logicor          :          6+         0    2360554          0    1058941      56838    1084902          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     319426          0          0          4       2288          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    1064764          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        :       3.64       0.00       2.62       0.00       1.02
1800.04/1800.00	c   knapsack         :     171.09       0.00     168.43       0.00       2.66
1800.04/1800.00	c   setppc           :      37.01       0.00      32.82       0.00       4.19
1800.04/1800.00	c   linear           :      37.13       0.00      36.65       0.00       0.48
1800.04/1800.00	c   logicor          :     746.73       0.00     746.01       0.00       0.72
1800.04/1800.00	c   bounddisjunction :       2.75       0.00       2.75       0.00       0.00
1800.04/1800.00	c   countsols        :       0.23       0.00       0.00       0.00       0.23
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       1.45          2          0          0
1800.04/1800.00	c   rootredcost      :       1.11          0          0          0
1800.04/1800.00	c   pseudoobj        :       8.44    5313440       2176     642257
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      24.23     834304     834184    4259598       19.7     114635       12.8          -
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         71         71        298       20.1         15       16.4          -
1800.04/1800.00	c   applied globally :          -          -          -    2289597       15.4          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      13549       35.6          -          -          -
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        :       9.04    1064755          0          0          0          0    2129510
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.16          -          9
1800.04/1800.00	c   oneopt           :       0.45          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.46          0          0
1800.04/1800.00	c   trysol           :       0.50          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            :    1648809
1800.04/1800.00	c   nodes (total)    :    1648809
1800.04/1800.00	c   nodes left       :      55404
1800.04/1800.00	c   max depth        :        141
1800.04/1800.00	c   max depth (total):        141
1800.04/1800.00	c   backtracks       :     621143 (37.7%)
1800.04/1800.00	c   delayed cutoffs  :     365356
1800.04/1800.00	c   repropagations   :    1994275 (9410547 domain reductions, 255108 cutoffs)
1800.04/1800.00	c   avg switch length:      20.57
1800.04/1800.00	c   switching time   :     545.58
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          9 (9 improvements)
1800.04/1800.00	c   First Solution   : +4.31000000000000e+02   (in run 1, after 172116 nodes, 73.04 seconds, depth 70, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +4.40000000000000e+01   (in run 1, after 1004799 nodes, 896.03 seconds, depth 22, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +2.20000000000000e+01
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.19	c Time complete: 1800.23.

Verifier Data

OK	35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693865-1277896116/watcher-2693865-1277896116 -o /tmp/evaluation-result-2693865-1277896116/solver-2693865-1277896116 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693865-1277896116.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 4/178 12208
/proc/meminfo: memFree=31146672/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=8264 CPUtime=0
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 1547 0 0 0 0 0 0 0 25 0 1 0 130907934 8462336 1469 4089446400 4194304 7136930 140736114641216 18446744073709551615 4333519 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12208/statm: 2066 1469 276 719 0 1345 0

[startup+0.0592189 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12208
/proc/meminfo: memFree=31146672/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=12424 CPUtime=0.05
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 4622 0 0 0 4 1 0 0 25 0 1 0 130907934 12722176 2392 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 3106 2392 403 719 0 2385 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12424

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12208
/proc/meminfo: memFree=31146672/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=12820 CPUtime=0.09
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 4729 0 0 0 7 2 0 0 25 0 1 0 130907934 13127680 2499 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 3205 2499 403 719 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12820

[startup+0.300175 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12208
/proc/meminfo: memFree=31146672/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=14400 CPUtime=0.29
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 5148 0 0 0 23 6 0 0 25 0 1 0 130907934 14745600 2918 4089446400 4194304 7136930 140736114641216 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 3600 2918 403 719 0 2879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14400

[startup+0.701164 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12208
/proc/meminfo: memFree=31146672/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=17240 CPUtime=0.69
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 5840 0 0 0 58 11 0 0 25 0 1 0 130907934 17653760 3610 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 4310 3610 403 719 0 3589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17240

[startup+1.50096 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12209
/proc/meminfo: memFree=31131164/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=20792 CPUtime=1.49
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 6768 0 0 0 134 15 0 0 25 0 1 0 130907934 21291008 4538 4089446400 4194304 7136930 140736114641216 18446744073709551615 4854272 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 5198 4538 403 719 0 4477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20792

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12209
/proc/meminfo: memFree=31126824/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=25856 CPUtime=3.09
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 8019 0 0 0 284 25 0 0 25 0 1 0 130907934 26476544 5789 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 6464 5789 403 719 0 5743 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25856

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12209
/proc/meminfo: memFree=31113416/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=33680 CPUtime=6.29
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 9983 0 0 0 592 37 0 0 25 0 1 0 130907934 34488320 7753 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 8420 7753 403 719 0 7699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33680

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12209
/proc/meminfo: memFree=31089828/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=42504 CPUtime=12.69
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 12215 0 0 0 1211 58 0 0 25 0 1 0 130907934 43524096 9985 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 10626 9985 403 719 0 9905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42504

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12209
/proc/meminfo: memFree=31053848/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=61172 CPUtime=25.49
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 16927 0 0 0 2441 108 0 0 25 0 1 0 130907934 62640128 14697 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 15293 14697 403 719 0 14572 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61172

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12211
/proc/meminfo: memFree=30999944/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=73328 CPUtime=51.1
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 19894 0 0 0 4961 149 0 0 25 0 1 0 130907934 75087872 17664 4089446400 4194304 7136930 140736114641216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 18332 17664 403 719 0 17611 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 73328

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12211
/proc/meminfo: memFree=30909372/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=120220 CPUtime=102.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 31150 0 0 0 9948 282 0 0 25 0 1 0 130907934 123105280 28920 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 30055 28920 403 719 0 29334 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 120220

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12213
/proc/meminfo: memFree=30881032/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=129560 CPUtime=162.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 33469 0 0 0 15841 389 0 0 25 0 1 0 130907934 132669440 31239 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 32390 31239 404 719 0 31669 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 129560

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12215
/proc/meminfo: memFree=30839800/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=151228 CPUtime=222.29
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 38929 0 0 0 21715 514 0 0 25 0 1 0 130907934 154857472 36699 4089446400 4194304 7136930 140736114641216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 37807 36699 406 719 0 37086 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151228

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12217
/proc/meminfo: memFree=30833308/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=154208 CPUtime=282.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 39669 0 0 0 27585 645 0 0 25 0 1 0 130907934 157908992 37439 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 38552 37439 406 719 0 37831 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154208

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12218
/proc/meminfo: memFree=30824692/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=162168 CPUtime=342.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 41668 0 0 0 33480 750 0 0 25 0 1 0 130907934 166060032 39438 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 40542 39438 406 719 0 39821 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 162168

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12219
/proc/meminfo: memFree=30820312/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=166784 CPUtime=402.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 42575 0 0 0 39423 807 0 0 25 0 1 0 130907934 170786816 40345 4089446400 4194304 7136930 140736114641216 18446744073709551615 4998265 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 41696 40345 406 719 0 40975 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 166784

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12221
/proc/meminfo: memFree=30819036/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=168052 CPUtime=462.3
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 42869 0 0 0 45375 855 0 0 25 0 1 0 130907934 172085248 40639 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 42013 40639 406 719 0 41292 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 168052

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12223
/proc/meminfo: memFree=30817124/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=168784 CPUtime=522.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 43118 0 0 0 51290 941 0 0 25 0 1 0 130907934 172834816 40888 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 42196 40888 406 719 0 41475 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 168784

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12225
/proc/meminfo: memFree=30816084/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=169352 CPUtime=582.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 43255 0 0 0 57202 1029 0 0 25 0 1 0 130907934 173416448 41025 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 42338 41025 406 719 0 41617 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 169352

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12226
/proc/meminfo: memFree=30814928/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=169352 CPUtime=642.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 43313 0 0 0 63056 1175 0 0 25 0 1 0 130907934 173416448 41083 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 42338 41083 406 719 0 41617 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 169352

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12233
/proc/meminfo: memFree=30783240/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=199556 CPUtime=882.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 50785 0 0 0 86752 1479 0 0 25 0 1 0 130907934 204345344 48555 4089446400 4194304 7136930 140736114641216 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 49889 48555 406 719 0 49168 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 199556

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12234
/proc/meminfo: memFree=30782332/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=200580 CPUtime=942.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51053 0 0 0 92651 1580 0 0 25 0 1 0 130907934 205393920 48823 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50145 48823 406 719 0 49424 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 200580

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12280
/proc/meminfo: memFree=31078072/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=200580 CPUtime=1002.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51053 0 0 0 98577 1654 0 0 25 0 1 0 130907934 205393920 48823 4089446400 4194304 7136930 140736114641216 18446744073709551615 4221316 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50145 48823 406 719 0 49424 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 200580

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12282
/proc/meminfo: memFree=31070952/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=202044 CPUtime=1062.31
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51174 0 0 0 104520 1711 0 0 25 0 1 0 130907934 206893056 48944 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50511 48944 406 719 0 49790 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 202044

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12284
/proc/meminfo: memFree=31055768/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=202044 CPUtime=1122.32
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51177 0 0 0 110413 1819 0 0 25 0 1 0 130907934 206893056 48947 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50511 48947 406 719 0 49790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 202044

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12286
/proc/meminfo: memFree=31045176/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=202044 CPUtime=1182.32
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51177 0 0 0 116323 1909 0 0 25 0 1 0 130907934 206893056 48947 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50511 48947 406 719 0 49790 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 202044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12287
/proc/meminfo: memFree=31031128/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=202524 CPUtime=1242.32
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51249 0 0 0 122255 1977 0 0 25 0 1 0 130907934 207384576 49019 4089446400 4194304 7136930 140736114641216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50631 49019 406 719 0 49910 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 202524

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 12288
/proc/meminfo: memFree=31017944/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=203292 CPUtime=1302.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51368 0 0 0 128196 2037 0 0 25 0 1 0 130907934 208171008 49138 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50823 49138 406 719 0 50102 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 203292

[startup+1362.3 s]
/proc/loadavg: 2.25 2.08 2.03 3/197 12290
/proc/meminfo: memFree=31004496/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=203292 CPUtime=1362.32
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51368 0 0 0 134111 2121 0 0 25 0 1 0 130907934 208171008 49138 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50823 49138 406 719 0 50102 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 203292

[startup+1422.31 s]
/proc/loadavg: 2.09 2.07 2.02 3/197 12295
/proc/meminfo: memFree=30986976/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=203952 CPUtime=1422.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51436 0 0 0 140065 2168 0 0 25 0 1 0 130907934 208846848 49206 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50988 49206 406 719 0 50267 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 203952

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/197 12297
/proc/meminfo: memFree=30979124/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=203952 CPUtime=1482.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51453 0 0 0 146012 2221 0 0 25 0 1 0 130907934 208846848 49223 4089446400 4194304 7136930 140736114641216 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50988 49223 406 719 0 50267 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 203952

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/197 12298
/proc/meminfo: memFree=30972024/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=203952 CPUtime=1542.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51534 0 0 0 151982 2251 0 0 25 0 1 0 130907934 208846848 49304 4089446400 4194304 7136930 140736114641216 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 50988 49304 406 719 0 50267 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 203952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/197 12299
/proc/meminfo: memFree=30967892/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=204740 CPUtime=1602.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51634 0 0 0 157923 2310 0 0 25 0 1 0 130907934 209653760 49404 4089446400 4194304 7136930 140736114641216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 51185 49404 406 719 0 50464 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 204740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 12301
/proc/meminfo: memFree=30967724/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=204740 CPUtime=1662.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51634 0 0 0 163871 2362 0 0 25 0 1 0 130907934 209653760 49404 4089446400 4194304 7136930 140736114641216 18446744073709551615 4219854 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 51185 49404 406 719 0 50464 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 204740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 12303
/proc/meminfo: memFree=30965080/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=204740 CPUtime=1722.34
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51719 0 0 0 169834 2400 0 0 25 0 1 0 130907934 209653760 49489 4089446400 4194304 7136930 140736114641216 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 51185 49489 406 719 0 50464 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 204740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12305
/proc/meminfo: memFree=30963432/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=205764 CPUtime=1782.33
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51976 0 0 0 175778 2455 0 0 25 0 1 0 130907934 210702336 49746 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 51441 49746 406 719 0 50720 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 205764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12305
/proc/meminfo: memFree=30963544/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=205764 CPUtime=1800.04
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51976 0 0 0 177536 2468 0 0 25 0 1 0 130907934 210702336 49746 4089446400 4194304 7136930 140736114641216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12208/statm: 51441 49746 406 719 0 50720 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 205764

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.01 2.00 3/197 12305
/proc/meminfo: memFree=30963544/32950928 swapFree=4192956/4192956
[pid=12208] ppid=12206 vsize=205764 CPUtime=1800.14
/proc/12208/stat : 12208 (pbscip.linux.x8) R 12206 12208 9516 0 -1 4202496 51981 0 0 0 177546 2468 0 0 25 0 1 0 130907934 210702336 49751 4089446400 4194304 7136930 140736114641216 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12208/statm: 51441 49751 411 719 0 50720 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 205764

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.24
CPU user time (s): 1775.55
CPU system time (s): 24.6872
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 205764

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

runsolver used 2.93455 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 13:08:36
IDJOB=2693865
IDBENCH=78772
IDSOLVER=1206
FILE ID=node124/2693865-1277896116
PBS_JOBID= 11197105
Free space on /tmp= 130620 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.1111225122--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-2693865-1277896116/watcher-2693865-1277896116 -o /tmp/evaluation-result-2693865-1277896116/solver-2693865-1277896116 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693865-1277896116.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c5bd7b5672b52c4fa4ed23b344c70430
RANDOM SEED=69111222

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31147192 kB
Buffers:        181816 kB
Cached:        1119116 kB
SwapCached:          0 kB
Active:         876632 kB
Inactive:       813620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31147192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3352 kB
Writeback:           0 kB
AnonPages:      389320 kB
Mapped:          16072 kB
Slab:            79132 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   535716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130620 MiB
End job on node124 at 2010-06-30 13:38:38