Trace number 2705740

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 395.76 395.754

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh208_wcsp.wbo
MD5SUMbf55ab5b50211f096e62edcb64c4bf57
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark0.174973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705740-1278580125.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  1800 implications, 0 cliques
0.01/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.05	c     800 constraints of type <linear>
0.01/0.05	c     800 constraints of type <indicator>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.03
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 1.2.1.3
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1789.99
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 3420
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/indicator/addCouplingCons = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	o 394238
0.01/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.05	c t 0.0s|     1 |     0 |     0 |     - |5948k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |     0 |     - |6321k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    35 |     - |6380k|   0 |   4 |1700 |1600 |1700 |  60 |  60 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   114 |     - |6411k|   0 |  30 |1700 |1600 |1700 | 112 | 112 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   160 |     - |6467k|   0 |  60 |1700 |1600 |1700 | 146 | 146 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   247 |     - |7029k|   0 |  47 |1700 |1600 |1700 | 167 | 167 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   331 |     - |7060k|   0 |  53 |1700 |1600 |1700 | 190 | 190 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   380 |     - |7105k|   0 |  46 |1700 |1600 |1700 | 198 | 198 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.37	c   0.4s|     1 |     2 |   380 |     - |7130k|   0 |  46 |1700 |1600 |1700 | 198 | 198 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
4.89/4.92	o 8397
4.89/4.92	c * 4.9s|  5216 |  5022 |  8817 |   1.6 |  13M| 597 |   - |1700 |1604 |1700 | 273 |1043 |   4 | 707 | 0.000000e+00 | 8.397000e+03 |    Inf 
8.58/8.68	c   8.7s| 10000 |  9804 | 18423 |   1.8 |  18M| 597 |   0 |1700 |1605 |1700 | 268 |2047 |   5 | 771 | 0.000000e+00 | 8.397000e+03 |    Inf 
16.49/16.54	c  16.5s| 20000 | 19784 | 34493 |   1.7 |  29M| 597 |   0 |1700 |1617 |1700 | 243 |4031 |  17 | 774 | 0.000000e+00 | 8.397000e+03 |    Inf 
19.69/19.71	o 8082
19.69/19.71	c *19.7s| 24244 | 23800 | 40995 |   1.7 |  33M| 597 |   - |1700 |2127 |1700 | 246 |4884 | 527 | 778 | 0.000000e+00 | 8.082000e+03 |    Inf 
19.69/19.78	o 8034
19.69/19.78	c *19.8s| 24324 | 23848 | 41230 |   1.7 |  33M| 597 |   - |1700 |2177 |1700 | 255 |4899 | 577 | 778 | 0.000000e+00 | 8.034000e+03 |    Inf 
19.88/19.98	o 7399
19.88/19.98	c *20.0s| 24571 | 23832 | 41711 |   1.7 |  33M| 597 |   - |1700 |2269 |1700 | 250 |4933 | 669 | 778 | 0.000000e+00 | 7.399000e+03 |    Inf 
20.99/21.01	o 7121
20.99/21.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.99/21.01	c *21.0s| 25838 | 24733 | 44781 |   1.7 |  35M| 597 |   - |1700 |3092 |1700 | 260 |5274 |1492 | 778 | 0.000000e+00 | 7.121000e+03 |    Inf 
21.09/21.11	o 7110
21.09/21.11	c *21.1s| 25950 | 24817 | 45219 |   1.7 |  35M| 597 |   - |1700 |3161 |1700 | 256 |5306 |1561 | 779 | 0.000000e+00 | 7.110000e+03 |    Inf 
21.09/21.11	o 7108
21.09/21.11	c *21.1s| 25951 | 24816 | 45220 |   1.7 |  35M| 597 |   - |1700 |3161 |1700 | 256 |5306 |1561 | 779 | 0.000000e+00 | 7.108000e+03 |    Inf 
22.59/22.68	o 7087
22.59/22.68	c *22.7s| 27950 | 26548 | 48471 |   1.7 |  38M| 597 |   - |1700 |3849 |1700 | 219 |5724 |2249 | 780 | 0.000000e+00 | 7.087000e+03 |    Inf 
24.19/24.27	c  24.3s| 30000 | 28383 | 51944 |   1.7 |  40M| 597 |   0 |1700 |4402 |1700 | 215 |5998 |2802 | 781 | 0.000000e+00 | 7.087000e+03 |    Inf 
32.18/32.27	c  32.3s| 40000 | 36975 | 67640 |   1.7 |  52M| 597 |   0 |1700 |4608 |1700 | 209 |8307 |5839 | 784 | 0.000000e+00 | 7.087000e+03 |    Inf 
33.29/33.35	o 7080
33.29/33.35	c *33.3s| 41452 | 38248 | 68911 |   1.7 |  53M| 597 |   - |1700 |4630 |1700 | 217 |8459 |6231 | 784 | 0.000000e+00 | 7.080000e+03 |    Inf 
33.39/33.42	o 7073
33.39/33.42	c *33.4s| 41537 | 38319 | 69095 |   1.7 |  54M| 597 |   - |1700 |4662 |1700 | 248 |8462 |6273 | 784 | 0.000000e+00 | 7.073000e+03 |    Inf 
33.39/33.42	o 7054
33.39/33.42	c *33.4s| 41538 | 38293 | 69097 |   1.7 |  54M| 597 |   - |1700 |4662 |1700 | 248 |8462 |6273 | 784 | 0.000000e+00 | 7.054000e+03 |    Inf 
38.29/38.39	o 6899
38.29/38.39	c *38.4s| 47975 | 43610 | 76547 |   1.6 |  61M| 597 |   - |1700 |4371 |1700 | 212 |9381 |8186 | 785 | 0.000000e+00 | 6.899000e+03 |    Inf 
38.39/38.43	o 6728
38.39/38.43	c *38.4s| 48025 | 43340 | 76662 |   1.6 |  60M| 597 |   - |1700 |4373 |1700 | 215 |9385 |8196 | 785 | 0.000000e+00 | 6.728000e+03 |    Inf 
39.89/39.96	o 6699
39.89/39.96	c *39.9s| 49946 | 44946 | 79092 |   1.6 |  62M| 597 |   - |1700 |4328 |1700 | 221 |9636 |8654 | 785 | 0.000000e+00 | 6.699000e+03 |    Inf 
39.89/39.96	o 6659
39.89/39.96	c *40.0s| 49948 | 44842 | 79122 |   1.6 |  62M| 597 |   - |1700 |4328 |1700 | 224 |9639 |8654 | 785 | 0.000000e+00 | 6.659000e+03 |    Inf 
39.99/40.00	c  40.0s| 50000 | 44894 | 79303 |   1.6 |  62M| 597 |   0 |1700 |4298 |1700 | 228 |9641 |8654 | 785 | 0.000000e+00 | 6.659000e+03 |    Inf 
42.48/42.52	o 6063
42.48/42.52	c *42.5s| 53331 | 45598 | 82810 |   1.5 |  60M| 597 |   - |1700 |4095 |1700 | 221 |  10k|9365 | 785 | 0.000000e+00 | 6.063000e+03 |    Inf 
42.48/42.52	o 5903
42.48/42.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.48/42.52	c *42.5s| 53332 | 44579 | 82824 |   1.5 |  58M| 597 |   - |1700 |4095 |1700 | 221 |  10k|9365 | 785 | 0.000000e+00 | 5.903000e+03 |    Inf 
42.69/42.75	o 5580
42.69/42.75	c *42.7s| 53644 | 43067 | 82959 |   1.5 |  55M| 597 |   - |1700 |4087 |1700 | 221 |  10k|9391 | 785 | 0.000000e+00 | 5.580000e+03 |    Inf 
47.79/47.83	c  47.8s| 60000 | 48481 | 92395 |   1.5 |  62M| 597 |   0 |1700 |3365 |1700 | 207 |  11k|  11k| 785 | 0.000000e+00 | 5.580000e+03 |    Inf 
53.98/54.01	o 5552
53.98/54.01	c *54.0s| 68151 | 55693 |102367 |   1.5 |  72M| 597 |   - |1700 |2825 |1700 | 216 |  12k|  12k| 785 | 0.000000e+00 | 5.552000e+03 |    Inf 
54.39/54.46	o 5534
54.39/54.46	c *54.4s| 68742 | 56081 |103367 |   1.5 |  72M| 597 |   - |1700 |3008 |1700 | 230 |  12k|  13k| 785 | 0.000000e+00 | 5.534000e+03 |    Inf 
55.39/55.49	c  55.5s| 70000 | 57146 |105300 |   1.5 |  74M| 597 |   0 |1700 |2931 |1700 | 218 |  12k|  13k| 785 | 0.000000e+00 | 5.534000e+03 |    Inf 
58.69/58.73	o 5479
58.69/58.73	c *58.7s| 74123 | 60271 |110950 |   1.5 |  78M| 597 |   - |1700 |3067 |1700 | 242 |  13k|  14k| 785 | 0.000000e+00 | 5.479000e+03 |    Inf 
63.29/63.39	c  63.4s| 80000 | 65202 |121198 |   1.5 |  85M| 597 |   - |1700 |2700 |   0 |   0 |  14k|  17k| 785 | 0.000000e+00 | 5.479000e+03 |    Inf 
64.39/64.42	o 5465
64.39/64.42	c *64.4s| 81317 | 66199 |123257 |   1.5 |  87M| 597 |   - |1700 |2945 |1700 | 243 |  14k|  17k| 785 | 0.000000e+00 | 5.465000e+03 |    Inf 
64.39/64.43	o 5460
64.39/64.43	c *64.4s| 81319 | 66156 |123306 |   1.5 |  87M| 597 |   - |1700 |2945 |1700 | 243 |  14k|  17k| 785 | 0.000000e+00 | 5.460000e+03 |    Inf 
66.19/66.29	o 5442
66.19/66.29	c *66.3s| 83658 | 68003 |127101 |   1.5 |  90M| 597 |   - |1700 |2899 |1700 | 223 |  15k|  18k| 785 | 0.000000e+00 | 5.442000e+03 |    Inf 
66.29/66.30	o 5432
66.29/66.30	c *66.3s| 83661 | 67946 |127108 |   1.5 |  90M| 597 |   - |1700 |2899 |1700 | 223 |  15k|  18k| 785 | 0.000000e+00 | 5.432000e+03 |    Inf 
66.29/66.30	o 5383
66.29/66.30	c *66.3s| 83662 | 67553 |127110 |   1.5 |  89M| 597 |   - |1700 |2899 |1700 | 223 |  15k|  18k| 785 | 0.000000e+00 | 5.383000e+03 |    Inf 
66.29/66.35	o 5322
66.29/66.35	c *66.3s| 83718 | 67162 |127416 |   1.5 |  89M| 597 |   - |1700 |2897 |1700 | 218 |  15k|  18k| 785 | 0.000000e+00 | 5.322000e+03 |    Inf 
66.29/66.36	o 5273
66.29/66.36	c *66.3s| 83719 | 66766 |127418 |   1.5 |  88M| 597 |   - |1700 |2897 |1700 | 218 |  15k|  18k| 785 | 0.000000e+00 | 5.273000e+03 |    Inf 
66.69/66.73	o 5265
66.69/66.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.69/66.73	c *66.7s| 84128 | 67045 |128671 |   1.5 |  89M| 597 |   - |1700 |2922 |1700 | 233 |  15k|  18k| 785 | 0.000000e+00 | 5.265000e+03 |    Inf 
69.29/69.32	o 5259
69.29/69.32	c *69.3s| 87509 | 69994 |133128 |   1.5 |  93M| 597 |   - |1700 |3039 |1700 | 236 |  16k|  19k| 785 | 0.000000e+00 | 5.259000e+03 |    Inf 
70.09/70.16	o 5196
70.09/70.16	c *70.1s| 88524 | 70302 |134753 |   1.5 |  94M| 597 |   - |1700 |3105 |1700 | 240 |  16k|  19k| 785 | 0.000000e+00 | 5.196000e+03 |    Inf 
71.29/71.34	c  71.3s| 90000 | 71566 |136615 |   1.5 |  96M| 597 |   0 |1700 |2980 |1700 | 211 |  16k|  19k| 785 | 0.000000e+00 | 5.196000e+03 |    Inf 
74.89/74.99	o 5193
74.89/74.99	c *75.0s| 94292 | 75061 |145304 |   1.5 | 102M| 597 |   - |1700 |3104 |1700 | 215 |  17k|  21k| 785 | 0.000000e+00 | 5.193000e+03 |    Inf 
74.89/74.99	o 5144
74.89/74.99	c *75.0s| 94293 | 74617 |145311 |   1.5 | 101M| 597 |   - |1700 |3104 |1700 | 215 |  17k|  21k| 785 | 0.000000e+00 | 5.144000e+03 |    Inf 
75.79/75.88	o 5079
75.79/75.88	c *75.9s| 95342 | 74830 |147165 |   1.5 | 102M| 597 |   - |1700 |3163 |1700 | 226 |  17k|  21k| 785 | 0.000000e+00 | 5.079000e+03 |    Inf 
75.89/75.91	o 5061
75.89/75.91	c *75.9s| 95371 | 74662 |147335 |   1.5 | 101M| 597 |   - |1700 |3169 |1700 | 231 |  17k|  21k| 785 | 0.000000e+00 | 5.061000e+03 |    Inf 
75.89/75.92	o 4995
75.89/75.92	c *75.9s| 95372 | 74012 |147370 |   1.5 | 100M| 597 |   - |1700 |3167 |1700 | 231 |  17k|  21k| 785 | 0.000000e+00 | 4.995000e+03 |    Inf 
79.79/79.83	c  79.8s|100000 | 77938 |156563 |   1.6 | 106M| 597 |   0 |1700 |2826 |1700 | 205 |  19k|  22k| 796 | 0.000000e+00 | 4.995000e+03 |    Inf 
80.19/80.30	o 4988
80.19/80.30	c *80.3s|100590 | 78361 |157272 |   1.6 | 107M| 597 |   - |1700 |2822 |1700 | 249 |  19k|  22k| 796 | 0.000000e+00 | 4.988000e+03 |    Inf 
80.29/80.31	o 4891
80.29/80.31	c *80.3s|100604 | 77300 |157298 |   1.6 | 105M| 597 |   - |1700 |2821 |1700 | 249 |  19k|  22k| 796 | 0.000000e+00 | 4.891000e+03 |    Inf 
80.29/80.32	o 4846
80.29/80.32	c *80.3s|100605 | 76779 |157304 |   1.6 | 104M| 597 |   - |1700 |2821 |1700 | 249 |  19k|  22k| 796 | 0.000000e+00 | 4.846000e+03 |    Inf 
81.08/81.11	o 4819
81.08/81.11	c *81.1s|101623 | 77394 |158558 |   1.6 | 105M| 597 |   - |1700 |2825 |1700 | 245 |  19k|  22k| 797 | 0.000000e+00 | 4.819000e+03 |    Inf 
81.29/81.39	o 4789
81.29/81.39	c *81.4s|101904 | 77278 |159463 |   1.6 | 105M| 597 |   - |1700 |2918 |1700 | 226 |  19k|  22k| 798 | 0.000000e+00 | 4.789000e+03 |    Inf 
81.29/81.39	o 4773
81.29/81.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.29/81.39	c *81.4s|101905 | 77112 |159465 |   1.6 | 104M| 597 |   - |1700 |2918 |1700 | 226 |  19k|  22k| 798 | 0.000000e+00 | 4.773000e+03 |    Inf 
81.69/81.76	o 4689
81.69/81.76	c *81.7s|102301 | 76303 |160352 |   1.6 | 102M| 597 |   - |1700 |2965 |1700 | 221 |  19k|  23k| 799 | 0.000000e+00 | 4.689000e+03 |    Inf 
84.19/84.27	o 4669
84.19/84.27	c *84.3s|105398 | 78638 |164523 |   1.6 | 106M| 597 |   - |1700 |2776 |1700 | 226 |  20k|  23k| 802 | 0.000000e+00 | 4.669000e+03 |    Inf 
86.89/86.93	o 4653
86.89/86.93	c *86.9s|108803 | 81272 |168656 |   1.5 | 110M| 597 |   - |1700 |2565 |1700 | 235 |  20k|  24k| 813 | 0.000000e+00 | 4.653000e+03 |    Inf 
86.89/86.95	o 4592
86.89/86.95	c *86.9s|108820 | 80348 |168672 |   1.5 | 107M| 597 |   - |1700 |2565 |1700 | 235 |  20k|  24k| 813 | 0.000000e+00 | 4.592000e+03 |    Inf 
86.89/86.95	o 4508
86.89/86.95	c *86.9s|108821 | 78874 |168677 |   1.5 | 104M| 597 |   - |1700 |2565 |1700 | 235 |  20k|  24k| 813 | 0.000000e+00 | 4.508000e+03 |    Inf 
87.09/87.14	o 4485
87.09/87.14	c *87.1s|109031 | 78693 |169301 |   1.5 | 104M| 597 |   - |1700 |2562 |1700 | 231 |  20k|  24k| 813 | 0.000000e+00 | 4.485000e+03 |    Inf 
87.09/87.15	o 4452
87.09/87.15	c *87.1s|109032 | 78119 |169310 |   1.5 | 102M| 597 |   - |1700 |2562 |1700 | 231 |  20k|  24k| 813 | 0.000000e+00 | 4.452000e+03 |    Inf 
87.99/88.03	c  88.0s|110000 | 78851 |171025 |   1.6 | 104M| 597 |   0 |1700 |2806 |1700 | 203 |  20k|  24k| 816 | 0.000000e+00 | 4.452000e+03 |    Inf 
91.99/92.02	o 4445
91.99/92.02	c *92.0s|114564 | 82328 |181205 |   1.6 | 110M| 597 |   - |1700 |3227 |1700 | 229 |  22k|  26k| 842 | 0.000000e+00 | 4.445000e+03 |    Inf 
91.99/92.02	o 4396
91.99/92.02	c *92.0s|114565 | 81447 |181209 |   1.6 | 108M| 597 |   - |1700 |3227 |1700 | 229 |  22k|  26k| 842 | 0.000000e+00 | 4.396000e+03 |    Inf 
96.49/96.55	c  96.5s|120000 | 86018 |189074 |   1.6 | 115M| 597 |   0 |1700 |3129 |1700 | 224 |  23k|  27k| 857 | 0.000000e+00 | 4.396000e+03 |    Inf 
100.78/100.84	o 4348
100.78/100.84	c * 101s|125429 | 89781 |195724 |   1.6 | 120M| 597 |   - |1700 |3078 |1700 | 221 |  24k|  28k| 860 | 0.000000e+00 | 4.348000e+03 |    Inf 
100.78/100.87	o 4316
100.78/100.87	c * 101s|125457 | 89179 |195839 |   1.6 | 118M| 597 |   - |1700 |3077 |1700 | 223 |  24k|  28k| 860 | 0.000000e+00 | 4.316000e+03 |    Inf 
100.99/101.03	o 4243
100.99/101.03	c * 101s|125654 | 88020 |196076 |   1.6 | 116M| 597 |   - |1700 |3062 |1700 | 222 |  24k|  28k| 860 | 0.000000e+00 | 4.243000e+03 |    Inf 
100.99/101.03	o 4168
100.99/101.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.99/101.03	c * 101s|125655 | 86535 |196081 |   1.6 | 113M| 597 |   - |1700 |3062 |1700 | 222 |  24k|  28k| 860 | 0.000000e+00 | 4.168000e+03 |    Inf 
104.79/104.80	c   105s|130000 | 90169 |203582 |   1.6 | 119M| 597 |   0 |1700 |3143 |1700 | 221 |  25k|  29k| 863 | 0.000000e+00 | 4.168000e+03 |    Inf 
107.49/107.56	o 4154
107.49/107.56	c * 108s|133125 | 92347 |210239 |   1.6 | 123M| 597 |   - |1700 |3161 |1700 | 223 |  26k|  30k| 886 | 0.000000e+00 | 4.154000e+03 |    Inf 
107.59/107.69	o 4153
107.59/107.69	c * 108s|133308 | 92488 |210476 |   1.6 | 123M| 597 |   - |1700 |3209 |1700 | 219 |  26k|  30k| 886 | 0.000000e+00 | 4.153000e+03 |    Inf 
108.29/108.31	o 4110
108.29/108.31	c * 108s|134038 | 92107 |211578 |   1.6 | 122M| 597 |   - |1700 |3103 |1700 | 216 |  26k|  30k| 894 | 0.000000e+00 | 4.110000e+03 |    Inf 
108.29/108.32	o 4096
108.29/108.32	c * 108s|134057 | 91807 |211629 |   1.6 | 122M| 597 |   - |1700 |3102 |1700 | 216 |  26k|  30k| 894 | 0.000000e+00 | 4.096000e+03 |    Inf 
111.49/111.58	o 4056
111.49/111.58	c * 112s|137998 | 94142 |217275 |   1.6 | 125M| 597 |   - |1700 |3059 |1700 | 213 |  27k|  31k| 918 | 0.000000e+00 | 4.056000e+03 |    Inf 
113.30/113.36	c   113s|140000 | 95715 |221331 |   1.6 | 128M| 597 |   0 |1700 |3365 |1700 | 210 |  27k|  32k| 924 | 0.000000e+00 | 4.056000e+03 |    Inf 
122.29/122.30	c   122s|150000 |103785 |242828 |   1.6 | 141M| 597 |   0 |1700 |3505 |1700 | 214 |  30k|  34k| 959 | 0.000000e+00 | 4.056000e+03 |    Inf 
129.49/129.56	o 4053
129.49/129.56	c * 130s|158154 |110321 |259650 |   1.6 | 153M| 597 |   - |1700 |3361 |1700 | 229 |  33k|  37k| 996 | 0.000000e+00 | 4.053000e+03 |    Inf 
129.49/129.56	o 3959
129.49/129.56	c * 130s|158155 |108130 |259654 |   1.6 | 150M| 597 |   - |1700 |3361 |1700 | 229 |  33k|  37k| 996 | 0.000000e+00 | 3.959000e+03 |    Inf 
129.89/129.93	o 3917
129.89/129.93	c * 130s|158520 |107355 |260770 |   1.6 | 149M| 597 |   - |1700 |3338 |1700 | 247 |  33k|  37k|1003 | 0.000000e+00 | 3.917000e+03 |    Inf 
130.19/130.23	o 3902
130.19/130.23	c * 130s|158832 |107302 |261729 |   1.6 | 149M| 597 |   - |1700 |3265 |1700 | 223 |  33k|  37k|1005 | 0.000000e+00 | 3.902000e+03 |    Inf 
131.29/131.30	c   131s|160000 |108240 |264010 |   1.6 | 150M| 597 |   - |1700 |2975 |   0 |   0 |  33k|  37k|1005 | 0.000000e+00 | 3.902000e+03 |    Inf 
133.89/133.93	o 3901
133.89/133.93	c * 134s|162925 |110681 |271697 |   1.7 | 154M| 597 |   - |1700 |2976 |1700 | 228 |  34k|  38k|1042 | 0.000000e+00 | 3.901000e+03 |    Inf 
133.89/133.94	o 3842
133.89/133.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.89/133.94	c * 134s|162926 |109151 |271698 |   1.7 | 151M| 597 |   - |1700 |2976 |1700 | 228 |  34k|  38k|1042 | 0.000000e+00 | 3.842000e+03 |    Inf 
138.29/138.39	o 3833
138.29/138.39	c * 138s|167801 |112873 |283561 |   1.7 | 158M| 597 |   - |1700 |2923 |1700 | 211 |  36k|  39k|1072 | 0.000000e+00 | 3.833000e+03 |    Inf 
140.19/140.25	c   140s|170000 |114659 |287337 |   1.7 | 161M| 597 |   0 |1700 |3085 |1700 | 250 |  36k|  40k|1077 | 0.000000e+00 | 3.833000e+03 |    Inf 
148.89/148.96	o 3760
148.89/148.96	c * 149s|179638 |120007 |309945 |   1.7 | 172M| 597 |   - |1700 |3154 |1700 | 240 |  39k|  43k|1150 | 0.000000e+00 | 3.760000e+03 |    Inf 
149.19/149.30	c   149s|180000 |120307 |310892 |   1.7 | 172M| 597 |   0 |1700 |3253 |1700 | 245 |  39k|  43k|1152 | 0.000000e+00 | 3.760000e+03 |    Inf 
158.30/158.40	c   158s|190000 |128227 |334353 |   1.8 | 187M| 597 |   0 |1700 |3239 |1700 | 226 |  42k|  46k|1206 | 0.000000e+00 | 3.760000e+03 |    Inf 
160.19/160.25	o 3720
160.19/160.25	c * 160s|192223 |128747 |337896 |   1.8 | 188M| 597 |   - |1700 |3181 |1700 | 227 |  43k|  47k|1219 | 0.000000e+00 | 3.720000e+03 |    Inf 
166.19/166.23	o 3669
166.19/166.23	c * 166s|198969 |132418 |352031 |   1.8 | 195M| 597 |   - |1700 |3406 |1700 | 231 |  45k|  49k|1248 | 0.000000e+00 | 3.669000e+03 |    Inf 
166.19/166.24	o 3588
166.19/166.24	c * 166s|198970 |129633 |352052 |   1.8 | 190M| 597 |   - |1700 |3406 |1700 | 231 |  45k|  49k|1248 | 0.000000e+00 | 3.588000e+03 |    Inf 
167.20/167.28	c   167s|200000 |130451 |354932 |   1.8 | 191M| 597 |   0 |1700 |3464 |1700 | 211 |  45k|  49k|1260 | 0.000000e+00 | 3.588000e+03 |    Inf 
176.29/176.38	c   176s|210000 |138256 |376035 |   1.8 | 206M| 597 |   0 |1700 |3749 |1700 | 212 |  48k|  52k|1309 | 0.000000e+00 | 3.588000e+03 |    Inf 
178.79/178.80	o 3552
178.79/178.80	c * 179s|212707 |139046 |381270 |   1.8 | 207M| 597 |   - |1700 |3368 |1700 | 239 |  49k|  53k|1325 | 0.000000e+00 | 3.552000e+03 |    Inf 
178.79/178.80	o 3540
178.79/178.80	c * 179s|212708 |138476 |381277 |   1.8 | 206M| 597 |   - |1700 |3368 |1700 | 239 |  49k|  53k|1325 | 0.000000e+00 | 3.540000e+03 |    Inf 
183.89/183.99	o 3538
183.89/183.99	c * 184s|218720 |143430 |391822 |   1.8 | 214M| 597 |   - |1700 |3455 |1700 | 242 |  50k|  54k|1348 | 0.000000e+00 | 3.538000e+03 |    Inf 
183.99/184.01	o 3275
183.99/184.01	c * 184s|218721 |131871 |391824 |   1.8 | 192M| 597 |   - |1700 |3455 |1700 | 242 |  50k|  54k|1348 | 0.000000e+00 | 3.275000e+03 |    Inf 
184.70/184.75	o 3244
184.70/184.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.70/184.75	c * 185s|219531 |131164 |393349 |   1.8 | 190M| 597 |   - |1700 |3456 |1700 | 222 |  51k|  54k|1348 | 0.000000e+00 | 3.244000e+03 |    Inf 
184.70/184.76	o 3091
184.70/184.76	c * 185s|219532 |124053 |393350 |   1.8 | 175M| 597 |   - |1700 |3456 |1700 | 222 |  51k|  54k|1348 | 0.000000e+00 | 3.091000e+03 |    Inf 
185.19/185.24	c   185s|220000 |124408 |394736 |   1.8 | 176M| 597 |   0 |1700 |3420 |1700 | 246 |  51k|  54k|1352 | 0.000000e+00 | 3.091000e+03 |    Inf 
185.70/185.77	o 3071
185.70/185.77	c * 186s|220582 |123979 |396093 |   1.8 | 175M| 597 |   - |1700 |3422 |1700 | 250 |  51k|  55k|1373 | 0.000000e+00 | 3.071000e+03 |    Inf 
194.60/194.65	o 3050
194.60/194.65	c * 195s|229977 |130194 |418410 |   1.8 | 186M| 597 |   - |1700 |3611 |1700 | 221 |  54k|  57k|1418 | 0.000000e+00 | 3.050000e+03 |    Inf 
194.60/194.69	c   195s|230000 |130210 |418779 |   1.8 | 186M| 597 |   0 |1700 |3612 |1700 | 214 |  54k|  57k|1420 | 0.000000e+00 | 3.050000e+03 |    Inf 
197.30/197.31	o 3000
197.30/197.31	c * 197s|232912 |129761 |423567 |   1.8 | 185M| 597 |   - |1700 |3365 |1700 | 229 |  55k|  58k|1428 | 0.000000e+00 | 3.000000e+03 |    Inf 
197.99/198.07	o 2993
197.99/198.07	c * 198s|233725 |129978 |425198 |   1.8 | 185M| 597 |   - |1700 |3384 |1700 | 221 |  55k|  58k|1430 | 0.000000e+00 | 2.993000e+03 |    Inf 
197.99/198.08	o 2944
197.99/198.08	c * 198s|233726 |127476 |425200 |   1.8 | 180M| 597 |   - |1700 |3384 |1700 | 221 |  55k|  58k|1430 | 0.000000e+00 | 2.944000e+03 |    Inf 
203.89/203.95	c   204s|240000 |132224 |440501 |   1.8 | 189M| 597 |   0 |1700 |3144 |1700 | 206 |  57k|  60k|1478 | 0.000000e+00 | 2.944000e+03 |    Inf 
206.59/206.64	o 2910
206.59/206.64	c * 207s|242806 |132468 |448018 |   1.8 | 189M| 597 |   - |1700 |3621 |1700 | 274 |  59k|  61k|1508 | 0.000000e+00 | 2.910000e+03 |    Inf 
206.59/206.66	o 2887
206.59/206.66	c * 207s|242824 |131268 |448095 |   1.8 | 186M| 597 |   - |1700 |3629 |1700 | 278 |  59k|  61k|1508 | 0.000000e+00 | 2.887000e+03 |    Inf 
206.59/206.67	o 2803
206.59/206.67	c * 207s|242825 |126755 |448095 |   1.8 | 177M| 597 |   - |1700 |3629 |1700 | 278 |  59k|  61k|1508 | 0.000000e+00 | 2.803000e+03 |    Inf 
213.39/213.45	c   213s|250000 |132195 |465980 |   1.9 | 187M| 597 |   0 |1700 |3253 |1700 | 213 |  61k|  63k|1536 | 0.000000e+00 | 2.803000e+03 |    Inf 
222.59/222.67	c   223s|260000 |140065 |490294 |   1.9 | 200M| 597 |   0 |1700 |3312 |1700 | 214 |  65k|  66k|1604 | 0.000000e+00 | 2.803000e+03 |    Inf 
227.19/227.25	o 2698
227.19/227.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.19/227.25	c * 227s|264722 |137821 |504770 |   1.9 | 196M| 597 |   - |1700 |3178 |1700 | 229 |  67k|  67k|1630 | 0.000000e+00 | 2.698000e+03 |    Inf 
227.19/227.26	o 2614
227.19/227.26	c * 227s|264723 |132920 |504772 |   1.9 | 187M| 597 |   - |1700 |3178 |1700 | 229 |  67k|  67k|1630 | 0.000000e+00 | 2.614000e+03 |    Inf 
232.29/232.39	c   232s|270000 |136894 |519384 |   1.9 | 194M| 597 |   0 |1700 |2856 |1700 | 219 |  69k|  68k|1662 | 0.000000e+00 | 2.614000e+03 |    Inf 
235.99/236.01	o 2519
235.99/236.01	c * 236s|273884 |133741 |528315 |   1.9 | 190M| 597 |   - |1700 |2893 |1700 | 229 |  70k|  69k|1686 | 0.000000e+00 | 2.519000e+03 |    Inf 
242.09/242.12	c   242s|280000 |138199 |545450 |   1.9 | 199M| 597 |   0 |1700 |3272 |1700 | 247 |  73k|  71k|1746 | 0.000000e+00 | 2.519000e+03 |    Inf 
243.19/243.26	o 2514
243.19/243.26	c * 243s|281149 |138731 |548758 |   2.0 | 200M| 597 |   - |1700 |3512 |1700 | 246 |  73k|  72k|1749 | 0.000000e+00 | 2.514000e+03 |    Inf 
243.19/243.27	o 2504
243.19/243.27	c * 243s|281150 |138015 |548765 |   2.0 | 199M| 597 |   - |1700 |3512 |1700 | 246 |  73k|  72k|1749 | 0.000000e+00 | 2.504000e+03 |    Inf 
247.09/247.15	o 2415
247.09/247.15	c * 247s|285173 |135546 |559584 |   2.0 | 197M| 597 |   - |1700 |3207 |1700 | 222 |  74k|  73k|1760 | 0.000000e+00 | 2.415000e+03 |    Inf 
247.09/247.16	o 2366
247.09/247.16	c * 247s|285174 |132552 |559614 |   2.0 | 193M| 597 |   - |1700 |3207 |1700 | 222 |  74k|  73k|1760 | 0.000000e+00 | 2.366000e+03 |    Inf 
247.19/247.21	o 2197
247.19/247.21	c * 247s|285190 |122400 |559904 |   2.0 | 177M| 597 |   - |1700 |3203 |1700 | 220 |  74k|  73k|1766 | 0.000000e+00 | 2.197000e+03 |    Inf 
247.19/247.22	o 2196
247.19/247.22	c * 247s|285200 |122351 |559916 |   2.0 | 177M| 597 |   - |1700 |3203 |1700 | 220 |  74k|  73k|1766 | 0.000000e+00 | 2.196000e+03 |    Inf 
247.19/247.23	o 2147
247.19/247.23	c * 247s|285201 |119522 |559922 |   2.0 | 173M| 597 |   - |1700 |3203 |1700 | 220 |  74k|  73k|1766 | 0.000000e+00 | 2.147000e+03 |    Inf 
252.09/252.17	c   252s|290000 |122888 |576746 |   2.0 | 180M| 597 |   0 |1700 |3057 |1700 | 211 |  76k|  75k|1804 | 0.000000e+00 | 2.147000e+03 |    Inf 
258.00/258.04	o 2143
258.00/258.04	c * 258s|295907 |126762 |593814 |   2.0 | 189M| 597 |   - |1700 |3293 |1700 | 278 |  79k|  77k|1846 | 0.000000e+00 | 2.143000e+03 |    Inf 
258.00/258.05	o 2059
258.00/258.05	c * 258s|295908 |121585 |593814 |   2.0 | 180M| 597 |   - |1700 |3293 |1700 | 278 |  79k|  77k|1846 | 0.000000e+00 | 2.059000e+03 |    Inf 
258.40/258.40	o 2012
258.40/258.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.40/258.40	c * 258s|296230 |118616 |594970 |   2.0 | 175M| 597 |   - |1700 |3278 |1700 | 226 |  79k|  77k|1846 | 0.000000e+00 | 2.012000e+03 |    Inf 
262.39/262.44	c   262s|300000 |121262 |608385 |   2.0 | 182M| 597 |   0 |1700 |3526 |1700 | 221 |  81k|  78k|1874 | 0.000000e+00 | 2.012000e+03 |    Inf 
262.49/262.52	o 1996
262.49/262.52	c * 263s|300059 |120210 |608831 |   2.0 | 180M| 597 |   - |1700 |3543 |1700 | 245 |  81k|  78k|1874 | 0.000000e+00 | 1.996000e+03 |    Inf 
272.80/272.90	c   273s|310000 |127067 |640625 |   2.1 | 196M| 597 |   0 |1700 |3324 |1700 | 233 |  85k|  81k|1953 | 0.000000e+00 | 1.996000e+03 |    Inf 
278.20/278.26	o 1947
278.20/278.26	c * 278s|315317 |127334 |658239 |   2.1 | 199M| 597 |   - |1700 |2996 |1700 | 236 |  88k|  83k|1995 | 0.000000e+00 | 1.947000e+03 |    Inf 
278.20/278.26	o 1909
278.20/278.26	c * 278s|315318 |124473 |658242 |   2.1 | 194M| 597 |   - |1700 |2996 |1700 | 236 |  88k|  83k|1995 | 0.000000e+00 | 1.909000e+03 |    Inf 
283.20/283.22	c   283s|320000 |127698 |676013 |   2.1 | 202M| 597 |   0 |1700 |2977 |1700 | 221 |  90k|  85k|2034 | 0.000000e+00 | 1.909000e+03 |    Inf 
293.29/293.36	c   293s|330000 |134699 |709223 |   2.1 | 218M| 597 |   0 |1700 |2795 |1700 | 205 |  94k|  88k|2106 | 0.000000e+00 | 1.909000e+03 |    Inf 
294.39/294.43	o 1905
294.39/294.43	c * 294s|330995 |135153 |714654 |   2.2 | 219M| 597 |   - |1700 |2878 |1700 | 218 |  95k|  88k|2110 | 0.000000e+00 | 1.905000e+03 |    Inf 
294.39/294.44	o 1857
294.39/294.44	c * 294s|331004 |131533 |714683 |   2.2 | 213M| 597 |   - |1700 |2885 |1700 | 218 |  95k|  88k|2110 | 0.000000e+00 | 1.857000e+03 |    Inf 
294.39/294.45	o 1802
294.39/294.45	c * 294s|331005 |127293 |714685 |   2.2 | 206M| 597 |   - |1700 |2885 |1700 | 218 |  95k|  88k|2110 | 0.000000e+00 | 1.802000e+03 |    Inf 
295.30/295.36	o 1762
295.30/295.36	c * 295s|331797 |124620 |718798 |   2.2 | 203M| 597 |   - |1700 |2996 |1700 | 239 |  96k|  88k|2139 | 0.000000e+00 | 1.762000e+03 |    Inf 
301.40/301.44	o 1682
301.40/301.44	c * 301s|337080 |121852 |745953 |   2.2 | 202M| 597 |   - |1700 |3647 |1700 | 252 |  99k|  90k|2184 | 0.000000e+00 | 1.682000e+03 |    Inf 
301.40/301.46	o 1589
301.40/301.46	c * 301s|337081 |114108 |745954 |   2.2 | 190M| 597 |   - |1700 |3647 |1700 | 252 |  99k|  90k|2184 | 0.000000e+00 | 1.589000e+03 |    Inf 
305.00/305.02	c   305s|340000 |116189 |762171 |   2.2 | 196M| 597 |   0 |1700 |3796 |1700 | 227 | 101k|  91k|2208 | 0.000000e+00 | 1.589000e+03 |    Inf 
306.80/306.81	o 1570
306.80/306.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.80/306.81	c * 307s|341480 |115641 |770091 |   2.3 | 197M| 597 |   - |1700 |3762 |1700 | 225 | 102k|  91k|2216 | 0.000000e+00 | 1.570000e+03 |    Inf 
317.10/317.19	c   317s|350000 |121487 |818944 |   2.3 | 213M| 597 |  13 |1700 |4137 |1700 | 230 | 109k|  94k|2304 | 0.000000e+00 | 1.570000e+03 |    Inf 
329.50/329.52	c   330s|360000 |128186 |876579 |   2.4 | 233M| 597 |   - |1700 |4943 |   0 |   0 | 117k|  97k|2409 | 0.000000e+00 | 1.570000e+03 |    Inf 
332.49/332.54	o 1566
332.49/332.54	c * 333s|362425 |129272 |887913 |   2.4 | 237M| 597 |   - |1700 |4986 |1700 | 258 | 118k|  98k|2425 | 0.000000e+00 | 1.566000e+03 |    Inf 
332.79/332.86	o 1563
332.79/332.86	c * 333s|362662 |129163 |889159 |   2.5 | 237M| 597 |   - |1700 |4952 |1700 | 226 | 119k|  98k|2426 | 0.000000e+00 | 1.563000e+03 |    Inf 
335.99/336.06	o 1484
335.99/336.06	c * 336s|365236 |123996 |903383 |   2.5 | 232M| 597 |   - |1700 |4479 |1700 | 222 | 120k|  99k|2461 | 0.000000e+00 | 1.484000e+03 |    Inf 
336.09/336.16	o 1445
336.09/336.16	c * 336s|365318 |120637 |904000 |   2.5 | 226M| 597 |   - |1700 |4489 |1700 | 223 | 120k|  99k|2461 | 0.000000e+00 | 1.445000e+03 |    Inf 
336.09/336.18	o 1380
336.09/336.18	c * 336s|365331 |115291 |904004 |   2.5 | 217M| 597 |   - |1700 |4489 |1700 | 223 | 120k|  99k|2461 | 0.000000e+00 | 1.380000e+03 |    Inf 
336.09/336.19	o 1331
336.09/336.19	c * 336s|365332 |111359 |904006 |   2.5 | 210M| 597 |   - |1700 |4489 |1700 | 223 | 120k|  99k|2461 | 0.000000e+00 | 1.331000e+03 |    Inf 
336.50/336.59	o 1153
336.50/336.59	c * 337s|365612 | 96617 |905437 |   2.5 | 182M| 597 |   - |1700 |4437 |1700 | 246 | 121k|  99k|2461 | 0.000000e+00 | 1.153000e+03 |    Inf 
337.29/337.31	o 1147
337.29/337.31	c * 337s|366100 | 96467 |908791 |   2.5 | 183M| 597 |   - |1700 |4231 |1700 | 268 | 121k|  99k|2461 | 0.000000e+00 | 1.147000e+03 |    Inf 
338.70/338.75	o 1139
338.70/338.75	c * 339s|367236 | 96525 |913863 |   2.5 | 184M| 597 |   - |1700 |3987 |1700 | 222 | 122k|  99k|2479 | 0.000000e+00 | 1.139000e+03 |    Inf 
338.70/338.76	o 1100
338.70/338.76	c * 339s|367237 | 93189 |913869 |   2.5 | 177M| 597 |   - |1700 |3987 |1700 | 222 | 122k|  99k|2479 | 0.000000e+00 | 1.100000e+03 |    Inf 
342.50/342.54	c   343s|370000 | 94642 |931496 |   2.5 | 183M| 597 |   0 |1700 |3710 |1700 | 214 | 124k| 101k|2507 | 0.000000e+00 | 1.100000e+03 |    Inf 
356.30/356.34	c   356s|380000 | 99540 |991687 |   2.6 | 207M| 597 |   0 |1700 |3741 |1700 | 216 | 133k| 105k|2632 | 0.000000e+00 | 1.100000e+03 |    Inf 
356.99/357.07	o 1093
356.99/357.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.99/357.07	c * 357s|380533 | 99213 |994669 |   2.6 | 207M| 597 |   - |1700 |3779 |1700 | 226 | 133k| 106k|2635 | 0.000000e+00 | 1.093000e+03 |    Inf 
356.99/357.09	o 1044
356.99/357.09	c * 357s|380534 | 94649 |994670 |   2.6 | 198M| 597 |   - |1700 |3779 |1700 | 226 | 133k| 106k|2635 | 0.000000e+00 | 1.044000e+03 |    Inf 
360.50/360.52	o 982
360.50/360.52	c * 361s|382787 | 88715 |  1011k|   2.6 | 189M| 597 |   - |1700 |3551 |1700 | 230 | 135k| 107k|2668 | 0.000000e+00 | 9.820000e+02 |    Inf 
360.50/360.59	o 965
360.50/360.59	c * 361s|382804 | 86414 |  1011k|   2.6 | 184M| 597 |   - |1700 |3497 |1700 | 235 | 135k| 107k|2669 | 0.000000e+00 | 9.650000e+02 |    Inf 
360.50/360.59	o 949
360.50/360.59	c * 361s|382805 | 84853 |  1011k|   2.6 | 181M| 597 |   - |1700 |3497 |1700 | 235 | 135k| 107k|2669 | 0.000000e+00 | 9.490000e+02 |    Inf 
372.09/372.15	c   372s|390000 | 87350 |  1082k|   2.8 | 203M| 597 |   - |1700 |2910 |   0 |   0 | 143k| 112k|2766 | 0.000000e+00 | 9.490000e+02 |    Inf 
376.60/376.65	o 930
376.60/376.65	c * 377s|392772 | 85518 |  1113k|   2.8 | 205M| 597 |   - |1700 |3370 |1700 | 214 | 147k| 113k|2825 | 0.000000e+00 | 9.300000e+02 |    Inf 
376.60/376.68	o 846
376.60/376.68	c * 377s|392773 | 74649 |  1113k|   2.8 | 184M| 597 |   - |1700 |3370 |1700 | 214 | 147k| 113k|2825 | 0.000000e+00 | 8.460000e+02 |    Inf 
378.69/378.73	o 837
378.69/378.73	c * 379s|394032 | 74132 |  1127k|   2.9 | 184M| 597 |   - |1700 |2537 |1700 | 228 | 148k| 114k|2852 | 0.000000e+00 | 8.370000e+02 |    Inf 
378.69/378.74	o 811
378.69/378.74	c * 379s|394040 | 72390 |  1127k|   2.9 | 181M| 597 |   - |1700 |2487 |1700 | 228 | 148k| 114k|2852 | 0.000000e+00 | 8.110000e+02 |    Inf 
378.69/378.76	o 762
378.69/378.76	c * 379s|394041 | 68209 |  1127k|   2.9 | 172M| 597 |   - |1700 |2487 |1700 | 228 | 148k| 114k|2852 | 0.000000e+00 | 7.620000e+02 |    Inf 
378.69/378.78	o 740
378.69/378.78	c * 379s|394054 | 66779 |  1127k|   2.9 | 169M| 597 |   - |1700 |2408 |1700 | 228 | 148k| 114k|2852 | 0.000000e+00 | 7.400000e+02 |    Inf 
378.69/378.79	o 691
378.69/378.79	c * 379s|394055 | 62374 |  1127k|   2.9 | 161M| 597 |   - |1700 |2408 |1700 | 228 | 148k| 114k|2852 | 0.000000e+00 | 6.910000e+02 |    Inf 
378.79/378.81	o 689
378.79/378.81	c * 379s|394063 | 62182 |  1127k|   2.9 | 161M| 597 |   - |1700 |2314 |1700 | 237 | 148k| 114k|2852 | 0.000000e+00 | 6.890000e+02 |    Inf 
378.79/378.82	o 640
378.79/378.82	c * 379s|394064 | 58147 |  1127k|   2.9 | 152M| 597 |   - |1700 |2314 |1700 | 237 | 148k| 114k|2852 | 0.000000e+00 | 6.400000e+02 |    Inf 
378.79/378.86	o 602
378.79/378.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.79/378.86	c * 379s|394075 | 52260 |  1127k|   2.9 | 141M| 597 |   - |1700 |2239 |1700 | 234 | 148k| 114k|2852 | 0.000000e+00 | 6.020000e+02 |    Inf 
381.79/381.82	o 593
381.79/381.82	c * 382s|395360 | 50867 |  1157k|   2.9 | 145M| 597 |   - |1700 |2027 |1700 | 218 | 152k| 116k|2885 | 0.000000e+00 | 5.930000e+02 |    Inf 
381.99/382.07	o 531
381.99/382.07	c * 382s|395450 | 47325 |  1159k|   2.9 | 139M| 597 |   - |1700 |1991 |1700 | 235 | 152k| 116k|2885 | 0.000000e+00 | 5.310000e+02 |    Inf 
387.99/388.03	o 517
387.99/388.03	c * 388s|397926 | 43905 |  1228k|   3.1 | 144M| 597 |   - |1700 |2271 |1700 | 203 | 159k| 119k|2978 | 0.000000e+00 | 5.170000e+02 |    Inf 
387.99/388.05	o 506
387.99/388.05	c * 388s|397935 | 42963 |  1228k|   3.1 | 143M| 597 |   - |1700 |2252 |1700 | 203 | 159k| 119k|2978 | 0.000000e+00 | 5.060000e+02 |    Inf 
387.99/388.05	o 500
387.99/388.05	c * 388s|397936 | 41769 |  1228k|   3.1 | 141M| 597 |   - |1700 |2252 |1700 | 203 | 159k| 119k|2978 | 0.000000e+00 | 5.000000e+02 |    Inf 
390.90/390.91	o 452
390.90/390.91	c * 391s|399094 | 34518 |  1260k|   3.2 | 132M| 597 |   - |1700 |2118 |1700 | 237 | 163k| 121k|3017 | 0.000000e+00 | 4.520000e+02 |    Inf 
390.90/390.93	o 436
390.90/390.93	c * 391s|399098 | 33329 |  1261k|   3.2 | 129M| 597 |   - |1700 |2050 |1700 | 240 | 163k| 121k|3017 | 0.000000e+00 | 4.360000e+02 |    Inf 
391.99/392.00	o 327
391.99/392.00	c * 392s|399554 | 25110 |  1274k|   3.2 | 111M| 597 |   - |1700 |1896 |1700 | 239 | 164k| 122k|3017 | 0.000000e+00 | 3.270000e+02 |    Inf 
393.40/393.45	c   393s|400000 | 18925 |  1290k|   3.2 | 101M| 597 |   - |1700 |1778 |   0 |   0 | 165k| 123k|3052 | 0.000000e+00 | 3.270000e+02 |    Inf 
393.89/393.90	o 299
393.89/393.90	c * 394s|400230 | 15356 |  1296k|   3.2 |  92M| 597 |   - |1700 |1889 |1700 | 241 | 165k| 123k|3052 | 0.000000e+00 | 2.990000e+02 |    Inf 
394.99/395.04	o 288
394.99/395.04	c * 395s|400727 |  5820 |  1309k|   3.3 |  58M| 597 |   - |1700 |1922 |1700 | 225 | 167k| 124k|3061 | 0.000000e+00 | 2.880000e+02 |    Inf 
394.99/395.05	o 225
394.99/395.05	c * 395s|400728 |  4696 |  1309k|   3.3 |  51M| 597 |   - |1700 |1922 |1700 | 225 | 167k| 124k|3061 | 0.000000e+00 | 2.250000e+02 |    Inf 
395.40/395.48	o 212
395.40/395.48	c * 395s|400911 |  1846 |  1314k|   3.3 |  33M| 597 |   - |1700 |1719 |1700 | 198 | 167k| 124k|3077 | 0.000000e+00 | 2.120000e+02 |    Inf 
395.40/395.48	o 163
395.40/395.48	c * 395s|400912 |  1558 |  1314k|   3.3 |  31M| 597 |   - |1700 |1719 |1700 | 198 | 167k| 124k|3077 | 0.000000e+00 | 1.630000e+02 |    Inf 
395.40/395.49	o 138
395.40/395.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.40/395.49	c * 395s|400913 |  1426 |  1314k|   3.3 |  29M| 597 |   - |1700 |1633 |1700 | 198 | 167k| 124k|3077 | 0.000000e+00 | 1.380000e+02 |    Inf 
395.50/395.59	o 116
395.50/395.59	c * 396s|400973 |  1000 |  1316k|   3.3 |  26M| 597 |   - |1700 |1613 |1700 | 201 | 167k| 124k|3077 | 0.000000e+00 | 1.160000e+02 |    Inf 
395.60/395.60	o 104
395.60/395.60	c * 396s|400977 |   975 |  1316k|   3.3 |  26M| 597 |   - |1700 |1558 |1700 | 207 | 167k| 124k|3077 | 0.000000e+00 | 1.040000e+02 |    Inf 
395.60/395.60	o 79
395.60/395.60	c * 396s|400978 |   804 |  1316k|   3.3 |  23M| 597 |   - |1700 |1558 |1700 | 207 | 167k| 124k|3077 | 0.000000e+00 | 7.900000e+01 |    Inf 
395.70/395.72	c 
395.70/395.72	c SCIP Status        : problem is solved [optimal solution found]
395.70/395.72	c Solving Time (sec) : 395.71
395.70/395.72	c Solving Nodes      : 401032
395.70/395.72	c Primal Bound       : +7.90000000000000e+01 (249 solutions)
395.70/395.72	c Dual Bound         : +7.90000000000000e+01
395.70/395.72	c Gap                : 0.00 %
395.70/395.72	s OPTIMUM FOUND
395.70/395.72	v -x200 x199 x198 -x197 -x196 x195 -x194 x193 -x192 x191 x190 -x189 x188 -x187 -x186 x185 -x184 x183 x182 -x181 -x180 x179 -x178 
395.70/395.72	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
395.70/395.72	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
395.70/395.72	v x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
395.70/395.72	v -x108 x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 -x98 x97 -x96 x95 x94 -x93 -x92 x91 x90 -x89 -x88 x87 x86 -x85 -x84 
395.70/395.72	v x83 -x82 x81 -x80 x79 -x78 x77 x76 -x75 x74 -x73 x72 -x71 x70 -x69 -x68 x67 x66 -x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 x56 
395.70/395.72	v -x55 -x54 x53 -x52 x51 x50 -x49 -x48 x47 -x46 x45 x44 -x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 x32 -x31 x30 -x29 -x28 
395.70/395.72	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
395.70/395.72	c SCIP Status        : problem is solved [optimal solution found]
395.70/395.72	c Solving Time       :     395.71
395.70/395.72	c Original Problem   :
395.70/395.72	c   Problem name     : HOME/instance-2705740-1278580125.wbo
395.70/395.72	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
395.70/395.72	c   Constraints      : 1701 initial, 1701 maximal
395.70/395.72	c Presolved Problem  :
395.70/395.72	c   Problem name     : t_HOME/instance-2705740-1278580125.wbo
395.70/395.72	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
395.70/395.72	c   Constraints      : 1600 initial, 5080 maximal
395.70/395.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
395.70/395.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   probing          :       0.01          0          0          0          0          0          0          0          0
395.70/395.72	c   linear           :       0.02          0        100          0        800          0        101          0          0
395.70/395.72	c   indicator        :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
395.70/395.72	c   root node        :          -       1495          -          -       1495          -          -          -          -
395.70/395.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
395.70/395.72	c   integral         :          0          0          0     414738          0          0         21          0          0      21010
395.70/395.72	c   linear           :        800          6    1081178     404125          0       8956     786228     167651          0          0
395.70/395.72	c   indicator        :        800          0    1072673     404212          0       5924   12056639          0          0          0
395.70/395.72	c   logicor          :          0+         0     525855          0          0       5001     301407          0          0          0
395.70/395.72	c   countsols        :          0          0          0     350252          0          0          0          0          0          0
395.70/395.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
395.70/395.72	c   integral         :       3.24       0.00       0.00       3.24       0.00
395.70/395.72	c   linear           :      25.83       0.00      14.00      11.83       0.00
395.70/395.72	c   indicator        :      53.70       0.01      30.76      22.93       0.00
395.70/395.72	c   logicor          :       6.63       0.00       6.63       0.00       0.00
395.70/395.72	c   countsols        :       0.05       0.00       0.00       0.05       0.00
395.70/395.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
395.70/395.72	c   vbounds          :       0.20          2          0          0
395.70/395.72	c   rootredcost      :       0.19        150          0        744
395.70/395.72	c   pseudoobj        :      24.09    1116812      35380   11563203
395.70/395.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
395.70/395.72	c   propagation      :       2.44      49337      49081     149761       20.5       1382       11.5          -
395.70/395.72	c   infeasible LP    :       0.01         41         41        145       17.9          4       13.2          0
395.70/395.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
395.70/395.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
395.70/395.72	c   pseudo solution  :       0.00          3          3          6        8.0          0        0.0          -
395.70/395.72	c   applied globally :          -          -          -     124501       19.7          -          -          -
395.70/395.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
395.70/395.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
395.70/395.72	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 178)
395.70/395.72	c   redcost          :      16.83     428369          0     721201          0          0
395.70/395.72	c   impliedbounds    :       0.00          5          0          0          0          0
395.70/395.72	c   intobj           :       0.00          0          0          0          0          0
395.70/395.72	c   cgmip            :       0.00          0          0          0          0          0
395.70/395.72	c   gomory           :       0.02          5          0          0        162          0
395.70/395.72	c   strongcg         :       0.02          5          0          0        240          0
395.70/395.72	c   cmir             :       0.01          5          0          0          0          0
395.70/395.72	c   flowcover        :       0.02          5          0          0          0          0
395.70/395.72	c   clique           :       0.00          1          0          0          0          0
395.70/395.72	c   zerohalf         :       0.00          0          0          0          0          0
395.70/395.72	c   mcf              :       0.00          1          0          0          0          0
395.70/395.72	c   rapidlearning    :       0.05          1          0          0          0          0
395.70/395.72	c Pricers            :       Time      Calls       Vars
395.70/395.72	c   problem variables:       0.00          0          0
395.70/395.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
395.70/395.72	c   relpscost        :       3.11      10524          0         21          0          0      21010
395.70/395.72	c   pscost           :       0.00          0          0          0          0          0          0
395.70/395.72	c   inference        :      43.64     350102          0          0          0          0     700204
395.70/395.72	c   mostinf          :       0.00          0          0          0          0          0          0
395.70/395.72	c   leastinf         :       0.00          0          0          0          0          0          0
395.70/395.72	c   fullstrong       :       0.00          0          0          0          0          0          0
395.70/395.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
395.70/395.72	c   random           :       0.00          0          0          0          0          0          0
395.70/395.72	c Primal Heuristics  :       Time      Calls      Found
395.70/395.72	c   LP solutions     :       0.73          -        150
395.70/395.72	c   pseudo solutions :       0.00          -          0
395.70/395.72	c   feaspump         :       0.00          0          0
395.70/395.72	c   intshifting      :       0.00          0          0
395.70/395.72	c   oneopt           :       0.31        109          0
395.70/395.72	c   crossover        :       2.97        190          3
395.70/395.72	c   fracdiving       :       0.40        636          0
395.70/395.72	c   linesearchdiving :       0.39        636          0
395.70/395.72	c   guideddiving     :       0.38        637          0
395.70/395.72	c   coefdiving       :       0.38        637          0
395.70/395.72	c   pscostdiving     :       0.38        637          0
395.70/395.72	c   veclendiving     :       0.38        637          0
395.70/395.72	c   objpscostdiving  :       0.40        636          0
395.70/395.72	c   rootsoldiving    :       0.40        636          0
395.70/395.72	c   trivial          :       0.00          2          1
395.70/395.72	c   simplerounding   :       0.14      11541          0
395.70/395.72	c   zirounding       :       0.09       1000          0
395.70/395.72	c   rounding         :       0.11       1462          0
395.70/395.72	c   shifting         :       0.07        428          0
395.70/395.72	c   twoopt           :       0.00          0          0
395.70/395.72	c   fixandinfer      :       0.00          0          0
395.70/395.72	c   intdiving        :       0.00          0          0
395.70/395.72	c   actconsdiving    :       0.00          0          0
395.70/395.72	c   octane           :       0.00          0          0
395.70/395.72	c   rens             :       0.01          1          0
395.70/395.72	c   rins             :       0.00          0          0
395.70/395.72	c   localbranching   :       0.00          0          0
395.70/395.72	c   mutation         :       0.00          0          0
395.70/395.72	c   dins             :       0.00          0          0
395.70/395.72	c   undercover       :       0.00          0          0
395.70/395.72	c   nlp              :       0.06          0          0
395.70/395.72	c   trysol           :       0.15        798         95
395.70/395.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
395.70/395.72	c   primal LP        :       0.00          0          0       0.00          -
395.70/395.72	c   dual LP          :     130.88     133802    1308534       9.78    9998.01
395.70/395.72	c   lex dual LP      :       0.00          0          0       0.00          -
395.70/395.72	c   barrier LP       :       0.00          0          0       0.00          -
395.70/395.72	c   diving/probing LP:       0.16        116       9345      80.56   57797.57
395.70/395.72	c   strong branching :       3.02       3083      61954      20.10   20484.49
395.70/395.72	c     (at root node) :          -         33       5071     153.67          -
395.70/395.72	c   conflict analysis:       0.00          0          0       0.00          -
395.70/395.72	c B&B Tree           :
395.70/395.72	c   number of runs   :          1
395.70/395.72	c   nodes            :     401032
395.70/395.72	c   nodes (total)    :     401032
395.70/395.72	c   nodes left       :          0
395.70/395.72	c   max depth        :        597
395.70/395.72	c   max depth (total):        597
395.70/395.72	c   backtracks       :      20636 (5.1%)
395.70/395.72	c   delayed cutoffs  :      42522
395.70/395.72	c   repropagations   :     129241 (6259357 domain reductions, 15030 cutoffs)
395.70/395.72	c   avg switch length:       4.31
395.70/395.72	c   switching time   :      28.11
395.70/395.72	c Solution           :
395.70/395.72	c   Solutions found  :        249 (151 improvements)
395.70/395.72	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
395.70/395.72	c   Primal Bound     : +7.90000000000000e+01   (in run 1, after 400978 nodes, 395.59 seconds, depth 13, found by <relaxation>)
395.70/395.72	c   Dual Bound       : +7.90000000000000e+01
395.70/395.72	c   Gap              :       0.00 %
395.70/395.72	c   Root Dual Bound  : +0.00000000000000e+00
395.70/395.72	c   Root Iterations  :        380
395.70/395.75	c Time complete: 395.75.

