Trace number 2694102

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 solver? (exit code) 200.918 200.925

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-0-100-0.wbo
MD5SUM2498aa7c72321a79724f3337e23f532a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.171973
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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-2694102-1277923177.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 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	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
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, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.69/1.76	c   1.7s| 10000 |  6339 |     0 |   0.0 |8455k| 171 |   - | 371 |5641 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.88	c   2.8s| 20000 | 14612 |     0 |   0.0 |  12M| 179 |   - | 371 |5499 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.29/5.33	c   5.1s| 30000 | 19734 |     0 |   0.0 |  18M| 179 |   - | 371 |  10k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
8.69/8.78	c   8.5s| 40000 | 23921 |     0 |   0.0 |  23M| 179 |   - | 371 |  14k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
12.69/12.73	c  12.4s| 50000 | 27615 |     0 |   0.0 |  26M| 195 |   - | 371 |  11k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
12.69/12.73	o 851
12.69/12.73	c *12.4s| 50028 | 27641 |     0 |   0.0 |  26M| 195 |   - | 371 |  11k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.510000e+02 |    Inf 
12.69/12.77	o 766
12.69/12.77	c *12.4s| 50478 | 28085 |     0 |   0.0 |  26M| 195 |   - | 371 |  10k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.660000e+02 |    Inf 
12.79/12.83	o 631
12.79/12.83	c *12.5s| 51483 | 29076 |     0 |   0.0 |  25M| 195 |   - | 371 |7237 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.310000e+02 |    Inf 
12.79/12.86	o 493
12.79/12.86	c *12.5s| 51815 | 29312 |     0 |   0.0 |  25M| 195 |   - | 371 |6411 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
13.20/13.28	c  12.9s| 60000 | 37463 |     0 |   0.0 |  26M| 195 |   - | 371 | 944 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
13.69/13.77	c  13.3s| 70000 | 47412 |     0 |   0.0 |  28M| 195 |   - | 371 | 866 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
14.19/14.25	c  13.7s| 80000 | 57364 |     0 |   0.0 |  31M| 195 |   - | 371 | 807 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
14.69/14.73	c  14.2s| 90000 | 67316 |     0 |   0.0 |  34M| 195 |   - | 371 | 849 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
15.19/15.23	c  14.6s|100000 | 77252 |     0 |   0.0 |  37M| 195 |   - | 371 | 904 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
15.69/15.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.71	c  15.0s|110000 | 87202 |     0 |   0.0 |  40M| 195 |   - | 371 | 949 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
16.10/16.19	c  15.5s|120000 | 97155 |     0 |   0.0 |  43M| 195 |   - | 371 | 860 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
18.89/18.97	c  18.2s|130000 |101216 |     0 |   0.0 |  50M| 195 |   - | 371 |  11k|   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
24.29/24.33	c  23.4s|140000 |103531 |     0 |   0.0 |  56M| 195 |   - | 371 |  19k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
32.39/32.44	c  31.4s|150000 |104424 |     0 |   0.0 |  62M| 195 |   - | 371 |  27k|   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
43.79/43.87	c  42.8s|160000 |103914 |     0 |   0.0 |  66M| 195 |   - | 371 |  30k|   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
56.49/56.57	c  55.4s|170000 |103191 |     0 |   0.0 |  69M| 195 |   - | 371 |  34k|   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
64.19/64.21	c  63.0s|180000 |107289 |     0 |   0.0 |  62M| 195 |   - | 371 |6090 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
64.70/64.76	c  63.5s|190000 |117244 |     0 |   0.0 |  63M| 195 |   - | 371 |1139 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
65.19/65.26	c  63.9s|200000 |127215 |     0 |   0.0 |  66M| 195 |   - | 371 | 976 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
65.69/65.76	c  64.4s|210000 |137178 |     0 |   0.0 |  69M| 195 |   - | 371 | 912 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
66.19/66.26	c  64.8s|220000 |147134 |     0 |   0.0 |  72M| 195 |   - | 371 | 921 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
66.69/66.74	c  65.3s|230000 |157114 |     0 |   0.0 |  75M| 195 |   - | 371 | 877 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
67.19/67.23	c  65.7s|240000 |167075 |     0 |   0.0 |  77M| 195 |   - | 371 | 892 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
67.69/67.72	c  66.2s|250000 |177053 |     0 |   0.0 |  80M| 195 |   - | 371 | 853 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
68.20/68.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.20/68.20	c  66.6s|260000 |187018 |     0 |   0.0 |  83M| 195 |   - | 371 | 876 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
68.60/68.68	c  67.0s|270000 |196975 |     0 |   0.0 |  86M| 195 |   - | 371 | 890 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
69.10/69.16	c  67.4s|280000 |206944 |     0 |   0.0 |  89M| 195 |   - | 371 | 875 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
69.60/69.62	c  67.8s|290000 |216914 |     0 |   0.0 |  92M| 195 |   - | 371 | 881 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
70.10/70.10	c  68.3s|300000 |226879 |     0 |   0.0 |  95M| 195 |   - | 371 | 901 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
70.49/70.59	c  68.7s|310000 |236819 |     0 |   0.0 |  98M| 195 |   - | 371 | 970 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
71.00/71.08	c  69.2s|320000 |246776 |     0 |   0.0 | 101M| 195 |   - | 371 | 954 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
71.50/71.55	c  69.6s|330000 |256748 |     0 |   0.0 | 104M| 195 |   - | 371 | 953 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
71.99/72.03	c  70.0s|340000 |266720 |     0 |   0.0 | 106M| 195 |   - | 371 | 952 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
72.50/72.51	c  70.4s|350000 |276689 |     0 |   0.0 | 109M| 195 |   - | 371 | 985 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
72.99/73.00	c  70.9s|360000 |286647 |     0 |   0.0 | 112M| 195 |   - | 371 |1004 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
73.40/73.49	c  71.3s|370000 |296606 |     0 |   0.0 | 115M| 195 |   - | 371 |1005 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
73.90/73.99	c  71.8s|380000 |306568 |     0 |   0.0 | 118M| 195 |   - | 371 |1008 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
74.39/74.48	c  72.2s|390000 |316525 |     0 |   0.0 | 121M| 195 |   - | 371 |1013 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
74.89/74.99	c  72.7s|400000 |326461 |     0 |   0.0 | 124M| 195 |   - | 371 |1046 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
75.49/75.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.49/75.50	c  73.1s|410000 |336408 |     0 |   0.0 | 127M| 195 |   - | 371 |1054 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
75.90/76.00	c  73.6s|420000 |346360 |     0 |   0.0 | 130M| 195 |   - | 371 |1084 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
76.49/76.50	c  74.0s|430000 |356317 |     0 |   0.0 | 133M| 195 |   - | 371 |1107 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
77.00/77.00	c  74.5s|440000 |366264 |     0 |   0.0 | 136M| 195 |   - | 371 |1105 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
77.49/77.50	c  74.9s|450000 |376218 |     0 |   0.0 | 139M| 195 |   - | 371 |1144 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
77.89/78.00	c  75.4s|460000 |386163 |     0 |   0.0 | 142M| 195 |   - | 371 |1198 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
78.49/78.51	c  75.8s|470000 |396122 |     0 |   0.0 | 145M| 195 |   - | 371 |1224 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
79.00/79.00	c  76.3s|480000 |406093 |     0 |   0.0 | 148M| 195 |   - | 371 |1244 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
79.50/79.50	c  76.7s|490000 |416063 |     0 |   0.0 | 151M| 195 |   - | 371 |1238 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
79.90/80.00	c  77.2s|500000 |426023 |     0 |   0.0 | 154M| 195 |   - | 371 |1256 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
80.40/80.48	c  77.6s|510000 |435970 |     0 |   0.0 | 157M| 195 |   - | 371 |1304 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
80.90/80.97	c  78.1s|520000 |445925 |     0 |   0.0 | 160M| 195 |   - | 371 |1332 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
81.40/81.46	c  78.5s|530000 |455885 |     0 |   0.0 | 163M| 195 |   - | 371 |1343 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
81.90/81.96	c  79.0s|540000 |465823 |     0 |   0.0 | 165M| 195 |   - | 371 |1394 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
82.40/82.45	c  79.4s|550000 |475772 |     0 |   0.0 | 168M| 195 |   - | 371 |1449 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
82.89/82.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.89/82.94	c  79.8s|560000 |485743 |     0 |   0.0 | 171M| 195 |   - | 371 |1447 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
83.40/83.44	c  80.3s|570000 |495694 |     0 |   0.0 | 174M| 195 |   - | 371 |1484 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
83.90/83.95	c  80.7s|580000 |505620 |     0 |   0.0 | 177M| 195 |   - | 371 |1532 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
84.40/84.46	c  81.2s|590000 |515571 |     0 |   0.0 | 180M| 195 |   - | 371 |1577 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
84.90/84.97	c  81.7s|600000 |525528 |     0 |   0.0 | 183M| 195 |   - | 371 |1623 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
85.39/85.47	c  82.1s|610000 |535492 |     0 |   0.0 | 186M| 195 |   - | 371 |1599 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
85.90/85.96	c  82.5s|620000 |545441 |     0 |   0.0 | 189M| 195 |   - | 371 |1642 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
86.39/86.45	c  83.0s|630000 |555386 |     0 |   0.0 | 192M| 195 |   - | 371 |1681 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
86.90/86.93	c  83.4s|640000 |565331 |     0 |   0.0 | 195M| 195 |   - | 371 |1736 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
87.39/87.40	c  83.8s|650000 |575300 |     0 |   0.0 | 198M| 195 |   - | 371 |1733 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
87.80/87.87	c  84.2s|660000 |585273 |     0 |   0.0 | 201M| 195 |   - | 371 |1727 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
88.30/88.34	c  84.7s|670000 |595247 |     0 |   0.0 | 204M| 195 |   - | 371 |1715 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
88.80/88.80	c  85.1s|680000 |605214 |     0 |   0.0 | 207M| 195 |   - | 371 |1749 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
89.19/89.28	c  85.5s|690000 |615176 |     0 |   0.0 | 210M| 195 |   - | 371 |1783 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
89.69/89.76	c  85.9s|700000 |625141 |     0 |   0.0 | 213M| 195 |   - | 371 |1800 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
90.20/90.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.20/90.23	c  86.4s|710000 |635123 |     0 |   0.0 | 216M| 195 |   - | 371 |1808 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
90.69/90.72	c  86.8s|720000 |645102 |     0 |   0.0 | 219M| 195 |   - | 371 |1839 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
91.10/91.20	c  87.2s|730000 |655067 |     0 |   0.0 | 222M| 195 |   - | 371 |1859 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
91.60/91.69	c  87.7s|740000 |665024 |     0 |   0.0 | 225M| 195 |   - | 371 |1932 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
92.10/92.17	c  88.1s|750000 |674998 |     0 |   0.0 | 228M| 195 |   - | 371 |1933 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
92.59/92.68	c  88.5s|760000 |684940 |     0 |   0.0 | 231M| 195 |   - | 371 |1978 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
93.09/93.17	c  89.0s|770000 |694906 |     0 |   0.0 | 234M| 195 |   - | 371 |2014 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
93.59/93.66	c  89.4s|780000 |704863 |     0 |   0.0 | 237M| 195 |   - | 371 |2092 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
94.09/94.13	c  89.8s|790000 |714827 |     0 |   0.0 | 240M| 195 |   - | 371 |2162 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
94.60/94.63	c  90.3s|800000 |724766 |     0 |   0.0 | 243M| 195 |   - | 371 |2262 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
95.09/95.11	c  90.7s|810000 |734725 |     0 |   0.0 | 246M| 195 |   - | 371 |2290 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
95.50/95.59	c  91.1s|820000 |744690 |     0 |   0.0 | 249M| 195 |   - | 371 |2324 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
95.99/96.07	c  91.6s|830000 |754665 |     0 |   0.0 | 252M| 195 |   - | 371 |2321 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
96.49/96.54	c  92.0s|840000 |764638 |     0 |   0.0 | 255M| 195 |   - | 371 |2298 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
96.99/97.03	c  92.4s|850000 |774588 |     0 |   0.0 | 258M| 195 |   - | 371 |2315 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
97.50/97.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.50/97.52	c  92.9s|860000 |784554 |     0 |   0.0 | 261M| 195 |   - | 371 |2366 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
97.99/98.01	c  93.3s|870000 |794519 |     0 |   0.0 | 264M| 195 |   - | 371 |2359 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
98.50/98.50	c  93.7s|880000 |804482 |     0 |   0.0 | 267M| 195 |   - | 371 |2411 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
98.90/99.00	c  94.2s|890000 |814438 |     0 |   0.0 | 270M| 195 |   - | 371 |2446 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
99.40/99.49	c  94.6s|900000 |824402 |     0 |   0.0 | 273M| 195 |   - | 371 |2467 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
99.89/99.98	c  95.0s|910000 |834357 |     0 |   0.0 | 276M| 195 |   - | 371 |2513 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
100.40/100.46	c  95.5s|920000 |844325 |     0 |   0.0 | 279M| 195 |   - | 371 |2523 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
100.89/100.97	c  95.9s|930000 |854275 |     0 |   0.0 | 282M| 195 |   - | 371 |2539 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
101.39/101.46	c  96.4s|940000 |864252 |     0 |   0.0 | 285M| 195 |   - | 371 |2547 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
101.89/101.94	c  96.8s|950000 |874221 |     0 |   0.0 | 288M| 195 |   - | 371 |2558 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
102.40/102.43	c  97.3s|960000 |884167 |     0 |   0.0 | 291M| 195 |   - | 371 |2667 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
102.89/102.93	c  97.7s|970000 |894130 |     0 |   0.0 | 294M| 195 |   - | 371 |2702 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
103.40/103.44	c  98.2s|980000 |904080 |     0 |   0.0 | 297M| 195 |   - | 371 |2764 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
103.89/103.94	c  98.6s|990000 |914028 |     0 |   0.0 | 300M| 195 |   - | 371 |2801 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
104.40/104.46	c  99.1s|  1000k|923990 |     0 |   0.0 | 303M| 195 |   - | 371 |2862 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
104.89/104.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.89/104.97	c  99.6s|  1010k|933954 |     0 |   0.0 | 306M| 195 |   - | 371 |2894 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
105.39/105.47	c   100s|  1020k|943915 |     0 |   0.0 | 309M| 195 |   - | 371 |2895 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
105.89/105.96	c   100s|  1030k|953893 |     0 |   0.0 | 312M| 195 |   - | 371 |2905 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
106.40/106.48	c   101s|  1040k|963838 |     0 |   0.0 | 315M| 195 |   - | 371 |2982 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
106.90/106.99	c   101s|  1050k|973805 |     0 |   0.0 | 318M| 195 |   - | 371 |2985 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
107.49/107.56	c   102s|  1060k|983610 |     0 |   0.0 | 321M| 195 |   - | 371 |3214 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
108.10/108.13	c   102s|  1070k|993530 |     0 |   0.0 | 324M| 195 |   - | 371 |3241 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
108.60/108.69	c   103s|  1080k|  1003k|     0 |   0.0 | 327M| 195 |   - | 371 |3252 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
109.19/109.25	c   103s|  1090k|  1013k|     0 |   0.0 | 331M| 195 |   - | 371 |3349 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
109.80/109.82	c   104s|  1100k|  1023k|     0 |   0.0 | 334M| 195 |   - | 371 |3417 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
110.30/110.38	c   104s|  1110k|  1033k|     0 |   0.0 | 337M| 195 |   - | 371 |3471 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
110.90/110.93	c   105s|  1120k|  1043k|     0 |   0.0 | 340M| 195 |   - | 371 |3486 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
111.39/111.46	c   105s|  1130k|  1053k|     0 |   0.0 | 343M| 195 |   - | 371 |3516 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
111.99/112.00	c   106s|  1140k|  1063k|     0 |   0.0 | 346M| 195 |   - | 371 |3553 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
112.50/112.54	c   106s|  1150k|  1073k|     0 |   0.0 | 349M| 195 |   - | 371 |3623 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
113.00/113.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.00/113.06	c   107s|  1160k|  1082k|     0 |   0.0 | 352M| 195 |   - | 371 |3707 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
113.49/113.56	c   107s|  1170k|  1092k|     0 |   0.0 | 355M| 195 |   - | 371 |3802 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
114.00/114.09	c   108s|  1180k|  1102k|     0 |   0.0 | 358M| 195 |   - | 371 |3845 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
114.49/114.59	c   108s|  1190k|  1112k|     0 |   0.0 | 361M| 195 |   - | 371 |3869 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
115.00/115.09	c   109s|  1200k|  1122k|     0 |   0.0 | 364M| 195 |   - | 371 |3893 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
115.50/115.59	c   109s|  1210k|  1132k|     0 |   0.0 | 367M| 195 |   - | 371 |3925 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
116.10/116.10	c   110s|  1220k|  1142k|     0 |   0.0 | 370M| 195 |   - | 371 |3989 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
116.60/116.61	c   110s|  1230k|  1152k|     0 |   0.0 | 373M| 195 |   - | 371 |3996 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
117.09/117.12	c   111s|  1240k|  1162k|     0 |   0.0 | 376M| 195 |   - | 371 |4053 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
117.60/117.62	c   111s|  1250k|  1172k|     0 |   0.0 | 379M| 195 |   - | 371 |4077 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
118.10/118.12	c   111s|  1260k|  1182k|     0 |   0.0 | 382M| 195 |   - | 371 |4125 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
118.59/118.62	c   112s|  1270k|  1192k|     0 |   0.0 | 385M| 195 |   - | 371 |4180 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
119.10/119.14	c   112s|  1280k|  1202k|     0 |   0.0 | 388M| 195 |   - | 371 |4264 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
119.60/119.64	c   113s|  1290k|  1212k|     0 |   0.0 | 391M| 195 |   - | 371 |4321 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
120.09/120.16	c   113s|  1300k|  1222k|     0 |   0.0 | 394M| 195 |   - | 371 |4389 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
120.60/120.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.60/120.67	c   114s|  1310k|  1232k|     0 |   0.0 | 397M| 195 |   - | 371 |4424 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
121.10/121.18	c   114s|  1320k|  1242k|     0 |   0.0 | 400M| 201 |   - | 371 |4485 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
121.69/121.71	c   115s|  1330k|  1252k|     0 |   0.0 | 403M| 201 |   - | 371 |4561 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
122.20/122.23	c   115s|  1340k|  1262k|     0 |   0.0 | 406M| 201 |   - | 371 |4618 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
122.70/122.75	c   116s|  1350k|  1272k|     0 |   0.0 | 410M| 201 |   - | 371 |4716 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
123.20/123.28	c   116s|  1360k|  1282k|     0 |   0.0 | 413M| 201 |   - | 371 |4807 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
123.79/123.82	c   117s|  1370k|  1291k|     0 |   0.0 | 416M| 201 |   - | 371 |4939 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
124.30/124.36	c   117s|  1380k|  1301k|     0 |   0.0 | 419M| 201 |   - | 371 |5036 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
124.80/124.90	c   117s|  1390k|  1311k|     0 |   0.0 | 420M| 201 |   - | 371 | 826 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
125.30/125.35	c   118s|  1400k|  1321k|     0 |   0.0 | 423M| 201 |   - | 371 | 763 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
125.79/125.80	c   118s|  1410k|  1331k|     0 |   0.0 | 426M| 201 |   - | 371 | 779 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
126.19/126.25	c   119s|  1420k|  1341k|     0 |   0.0 | 429M| 201 |   - | 371 | 793 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
126.60/126.69	c   119s|  1430k|  1351k|     0 |   0.0 | 432M| 201 |   - | 371 | 815 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
127.09/127.14	c   119s|  1440k|  1361k|     0 |   0.0 | 435M| 201 |   - | 371 | 909 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
127.60/127.61	c   120s|  1450k|  1371k|     0 |   0.0 | 438M| 201 |   - | 371 | 981 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
127.99/128.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.99/128.05	c   120s|  1460k|  1381k|     0 |   0.0 | 441M| 201 |   - | 371 |1059 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
128.39/128.49	c   121s|  1470k|  1391k|     0 |   0.0 | 444M| 201 |   - | 371 |1119 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
128.89/128.96	c   121s|  1480k|  1401k|     0 |   0.0 | 447M| 201 |   - | 371 |1059 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
129.39/129.42	c   121s|  1490k|  1411k|     0 |   0.0 | 450M| 201 |   - | 371 | 919 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
135.80/135.83	c   128s|  1500k|  1409k|     0 |   0.0 | 457M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
150.89/150.91	c   143s|  1510k|  1406k|     0 |   0.0 | 462M| 201 |   - | 371 |  38k|   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
175.19/175.26	c   167s|  1520k|  1403k|     0 |   0.0 | 462M| 201 |   - | 371 |  48k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
187.78/187.80	c   179s|  1530k|  1407k|     0 |   0.0 | 448M| 201 |   - | 371 |9207 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
188.29/188.39	c   180s|  1540k|  1417k|     0 |   0.0 | 449M| 201 |   - | 371 |1901 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
188.88/188.93	c   180s|  1550k|  1427k|     0 |   0.0 | 451M| 201 |   - | 371 |1584 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
189.39/189.44	c   180s|  1560k|  1437k|     0 |   0.0 | 454M| 201 |   - | 371 |1442 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
189.89/189.94	c   181s|  1570k|  1447k|     0 |   0.0 | 457M| 201 |   - | 371 |1389 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
190.38/190.43	c   181s|  1580k|  1457k|     0 |   0.0 | 460M| 201 |   - | 371 |1350 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
190.89/190.93	c   181s|  1590k|  1467k|     0 |   0.0 | 462M| 201 |   - | 371 |1298 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
191.48/191.51	c   182s|  1600k|  1477k|     0 |   0.0 | 466M| 201 |   - | 371 |1467 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
191.99/192.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.99/192.09	c   182s|  1610k|  1487k|     0 |   0.0 | 468M| 201 |   - | 371 |1448 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
192.58/192.61	o 167
192.58/192.61	c * 183s|  1616k|  1409k|     0 |   0.0 | 445M| 201 |   - | 371 |1352 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
192.69/192.75	o 152
192.69/192.75	c * 183s|  1617k|  1368k|     0 |   0.0 | 432M| 201 |   - | 371 |1399 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
192.78/192.88	o 140
192.78/192.88	c * 183s|  1618k|  1333k|     0 |   0.0 | 422M| 201 |   - | 371 |1445 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.400000e+02 |    Inf 
192.98/193.07	c   183s|  1620k|  1334k|     0 |   0.0 | 423M| 201 |   - | 371 |1717 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.400000e+02 |    Inf 
193.99/194.02	o 135
193.99/194.02	c * 184s|  1628k|  1326k|     0 |   0.0 | 422M| 201 |   - | 371 |2554 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
194.19/194.28	c   184s|  1630k|  1327k|     0 |   0.0 | 423M| 201 |   - | 371 |2737 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
195.39/195.46	c   185s|  1640k|  1336k|     0 |   0.0 | 428M| 201 |   - | 371 |3049 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
196.58/196.68	c   186s|  1650k|  1344k|     0 |   0.0 | 433M| 201 |   - | 371 |3168 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
197.58/197.65	o 126
197.58/197.65	c * 187s|  1657k|  1322k|     0 |   0.0 | 428M| 201 |   - | 371 |3214 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
197.89/197.95	c   187s|  1660k|  1324k|     0 |   0.0 | 429M| 201 |   - | 371 |3301 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
199.09/199.17	c   188s|  1670k|  1333k|     0 |   0.0 | 434M| 201 |   - | 371 |3922 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
199.39/199.42	o 123
199.39/199.42	c * 188s|  1671k|  1314k|     0 |   0.0 | 429M| 201 |   - | 371 |3783 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
199.48/199.51	o 122
199.48/199.51	c * 188s|  1671k|  1302k|     0 |   0.0 | 425M| 201 |   - | 371 |3784 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
199.98/200.09	o 116
199.98/200.09	c * 189s|  1675k|  1222k|     0 |   0.0 | 401M| 201 |   - | 371 |4062 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
200.58/200.68	o 115
200.58/200.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.58/200.68	c * 189s|  1679k|  1195k|     0 |   0.0 | 394M| 201 |   - | 371 |4195 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
200.68/200.78	c   189s|  1680k|  1196k|     0 |   0.0 | 395M| 201 |   - | 371 |4281 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
200.88/200.90	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
200.88/200.90	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
200.88/200.90	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
200.88/200.90	c [src/cmain.c:657] ERROR: Error <-11> in function call
200.88/200.90	c [src/cmain.c:832] ERROR: Error <-11> in function call
200.88/200.90	c [src/cmain.c:908] ERROR: Error <-11> in function call
200.88/200.90	c SCIP Error (-11): c a required plugin was not foundc 
200.88/200.90	c Time complete: 200.89.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694102-1277923177/watcher-2694102-1277923177 -o /tmp/evaluation-result-2694102-1277923177/solver-2694102-1277923177 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694102-1277923177.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 12810
/proc/meminfo: memFree=28205284/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=8252 CPUtime=0
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 133615215 8450048 1475 4089446400 4194304 7136930 140736507504672 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12810/statm: 2063 1475 275 719 0 1342 0

