Trace number 2694178

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 solverOPTIMUM 1348.41 1348.39

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
MD5SUMeefb750387a2df9ca152a94906c66d6e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.202968
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 1230
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-2694178-1277924371.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.48/1.57	c   1.5s| 10000 |  6685 |     0 |   0.0 |7934k| 171 |   - | 371 |5525 |   0 |   0 |   0 |8888 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
3.49/3.55	c   3.4s| 20000 | 12677 |     0 |   0.0 |  12M| 213 |   - | 371 |6729 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
7.19/7.25	c   7.0s| 30000 | 15175 |     0 |   0.0 |  18M| 213 |   - | 371 |  11k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
8.49/8.56	o 917
8.49/8.56	c * 8.2s| 33254 | 15829 |     0 |   0.0 |  20M| 213 |   - | 371 |  13k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 9.170000e+02 |    Inf 
8.69/8.77	o 683
8.69/8.77	c * 8.4s| 36499 | 19060 |     0 |   0.0 |  19M| 213 |   - | 371 |7312 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
8.89/8.96	c   8.6s| 40000 | 22552 |     0 |   0.0 |  18M| 213 |   - | 371 |2131 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
9.39/9.42	c   8.9s| 50000 | 32525 |     0 |   0.0 |  21M| 213 |   - | 371 |1005 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
9.80/9.88	c   9.4s| 60000 | 42498 |     0 |   0.0 |  24M| 213 |   - | 371 | 946 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
10.29/10.33	c   9.8s| 70000 | 52473 |     0 |   0.0 |  27M| 213 |   - | 371 | 974 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
10.69/10.78	c  10.2s| 80000 | 62443 |     0 |   0.0 |  30M| 213 |   - | 371 | 951 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
11.19/11.22	c  10.6s| 90000 | 72433 |     0 |   0.0 |  33M| 213 |   - | 371 | 925 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
11.59/11.66	c  11.0s|100000 | 82412 |     0 |   0.0 |  36M| 213 |   - | 371 | 958 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
12.00/12.10	c  11.4s|110000 | 92380 |     0 |   0.0 |  39M| 213 |   - | 371 |1002 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
12.49/12.54	c  11.8s|120000 |102349 |     0 |   0.0 |  42M| 213 |   - | 371 | 722 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
15.60/15.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.60/15.67	c  14.8s|130000 |104924 |     0 |   0.0 |  48M| 213 |   - | 371 |  11k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
21.59/21.61	c  20.6s|140000 |105181 |     0 |   0.0 |  53M| 213 |   - | 371 |  19k|   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
29.60/29.67	c  28.6s|150000 |105295 |     0 |   0.0 |  57M| 213 |   - | 371 |  27k|   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
30.39/30.49	c  29.3s|160000 |115277 |     0 |   0.0 |  52M| 213 |   - | 371 |2608 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.830000e+02 |    Inf 
30.59/30.70	o 244
30.59/30.70	c *29.5s|164327 |117665 |     0 |   0.0 |  53M| 213 |   - | 371 |1317 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
30.89/30.98	c  29.8s|170000 |123313 |     0 |   0.0 |  54M| 213 |   - | 371 |1010 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
31.49/31.57	c  30.4s|180000 |132986 |     0 |   0.0 |  57M| 213 |   - | 371 |1183 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
32.09/32.18	c  30.9s|190000 |142690 |     0 |   0.0 |  61M| 213 |   - | 371 |1037 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
32.79/32.86	c  31.6s|200000 |152194 |     0 |   0.0 |  64M| 213 |   - | 371 |1210 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
33.49/33.53	c  32.2s|210000 |161774 |     0 |   0.0 |  68M| 213 |   - | 371 |1245 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
34.19/34.25	c  32.9s|220000 |171211 |     0 |   0.0 |  72M| 213 |   - | 371 |1436 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
34.29/34.35	o 239
34.29/34.35	c *33.0s|221551 |172333 |     0 |   0.0 |  72M| 213 |   - | 371 |1443 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
34.89/34.95	c  33.5s|230000 |180316 |     0 |   0.0 |  75M| 213 |   - | 371 |1493 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
35.49/35.59	c  34.0s|240000 |189959 |     0 |   0.0 |  79M| 213 |   - | 371 |1502 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
35.59/35.69	o 237
35.59/35.69	c *34.1s|241304 |191042 |     0 |   0.0 |  79M| 213 |   - | 371 |1531 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 2.370000e+02 |    Inf 
36.30/36.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.30/36.34	c  34.7s|250000 |199204 |     0 |   0.0 |  82M| 213 |   - | 371 |1661 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 2.370000e+02 |    Inf 
37.10/37.11	c  35.5s|260000 |208579 |     0 |   0.0 |  86M| 213 |   - | 371 |1742 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 2.370000e+02 |    Inf 
37.49/37.56	o 226
37.49/37.56	c *35.9s|266893 |214191 |     0 |   0.0 |  88M| 213 |   - | 371 |1727 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
37.69/37.77	c  36.1s|270000 |217174 |     0 |   0.0 |  89M| 213 |   - | 371 |1767 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
38.29/38.35	o 85
38.29/38.35	c *36.6s|277507 |143205 |     0 |   0.0 |  64M| 213 |   - | 371 |1854 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.500000e+01 |    Inf 
38.29/38.36	o 82
38.29/38.36	c *36.6s|277610 |136214 |     0 |   0.0 |  62M| 213 |   - | 371 |1890 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
38.69/38.71	c  37.0s|280000 |138070 |     0 |   0.0 |  63M| 213 |   - | 371 | 963 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
39.99/40.01	c  38.2s|290000 |145670 |     0 |   0.0 |  68M| 213 |   - | 371 |1811 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
40.39/40.45	o 76
40.39/40.45	c *38.6s|293327 |146180 |     0 |   0.0 |  69M| 213 |   - | 371 |2196 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
40.59/40.61	o 68
40.59/40.61	c *38.8s|294488 |133733 |     0 |   0.0 |  64M| 213 |   - | 371 |2221 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 6.800000e+01 |    Inf 
40.59/40.63	o 67
40.59/40.63	c *38.8s|294654 |133687 |     0 |   0.0 |  64M| 213 |   - | 371 |2239 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 6.700000e+01 |    Inf 
40.59/40.70	o 59
40.59/40.70	c *38.9s|295194 |129731 |     0 |   0.0 |  63M| 213 |   - | 371 |2243 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
40.80/40.81	o 50
40.80/40.81	c *39.0s|295925 |120870 |     0 |   0.0 |  60M| 213 |   - | 371 |2338 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
40.80/40.84	o 47
40.80/40.84	c *39.0s|296022 |111180 |     0 |   0.0 |  56M| 213 |   - | 371 |2355 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
41.39/41.46	c  39.5s|300000 |113748 |     0 |   0.0 |  58M| 213 |   - | 371 |2664 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
42.99/43.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.99/43.09	c  41.0s|310000 |120723 |     0 |   0.0 |  63M| 213 |   - | 371 |4580 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
45.20/45.23	c  43.1s|320000 |127133 |     0 |   0.0 |  68M| 213 |   - | 371 |6769 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
47.79/47.87	c  45.6s|330000 |133136 |     0 |   0.0 |  73M| 213 |   - | 371 |9061 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
52.59/52.64	c  50.3s|340000 |136633 |     0 |   0.0 |  80M| 213 |   - | 371 |  12k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
61.89/61.96	c  59.4s|350000 |134753 |     0 |   0.0 |  86M| 213 |   - | 371 |  16k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
65.59/65.68	c  63.1s|360000 |141509 |     0 |   0.0 |  88M| 213 |   - | 371 |  11k|   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
70.99/71.09	c  68.3s|370000 |143711 |     0 |   0.0 |  91M| 213 |   - | 371 |  12k|   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
81.49/81.51	c  78.6s|380000 |139639 |     0 |   0.0 |  89M| 213 |   - | 371 |  19k|   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
86.90/86.93	c  83.9s|390000 |144243 |     0 |   0.0 |  87M| 213 |   - | 371 |8736 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
90.39/90.42	c  87.3s|400000 |149770 |     0 |   0.0 |  92M| 213 |   - | 371 |7607 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
94.09/94.13	c  90.9s|410000 |154532 |     0 |   0.0 |  96M| 213 |   - | 371 |7773 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
98.00/98.02	c  94.7s|420000 |159099 |     0 |   0.0 | 101M| 213 |   - | 371 |9429 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
102.30/102.34	c  98.9s|430000 |163279 |     0 |   0.0 | 106M| 213 |   - | 371 |  10k|   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
106.89/106.93	c   103s|440000 |167105 |     0 |   0.0 | 111M| 213 |   - | 371 |  11k|   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
111.89/111.95	c   108s|450000 |170663 |     0 |   0.0 | 115M| 213 |   - | 371 |  12k|   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
117.20/117.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.20/117.23	c   113s|460000 |174069 |     0 |   0.0 | 120M| 213 |   - | 371 |  13k|   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
123.00/123.05	c   119s|470000 |177254 |     0 |   0.0 | 124M| 213 |   - | 371 |  14k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
129.30/129.38	c   125s|480000 |180064 |     0 |   0.0 | 129M| 213 |   - | 371 |  16k|   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
135.59/135.67	c   132s|490000 |183226 |     0 |   0.0 | 133M| 213 |   - | 371 |  16k|   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
142.09/142.11	c   138s|500000 |186465 |     0 |   0.0 | 138M| 213 |   - | 371 |  18k|   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
149.29/149.39	c   145s|510000 |189063 |     0 |   0.0 | 141M| 213 |   - | 371 |  19k|   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
156.80/156.86	c   152s|520000 |191799 |     0 |   0.0 | 145M| 213 |   - | 371 |  19k|   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
164.80/164.80	c   160s|530000 |194304 |     0 |   0.0 | 149M| 213 |   - | 371 |  20k|   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
172.90/172.93	c   168s|540000 |196784 |     0 |   0.0 | 153M| 213 |   - | 371 |  22k|   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
182.40/182.40	c   178s|550000 |198580 |     0 |   0.0 | 157M| 213 |   - | 371 |  23k|   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
192.59/192.61	c   188s|560000 |200144 |     0 |   0.0 | 160M| 213 |   - | 371 |  24k|   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
203.20/203.22	c   198s|570000 |201226 |     0 |   0.0 | 165M| 213 |   - | 371 |  26k|   0 |   0 |   0 | 495k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
213.69/213.74	c   209s|580000 |202669 |     0 |   0.0 | 170M| 213 |   - | 371 |  28k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
225.89/225.94	c   221s|590000 |203177 |     0 |   0.0 | 175M| 213 |   - | 371 |  30k|   0 |   0 |   0 | 528k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
239.89/239.99	c   234s|600000 |202674 |     0 |   0.0 | 179M| 213 |   - | 371 |  32k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
248.19/248.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.19/248.23	c   243s|610000 |203344 |     0 |   0.0 | 174M| 213 |   - | 371 |4006 |   0 |   0 |   0 | 561k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
250.10/250.11	c   244s|620000 |210561 |     0 |   0.0 | 179M| 213 |   - | 371 |5634 |   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
252.40/252.48	c   247s|630000 |217330 |     0 |   0.0 | 184M| 213 |   - | 371 |8779 |   0 |   0 |   0 | 581k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
255.60/255.64	c   250s|640000 |223502 |     0 |   0.0 | 189M| 213 |   - | 371 |  11k|   0 |   0 |   0 | 593k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
259.40/259.43	c   253s|650000 |229287 |     0 |   0.0 | 194M| 213 |   - | 371 |  13k|   0 |   0 |   0 | 606k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
264.09/264.16	c   258s|660000 |233960 |     0 |   0.0 | 199M| 213 |   - | 371 |  15k|   0 |   0 |   0 | 620k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
269.90/269.99	c   264s|670000 |237607 |     0 |   0.0 | 202M| 213 |   - | 371 |  14k|   0 |   0 |   0 | 636k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
272.09/272.11	c   266s|680000 |245013 |     0 |   0.0 | 204M| 213 |   - | 371 |4703 |   0 |   0 |   0 | 643k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
275.19/275.27	c   269s|690000 |249801 |     0 |   0.0 | 209M| 213 |   - | 371 |8408 |   0 |   0 |   0 | 656k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
278.30/278.34	c   272s|700000 |254801 |     0 |   0.0 | 212M| 213 |   - | 371 |5296 |   0 |   0 |   0 | 667k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
281.90/281.95	c   275s|710000 |259416 |     0 |   0.0 | 218M| 213 |   - | 371 |9984 |   0 |   0 |   0 | 682k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
287.10/287.19	c   280s|720000 |263049 |     0 |   0.0 | 223M| 213 |   - | 371 |  13k|   0 |   0 |   0 | 698k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
293.79/293.88	c   287s|730000 |266061 |     0 |   0.0 | 229M| 213 |   - | 371 |  17k|   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
302.19/302.30	c   295s|740000 |268239 |     0 |   0.0 | 234M| 213 |   - | 371 |  21k|   0 |   0 |   0 | 734k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
312.30/312.39	c   305s|750000 |270176 |     0 |   0.0 | 238M| 213 |   - | 371 |  25k|   0 |   0 |   0 | 753k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
323.89/323.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.89/323.99	c   317s|760000 |271873 |     0 |   0.0 | 243M| 213 |   - | 371 |  28k|   0 |   0 |   0 | 772k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
336.29/336.33	c   329s|770000 |273679 |     0 |   0.0 | 248M| 213 |   - | 371 |  32k|   0 |   0 |   0 | 791k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
350.90/350.94	c   343s|780000 |274672 |     0 |   0.0 | 252M| 213 |   - | 371 |  35k|   0 |   0 |   0 | 811k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
365.90/365.95	c   358s|790000 |276121 |     0 |   0.0 | 257M| 213 |   - | 371 |  38k|   0 |   0 |   0 | 831k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
383.81/383.90	c   376s|800000 |276615 |     0 |   0.0 | 261M| 213 |   - | 371 |  41k|   0 |   0 |   0 | 852k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
402.50/402.52	c   395s|810000 |277485 |     0 |   0.0 | 265M| 213 |   - | 371 |  44k|   0 |   0 |   0 | 872k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
422.80/422.85	c   415s|820000 |278161 |     0 |   0.0 | 268M| 213 |   - | 371 |  45k|   0 |   0 |   0 | 892k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
444.80/444.83	c   437s|830000 |278185 |     0 |   0.0 | 272M| 213 |   - | 371 |  47k|   0 |   0 |   0 | 913k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
466.30/466.38	c   458s|840000 |278787 |     0 |   0.0 | 275M| 213 |   - | 371 |  48k|   0 |   0 |   0 | 933k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
488.70/488.70	c   480s|850000 |279317 |     0 |   0.0 | 279M| 213 |   - | 371 |  50k|   0 |   0 |   0 | 953k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
511.80/511.84	c   503s|860000 |280074 |     0 |   0.0 | 283M| 213 |   - | 371 |  52k|   0 |   0 |   0 | 972k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
535.10/535.15	c   527s|870000 |280835 |     0 |   0.0 | 286M| 213 |   - | 371 |  53k|   0 |   0 |   0 | 991k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
559.10/559.18	c   550s|880000 |281471 |     0 |   0.0 | 290M| 213 |   - | 371 |  53k|   0 |   0 |   0 |1011k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
585.20/585.26	c   576s|890000 |281366 |     0 |   0.0 | 293M| 213 |   - | 371 |  55k|   0 |   0 |   0 |1031k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
613.90/613.98	c   605s|900000 |280675 |     0 |   0.0 | 296M| 213 |   - | 371 |  59k|   0 |   0 |   0 |1053k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
643.00/643.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
643.00/643.08	c   634s|910000 |280447 |     0 |   0.0 | 300M| 213 |   - | 371 |  61k|   0 |   0 |   0 |1073k|   0 | 1.000000e+00 | 4.700000e+01 |4600.00%
673.21/673.28	o 36
673.21/673.28	c * 664s|919446 |261883 |     0 |   0.0 | 275M| 213 |   - | 371 |  61k|   0 |   0 |   0 |1093k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
675.80/675.82	c   667s|920000 |261646 |     0 |   0.0 | 275M| 213 |   - | 371 |  61k|   0 |   0 |   0 |1094k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
714.70/714.78	c   705s|930000 |258439 |     0 |   0.0 | 276M| 213 |   - | 371 |  57k|   0 |   0 |   0 |1118k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
752.70/752.73	c   743s|940000 |254276 |     0 |   0.0 | 274M| 213 |   - | 371 |  54k|   0 |   0 |   0 |1142k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
778.00/778.06	c   768s|950000 |254725 |     0 |   0.0 | 266M| 213 |   - | 371 |  25k|   0 |   0 |   0 |1159k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
783.40/783.40	c   774s|960000 |260888 |     0 |   0.0 | 266M| 213 |   - | 371 |  14k|   0 |   0 |   0 |1172k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
788.90/788.96	c   779s|970000 |266436 |     0 |   0.0 | 271M| 213 |   - | 371 |  16k|   0 |   0 |   0 |1186k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
795.00/795.02	c   785s|980000 |271525 |     0 |   0.0 | 275M| 213 |   - | 371 |  16k|   0 |   0 |   0 |1201k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
801.91/801.94	c   792s|990000 |275780 |     0 |   0.0 | 280M| 213 |   - | 371 |  18k|   0 |   0 |   0 |1217k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
810.80/810.81	c   801s|  1000k|278998 |     0 |   0.0 | 285M| 213 |   - | 371 |  21k|   0 |   0 |   0 |1235k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
820.61/820.69	c   810s|  1010k|281707 |     0 |   0.0 | 289M| 213 |   - | 371 |  23k|   0 |   0 |   0 |1253k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
831.80/831.85	c   821s|  1020k|283965 |     0 |   0.0 | 294M| 213 |   - | 371 |  26k|   0 |   0 |   0 |1273k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
844.61/844.60	c   834s|  1030k|285841 |     0 |   0.0 | 299M| 213 |   - | 371 |  29k|   0 |   0 |   0 |1293k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
859.40/859.50	c   849s|  1040k|287128 |     0 |   0.0 | 302M| 213 |   - | 371 |  31k|   0 |   0 |   0 |1315k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
876.71/876.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
876.71/876.78	c   866s|  1050k|287385 |     0 |   0.0 | 306M| 213 |   - | 371 |  34k|   0 |   0 |   0 |1338k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
897.01/897.07	c   886s|  1060k|286391 |     0 |   0.0 | 309M| 213 |   - | 371 |  37k|   0 |   0 |   0 |1363k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
923.21/923.28	c   912s|  1070k|282303 |     0 |   0.0 | 309M| 213 |   - | 371 |  40k|   0 |   0 |   0 |1391k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
927.32/927.33	c   916s|  1080k|290255 |     0 |   0.0 | 303M| 213 |   - | 371 |6659 |   0 |   0 |   0 |1398k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
929.51/929.55	c   918s|  1090k|297590 |     0 |   0.0 | 307M| 213 |   - | 371 |6014 |   0 |   0 |   0 |1406k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
931.91/931.93	c   921s|  1100k|304448 |     0 |   0.0 | 311M| 213 |   - | 371 |6177 |   0 |   0 |   0 |1415k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
934.70/934.72	c   923s|  1110k|310763 |     0 |   0.0 | 315M| 213 |   - | 371 |7544 |   0 |   0 |   0 |1426k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
938.31/938.39	c   927s|  1120k|315832 |     0 |   0.0 | 320M| 213 |   - | 371 |8506 |   0 |   0 |   0 |1438k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
943.41/943.43	c   932s|  1130k|319316 |     0 |   0.0 | 325M| 213 |   - | 371 |9617 |   0 |   0 |   0 |1455k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
950.61/950.66	c   939s|  1140k|320474 |     0 |   0.0 | 330M| 213 |   - | 371 |  13k|   0 |   0 |   0 |1475k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
958.20/958.23	c   946s|  1150k|322458 |     0 |   0.0 | 332M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1491k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
962.71/962.70	c   951s|  1160k|326907 |     0 |   0.0 | 335M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1503k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
968.11/968.15	c   956s|  1170k|330131 |     0 |   0.0 | 339M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1515k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
972.11/972.13	c   960s|  1180k|335339 |     0 |   0.0 | 342M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1526k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
976.61/976.67	c   964s|  1190k|339904 |     0 |   0.0 | 346M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1540k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
981.21/981.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.21/981.26	c   969s|  1200k|343835 |     0 |   0.0 | 350M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1554k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
987.61/987.66	c   975s|  1210k|346332 |     0 |   0.0 | 355M| 213 |   - | 371 |  13k|   0 |   0 |   0 |1570k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
996.01/996.01	c   983s|  1220k|346995 |     0 |   0.0 | 357M| 213 |   - | 371 |  16k|   0 |   0 |   0 |1588k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1004.81/1004.88	c   992s|  1230k|346973 |     0 |   0.0 | 357M| 213 |   - | 371 |7506 |   0 |   0 |   0 |1612k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1012.81/1012.89	c  1000s|  1240k|346178 |     0 |   0.0 | 359M| 213 |   - | 371 |  10k|   0 |   0 |   0 |1635k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1023.61/1023.68	c  1011s|  1250k|344219 |     0 |   0.0 | 359M| 213 |   - | 371 |  14k|   0 |   0 |   0 |1661k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1036.80/1036.85	c  1024s|  1260k|342457 |     0 |   0.0 | 360M| 213 |   - | 371 |  19k|   0 |   0 |   0 |1687k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1053.61/1053.61	c  1040s|  1270k|339106 |     0 |   0.0 | 359M| 213 |   - | 371 |  21k|   0 |   0 |   0 |1715k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1072.91/1072.92	c  1059s|  1280k|335149 |     0 |   0.0 | 357M| 213 |   - | 371 |  25k|   0 |   0 |   0 |1743k|   0 | 1.000000e+00 | 3.600000e+01 |3500.00%
1088.91/1088.98	o 28
1088.91/1088.98	c *1075s|  1287k|306924 |     0 |   0.0 | 320M| 213 |   - | 371 |  27k|   0 |   0 |   0 |1763k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1098.70/1098.75	c  1085s|  1290k|303976 |     0 |   0.0 | 320M| 213 |   - | 371 |  26k|   0 |   0 |   0 |1773k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1132.80/1132.89	c  1119s|  1300k|292295 |     0 |   0.0 | 311M| 213 |   - | 371 |  32k|   0 |   0 |   0 |1808k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1169.81/1169.80	c  1155s|  1310k|281126 |     0 |   0.0 | 292M| 213 |   - | 371 |  22k|   0 |   0 |   0 |1840k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1176.81/1176.89	c  1162s|  1320k|283548 |     0 |   0.0 | 292M| 213 |   - | 371 |9634 |   0 |   0 |   0 |1859k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1184.11/1184.17	c  1170s|  1330k|285335 |     0 |   0.0 | 296M| 213 |   - | 371 |  12k|   0 |   0 |   0 |1880k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1193.01/1193.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.01/1193.00	c  1178s|  1340k|286403 |     0 |   0.0 | 300M| 213 |   - | 371 |  13k|   0 |   0 |   0 |1901k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1202.41/1202.42	c  1188s|  1350k|287323 |     0 |   0.0 | 303M| 213 |   - | 371 |  14k|   0 |   0 |   0 |1924k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1213.01/1213.03	c  1198s|  1360k|287074 |     0 |   0.0 | 305M| 213 |   - | 371 |  15k|   0 |   0 |   0 |1947k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1224.91/1224.95	c  1210s|  1370k|286067 |     0 |   0.0 | 308M| 213 |   - | 371 |  17k|   0 |   0 |   0 |1972k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1238.31/1238.30	c  1223s|  1380k|284431 |     0 |   0.0 | 309M| 213 |   - | 371 |  17k|   0 |   0 |   0 |1997k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1253.11/1253.13	c  1238s|  1390k|281477 |     0 |   0.0 | 309M| 213 |   - | 371 |  19k|   0 |   0 |   0 |2023k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
1259.31/1259.33	o 13
1259.31/1259.33	c *1244s|  1393k|226363 |     0 |   0.0 | 247M| 213 |   - | 371 |  18k|   0 |   0 |   0 |2033k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1270.71/1270.79	c  1255s|  1400k|220682 |     0 |   0.0 | 245M| 213 |   - | 371 |  16k|   0 |   0 |   0 |2056k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1293.11/1293.16	c  1277s|  1410k|209303 |     0 |   0.0 | 237M| 213 |   - | 371 |  20k|   0 |   0 |   0 |2092k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1314.21/1314.23	c  1298s|  1420k|201704 |     0 |   0.0 | 225M| 213 |   - | 371 |  12k|   0 |   0 |   0 |2120k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1319.92/1319.96	c  1304s|  1430k|205849 |     0 |   0.0 | 228M| 213 |   - | 371 |  10k|   0 |   0 |   0 |2134k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1326.71/1326.71	c  1310s|  1440k|208356 |     0 |   0.0 | 232M| 213 |   - | 371 |  12k|   0 |   0 |   0 |2150k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1334.61/1334.68	c  1318s|  1450k|209713 |     0 |   0.0 | 235M| 213 |   - | 371 |  12k|   0 |   0 |   0 |2168k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1343.71/1343.75	c  1327s|  1460k|209807 |     0 |   0.0 | 237M| 213 |   - | 371 |  12k|   0 |   0 |   0 |2187k|   0 | 1.000000e+00 | 1.300000e+01 |1200.00%
1348.31/1348.35	o 1
1348.31/1348.35	c *1332s|  1464k|     0 |     0 |   0.0 |  12M| 213 |   - | 371 |  12k|   0 |   0 |   0 |2196k|   0 | 1.000000e+00 | 1.000000e+00 |   0.00%
1348.31/1348.36	c 
1348.31/1348.36	c SCIP Status        : problem is solved [optimal solution found]
1348.31/1348.36	c Solving Time (sec) : 1331.59
1348.31/1348.36	c Solving Nodes      : 1464031
1348.31/1348.36	c Primal Bound       : +1.00000000000000e+00 (21 solutions)
1348.31/1348.36	c Dual Bound         : +1.00000000000000e+00
1348.31/1348.36	c Gap                : 0.00 %
1348.31/1348.36	s OPTIMUM FOUND
1348.31/1348.36	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1348.31/1348.36	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1348.31/1348.36	v -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 
1348.31/1348.36	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 
1348.31/1348.36	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 
1348.31/1348.36	v -x56 -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 
1348.31/1348.36	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 
1348.31/1348.36	v -x4 -x3 x2 -x1 
1348.31/1348.36	c SCIP Status        : problem is solved [optimal solution found]
1348.31/1348.36	c Solving Time       :    1331.59
1348.31/1348.36	c Original Problem   :
1348.31/1348.36	c   Problem name     : HOME/instance-2694178-1277924371.wbo
1348.31/1348.36	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1348.31/1348.36	c   Constraints      : 203 initial, 203 maximal
1348.31/1348.36	c Presolved Problem  :
1348.31/1348.36	c   Problem name     : t_HOME/instance-2694178-1277924371.wbo
1348.31/1348.36	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1348.31/1348.36	c   Constraints      : 202 initial, 62656 maximal
1348.31/1348.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1348.31/1348.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   implics          :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   probing          :       0.01          0          0          0          0          0          0          0          0
1348.31/1348.36	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   linear           :       0.00          0          0          0        101          0          1          0          0
1348.31/1348.36	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1348.31/1348.36	c   root node        :          -         17          -          -         34          -          -          -          -
1348.31/1348.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1348.31/1348.36	c   integral         :          0          0          0          0          0          0          0          0          0          0
1348.31/1348.36	c   indicator        :        101          0    3876656          0    1035491       7483    2068141          0          0          0
1348.31/1348.36	c   linear           :        101          0    4133959          0    1084654     470659   23744724          0          0          0
1348.31/1348.36	c   logicor          :          0+         0    1893297          0          0      72508     922967          0          0          0
1348.31/1348.36	c   bounddisjunction :          0+         0     434695          0          0         32       4847          0          0          0
1348.31/1348.36	c   countsols        :          0          0          0          0    1084672          0          0          0          0          0
1348.31/1348.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1348.31/1348.36	c   integral         :       0.00       0.00       0.00       0.00       0.00
1348.31/1348.36	c   indicator        :       5.06       0.00       3.26       0.00       1.80
1348.31/1348.36	c   linear           :     121.63       0.00     121.16       0.00       0.47
1348.31/1348.36	c   logicor          :     581.72       0.00     581.72       0.00       0.00
1348.31/1348.36	c   bounddisjunction :      11.64       0.00      11.64       0.00       0.00
1348.31/1348.36	c   countsols        :       0.32       0.00       0.00       0.00       0.32
1348.31/1348.36	c Propagators        :       Time      Calls    Cutoffs    DomReds
1348.31/1348.36	c   vbounds          :       1.61          2          0          0
1348.31/1348.36	c   rootredcost      :       0.93          0          0          0
1348.31/1348.36	c   pseudoobj        :      16.54    4150352       9074    1912949
1348.31/1348.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1348.31/1348.36	c   propagation      :      35.55     552273     552170    3243665       24.4     347327       14.2          -
1348.31/1348.36	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1348.31/1348.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1348.31/1348.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1348.31/1348.36	c   pseudo solution  :       0.05        161        161        734       19.2        118       14.3          -
1348.31/1348.36	c   applied globally :          -          -          -    2163926       17.5          -          -          -
1348.31/1348.36	c   applied locally  :          -          -          -      32081       37.2          -          -          -
1348.31/1348.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1348.31/1348.36	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1348.31/1348.36	c   redcost          :       0.00          0          0          0          0          0
1348.31/1348.36	c   impliedbounds    :       0.00          0          0          0          0          0
1348.31/1348.36	c   intobj           :       0.00          0          0          0          0          0
1348.31/1348.36	c   cgmip            :       0.00          0          0          0          0          0
1348.31/1348.36	c   gomory           :       0.00          0          0          0          0          0
1348.31/1348.36	c   strongcg         :       0.00          0          0          0          0          0
1348.31/1348.36	c   cmir             :       0.00          0          0          0          0          0
1348.31/1348.36	c   flowcover        :       0.00          0          0          0          0          0
1348.31/1348.36	c   clique           :       0.00          0          0          0          0          0
1348.31/1348.36	c   zerohalf         :       0.00          0          0          0          0          0
1348.31/1348.36	c   mcf              :       0.00          0          0          0          0          0
1348.31/1348.36	c   rapidlearning    :       0.00          0          0          0          0          0
1348.31/1348.36	c Pricers            :       Time      Calls       Vars
1348.31/1348.36	c   problem variables:       0.00          0          0
1348.31/1348.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1348.31/1348.36	c   relpscost        :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   pscost           :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   inference        :      10.49    1084654          0          0          0          0    2169308
1348.31/1348.36	c   mostinf          :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   leastinf         :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   fullstrong       :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
1348.31/1348.36	c   random           :       0.00          0          0          0          0          0          0
1348.31/1348.36	c Primal Heuristics  :       Time      Calls      Found
1348.31/1348.36	c   LP solutions     :       0.00          -          0
1348.31/1348.36	c   pseudo solutions :       0.85          -         18
1348.31/1348.36	c   oneopt           :       0.41          0          0
1348.31/1348.36	c   trivial          :       0.00          2          2
1348.31/1348.36	c   simplerounding   :       0.00          0          0
1348.31/1348.36	c   zirounding       :       0.00          0          0
1348.31/1348.36	c   rounding         :       0.00          0          0
1348.31/1348.36	c   shifting         :       0.00          0          0
1348.31/1348.36	c   intshifting      :       0.00          0          0
1348.31/1348.36	c   twoopt           :       0.00          0          0
1348.31/1348.36	c   fixandinfer      :       0.00          0          0
1348.31/1348.36	c   feaspump         :       0.00          0          0
1348.31/1348.36	c   coefdiving       :       0.00          0          0
1348.31/1348.36	c   pscostdiving     :       0.00          0          0
1348.31/1348.36	c   fracdiving       :       0.00          0          0
1348.31/1348.36	c   veclendiving     :       0.00          0          0
1348.31/1348.36	c   intdiving        :       0.00          0          0
1348.31/1348.36	c   actconsdiving    :       0.00          0          0
1348.31/1348.36	c   objpscostdiving  :       0.00          0          0
1348.31/1348.36	c   rootsoldiving    :       0.00          0          0
1348.31/1348.36	c   linesearchdiving :       0.00          0          0
1348.31/1348.36	c   guideddiving     :       0.00          0          0
1348.31/1348.36	c   octane           :       0.00          0          0
1348.31/1348.36	c   rens             :       0.00          0          0
1348.31/1348.36	c   rins             :       0.00          0          0
1348.31/1348.36	c   localbranching   :       0.00          0          0
1348.31/1348.36	c   mutation         :       0.00          0          0
1348.31/1348.36	c   crossover        :       0.00          0          0
1348.31/1348.36	c   dins             :       0.00          0          0
1348.31/1348.36	c   undercover       :       0.00          0          0
1348.31/1348.36	c   nlp              :       0.57          0          0
1348.31/1348.36	c   trysol           :       0.62          1          1
1348.31/1348.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1348.31/1348.36	c   primal LP        :       0.00          0          0       0.00          -
1348.31/1348.36	c   dual LP          :       0.00          0          0       0.00          -
1348.31/1348.36	c   lex dual LP      :       0.00          0          0       0.00          -
1348.31/1348.36	c   barrier LP       :       0.00          0          0       0.00          -
1348.31/1348.36	c   diving/probing LP:       0.00          0          0       0.00          -
1348.31/1348.36	c   strong branching :       0.00          0          0       0.00          -
1348.31/1348.36	c     (at root node) :          -          0          0       0.00          -
1348.31/1348.36	c   conflict analysis:       0.00          0          0       0.00          -
1348.31/1348.36	c B&B Tree           :
1348.31/1348.36	c   number of runs   :          1
1348.31/1348.36	c   nodes            :    1464031
1348.31/1348.36	c   nodes (total)    :    1464031
1348.31/1348.36	c   nodes left       :          0
1348.31/1348.36	c   max depth        :        213
1348.31/1348.36	c   max depth (total):        213
1348.31/1348.36	c   backtracks       :     414311 (28.3%)
1348.31/1348.36	c   delayed cutoffs  :     268634
1348.31/1348.36	c   repropagations   :    1558798 (7904092 domain reductions, 180558 cutoffs)
1348.31/1348.36	c   avg switch length:      20.64
1348.31/1348.36	c   switching time   :     415.63
1348.31/1348.36	c Solution           :
1348.31/1348.36	c   Solutions found  :         21 (19 improvements)
1348.31/1348.36	c   First Solution   : +4.94300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1348.31/1348.36	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1464031 nodes, 1331.09 seconds, depth 74, found by <relaxation>)
1348.31/1348.36	c   Dual Bound       : +1.00000000000000e+00
1348.31/1348.36	c   Gap              :       0.00 %
1348.31/1348.36	c   Root Dual Bound  : +0.00000000000000e+00
1348.31/1348.36	c   Root Iterations  :          0
1348.31/1348.39	c Time complete: 1348.4.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694178-1277924371/watcher-2694178-1277924371 -o /tmp/evaluation-result-2694178-1277924371/solver-2694178-1277924371 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694178-1277924371.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/196 14091
/proc/meminfo: memFree=31271788/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=8440 CPUtime=0
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 1586 0 0 0 0 0 0 0 25 0 1 0 133733505 8642560 1508 4089446400 4194304 7136930 140733786844080 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14091/statm: 2110 1508 275 719 0 1389 0