Verifier Data

OK	79

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705740-1278580125/watcher-2705740-1278580125 -o /tmp/evaluation-result-2705740-1278580125/solver-2705740-1278580125 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705740-1278580125.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 1.96 4/178 22328
/proc/meminfo: memFree=29682632/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=12548 CPUtime=0
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 1971 0 0 0 0 0 0 0 23 0 1 0 26226492 12849152 1889 4089446400 4194304 10345943 140736241035296 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22328/statm: 3137 1889 429 1502 0 1630 0

[startup+0.0187339 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22328
/proc/meminfo: memFree=29682632/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=18784 CPUtime=0.01
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 3937 0 0 0 1 0 0 0 23 0 1 0 26226492 19234816 3501 4089446400 4194304 10345943 140736241035296 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 4900 3578 477 1502 0 3393 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18784

[startup+0.100722 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22328
/proc/meminfo: memFree=29682632/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=39296 CPUtime=0.09
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 8725 0 0 0 8 1 0 0 23 0 1 0 26226492 40239104 8289 4089446400 4194304 10345943 140736241035296 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 9824 8289 636 1502 0 8317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39296

[startup+0.300686 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22328
/proc/meminfo: memFree=29682632/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=41908 CPUtime=0.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 10157 0 0 0 28 1 0 0 23 0 1 0 26226492 42913792 9034 4089446400 4194304 10345943 140736241035296 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 10477 9034 750 1502 0 8970 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41908

[startup+0.700614 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22328
/proc/meminfo: memFree=29682632/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=41908 CPUtime=0.69
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 10166 0 0 0 68 1 0 0 25 0 1 0 26226492 42913792 9043 4089446400 4194304 10345943 140736241035296 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 10477 9043 759 1502 0 8970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41908

[startup+1.50047 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29649144/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=42340 CPUtime=1.49
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 10364 0 0 0 147 2 0 0 25 0 1 0 26226492 43356160 9241 4089446400 4194304 10345943 140736241035296 18446744073709551615 6802838 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 10585 9241 760 1502 0 9078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42340

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29646168/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=40872 CPUtime=3.09
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 10983 0 0 0 306 3 0 0 25 0 1 0 26226492 41852928 9095 4089446400 4194304 10345943 140736241035296 18446744073709551615 4447828 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22328/statm: 10218 9095 760 1502 0 8711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40872

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29640188/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=42148 CPUtime=6.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 17925 0 0 0 625 4 0 0 25 0 1 0 26226492 43159552 9345 4089446400 4194304 10345943 140736241035296 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22328/statm: 10537 9345 765 1502 0 9030 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42148

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29638020/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=51544 CPUtime=12.69
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 21412 0 0 0 1263 6 0 0 25 0 1 0 26226492 52781056 11815 4089446400 4194304 10345943 140736241035296 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22328/statm: 12886 11815 765 1502 0 11379 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51544

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22356
/proc/meminfo: memFree=30048540/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=72872 CPUtime=25.49
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 51490 0 0 0 2536 13 0 0 25 0 1 0 26226492 74620928 17016 4089446400 4194304 10345943 140736241035296 18446744073709551615 4453832 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 18218 17016 765 1502 0 16711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72872

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22357
/proc/meminfo: memFree=29986076/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=107624 CPUtime=51.09
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 95902 0 0 0 5085 24 0 0 25 0 1 0 26226492 110206976 25587 4089446400 4194304 10345943 140736241035296 18446744073709551615 4729198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 26906 25587 765 1502 0 25399 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107624

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22359
/proc/meminfo: memFree=29830472/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=188512 CPUtime=102.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 201969 0 0 0 10179 50 0 0 25 0 1 0 26226492 193036288 45033 4089446400 4194304 10345943 140736241035296 18446744073709551615 5611511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 47128 45033 765 1502 0 45621 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 188512

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22360
/proc/meminfo: memFree=29652464/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=260768 CPUtime=162.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 284285 0 0 0 16150 79 0 0 25 0 1 0 26226492 267026432 62489 4089446400 4194304 10345943 140736241035296 18446744073709551615 6777589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 65192 62489 765 1502 0 63685 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 260768

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22361
/proc/meminfo: memFree=29504596/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=307540 CPUtime=222.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 361515 0 0 0 22121 108 0 0 25 0 1 0 26226492 314920960 73493 4089446400 4194304 10345943 140736241035296 18446744073709551615 4736992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 76885 73493 765 1502 0 75378 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 307540

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22363
/proc/meminfo: memFree=29384876/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=328668 CPUtime=282.3
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 407251 0 0 0 28090 140 0 0 25 0 1 0 26226492 336556032 78722 4089446400 4194304 10345943 140736241035296 18446744073709551615 4216510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 82167 78722 765 1502 0 80660 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 328668

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22365
/proc/meminfo: memFree=29257088/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=370272 CPUtime=342.3
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 475130 0 0 0 34055 175 0 0 25 0 1 0 26226492 379158528 87521 4089446400 4194304 10345943 140736241035296 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 92568 87521 765 1502 0 91061 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 370272

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22365
/proc/meminfo: memFree=29225204/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=382252 CPUtime=358.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 487805 0 0 0 35644 185 0 0 25 0 1 0 26226492 391426048 90221 4089446400 4194304 10345943 140736241035296 18446744073709551615 6119510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 95563 90221 765 1502 0 94056 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 382252

[startup+371.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22365
/proc/meminfo: memFree=29195428/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=391832 CPUtime=371.1
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 501899 0 0 0 36914 196 0 0 25 0 1 0 26226492 401235968 91786 4089446400 4194304 10345943 140736241035296 18446744073709551615 6561143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 97958 91786 766 1502 0 96451 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 391832

[startup+383.906 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29180656/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=398708 CPUtime=383.9
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 515836 0 0 0 38184 206 0 0 25 0 1 0 26226492 408276992 93610 4089446400 4194304 10345943 140736241035296 18446744073709551615 6711405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 99677 93610 766 1502 0 98170 0
Current children cumulated CPU time (s) 383.9
Current children cumulated vsize (KiB) 398708

[startup+390.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29178668/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=402248 CPUtime=390.29
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 522772 0 0 0 38816 213 0 0 25 0 1 0 26226492 411901952 94305 4089446400 4194304 10345943 140736241035296 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 100562 94305 766 1502 0 99055 0
Current children cumulated CPU time (s) 390.29
Current children cumulated vsize (KiB) 402248

[startup+393.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29177424/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=403548 CPUtime=393.5
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 527177 0 0 0 39133 217 0 0 25 0 1 0 26226492 413233152 94506 4089446400 4194304 10345943 140736241035296 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 100887 94506 766 1502 0 99380 0
Current children cumulated CPU time (s) 393.5
Current children cumulated vsize (KiB) 403548

[startup+395.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29176432/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=403244 CPUtime=395.09
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 530326 0 0 0 39290 219 0 0 25 0 1 0 26226492 412921856 94603 4089446400 4194304 10345943 140736241035296 18446744073709551615 5085638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 100811 94603 766 1502 0 99304 0
Current children cumulated CPU time (s) 395.09
Current children cumulated vsize (KiB) 403244

[startup+395.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29176432/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=403244 CPUtime=395.5
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 530340 0 0 0 39330 220 0 0 25 0 1 0 26226492 412921856 94617 4089446400 4194304 10345943 140736241035296 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 100811 94617 766 1502 0 99304 0
Current children cumulated CPU time (s) 395.5
Current children cumulated vsize (KiB) 403244

[startup+395.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22366
/proc/meminfo: memFree=29176432/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=403244 CPUtime=395.7
/proc/22328/stat : 22328 (pbscip.linux.x8) R 22326 22328 21801 0 -1 4202496 530340 0 0 0 39350 220 0 0 25 0 1 0 26226492 412921856 94617 4089446400 4194304 10345943 140736241035296 18446744073709551615 4806460 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22328/statm: 100811 94617 766 1502 0 99304 0
Current children cumulated CPU time (s) 395.7
Current children cumulated vsize (KiB) 403244

Child status: 0
Real time (s): 395.754
CPU time (s): 395.76
CPU user time (s): 393.538
CPU system time (s): 2.22166
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 405516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.538
system time used= 2.22166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530347
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= 6
involuntary context switches= 244

runsolver used 0.52292 second user time and 1.2908 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 11:08:45
IDJOB=2705740
IDBENCH=79404
IDSOLVER=1214
FILE ID=node119/2705740-1278580125
PBS_JOBID= 11240216
Free space on /tmp= 73216 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh208_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705740-1278580125/watcher-2705740-1278580125 -o /tmp/evaluation-result-2705740-1278580125/solver-2705740-1278580125 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705740-1278580125.wbo -t 1800 -m 3800

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

MD5SUM BENCH= bf55ab5b50211f096e62edcb64c4bf57
RANDOM SEED=1713272524

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29683160 kB
Buffers:        160412 kB
Cached:        2406500 kB
SwapCached:          0 kB
Active:        1632936 kB
Inactive:      1470044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29683160 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12840 kB
Writeback:           0 kB
AnonPages:      536056 kB
Mapped:          17688 kB
Slab:           100116 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   690240 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= 73204 MiB
End job on node119 at 2010-07-08 11:15:21