Trace number 2705736

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 686.394 686.373

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh18_wcsp.wbo
MD5SUM11b5917216c9682d33b4eac8f024a9c6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1.55476
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-2705736-1278580124.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.02/0.03	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.02/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  1900 implications, 0 cliques
0.02/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.02/0.06	c     850 constraints of type <linear>
0.02/0.06	c     850 constraints of type <indicator>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.04
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 1.2.1.3
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1789.99
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 3420
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	o 420925
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c t 0.0s|     1 |     0 |     0 |     - |6286k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |     0 |     - |6684k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    34 |     - |6744k|   0 |   6 |1800 |1700 |1800 |  62 |  62 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   117 |     - |6773k|   0 |  51 |1800 |1700 |1800 | 107 | 107 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   169 |     - |7059k|   0 |  49 |1800 |1700 |1800 | 145 | 145 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   200 |     - |7142k|   0 |  50 |1800 |1700 |1800 | 156 | 156 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   211 |     - |7293k|   0 |  49 |1800 |1700 |1800 | 162 | 162 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   236 |     - |7370k|   0 |  54 |1800 |1700 |1800 | 167 | 167 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     2 |   236 |     - |7399k|   0 |  54 |1800 |1700 |1800 | 167 | 167 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.99/8.06	o 7843
7.99/8.06	c * 8.0s|  9854 |  9765 | 14553 |   1.5 |  19M| 773 |   - |1800 |1700 |1800 | 235 |1850 |   0 | 713 | 0.000000e+00 | 7.843000e+03 |    Inf 
8.09/8.16	c   8.2s| 10000 |  9911 | 14886 |   1.5 |  19M| 773 |   0 |1800 |1700 |1800 | 204 |1890 |   0 | 714 | 0.000000e+00 | 7.843000e+03 |    Inf 
10.39/10.46	o 7795
10.39/10.46	c *10.5s| 13192 | 13022 | 18270 |   1.4 |  23M| 773 |   - |1800 |1938 |1800 | 222 |2416 | 238 | 743 | 0.000000e+00 | 7.795000e+03 |    Inf 
15.90/15.96	c  15.9s| 20000 | 19099 | 28030 |   1.4 |  32M| 773 |   0 |1800 |3875 |1800 | 186 |4044 |2182 | 756 | 0.000000e+00 | 7.795000e+03 |    Inf 
16.00/16.01	o 7759
16.00/16.01	c *16.0s| 20062 | 19144 | 28136 |   1.4 |  32M| 773 |   - |1800 |3876 |1800 | 193 |4051 |2183 | 756 | 0.000000e+00 | 7.759000e+03 |    Inf 
16.00/16.01	o 7630
16.00/16.01	c *16.0s| 20063 | 19068 | 28139 |   1.4 |  32M| 773 |   - |1800 |3876 |1800 | 193 |4051 |2183 | 756 | 0.000000e+00 | 7.630000e+03 |    Inf 
16.19/16.23	o 7615
16.19/16.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.19/16.23	c *16.2s| 20311 | 19276 | 28673 |   1.4 |  32M| 773 |   - |1800 |3935 |1800 | 201 |4122 |2243 | 756 | 0.000000e+00 | 7.615000e+03 |    Inf 
16.19/16.24	o 7480
16.19/16.24	c *16.2s| 20318 | 19151 | 28696 |   1.4 |  32M| 773 |   - |1800 |3935 |1800 | 201 |4122 |2243 | 756 | 0.000000e+00 | 7.480000e+03 |    Inf 
16.19/16.29	o 7388
16.19/16.29	c *16.3s| 20376 | 19105 | 28824 |   1.4 |  32M| 773 |   - |1800 |3939 |1800 | 196 |4132 |2248 | 756 | 0.000000e+00 | 7.388000e+03 |    Inf 
16.19/16.29	o 7325
16.19/16.29	c *16.3s| 20377 | 19035 | 28824 |   1.4 |  32M| 773 |   - |1800 |3939 |1800 | 196 |4132 |2248 | 756 | 0.000000e+00 | 7.325000e+03 |    Inf 
21.90/21.91	o 7264
21.90/21.91	c *21.9s| 26778 | 24444 | 40292 |   1.5 |  41M| 773 |   - |1800 |5962 |1800 | 200 |6116 |4584 | 772 | 0.000000e+00 | 7.264000e+03 |    Inf 
24.69/24.75	c  24.7s| 30000 | 27158 | 45198 |   1.5 |  45M| 773 |   0 |1800 |6128 |1800 | 221 |6921 |5672 | 775 | 0.000000e+00 | 7.264000e+03 |    Inf 
30.40/30.47	o 7177
30.40/30.47	c *30.5s| 37049 | 33188 | 55689 |   1.5 |  54M| 773 |   - |1800 |5143 |1800 | 173 |8544 |7865 | 781 | 0.000000e+00 | 7.177000e+03 |    Inf 
32.19/32.21	o 7090
32.19/32.21	c *32.2s| 39140 | 34773 | 58673 |   1.5 |  55M| 773 |   - |1800 |4461 |1800 | 186 |9029 |8361 | 781 | 0.000000e+00 | 7.090000e+03 |    Inf 
32.19/32.21	o 7074
32.19/32.21	c *32.2s| 39141 | 34722 | 58675 |   1.5 |  55M| 773 |   - |1800 |4461 |1800 | 186 |9029 |8361 | 781 | 0.000000e+00 | 7.074000e+03 |    Inf 
32.39/32.41	o 7030
32.39/32.41	c *32.4s| 39380 | 34821 | 59060 |   1.5 |  55M| 773 |   - |1800 |4395 |1800 | 187 |9052 |8396 | 781 | 0.000000e+00 | 7.030000e+03 |    Inf 
32.90/32.94	c  32.9s| 40000 | 35352 | 60020 |   1.5 |  56M| 773 |   0 |1800 |4241 |1800 | 186 |9193 |8571 | 781 | 0.000000e+00 | 7.030000e+03 |    Inf 
37.10/37.12	o 6734
37.10/37.12	c *37.1s| 45021 | 38697 | 69653 |   1.5 |  58M| 773 |   - |1800 |3464 |1800 | 180 |  10k|9577 | 782 | 0.000000e+00 | 6.734000e+03 |    Inf 
38.50/38.54	o 6636
38.50/38.54	c *38.5s| 46753 | 39763 | 73016 |   1.6 |  59M| 773 |   - |1800 |3128 |1800 | 203 |  11k|9984 | 782 | 0.000000e+00 | 6.636000e+03 |    Inf 
41.20/41.25	c  41.2s| 50000 | 42571 | 77730 |   1.5 |  63M| 773 |   0 |1800 |2963 |1800 | 183 |  12k|  10k| 793 | 0.000000e+00 | 6.636000e+03 |    Inf 
49.29/49.40	c  49.4s| 60000 | 51097 | 91470 |   1.5 |  76M| 773 |   0 |1800 |3067 |1800 | 185 |  14k|  13k| 841 | 0.000000e+00 | 6.636000e+03 |    Inf 
53.10/53.15	o 6606
53.10/53.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.10/53.15	c *53.1s| 64724 | 55107 | 98211 |   1.5 |  81M| 773 |   - |1800 |3279 |1800 | 208 |  15k|  15k| 878 | 0.000000e+00 | 6.606000e+03 |    Inf 
54.59/54.63	o 6565
54.59/54.63	c *54.6s| 66655 | 56550 |100378 |   1.5 |  83M| 773 |   - |1800 |3367 |1800 | 180 |  15k|  15k| 885 | 0.000000e+00 | 6.565000e+03 |    Inf 
54.59/54.63	o 6522
54.59/54.63	c *54.6s| 66656 | 56301 |100379 |   1.5 |  82M| 773 |   - |1800 |3367 |1800 | 180 |  15k|  15k| 885 | 0.000000e+00 | 6.522000e+03 |    Inf 
54.59/54.68	o 6447
54.59/54.68	c *54.7s| 66719 | 55860 |100519 |   1.5 |  81M| 773 |   - |1800 |3373 |1800 | 185 |  15k|  15k| 885 | 0.000000e+00 | 6.447000e+03 |    Inf 
54.59/54.69	o 6404
54.59/54.69	c *54.7s| 66720 | 55547 |100520 |   1.5 |  80M| 773 |   - |1800 |3373 |1800 | 185 |  15k|  15k| 885 | 0.000000e+00 | 6.404000e+03 |    Inf 
56.10/56.12	o 6395
56.10/56.12	c *56.1s| 68478 | 57041 |102896 |   1.5 |  82M| 773 |   - |1800 |3025 |1800 | 182 |  16k|  16k| 893 | 0.000000e+00 | 6.395000e+03 |    Inf 
56.10/56.12	o 6200
56.10/56.12	c *56.1s| 68479 | 55364 |102898 |   1.5 |  78M| 773 |   - |1800 |3025 |1800 | 182 |  16k|  16k| 893 | 0.000000e+00 | 6.200000e+03 |    Inf 
57.39/57.41	c  57.4s| 70000 | 56689 |105537 |   1.5 |  80M| 773 |   0 |1800 |2721 |1800 | 184 |  16k|  16k| 895 | 0.000000e+00 | 6.200000e+03 |    Inf 
62.30/62.39	o 6190
62.30/62.39	c *62.4s| 75937 | 61798 |115197 |   1.5 |  88M| 773 |   - |1800 |2835 |1800 | 179 |  17k|  18k| 966 | 0.000000e+00 | 6.190000e+03 |    Inf 
62.50/62.51	o 6121
62.50/62.51	c *62.5s| 76093 | 61242 |115315 |   1.5 |  86M| 773 |   - |1800 |2828 |1800 | 174 |  17k|  18k| 966 | 0.000000e+00 | 6.121000e+03 |    Inf 
65.79/65.87	c  65.9s| 80000 | 64605 |122303 |   1.5 |  91M| 773 |   - |1800 |2953 |   0 |   0 |  19k|  19k|1020 | 0.000000e+00 | 6.121000e+03 |    Inf 
70.10/70.19	o 6014
70.10/70.19	c *70.2s| 85203 | 68084 |132267 |   1.5 |  95M| 773 |   - |1800 |2569 |1800 | 185 |  20k|  20k|1088 | 0.000000e+00 | 6.014000e+03 |    Inf 
70.20/70.20	o 5951
70.20/70.20	c *70.2s| 85204 | 67416 |132268 |   1.5 |  94M| 773 |   - |1800 |2569 |1800 | 185 |  20k|  20k|1088 | 0.000000e+00 | 5.951000e+03 |    Inf 
74.00/74.09	c  74.1s| 90000 | 71629 |138578 |   1.5 | 100M| 773 |   0 |1800 |2747 |1800 | 171 |  21k|  21k|1114 | 0.000000e+00 | 5.951000e+03 |    Inf 
74.49/74.59	o 5865
74.49/74.59	c *74.6s| 90646 | 71339 |139338 |   1.5 |  99M| 773 |   - |1800 |2680 |1800 | 183 |  21k|  21k|1117 | 0.000000e+00 | 5.865000e+03 |    Inf 
77.89/77.96	o 5835
77.89/77.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.89/77.96	c *77.9s| 94679 | 74533 |146316 |   1.5 | 103M| 773 |   - |1800 |2835 |1800 | 190 |  22k|  22k|1157 | 0.000000e+00 | 5.835000e+03 |    Inf 
79.40/79.44	o 5829
79.40/79.44	c *79.4s| 96478 | 76000 |148432 |   1.5 | 105M| 773 |   - |1800 |3016 |1800 | 178 |  23k|  23k|1158 | 0.000000e+00 | 5.829000e+03 |    Inf 
79.40/79.45	o 5779
79.40/79.45	c *79.4s| 96479 | 75459 |148444 |   1.5 | 104M| 773 |   - |1800 |3014 |1800 | 178 |  23k|  23k|1158 | 0.000000e+00 | 5.779000e+03 |    Inf 
82.29/82.38	c  82.4s|100000 | 78428 |153591 |   1.5 | 108M| 773 |   0 |1800 |2790 |1800 | 185 |  24k|  24k|1170 | 0.000000e+00 | 5.779000e+03 |    Inf 
84.60/84.60	o 5764
84.60/84.60	c *84.6s|102717 | 80558 |157305 |   1.5 | 111M| 773 |   - |1800 |3066 |1800 | 184 |  24k|  25k|1188 | 0.000000e+00 | 5.764000e+03 |    Inf 
90.69/90.78	c  90.8s|110000 | 86747 |169465 |   1.5 | 121M| 773 |   0 |1800 |2980 |1800 | 190 |  26k|  27k|1271 | 0.000000e+00 | 5.764000e+03 |    Inf 
98.79/98.83	c  98.8s|120000 | 95460 |182575 |   1.5 | 133M| 773 |   0 |1800 |2775 |1800 | 180 |  28k|  29k|1330 | 0.000000e+00 | 5.764000e+03 |    Inf 
99.69/99.78	o 5763
99.69/99.78	c *99.8s|121140 | 96403 |184274 |   1.5 | 134M| 773 |   - |1800 |2798 |1800 | 184 |  29k|  30k|1347 | 0.000000e+00 | 5.763000e+03 |    Inf 
102.20/102.29	o 5567
102.20/102.29	c * 102s|124161 | 95885 |188645 |   1.5 | 132M| 773 |   - |1800 |2967 |1800 | 191 |  29k|  31k|1380 | 0.000000e+00 | 5.567000e+03 |    Inf 
107.10/107.16	c   107s|130000 |100973 |197599 |   1.5 | 140M| 773 |   0 |1800 |3006 |1800 | 182 |  31k|  32k|1437 | 0.000000e+00 | 5.567000e+03 |    Inf 
110.40/110.45	o 5526
110.40/110.45	c * 110s|133942 |103702 |204080 |   1.5 | 143M| 773 |   - |1800 |3127 |1800 | 190 |  32k|  33k|1475 | 0.000000e+00 | 5.526000e+03 |    Inf 
115.40/115.43	c   115s|140000 |108880 |212166 |   1.5 | 151M| 773 |   0 |1800 |2883 |1800 | 176 |  33k|  35k|1525 | 0.000000e+00 | 5.526000e+03 |    Inf 
123.59/123.69	c   124s|150000 |117456 |226944 |   1.5 | 164M| 773 |   0 |1800 |2829 |1800 | 200 |  36k|  38k|1555 | 0.000000e+00 | 5.526000e+03 |    Inf 
131.79/131.88	c   132s|160000 |126094 |242213 |   1.5 | 176M| 773 |   0 |1800 |2932 |1800 | 196 |  38k|  40k|1638 | 0.000000e+00 | 5.526000e+03 |    Inf 
140.30/140.34	c   140s|170000 |134608 |258116 |   1.5 | 189M| 773 |   0 |1800 |3040 |1800 | 196 |  41k|  43k|1687 | 0.000000e+00 | 5.526000e+03 |    Inf 
148.50/148.52	o 5410
148.50/148.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.50/148.52	c * 149s|179862 |140656 |272660 |   1.5 | 198M| 773 |   - |1800 |2881 |1800 | 188 |  43k|  46k|1752 | 0.000000e+00 | 5.410000e+03 |    Inf 
148.50/148.53	o 5389
148.50/148.53	c * 149s|179863 |140251 |272661 |   1.5 | 197M| 773 |   - |1800 |2881 |1800 | 188 |  43k|  46k|1752 | 0.000000e+00 | 5.389000e+03 |    Inf 
148.59/148.64	c   149s|180000 |140373 |273016 |   1.5 | 197M| 773 |   0 |1800 |2851 |1800 | 193 |  43k|  46k|1752 | 0.000000e+00 | 5.389000e+03 |    Inf 
156.60/156.69	c   157s|190000 |148919 |286056 |   1.5 | 210M| 773 |   0 |1800 |3007 |1800 | 185 |  46k|  48k|1775 | 0.000000e+00 | 5.389000e+03 |    Inf 
157.40/157.48	o 5330
157.40/157.48	c * 157s|191027 |148469 |286852 |   1.5 | 209M| 773 |   - |1800 |3015 |1800 | 176 |  46k|  48k|1776 | 0.000000e+00 | 5.330000e+03 |    Inf 
157.40/157.49	o 5289
157.40/157.49	c * 157s|191029 |147551 |286868 |   1.5 | 207M| 773 |   - |1800 |3015 |1800 | 176 |  46k|  48k|1776 | 0.000000e+00 | 5.289000e+03 |    Inf 
165.10/165.12	c   165s|200000 |154987 |299227 |   1.5 | 219M| 773 |   0 |1800 |3084 |1800 | 192 |  48k|  51k|1845 | 0.000000e+00 | 5.289000e+03 |    Inf 
173.40/173.45	c   173s|210000 |163405 |313777 |   1.5 | 232M| 773 |   0 |1800 |2893 |1800 | 192 |  50k|  54k|1913 | 0.000000e+00 | 5.289000e+03 |    Inf 
181.60/181.66	c   182s|220000 |171825 |327556 |   1.5 | 244M| 773 |   0 |1800 |3155 |1800 | 189 |  53k|  57k|1974 | 0.000000e+00 | 5.289000e+03 |    Inf 
190.09/190.19	c   190s|230000 |180227 |342848 |   1.5 | 257M| 773 |   0 |1800 |3359 |1800 | 191 |  56k|  60k|2035 | 0.000000e+00 | 5.289000e+03 |    Inf 
198.30/198.37	o 5142
198.30/198.37	c * 198s|239949 |184589 |357087 |   1.5 | 262M| 773 |   - |1800 |3185 |1800 | 204 |  58k|  63k|2095 | 0.000000e+00 | 5.142000e+03 |    Inf 
198.40/198.43	c   198s|240000 |184626 |357396 |   1.5 | 262M| 773 |   0 |1800 |3186 |1800 | 222 |  58k|  63k|2095 | 0.000000e+00 | 5.142000e+03 |    Inf 
206.81/206.85	c   207s|250000 |193290 |374915 |   1.5 | 274M| 773 |   0 |1800 |2865 |1800 | 187 |  61k|  65k|2157 | 0.000000e+00 | 5.142000e+03 |    Inf 
215.29/215.36	c   215s|260000 |201708 |391314 |   1.5 | 288M| 773 |   0 |1800 |3481 |1800 | 182 |  64k|  68k|2210 | 0.000000e+00 | 5.142000e+03 |    Inf 
223.60/223.61	c   224s|270000 |210301 |405645 |   1.5 | 301M| 773 |   0 |1800 |3135 |1800 | 199 |  66k|  70k|2254 | 0.000000e+00 | 5.142000e+03 |    Inf 
224.90/224.96	o 5130
224.90/224.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.90/224.96	c * 225s|271596 |211207 |407955 |   1.5 | 303M| 773 |   - |1800 |3204 |1800 | 198 |  67k|  71k|2257 | 0.000000e+00 | 5.130000e+03 |    Inf 
225.00/225.08	o 4918
225.00/225.08	c * 225s|271722 |204002 |408225 |   1.5 | 289M| 773 |   - |1800 |3230 |1800 | 201 |  67k|  71k|2257 | 0.000000e+00 | 4.918000e+03 |    Inf 
232.10/232.20	c   232s|280000 |210942 |420647 |   1.5 | 300M| 773 |   0 |1800 |3347 |1800 | 208 |  69k|  73k|2327 | 0.000000e+00 | 4.918000e+03 |    Inf 
240.70/240.77	c   241s|290000 |219361 |437502 |   1.5 | 313M| 773 |   - |1800 |3323 |   0 |   0 |  71k|  76k|2370 | 0.000000e+00 | 4.918000e+03 |    Inf 
246.50/246.50	o 4895
246.50/246.50	c * 246s|296741 |224212 |447006 |   1.5 | 320M| 773 |   - |1800 |3259 |1800 | 177 |  73k|  78k|2390 | 0.000000e+00 | 4.895000e+03 |    Inf 
249.20/249.26	c   249s|300000 |227031 |451677 |   1.5 | 324M| 773 |   0 |1800 |3342 |1800 | 191 |  73k|  79k|2397 | 0.000000e+00 | 4.895000e+03 |    Inf 
257.90/257.95	c   258s|310000 |235496 |469114 |   1.5 | 338M| 773 |   0 |1800 |3172 |1800 | 182 |  76k|  81k|2465 | 0.000000e+00 | 4.895000e+03 |    Inf 
262.80/262.87	o 4857
262.80/262.87	c * 263s|315701 |238893 |479700 |   1.5 | 343M| 773 |   - |1800 |3042 |1800 | 200 |  78k|  83k|2500 | 0.000000e+00 | 4.857000e+03 |    Inf 
263.29/263.32	o 4853
263.29/263.32	c * 263s|316164 |239126 |481126 |   1.5 | 343M| 773 |   - |1800 |3120 |1800 | 206 |  78k|  83k|2503 | 0.000000e+00 | 4.853000e+03 |    Inf 
263.29/263.33	o 4708
263.29/263.33	c * 263s|316165 |232301 |481127 |   1.5 | 327M| 773 |   - |1800 |3120 |1800 | 206 |  78k|  83k|2503 | 0.000000e+00 | 4.708000e+03 |    Inf 
266.80/266.81	c   267s|320000 |235508 |488070 |   1.5 | 333M| 773 |   0 |1800 |3121 |1800 | 183 |  79k|  84k|2522 | 0.000000e+00 | 4.708000e+03 |    Inf 
270.90/270.94	o 4673
270.90/270.94	c * 271s|324909 |237974 |494828 |   1.5 | 335M| 773 |   - |1800 |3044 |1800 | 205 |  80k|  85k|2540 | 0.000000e+00 | 4.673000e+03 |    Inf 
270.90/270.96	o 4474
270.90/270.96	c * 271s|324910 |227449 |494832 |   1.5 | 308M| 773 |   - |1800 |3044 |1800 | 205 |  80k|  85k|2540 | 0.000000e+00 | 4.474000e+03 |    Inf 
275.30/275.39	c   275s|330000 |231607 |501730 |   1.5 | 315M| 773 |   0 |1800 |3384 |1800 | 179 |  81k|  87k|2577 | 0.000000e+00 | 4.474000e+03 |    Inf 
283.71/283.74	c   284s|340000 |240170 |514475 |   1.5 | 329M| 773 |   0 |1800 |3337 |1800 | 186 |  83k|  89k|2608 | 0.000000e+00 | 4.474000e+03 |    Inf 
287.10/287.19	o 4323
287.10/287.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.10/287.19	c * 287s|344128 |234625 |519912 |   1.5 | 310M| 773 |   - |1800 |3348 |1800 | 179 |  84k|  90k|2624 | 0.000000e+00 | 4.323000e+03 |    Inf 
287.20/287.21	o 4159
287.20/287.21	c * 287s|344129 |224336 |519922 |   1.5 | 286M| 773 |   - |1800 |3348 |1800 | 179 |  84k|  90k|2624 | 0.000000e+00 | 4.159000e+03 |    Inf 
287.50/287.52	o 3978
287.50/287.52	c * 288s|344417 |213546 |520422 |   1.5 | 262M| 773 |   - |1800 |3378 |1800 | 174 |  84k|  90k|2636 | 0.000000e+00 | 3.978000e+03 |    Inf 
287.50/287.55	o 3814
287.50/287.55	c * 288s|344418 |203168 |520425 |   1.5 | 242M| 773 |   - |1800 |3378 |1800 | 174 |  84k|  90k|2636 | 0.000000e+00 | 3.814000e+03 |    Inf 
287.60/287.62	o 3700
287.60/287.62	c * 288s|344494 |196079 |520566 |   1.5 | 229M| 773 |   - |1800 |3375 |1800 | 178 |  84k|  90k|2636 | 0.000000e+00 | 3.700000e+03 |    Inf 
287.70/287.73	o 3367
287.70/287.73	c * 288s|344578 |176384 |520702 |   1.5 | 198M| 773 |   - |1800 |3377 |1800 | 177 |  84k|  90k|2636 | 0.000000e+00 | 3.367000e+03 |    Inf 
287.70/287.75	o 3172
287.70/287.75	c * 288s|344579 |166053 |520704 |   1.5 | 186M| 773 |   - |1800 |3377 |1800 | 177 |  84k|  90k|2636 | 0.000000e+00 | 3.172000e+03 |    Inf 
287.80/287.81	o 3089
287.80/287.81	c * 288s|344639 |161811 |520817 |   1.5 | 181M| 773 |   - |1800 |3381 |1800 | 182 |  84k|  90k|2636 | 0.000000e+00 | 3.089000e+03 |    Inf 
287.80/287.85	o 3088
287.80/287.85	c * 288s|344672 |161790 |520911 |   1.5 | 181M| 773 |   - |1800 |3378 |1800 | 181 |  84k|  90k|2638 | 0.000000e+00 | 3.088000e+03 |    Inf 
287.80/287.85	o 3083
287.80/287.85	c * 288s|344673 |161498 |520916 |   1.5 | 181M| 773 |   - |1800 |3377 |1800 | 181 |  84k|  90k|2638 | 0.000000e+00 | 3.083000e+03 |    Inf 
288.00/288.05	o 3080
288.00/288.05	c * 288s|344855 |161501 |521428 |   1.5 | 181M| 773 |   - |1800 |3421 |1800 | 189 |  84k|  90k|2639 | 0.000000e+00 | 3.080000e+03 |    Inf 
289.31/289.36	o 3021
289.31/289.36	c * 289s|346198 |159579 |523985 |   1.5 | 180M| 773 |   - |1800 |3432 |1800 | 187 |  85k|  91k|2647 | 0.000000e+00 | 3.021000e+03 |    Inf 
289.31/289.37	o 2936
289.31/289.37	c * 289s|346199 |155302 |523986 |   1.5 | 175M| 773 |   - |1800 |3432 |1800 | 187 |  85k|  91k|2647 | 0.000000e+00 | 2.936000e+03 |    Inf 
289.40/289.46	o 2892
289.40/289.46	c * 289s|346276 |153063 |524198 |   1.5 | 173M| 773 |   - |1800 |3459 |1800 | 192 |  85k|  91k|2647 | 0.000000e+00 | 2.892000e+03 |    Inf 
290.50/290.50	o 2839
290.50/290.50	c * 290s|347432 |151199 |525809 |   1.5 | 172M| 773 |   - |1800 |3368 |1800 | 187 |  85k|  91k|2647 | 0.000000e+00 | 2.839000e+03 |    Inf 
290.70/290.75	o 2801
290.70/290.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.70/290.75	c * 291s|347679 |149449 |526365 |   1.5 | 170M| 773 |   - |1800 |3337 |1800 | 186 |  85k|  91k|2652 | 0.000000e+00 | 2.801000e+03 |    Inf 
290.70/290.77	o 2649
290.70/290.77	c * 291s|347684 |141671 |526369 |   1.5 | 162M| 773 |   - |1800 |3337 |1800 | 186 |  85k|  91k|2652 | 0.000000e+00 | 2.649000e+03 |    Inf 
290.70/290.78	o 2606
290.70/290.78	c * 291s|347685 |139500 |526371 |   1.5 | 160M| 773 |   - |1800 |3336 |1800 | 186 |  85k|  91k|2652 | 0.000000e+00 | 2.606000e+03 |    Inf 
293.20/293.28	c   293s|350000 |141200 |534038 |   1.5 | 164M| 773 |   0 |1800 |3068 |1800 | 204 |  86k|  92k|2698 | 0.000000e+00 | 2.606000e+03 |    Inf 
303.10/303.17	c   303s|360000 |148637 |559629 |   1.6 | 180M| 773 |   - |1800 |2806 |   0 |   0 |  90k|  95k|2797 | 0.000000e+00 | 2.606000e+03 |    Inf 
313.90/313.90	c   314s|370000 |156007 |596982 |   1.6 | 197M| 773 |   0 |1800 |3099 |1800 | 194 |  95k|  98k|2908 | 0.000000e+00 | 2.606000e+03 |    Inf 
324.10/324.11	c   324s|380000 |163405 |626234 |   1.6 | 213M| 773 |   0 |1800 |3136 |1800 | 181 | 100k| 101k|3002 | 0.000000e+00 | 2.606000e+03 |    Inf 
334.10/334.19	c   334s|390000 |170998 |652554 |   1.7 | 229M| 773 |   0 |1800 |3248 |1800 | 205 | 104k| 104k|3049 | 0.000000e+00 | 2.606000e+03 |    Inf 
337.80/337.81	o 2464
337.80/337.81	c * 338s|393619 |165377 |662655 |   1.7 | 226M| 773 |   - |1800 |3434 |1800 | 206 | 106k| 105k|3085 | 0.000000e+00 | 2.464000e+03 |    Inf 
340.30/340.37	o 2336
340.30/340.37	c * 340s|396189 |160148 |669643 |   1.7 | 222M| 773 |   - |1800 |3183 |1800 | 194 | 107k| 105k|3103 | 0.000000e+00 | 2.336000e+03 |    Inf 
344.10/344.17	c   344s|400000 |162954 |678409 |   1.7 | 228M| 773 |   0 |1800 |3184 |1800 | 202 | 108k| 106k|3136 | 0.000000e+00 | 2.336000e+03 |    Inf 
353.10/353.15	o 2309
353.10/353.15	c * 353s|408853 |167973 |704396 |   1.7 | 241M| 773 |   - |1800 |3245 |1800 | 202 | 112k| 109k|3193 | 0.000000e+00 | 2.309000e+03 |    Inf 
353.10/353.17	o 2231
353.10/353.17	c * 353s|408854 |163242 |704396 |   1.7 | 236M| 773 |   - |1800 |3245 |1800 | 202 | 112k| 109k|3193 | 0.000000e+00 | 2.231000e+03 |    Inf 
354.30/354.34	c   354s|410000 |164109 |707557 |   1.7 | 237M| 773 |   0 |1800 |3182 |1800 | 183 | 113k| 109k|3193 | 0.000000e+00 | 2.231000e+03 |    Inf 
362.50/362.57	o 2200
362.50/362.57	c * 363s|417917 |167815 |733228 |   1.8 | 248M| 773 |   - |1800 |3309 |1800 | 208 | 117k| 112k|3265 | 0.000000e+00 | 2.200000e+03 |    Inf 
364.60/364.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.60/364.66	c   365s|420000 |169312 |737894 |   1.8 | 250M| 773 |   0 |1800 |3374 |1800 | 193 | 117k| 112k|3279 | 0.000000e+00 | 2.200000e+03 |    Inf 
375.30/375.30	c   375s|430000 |176289 |770046 |   1.8 | 266M| 773 |   0 |1800 |3077 |1800 | 209 | 122k| 115k|3341 | 0.000000e+00 | 2.200000e+03 |    Inf 
385.21/385.29	o 2184
385.21/385.29	c * 385s|439646 |182260 |798846 |   1.8 | 281M| 773 |   - |1800 |3509 |1800 | 226 | 127k| 118k|3430 | 0.000000e+00 | 2.184000e+03 |    Inf 
385.31/385.31	o 2140
385.31/385.31	c * 385s|439649 |179176 |798858 |   1.8 | 277M| 773 |   - |1800 |3509 |1800 | 226 | 127k| 118k|3430 | 0.000000e+00 | 2.140000e+03 |    Inf 
385.31/385.32	o 2097
385.31/385.32	c * 385s|439650 |176299 |798858 |   1.8 | 274M| 773 |   - |1800 |3509 |1800 | 226 | 127k| 118k|3430 | 0.000000e+00 | 2.097000e+03 |    Inf 
385.71/385.73	c   386s|440000 |176525 |799868 |   1.8 | 274M| 773 |   0 |1800 |3573 |1800 | 182 | 127k| 118k|3432 | 0.000000e+00 | 2.097000e+03 |    Inf 
396.50/396.56	c   397s|450000 |183359 |833713 |   1.9 | 292M| 773 |   0 |1800 |3257 |1800 | 185 | 132k| 121k|3507 | 0.000000e+00 | 2.097000e+03 |    Inf 
398.10/398.16	o 2020
398.10/398.16	c * 398s|451508 |178644 |838556 |   1.9 | 287M| 773 |   - |1800 |3251 |1800 | 205 | 133k| 122k|3523 | 0.000000e+00 | 2.020000e+03 |    Inf 
403.61/403.66	o 2011
403.61/403.66	c * 404s|456474 |181180 |856705 |   1.9 | 295M| 773 |   - |1800 |3284 |1800 | 219 | 136k| 123k|3565 | 0.000000e+00 | 2.011000e+03 |    Inf 
403.61/403.67	o 2003
403.61/403.67	c * 404s|456475 |180517 |856715 |   1.9 | 294M| 773 |   - |1800 |3284 |1800 | 219 | 136k| 123k|3565 | 0.000000e+00 | 2.003000e+03 |    Inf 
407.61/407.63	c   408s|460000 |182961 |869513 |   1.9 | 301M| 773 |   - |1800 |3342 |1800 | 192 | 138k| 125k|3571 | 0.000000e+00 | 2.003000e+03 |    Inf 
418.40/418.44	c   418s|470000 |189752 |901951 |   1.9 | 319M| 773 |   - |1800 |3085 |   0 |   0 | 144k| 128k|3635 | 0.000000e+00 | 2.003000e+03 |    Inf 
429.21/429.25	c   429s|480000 |196855 |936042 |   1.9 | 337M| 773 |   - |1800 |3264 |   0 |   0 | 149k| 131k|3723 | 0.000000e+00 | 2.003000e+03 |    Inf 
434.01/434.06	o 1988
434.01/434.06	c * 434s|484614 |198619 |949204 |   2.0 | 342M| 773 |   - |1800 |3093 |1800 | 214 | 151k| 132k|3741 | 0.000000e+00 | 1.988000e+03 |    Inf 
434.20/434.24	o 1970
434.20/434.24	c * 434s|484739 |196967 |950258 |   2.0 | 340M| 773 |   - |1800 |3149 |1800 | 202 | 151k| 132k|3748 | 0.000000e+00 | 1.970000e+03 |    Inf 
434.20/434.28	o 1915
434.20/434.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.20/434.28	c * 434s|484754 |192182 |950552 |   2.0 | 332M| 773 |   - |1800 |3149 |1800 | 216 | 151k| 132k|3748 | 0.000000e+00 | 1.915000e+03 |    Inf 
434.20/434.29	o 1882
434.20/434.29	c * 434s|484755 |189025 |950553 |   2.0 | 327M| 773 |   - |1800 |3149 |1800 | 216 | 151k| 132k|3748 | 0.000000e+00 | 1.882000e+03 |    Inf 
439.91/439.94	c   440s|490000 |192692 |966351 |   2.0 | 337M| 773 |   0 |1800 |3168 |1800 | 178 | 153k| 134k|3770 | 0.000000e+00 | 1.882000e+03 |    Inf 
451.20/451.29	c   451s|500000 |199423 |  1003k|   2.0 | 356M| 773 |   0 |1800 |3337 |1800 | 193 | 160k| 137k|3855 | 0.000000e+00 | 1.882000e+03 |    Inf 
462.21/462.29	c   462s|510000 |206060 |  1035k|   2.0 | 374M| 773 |   0 |1800 |3170 |1800 | 179 | 165k| 140k|3912 | 0.000000e+00 | 1.882000e+03 |    Inf 
473.41/473.43	c   473s|520000 |212652 |  1067k|   2.1 | 391M| 773 |   0 |1800 |3231 |1800 | 195 | 171k| 144k|3983 | 0.000000e+00 | 1.882000e+03 |    Inf 
481.90/481.99	o 1797
481.90/481.99	c * 482s|527825 |210307 |  1095k|   2.1 | 391M| 773 |   - |1800 |3083 |1800 | 206 | 175k| 146k|4036 | 0.000000e+00 | 1.797000e+03 |    Inf 
484.41/484.42	c   484s|530000 |211886 |  1105k|   2.1 | 395M| 773 |   0 |1800 |3048 |1800 | 220 | 176k| 147k|4060 | 0.000000e+00 | 1.797000e+03 |    Inf 
496.20/496.26	c   496s|540000 |218566 |  1153k|   2.1 | 414M| 773 |   0 |1800 |2993 |1800 | 199 | 183k| 150k|4140 | 0.000000e+00 | 1.797000e+03 |    Inf 
507.31/507.34	c   507s|550000 |225307 |  1187k|   2.2 | 433M| 773 |   0 |1800 |3131 |1800 | 213 | 189k| 153k|4220 | 0.000000e+00 | 1.797000e+03 |    Inf 
518.70/518.72	c   519s|560000 |232101 |  1230k|   2.2 | 452M| 773 |   0 |1800 |3221 |1800 | 199 | 195k| 156k|4281 | 0.000000e+00 | 1.797000e+03 |    Inf 
526.81/526.84	o 1646
526.81/526.84	c * 527s|567075 |219762 |  1256k|   2.2 | 436M| 773 |   - |1800 |3667 |1800 | 191 | 199k| 159k|4336 | 0.000000e+00 | 1.646000e+03 |    Inf 
530.21/530.21	c   530s|570000 |221563 |  1267k|   2.2 | 441M| 773 |   0 |1800 |3782 |1800 | 193 | 200k| 160k|4351 | 0.000000e+00 | 1.646000e+03 |    Inf 
530.41/530.48	o 1629
530.41/530.48	c * 530s|570231 |218930 |  1267k|   2.2 | 436M| 773 |   - |1800 |3760 |1800 | 213 | 201k| 160k|4352 | 0.000000e+00 | 1.629000e+03 |    Inf 
530.51/530.50	o 1582
530.51/530.50	c * 530s|570232 |212490 |  1267k|   2.2 | 423M| 773 |   - |1800 |3760 |1800 | 213 | 201k| 160k|4352 | 0.000000e+00 | 1.582000e+03 |    Inf 
530.71/530.75	o 1574
530.71/530.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.71/530.75	c * 531s|570454 |211677 |  1268k|   2.2 | 422M| 773 |   - |1800 |3783 |1800 | 222 | 201k| 160k|4353 | 0.000000e+00 | 1.574000e+03 |    Inf 
530.71/530.77	o 1530
530.71/530.77	c * 531s|570460 |206363 |  1268k|   2.2 | 410M| 773 |   - |1800 |3783 |1800 | 222 | 201k| 160k|4353 | 0.000000e+00 | 1.530000e+03 |    Inf 
530.71/530.79	o 1483
530.71/530.79	c * 531s|570461 |200742 |  1268k|   2.2 | 398M| 773 |   - |1800 |3783 |1800 | 222 | 201k| 160k|4353 | 0.000000e+00 | 1.483000e+03 |    Inf 
539.21/539.28	o 1399
539.21/539.28	c * 539s|577571 |195058 |  1297k|   2.2 | 389M| 773 |   - |1800 |3403 |1800 | 220 | 205k| 163k|4409 | 0.000000e+00 | 1.399000e+03 |    Inf 
541.31/541.38	o 1293
541.31/541.38	c * 541s|579351 |181995 |  1303k|   2.2 | 358M| 773 |   - |1800 |3207 |1800 | 205 | 206k| 163k|4426 | 0.000000e+00 | 1.293000e+03 |    Inf 
541.31/541.38	o 1292
541.31/541.38	c * 541s|579352 |181919 |  1303k|   2.2 | 358M| 773 |   - |1800 |3207 |1800 | 205 | 206k| 163k|4426 | 0.000000e+00 | 1.292000e+03 |    Inf 
542.11/542.19	c   542s|580000 |182326 |  1306k|   2.3 | 359M| 773 |   0 |1800 |3132 |1800 | 178 | 206k| 163k|4436 | 0.000000e+00 | 1.292000e+03 |    Inf 
544.81/544.82	o 1235
544.81/544.82	c * 545s|582050 |175744 |  1316k|   2.3 | 346M| 773 |   - |1800 |3426 |1800 | 206 | 208k| 164k|4438 | 0.000000e+00 | 1.235000e+03 |    Inf 
544.81/544.84	o 1224
544.81/544.84	c * 545s|582056 |174472 |  1316k|   2.3 | 343M| 773 |   - |1800 |3432 |1800 | 206 | 208k| 164k|4438 | 0.000000e+00 | 1.224000e+03 |    Inf 
544.81/544.86	o 1152
544.81/544.86	c * 545s|582057 |165872 |  1316k|   2.3 | 320M| 773 |   - |1800 |3432 |1800 | 206 | 208k| 164k|4438 | 0.000000e+00 | 1.152000e+03 |    Inf 
544.91/544.93	o 1129
544.91/544.93	c * 545s|582091 |162999 |  1316k|   2.3 | 312M| 773 |   - |1800 |3443 |1800 | 214 | 208k| 164k|4438 | 0.000000e+00 | 1.129000e+03 |    Inf 
545.11/545.13	o 995
545.11/545.13	c * 545s|582169 |139911 |  1317k|   2.3 | 254M| 773 |   - |1800 |3418 |1800 | 215 | 208k| 164k|4438 | 0.000000e+00 | 9.950000e+02 |    Inf 
545.31/545.36	o 893
545.31/545.36	c * 545s|582283 |119068 |  1317k|   2.3 | 210M| 773 |   - |1800 |3356 |1800 | 204 | 208k| 164k|4438 | 0.000000e+00 | 8.930000e+02 |    Inf 
545.41/545.40	o 801
545.41/545.40	c * 545s|582284 |107569 |  1317k|   2.3 | 184M| 773 |   - |1800 |3356 |1800 | 204 | 208k| 164k|4438 | 0.000000e+00 | 8.010000e+02 |    Inf 
558.81/558.83	c   559s|590000 |110043 |  1412k|   2.4 | 209M| 773 |   6 |1800 |3042 |1800 | 187 | 220k| 170k|4596 | 0.000000e+00 | 8.010000e+02 |    Inf 
574.61/574.69	o 722
574.61/574.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.61/574.69	c * 575s|599255 |101324 |  1517k|   2.5 | 212M| 773 |   - |1800 |3321 |1800 | 207 | 235k| 177k|4746 | 0.000000e+00 | 7.220000e+02 |    Inf 
574.71/574.70	o 683
574.71/574.70	c * 575s|599256 | 95962 |  1517k|   2.5 | 201M| 773 |   - |1800 |3321 |1800 | 207 | 235k| 177k|4746 | 0.000000e+00 | 6.830000e+02 |    Inf 
575.90/575.94	o 639
575.90/575.94	c * 576s|599886 | 86505 |  1526k|   2.5 | 186M| 773 |   - |1800 |2708 |1800 | 203 | 236k| 177k|4756 | 0.000000e+00 | 6.390000e+02 |    Inf 
576.20/576.20	c   576s|600000 | 86491 |  1528k|   2.5 | 186M| 773 |   8 |1800 |2346 |1800 | 195 | 237k| 177k|4756 | 0.000000e+00 | 6.390000e+02 |    Inf 
595.20/595.26	c   595s|610000 | 86156 |  1672k|   2.7 | 214M| 773 |   - |1800 |3130 |   0 |   0 | 259k| 188k|4908 | 0.000000e+00 | 6.390000e+02 |    Inf 
601.31/601.37	o 626
601.31/601.37	c * 601s|613170 | 83618 |  1721k|   2.8 | 218M| 773 |   - |1800 |3378 |1800 | 214 | 265k| 192k|4967 | 0.000000e+00 | 6.260000e+02 |    Inf 
601.31/601.37	o 615
601.31/601.37	c * 601s|613171 | 82419 |  1721k|   2.8 | 215M| 773 |   - |1800 |3378 |1800 | 214 | 265k| 192k|4967 | 0.000000e+00 | 6.150000e+02 |    Inf 
614.11/614.15	c   614s|620000 | 81490 |  1816k|   2.9 | 229M| 773 |   - |1800 |3471 |1800 | 214 | 280k| 199k|5063 | 0.000000e+00 | 6.150000e+02 |    Inf 
621.01/621.05	o 610
621.01/621.05	c * 621s|623833 | 81332 |  1872k|   3.0 | 235M| 773 |   - |1800 |3575 |1800 | 201 | 288k| 203k|5112 | 0.000000e+00 | 6.100000e+02 |    Inf 
632.31/632.35	c   632s|630000 | 81346 |  1959k|   3.1 | 245M| 773 |   0 |1800 |3223 |1800 | 214 | 301k| 210k|5200 | 0.000000e+00 | 6.100000e+02 |    Inf 
633.91/633.95	o 589
633.91/633.95	c * 634s|630825 | 79581 |  1970k|   3.1 | 243M| 773 |   - |1800 |3422 |1800 | 197 | 303k| 211k|5211 | 0.000000e+00 | 5.890000e+02 |    Inf 
637.41/637.41	o 556
637.41/637.41	c * 637s|632639 | 75520 |  1997k|   3.2 | 239M| 773 |   - |1800 |2824 |1800 | 207 | 307k| 213k|5237 | 0.000000e+00 | 5.560000e+02 |    Inf 
650.71/650.74	c   651s|640000 | 75505 |  2099k|   3.3 | 248M| 773 |  12 |1800 |3221 |1800 | 226 | 324k| 222k|5314 | 0.000000e+00 | 5.560000e+02 |    Inf 
658.82/658.80	o 509
658.82/658.80	c * 659s|644338 | 71581 |  2158k|   3.3 | 246M| 773 |   - |1800 |3743 |1800 | 228 | 334k| 227k|5382 | 0.000000e+00 | 5.090000e+02 |    Inf 
669.12/669.15	c   669s|650000 | 70425 |  2234k|   3.4 | 251M| 773 |   0 |1800 |3165 |1800 | 228 | 347k| 234k|5443 | 0.000000e+00 | 5.090000e+02 |    Inf 
675.42/675.46	o 426
675.42/675.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
675.42/675.46	c * 675s|653398 | 61522 |  2281k|   3.5 | 238M| 773 |   - |1800 |3607 |1800 | 195 | 355k| 239k|5481 | 0.000000e+00 | 4.260000e+02 |    Inf 
676.61/676.66	o 367
676.61/676.66	c * 677s|653970 | 50831 |  2292k|   3.5 | 219M| 773 |   - |1800 |2614 |1800 | 186 | 357k| 240k|5493 | 0.000000e+00 | 3.670000e+02 |    Inf 
680.71/680.72	o 331
680.71/680.72	c * 681s|655755 | 42896 |  2328k|   3.6 | 209M| 773 |   - |1800 |2536 |1800 | 179 | 362k| 243k|5526 | 0.000000e+00 | 3.310000e+02 |    Inf 
680.71/680.73	o 292
680.71/680.73	c * 681s|655756 | 39971 |  2328k|   3.6 | 201M| 773 |   - |1800 |2536 |1800 | 179 | 362k| 243k|5526 | 0.000000e+00 | 2.920000e+02 |    Inf 
683.91/683.97	o 218
683.91/683.97	c * 684s|657260 | 20189 |  2357k|   3.6 | 147M| 773 |   - |1800 |2493 |1800 | 180 | 366k| 246k|5547 | 0.000000e+00 | 2.180000e+02 |    Inf 
683.91/683.98	o 179
683.91/683.98	c * 684s|657261 | 18051 |  2357k|   3.6 | 137M| 773 |   - |1800 |2493 |1800 | 180 | 366k| 246k|5547 | 0.000000e+00 | 1.790000e+02 |    Inf 
685.52/685.50	o 150
685.52/685.50	c * 685s|658045 |  4242 |  2373k|   3.6 |  64M| 773 |   - |1800 |1943 |1800 | 188 | 368k| 248k|5556 | 0.000000e+00 | 1.500000e+02 |    Inf 
685.72/685.76	o 130
685.72/685.76	c * 686s|658205 |  2526 |  2375k|   3.6 |  50M| 773 |   - |1800 |1920 |1800 | 194 | 368k| 248k|5556 | 0.000000e+00 | 1.300000e+02 |    Inf 
686.32/686.33	c 
686.32/686.33	c SCIP Status        : problem is solved [optimal solution found]
686.32/686.33	c Solving Time (sec) : 686.32
686.32/686.33	c Solving Nodes      : 658571
686.32/686.33	c Primal Bound       : +1.30000000000000e+02 (214 solutions)
686.32/686.33	c Dual Bound         : +1.30000000000000e+02
686.32/686.33	c Gap                : 0.00 %
686.32/686.33	s OPTIMUM FOUND
686.32/686.33	v -x200 x199 x198 -x197 x196 -x195 -x194 x193 -x192 x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
686.32/686.33	v x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
686.32/686.33	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 x132 
686.32/686.33	v -x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
686.32/686.33	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 
686.32/686.33	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 
686.32/686.33	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 
686.32/686.33	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 
686.32/686.33	c SCIP Status        : problem is solved [optimal solution found]
686.32/686.33	c Solving Time       :     686.32
686.32/686.33	c Original Problem   :
686.32/686.33	c   Problem name     : HOME/instance-2705736-1278580124.wbo
686.32/686.33	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
686.32/686.33	c   Constraints      : 1801 initial, 1801 maximal
686.32/686.33	c Presolved Problem  :
686.32/686.33	c   Problem name     : t_HOME/instance-2705736-1278580124.wbo
686.32/686.33	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
686.32/686.33	c   Constraints      : 1700 initial, 6317 maximal
686.32/686.33	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
686.32/686.33	c   trivial          :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   implics          :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   probing          :       0.01          0          0          0          0          0          0          0          0
686.32/686.33	c   linear           :       0.02          0        100          0        850          0        101          0          0
686.32/686.33	c   indicator        :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   logicor          :       0.00          0          0          0          0          0          0          0          0
686.32/686.33	c   root node        :          -       1484          -          -       1484          -          -          -          -
686.32/686.33	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
686.32/686.33	c   integral         :          0          0          0     686841          0          1         59          0          0      73198
686.32/686.33	c   linear           :        850          6    1902382     650130          0      17270    1518412     369074          0          0
686.32/686.33	c   indicator        :        850          0    1885486     650185          0      11036   21015261          0          0          0
686.32/686.33	c   logicor          :          0+         0     978481          0          0       7699     617116          0          0          0
686.32/686.33	c   countsols        :          0          0          0     547259          0          0          0          0          0          0
686.32/686.33	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
686.32/686.33	c   integral         :       4.54       0.00       0.00       4.54       0.00
686.32/686.33	c   linear           :      50.13       0.00      27.67      22.46       0.00
686.32/686.33	c   indicator        :      94.09       0.01      54.72      39.35       0.00
686.32/686.33	c   logicor          :      12.48       0.00      12.48       0.00       0.00
686.32/686.33	c   countsols        :       0.07       0.00       0.00       0.07       0.00
686.32/686.33	c Propagators        :       Time      Calls    Cutoffs    DomReds
686.32/686.33	c   vbounds          :       0.33          2          0          0
686.32/686.33	c   rootredcost      :       0.32        114          0        740
686.32/686.33	c   pseudoobj        :      44.42    1971185      68623   20070287
686.32/686.33	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
686.32/686.33	c   propagation      :       4.69      93592      93027     346156       21.0       3176       11.0          -
686.32/686.33	c   infeasible LP    :       0.01         67         67        263       18.8          0        0.0          0
686.32/686.33	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
686.32/686.33	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
686.32/686.33	c   pseudo solution  :       0.00          4          4         22       14.7          0        0.0          -
686.32/686.33	c   applied globally :          -          -          -     248745       19.8          -          -          -
686.32/686.33	c   applied locally  :          -          -          -          0        0.0          -          -          -
686.32/686.33	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
686.32/686.33	c   cut pool         :       0.00          4          -          -         50          -    (maximal pool size: 177)
686.32/686.33	c   redcost          :      29.57     713066          0    1287331          0          0
686.32/686.33	c   impliedbounds    :       0.00          5          0          0          0          0
686.32/686.33	c   intobj           :       0.00          0          0          0          0          0
686.32/686.33	c   cgmip            :       0.00          0          0          0          0          0
686.32/686.33	c   gomory           :       0.02          5          0          0         97          0
686.32/686.33	c   strongcg         :       0.02          5          0          0        252          0
686.32/686.33	c   cmir             :       0.01          5          0          0          0          0
686.32/686.33	c   flowcover        :       0.01          5          0          0          0          0
686.32/686.33	c   clique           :       0.00          1          0          0          0          0
686.32/686.33	c   zerohalf         :       0.00          0          0          0          0          0
686.32/686.33	c   mcf              :       0.00          1          0          0          0          0
686.32/686.33	c   rapidlearning    :       0.06          1          0          0          0          0
686.32/686.33	c Pricers            :       Time      Calls       Vars
686.32/686.33	c   problem variables:       0.00          0          0
686.32/686.33	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
686.32/686.33	c   relpscost        :       4.33      36653          1         59          0          0      73198
686.32/686.33	c   pscost           :       0.00          0          0          0          0          0          0
686.32/686.33	c   inference        :      74.01     547145          0          0          0          0    1094290
686.32/686.33	c   mostinf          :       0.00          0          0          0          0          0          0
686.32/686.33	c   leastinf         :       0.00          0          0          0          0          0          0
686.32/686.33	c   fullstrong       :       0.00          0          0          0          0          0          0
686.32/686.33	c   allfullstrong    :       0.00          0          0          0          0          0          0
686.32/686.33	c   random           :       0.00          0          0          0          0          0          0
686.32/686.33	c Primal Heuristics  :       Time      Calls      Found
686.32/686.33	c   LP solutions     :       1.11          -        114
686.32/686.33	c   pseudo solutions :       0.00          -          0
686.32/686.33	c   feaspump         :       0.00          0          0
686.32/686.33	c   intshifting      :       0.00          0          0
686.32/686.33	c   oneopt           :       0.30         85          0
686.32/686.33	c   linesearchdiving :       0.19        292          0
686.32/686.33	c   guideddiving     :       0.18        292          0
686.32/686.33	c   coefdiving       :       0.19        292          0
686.32/686.33	c   pscostdiving     :       0.19        292          0
686.32/686.33	c   fracdiving       :       0.19        292          0
686.32/686.33	c   veclendiving     :       0.19        292          0
686.32/686.33	c   objpscostdiving  :       0.19        290          0
686.32/686.33	c   rootsoldiving    :       0.20        291          0
686.32/686.33	c   trivial          :       0.00          2          1
686.32/686.33	c   simplerounding   :       0.26      39860          0
686.32/686.33	c   zirounding       :       0.13       1000          0
686.32/686.33	c   rounding         :       0.17       2750          0
686.32/686.33	c   shifting         :       0.11        835          0
686.32/686.33	c   twoopt           :       0.00          0          0
686.32/686.33	c   fixandinfer      :       0.00          0          0
686.32/686.33	c   intdiving        :       0.00          0          0
686.32/686.33	c   actconsdiving    :       0.00          0          0
686.32/686.33	c   octane           :       0.00          0          0
686.32/686.33	c   rens             :       0.01          1          0
686.32/686.33	c   rins             :       0.00          0          0
686.32/686.33	c   localbranching   :       0.00          0          0
686.32/686.33	c   mutation         :       0.00          0          0
686.32/686.33	c   crossover        :       2.88        170          4
686.32/686.33	c   dins             :       0.00          0          0
686.32/686.33	c   undercover       :       0.00          0          0
686.32/686.33	c   nlp              :       0.09          0          0
686.32/686.33	c   trysol           :       0.21        431         95
686.32/686.33	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
686.32/686.33	c   primal LP        :       0.00          0          0       0.00          -
686.32/686.33	c   dual LP          :     225.78     247760    2376403       9.59   10525.09
686.32/686.33	c   lex dual LP      :       0.00          0          0       0.00          -
686.32/686.33	c   barrier LP       :       0.00          0          0       0.00          -
686.32/686.33	c   diving/probing LP:       0.12        106       5669      53.48   49290.08
686.32/686.33	c   strong branching :       4.07       5563      63107      11.34   15523.13
686.32/686.33	c     (at root node) :          -         33       3562     107.94          -
686.32/686.33	c   conflict analysis:       0.00          0          0       0.00          -
686.32/686.33	c B&B Tree           :
686.32/686.33	c   number of runs   :          1
686.32/686.33	c   nodes            :     658571
686.32/686.33	c   nodes (total)    :     658571
686.32/686.33	c   nodes left       :          0
686.32/686.33	c   max depth        :        773
686.32/686.33	c   max depth (total):        773
686.32/686.33	c   backtracks       :      40493 (6.1%)
686.32/686.33	c   delayed cutoffs  :      81481
686.32/686.33	c   repropagations   :     218120 (11068629 domain reductions, 29973 cutoffs)
686.32/686.33	c   avg switch length:       3.52
686.32/686.33	c   switching time   :      50.17
686.32/686.33	c Solution           :
686.32/686.33	c   Solutions found  :        214 (115 improvements)
686.32/686.33	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
686.32/686.33	c   Primal Bound     : +1.30000000000000e+02   (in run 1, after 658205 nodes, 685.75 seconds, depth 12, found by <relaxation>)
686.32/686.33	c   Dual Bound       : +1.30000000000000e+02
686.32/686.33	c   Gap              :       0.00 %
686.32/686.33	c   Root Dual Bound  : +0.00000000000000e+00
686.32/686.33	c   Root Iterations  :        236
686.32/686.37	c Time complete: 686.38.