[startup+0.0106459 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14091
/proc/meminfo: memFree=31271788/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=10996 CPUtime=0
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 2700 0 0 0 0 0 0 0 25 0 1 0 133733505 11259904 2012 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 2749 2012 368 719 0 2028 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10996

[startup+0.10063 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14091
/proc/meminfo: memFree=31271788/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=13784 CPUtime=0.09
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 3413 0 0 0 9 0 0 0 25 0 1 0 133733505 14114816 2725 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 3446 2725 390 719 0 2725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13784

[startup+0.300598 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14091
/proc/meminfo: memFree=31271788/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=16420 CPUtime=0.29
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 4089 0 0 0 28 1 0 0 25 0 1 0 133733505 16814080 3401 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 4105 3401 390 719 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16420

[startup+0.70053 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14091
/proc/meminfo: memFree=31271788/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=18968 CPUtime=0.69
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 4706 0 0 0 66 3 0 0 25 0 1 0 133733505 19423232 4018 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 4742 4018 390 719 0 4021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18968

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14092
/proc/meminfo: memFree=31252560/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=21928 CPUtime=1.48
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 5475 0 0 0 143 5 0 0 25 0 1 0 133733505 22454272 4787 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 5482 4787 390 719 0 4761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21928

[startup+3.10012 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14092
/proc/meminfo: memFree=31248672/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=26796 CPUtime=3.09
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 6705 0 0 0 294 15 0 0 25 0 1 0 133733505 27439104 6017 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 6699 6017 390 719 0 5978 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26796

[startup+6.30064 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14092
/proc/meminfo: memFree=31239372/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=35188 CPUtime=6.29
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 8791 0 0 0 605 24 0 0 25 0 1 0 133733505 36032512 8103 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 8797 8103 390 719 0 8076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35188

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14092
/proc/meminfo: memFree=31209928/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=65380 CPUtime=12.7
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 16195 0 0 0 1192 78 0 0 25 0 1 0 133733505 66949120 15507 4089446400 4194304 7136930 140733786844080 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 16345 15507 390 719 0 15624 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 65380

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 14092
/proc/meminfo: memFree=31189324/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=81240 CPUtime=25.49
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 20058 0 0 0 2445 104 0 0 25 0 1 0 133733505 83189760 19370 4089446400 4194304 7136930 140733786844080 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 20310 19370 390 719 0 19589 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81240

[startup+51.101 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 14092
/proc/meminfo: memFree=31130012/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=139524 CPUtime=51.09
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 33914 0 0 0 4876 233 0 0 25 0 1 0 133733505 142872576 33226 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 34881 33226 393 719 0 34160 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139524

[startup+102.305 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14103
/proc/meminfo: memFree=31075584/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=166744 CPUtime=102.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 40635 0 0 0 9885 345 0 0 25 0 1 0 133733505 170745856 39947 4089446400 4194304 7136930 140733786844080 18446744073709551615 4409134 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 41686 39947 393 719 0 40965 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 166744

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14105
/proc/meminfo: memFree=31014892/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=204076 CPUtime=162.29
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 49914 0 0 0 15772 457 0 0 25 0 1 0 133733505 208973824 49226 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210453 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 51019 49226 393 719 0 50298 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 204076

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14107
/proc/meminfo: memFree=30986820/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=232492 CPUtime=222.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 56867 0 0 0 21701 529 0 0 25 0 1 0 133733505 238071808 56179 4089446400 4194304 7136930 140733786844080 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 58123 56179 393 719 0 57402 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 232492

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14109
/proc/meminfo: memFree=30908776/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=294392 CPUtime=282.29
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 72365 0 0 0 27563 666 0 0 25 0 1 0 133733505 301457408 71677 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 73598 71677 393 719 0 72877 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 294392

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14109
/proc/meminfo: memFree=30856160/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=324424 CPUtime=342.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 79795 0 0 0 33489 741 0 0 25 0 1 0 133733505 332210176 79107 4089446400 4194304 7136930 140733786844080 18446744073709551615 4702129 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 81106 79107 393 719 0 80385 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 324424

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14111
/proc/meminfo: memFree=30840116/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=341208 CPUtime=402.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 83911 0 0 0 39443 787 0 0 25 0 1 0 133733505 349396992 83223 4089446400 4194304 7136930 140733786844080 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 85302 83223 393 719 0 84581 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 341208

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14113
/proc/meminfo: memFree=30824204/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=349660 CPUtime=462.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 85975 0 0 0 45405 825 0 0 25 0 1 0 133733505 358051840 85287 4089446400 4194304 7136930 140733786844080 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 87415 85287 393 719 0 86694 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 349660

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14115
/proc/meminfo: memFree=30815252/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=357944 CPUtime=522.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 88098 0 0 0 51373 857 0 0 25 0 1 0 133733505 366534656 87410 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 89486 87410 393 719 0 88765 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 357944

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14117
/proc/meminfo: memFree=30801576/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=372408 CPUtime=582.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 91536 0 0 0 57343 887 0 0 25 0 1 0 133733505 381345792 90848 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 93102 90848 393 719 0 92381 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 372408

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 14117
/proc/meminfo: memFree=30792368/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=381916 CPUtime=642.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 93657 0 0 0 63315 915 0 0 25 0 1 0 133733505 391081984 92969 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 95479 92969 393 719 0 94758 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 381916

[startup+702.3 s]

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

/proc/meminfo: memFree=30780428/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=385420 CPUtime=702.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 94511 0 0 0 69287 943 0 0 25 0 1 0 133733505 394670080 93823 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 96355 93823 393 719 0 95634 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 385420

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14121
/proc/meminfo: memFree=30771840/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=385420 CPUtime=762.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 94511 0 0 0 75263 968 0 0 25 0 1 0 133733505 394670080 93823 4089446400 4194304 7136930 140733786844080 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 96355 93823 393 719 0 95634 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 385420

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14123
/proc/meminfo: memFree=30757396/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=397708 CPUtime=822.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 97656 0 0 0 81191 1039 0 0 25 0 1 0 133733505 407252992 96968 4089446400 4194304 7136930 140733786844080 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 99427 96968 393 719 0 98706 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 397708

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14125
/proc/meminfo: memFree=30730696/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=403860 CPUtime=882.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 99215 0 0 0 87141 1090 0 0 25 0 1 0 133733505 413552640 98527 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 100965 98527 393 719 0 100244 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 403860

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14125
/proc/meminfo: memFree=30699776/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=419044 CPUtime=942.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 103110 0 0 0 93060 1171 0 0 25 0 1 0 133733505 429101056 102422 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210602 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 104761 102422 393 719 0 104040 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 419044

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14127
/proc/meminfo: memFree=30655196/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=452168 CPUtime=1002.3
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 111540 0 0 0 98954 1276 0 0 25 0 1 0 133733505 463020032 110852 4089446400 4194304 7136930 140733786844080 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113042 110852 393 719 0 112321 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 452168

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 14129
/proc/meminfo: memFree=30649200/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1062.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 104885 1346 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 454680

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14131
/proc/meminfo: memFree=30647424/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1122.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 110839 1392 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 454680

[startup+1182.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 14163
/proc/meminfo: memFree=31147800/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1182.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 116775 1456 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 454680

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 14163
/proc/meminfo: memFree=31147216/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1242.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 122691 1540 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999754 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 454680

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14165
/proc/meminfo: memFree=31146812/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1302.32
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 128625 1607 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 454680

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14165
/proc/meminfo: memFree=31146440/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1305.52
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 128942 1610 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1305.52
Current children cumulated vsize (KiB) 454680

[startup+1331.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146544/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1331.11
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 131461 1650 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1331.11
Current children cumulated vsize (KiB) 454680

[startup+1337.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146540/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1337.52
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 132090 1662 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1337.52
Current children cumulated vsize (KiB) 454680

[startup+1343.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146412/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1343.92
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 132719 1673 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1343.92
Current children cumulated vsize (KiB) 454680

[startup+1345.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146288/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1345.51
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 132877 1674 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1345.51
Current children cumulated vsize (KiB) 454680

[startup+1347.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146408/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1347.12
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 133035 1677 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1347.12
Current children cumulated vsize (KiB) 454680

[startup+1347.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146408/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1347.91
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 133113 1678 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 4616445 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1347.91
Current children cumulated vsize (KiB) 454680

[startup+1348.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14167
/proc/meminfo: memFree=31146408/32950928 swapFree=67111528/67111528
[pid=14091] ppid=14089 vsize=454680 CPUtime=1348.31
/proc/14091/stat : 14091 (pbscip.linux.x8) R 14089 14091 12818 0 -1 4202496 112168 0 0 0 133153 1678 0 0 25 0 1 0 133733505 465592320 111480 4089446400 4194304 7136930 140733786844080 18446744073709551615 6165617 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14091/statm: 113670 111480 393 719 0 112949 0
Current children cumulated CPU time (s) 1348.31
Current children cumulated vsize (KiB) 454680

Child status: 0
Real time (s): 1348.39
CPU time (s): 1348.41
CPU user time (s): 1331.61
CPU system time (s): 16.8074
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 454680

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

runsolver used 1.9787 second user time and 4.22836 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 20:59:31
IDJOB=2694178
IDBENCH=79237
IDSOLVER=1206
FILE ID=node126/2694178-1277924371
PBS_JOBID= 11197344
Free space on /tmp= 74192 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.1111223220--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-2694178-1277924371/watcher-2694178-1277924371 -o /tmp/evaluation-result-2694178-1277924371/solver-2694178-1277924371 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694178-1277924371.wbo -t 1800 -m 3800

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

MD5SUM BENCH= eefb750387a2df9ca152a94906c66d6e
RANDOM SEED=690502313

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
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.72
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.835
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.835
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.835
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:     32950928 kB
MemFree:      31272316 kB
Buffers:        205124 kB
Cached:         923604 kB
SwapCached:          0 kB
Active:         869944 kB
Inactive:       666520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31272316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3288 kB
Writeback:           0 kB
AnonPages:      407492 kB
Mapped:          20332 kB
Slab:            79124 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1658456 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= 74188 MiB
End job on node126 at 2010-06-30 21:22:00