[startup+0.079484 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12810
/proc/meminfo: memFree=28205284/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=13600 CPUtime=0.07
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 3364 0 0 0 7 0 0 0 25 0 1 0 133615215 13926400 2676 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 3400 2676 390 719 0 2679 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13600

[startup+0.100476 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12810
/proc/meminfo: memFree=28205284/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=13732 CPUtime=0.09
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 3416 0 0 0 9 0 0 0 25 0 1 0 133615215 14061568 2728 4089446400 4194304 7136930 140736507504672 18446744073709551615 4652873 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 3433 2729 390 719 0 2712 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13732

[startup+0.300447 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12810
/proc/meminfo: memFree=28205284/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=16504 CPUtime=0.29
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 4087 0 0 0 28 1 0 0 25 0 1 0 133615215 16900096 3399 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 4126 3399 390 719 0 3405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16504

[startup+0.700373 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12810
/proc/meminfo: memFree=28205284/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=19476 CPUtime=0.69
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 4836 0 0 0 67 2 0 0 25 0 1 0 133615215 19943424 4148 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 4869 4148 390 719 0 4148 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19476

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28186676/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=21920 CPUtime=1.49
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 5481 0 0 0 144 5 0 0 25 0 1 0 133615215 22446080 4793 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 5480 4793 390 719 0 4759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21920

[startup+3.10093 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28179360/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=29160 CPUtime=3.09
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 7294 0 0 0 298 11 0 0 25 0 1 0 133615215 29859840 6606 4089446400 4194304 7136930 140736507504672 18446744073709551615 4999893 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 7290 6606 390 719 0 6569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29160

[startup+6.30035 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 12811
/proc/meminfo: memFree=28161648/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=38440 CPUtime=6.29
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 9620 0 0 0 608 21 0 0 25 0 1 0 133615215 39362560 8932 4089446400 4194304 7136930 140736507504672 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 9610 8932 390 719 0 8889 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38440

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 12812
/proc/meminfo: memFree=28135432/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=49588 CPUtime=12.69
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 12398 0 0 0 1234 35 0 0 25 0 1 0 133615215 50778112 11710 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 12397 11710 390 719 0 11676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49588

[startup+25.5009 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 12812
/proc/meminfo: memFree=28088692/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=83504 CPUtime=25.5
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 20623 0 0 0 2459 91 0 0 25 0 1 0 133615215 85508096 19935 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 20876 19935 390 719 0 20155 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 83504

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12812
/proc/meminfo: memFree=28044820/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=96920 CPUtime=51.09
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 23915 0 0 0 4995 114 0 0 25 0 1 0 133615215 99246080 23227 4089446400 4194304 7136930 140736507504672 18446744073709551615 4676228 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 24230 23227 390 719 0 23509 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96920

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12814
/proc/meminfo: memFree=27728936/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=343256 CPUtime=102.3
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 85440 0 0 0 9714 516 0 0 25 0 1 0 133615215 351494144 84752 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12810/statm: 85814 84752 391 719 0 85093 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 343256

[startup+162.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/197 12861
/proc/meminfo: memFree=31170824/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=527368 CPUtime=162.29
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 129279 0 0 0 15408 821 0 0 25 0 1 0 133615215 540024832 128591 4089446400 4194304 7136930 140736507504672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12810/statm: 131842 128591 391 719 0 131121 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 527368

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

[startup+179.101 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31127388/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=529596 CPUtime=179.08
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 129837 0 0 0 17068 840 0 0 25 0 1 0 133615215 542306304 129149 4089446400 4194304 7136930 140736507504672 18446744073709551615 4999772 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 132399 129149 391 719 0 131678 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 529596

[startup+191.901 s]
/proc/loadavg: 2.10 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31102888/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=547004 CPUtime=191.88
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 134415 0 0 0 18198 990 0 0 25 0 1 0 133615215 560132096 133727 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 136751 133727 391 719 0 136030 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 547004

[startup+195.101 s]
/proc/loadavg: 2.10 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31090860/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=553800 CPUtime=195.08
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 136104 0 0 0 18461 1047 0 0 25 0 1 0 133615215 567091200 135416 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 138450 135416 393 719 0 137729 0
Current children cumulated CPU time (s) 195.08
Current children cumulated vsize (KiB) 553800

[startup+198.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31085028/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=559760 CPUtime=198.29
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 137476 0 0 0 18730 1099 0 0 25 0 1 0 133615215 573194240 136788 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 139940 136788 393 719 0 139219 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 559760

[startup+199.901 s]
/proc/loadavg: 2.09 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31081556/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=563388 CPUtime=199.88
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 138330 0 0 0 18865 1123 0 0 25 0 1 0 133615215 576909312 137642 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 140847 137642 393 719 0 140126 0
Current children cumulated CPU time (s) 199.88
Current children cumulated vsize (KiB) 563388

[startup+200.701 s]
/proc/loadavg: 2.08 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31079572/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=564416 CPUtime=200.68
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 138583 0 0 0 18935 1133 0 0 25 0 1 0 133615215 577961984 137895 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 141104 137895 393 719 0 140383 0
Current children cumulated CPU time (s) 200.68
Current children cumulated vsize (KiB) 564416

[startup+200.901 s]
/proc/loadavg: 2.08 2.03 2.01 3/197 12862
/proc/meminfo: memFree=31079572/32951124 swapFree=67111528/67111528
[pid=12810] ppid=12808 vsize=564724 CPUtime=200.88
/proc/12810/stat : 12810 (pbscip.linux.x8) R 12808 12810 10898 0 -1 4202496 138656 0 0 0 18952 1136 0 0 25 0 1 0 133615215 578277376 137968 4089446400 4194304 7136930 140736507504672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12810/statm: 141181 137968 393 719 0 140460 0
Current children cumulated CPU time (s) 200.88
Current children cumulated vsize (KiB) 564724

Child status: 255
Real time (s): 200.925
CPU time (s): 200.918
CPU user time (s): 189.527
CPU system time (s): 11.3913
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 564724

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

runsolver used 0.269958 second user time and 0.658899 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 20:39:37
IDJOB=2694102
IDBENCH=79199
IDSOLVER=1206
FILE ID=node104/2694102-1277923177
PBS_JOBID= 11197336
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969170--soft-0-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-2694102-1277923177/watcher-2694102-1277923177 -o /tmp/evaluation-result-2694102-1277923177/solver-2694102-1277923177 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694102-1277923177.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2498aa7c72321a79724f3337e23f532a
RANDOM SEED=1314347019

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28205812 kB
Buffers:        201516 kB
Cached:         702252 kB
SwapCached:          0 kB
Active:        4049236 kB
Inactive:       548616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28205812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:     3693312 kB
Mapped:          15116 kB
Slab:            77984 kB
PageTables:      11688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3839448 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= 74208 MiB
End job on node104 at 2010-06-30 20:42:58