Verifier Data

OK	130

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705736-1278580124/watcher-2705736-1278580124 -o /tmp/evaluation-result-2705736-1278580124/solver-2705736-1278580124 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705736-1278580124.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.94 4/178 24353
/proc/meminfo: memFree=27416276/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=12332 CPUtime=0
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 1924 0 0 0 0 0 0 0 25 0 1 0 26225494 12627968 1843 4089446400 4194304 10345943 140736638384416 18446744073709551615 4720712 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24353/statm: 3083 1843 429 1502 0 1576 0

[startup+0.026082 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 24353
/proc/meminfo: memFree=27416276/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=22184 CPUtime=0.02
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 4547 0 0 0 2 0 0 0 25 0 1 0 26225494 22716416 4112 4089446400 4194304 10345943 140736638384416 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24353/statm: 5546 4113 507 1502 0 4039 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22184

[startup+0.101068 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 24353
/proc/meminfo: memFree=27416276/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=40136 CPUtime=0.09
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 8919 0 0 0 9 0 0 0 25 0 1 0 26225494 41099264 8484 4089446400 4194304 10345943 140736638384416 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 10034 8484 636 1502 0 8527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40136

[startup+0.301034 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 24353
/proc/meminfo: memFree=27416276/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=41736 CPUtime=0.29
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 9954 0 0 0 28 1 0 0 25 0 1 0 26225494 42737664 8985 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 10434 8985 750 1502 0 8927 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41736

[startup+0.700958 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 24353
/proc/meminfo: memFree=27416276/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=42184 CPUtime=0.69
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 10323 0 0 0 68 1 0 0 25 0 1 0 26225494 43196416 9354 4089446400 4194304 10345943 140736638384416 18446744073709551615 4605852 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 10546 9354 753 1502 0 9039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42184

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24354
/proc/meminfo: memFree=27380804/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=42920 CPUtime=1.49
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 10513 0 0 0 148 1 0 0 25 0 1 0 26225494 43950080 9544 4089446400 4194304 10345943 140736638384416 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 10730 9544 756 1502 0 9223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42920

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24354
/proc/meminfo: memFree=27380920/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=40240 CPUtime=3.1
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 10930 0 0 0 308 2 0 0 25 0 1 0 26225494 41205760 8933 4089446400 4194304 10345943 140736638384416 18446744073709551615 4601642 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 10060 8933 756 1502 0 8553 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 40240

[startup+6.30097 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24354
/proc/meminfo: memFree=27379680/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=51848 CPUtime=6.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 14880 0 0 0 627 3 0 0 25 0 1 0 26225494 53092352 11549 4089446400 4194304 10345943 140736638384416 18446744073709551615 7546938 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 12962 11549 756 1502 0 11455 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 51848

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24354
/proc/meminfo: memFree=27363664/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=52720 CPUtime=12.69
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 26776 0 0 0 1264 5 0 0 25 0 1 0 26225494 53985280 11864 4089446400 4194304 10345943 140736638384416 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 13180 11864 760 1502 0 11673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52720

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24356
/proc/meminfo: memFree=27327320/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=82144 CPUtime=25.49
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 61368 0 0 0 2537 12 0 0 25 0 1 0 26225494 84115456 18993 4089446400 4194304 10345943 140736638384416 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 20536 18993 760 1502 0 19029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82144

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24356
/proc/meminfo: memFree=27269608/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=124020 CPUtime=51.09
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 108398 0 0 0 5087 22 0 0 25 0 1 0 26225494 126996480 29243 4089446400 4194304 10345943 140736638384416 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 31005 29243 760 1502 0 29498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124020

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24358
/proc/meminfo: memFree=27160348/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=197468 CPUtime=102.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 197482 0 0 0 10187 43 0 0 25 0 1 0 26225494 202207232 47236 4089446400 4194304 10345943 140736638384416 18446744073709551615 4286601 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 49367 47236 760 1502 0 47860 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 197468

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 24358
/proc/meminfo: memFree=27038396/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=285052 CPUtime=162.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 248874 0 0 0 16171 59 0 0 25 0 1 0 26225494 291893248 67539 4089446400 4194304 10345943 140736638384416 18446744073709551615 6777176 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 71263 67539 760 1502 0 69756 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 285052

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 24360
/proc/meminfo: memFree=26905896/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=383360 CPUtime=222.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 287220 0 0 0 22155 75 0 0 25 0 1 0 26225494 392560640 90003 4089446400 4194304 10345943 140736638384416 18446744073709551615 6803081 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 95840 90003 774 1502 0 94333 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 383360

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24362
/proc/meminfo: memFree=26807004/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=443964 CPUtime=282.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 344019 0 0 0 28135 95 0 0 25 0 1 0 26225494 454619136 104495 4089446400 4194304 10345943 140736638384416 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 110991 104495 774 1502 0 109484 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 443964

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24364
/proc/meminfo: memFree=26747164/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=463432 CPUtime=342.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 387338 0 0 0 34117 113 0 0 25 0 1 0 26225494 474554368 108801 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 115858 108801 774 1502 0 114351 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 463432

[startup+402.301 s]
/proc/loadavg: 1.51 1.87 1.90 2/171 24387
/proc/meminfo: memFree=28064176/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=494384 CPUtime=402.3
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 438101 0 0 0 40098 132 0 0 25 0 1 0 26225494 506249216 115210 4089446400 4194304 10345943 140736638384416 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 123596 115210 774 1502 0 122089 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 494384

[startup+462.301 s]
/proc/loadavg: 1.19 1.71 1.85 2/171 24387
/proc/meminfo: memFree=28018116/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=549884 CPUtime=462.31
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 474593 0 0 0 46082 149 0 0 25 0 1 0 26225494 563081216 126589 4089446400 4194304 10345943 140736638384416 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 137471 126589 774 1502 0 135964 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 549884

[startup+522.301 s]
/proc/loadavg: 1.07 1.58 1.79 2/171 24389
/proc/meminfo: memFree=27965008/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=615984 CPUtime=522.31
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 501283 0 0 0 52064 167 0 0 25 0 1 0 26225494 630767616 140031 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 153996 140031 774 1502 0 152489 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 615984

[startup+582.3 s]
/proc/loadavg: 1.02 1.47 1.74 2/171 24391
/proc/meminfo: memFree=27946988/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=633304 CPUtime=582.31
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 565414 0 0 0 58036 195 0 0 25 0 1 0 26225494 648503296 144264 4089446400 4194304 10345943 140736638384416 18446744073709551615 6119558 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 158326 144264 775 1502 0 156819 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 633304

[startup+642.3 s]
/proc/loadavg: 1.01 1.38 1.69 2/171 24396
/proc/meminfo: memFree=27928524/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=654348 CPUtime=642.32
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 610186 0 0 0 64009 223 0 0 25 0 1 0 26225494 670052352 148903 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 163587 148903 775 1502 0 162080 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 654348

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

[startup+665.506 s]
/proc/loadavg: 1.00 1.35 1.67 2/171 24396
/proc/meminfo: memFree=27919456/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=663908 CPUtime=665.52
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 623313 0 0 0 66318 234 0 0 25 0 1 0 26225494 679841792 151059 4089446400 4194304 10345943 140736638384416 18446744073709551615 6777571 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 165977 151059 775 1502 0 164470 0
Current children cumulated CPU time (s) 665.52
Current children cumulated vsize (KiB) 663908

[startup+678.301 s]
/proc/loadavg: 1.00 1.33 1.66 2/171 24396
/proc/meminfo: memFree=27914360/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=668108 CPUtime=678.31
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 633702 0 0 0 67591 240 0 0 25 0 1 0 26225494 684142592 152288 4089446400 4194304 10345943 140736638384416 18446744073709551615 6013431 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167027 152288 775 1502 0 165520 0
Current children cumulated CPU time (s) 678.31
Current children cumulated vsize (KiB) 668108

[startup+681.501 s]
/proc/loadavg: 1.00 1.33 1.66 2/171 24396
/proc/meminfo: memFree=27913120/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=669716 CPUtime=681.51
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 638661 0 0 0 67909 242 0 0 25 0 1 0 26225494 685789184 152616 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167429 152616 775 1502 0 165922 0
Current children cumulated CPU time (s) 681.51
Current children cumulated vsize (KiB) 669716

[startup+684.701 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 24396
/proc/meminfo: memFree=27912372/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=671144 CPUtime=684.71
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 641007 0 0 0 68228 243 0 0 25 0 1 0 26225494 687251456 152757 4089446400 4194304 10345943 140736638384416 18446744073709551615 4676111 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167786 152757 775 1502 0 166279 0
Current children cumulated CPU time (s) 684.71
Current children cumulated vsize (KiB) 671144

[startup+685.5 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 24396
/proc/meminfo: memFree=27912372/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=671144 CPUtime=685.52
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 641013 0 0 0 68308 244 0 0 25 0 1 0 26225494 687251456 152763 4089446400 4194304 10345943 140736638384416 18446744073709551615 6362984 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167786 152763 775 1502 0 166279 0
Current children cumulated CPU time (s) 685.52
Current children cumulated vsize (KiB) 671144

[startup+685.9 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 24396
/proc/meminfo: memFree=27912372/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=671144 CPUtime=685.91
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 641019 0 0 0 68347 244 0 0 25 0 1 0 26225494 687251456 152769 4089446400 4194304 10345943 140736638384416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167786 152769 775 1502 0 166279 0
Current children cumulated CPU time (s) 685.91
Current children cumulated vsize (KiB) 671144

[startup+686.3 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 24396
/proc/meminfo: memFree=27912248/32951124 swapFree=67111528/67111528
[pid=24353] ppid=24351 vsize=671144 CPUtime=686.32
/proc/24353/stat : 24353 (pbscip.linux.x8) R 24351 24353 23207 0 -1 4202496 641023 0 0 0 68388 244 0 0 25 0 1 0 26225494 687251456 152773 4089446400 4194304 10345943 140736638384416 18446744073709551615 4665803 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24353/statm: 167786 152773 775 1502 0 166279 0
Current children cumulated CPU time (s) 686.32
Current children cumulated vsize (KiB) 671144

Child status: 0
Real time (s): 686.373
CPU time (s): 686.394
CPU user time (s): 683.925
CPU system time (s): 2.46862
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 679868

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

runsolver used 0.995848 second user time and 2.14767 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-08 11:08:44
IDJOB=2705736
IDBENCH=79400
IDSOLVER=1214
FILE ID=node138/2705736-1278580124
PBS_JOBID= 11240179
Free space on /tmp= 73600 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-jnh18_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-2705736-1278580124/watcher-2705736-1278580124 -o /tmp/evaluation-result-2705736-1278580124/solver-2705736-1278580124 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705736-1278580124.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 11b5917216c9682d33b4eac8f024a9c6
RANDOM SEED=841772143

node138.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.845
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.69
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.845
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	: 5266.27
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.845
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.82
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.845
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.73
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.845
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.82
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.845
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.75
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.845
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.82
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.845
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27416804 kB
Buffers:        162216 kB
Cached:        4049220 kB
SwapCached:          0 kB
Active:        2757468 kB
Inactive:      2606540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27416804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12816 kB
Writeback:           0 kB
AnonPages:     1152580 kB
Mapped:          17580 kB
Slab:           105660 kB
PageTables:       6796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1303056 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= 73600 MiB
End job on node138 at 2010-07-08 11:20:10