Trace number 2700453

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.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 125.184 125.181

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh217_wcsp.wbo
MD5SUM21c59077deccfec4231c8e158229757c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.324949
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700453-1278535658.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1000 implications, 0 cliques
0.00/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.06	c     800 constraints of type <indicator>
0.00/0.06	c     800 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 394238
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |5803k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6175k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    39 |     - |6216k|   0 |   0 |1700 |1600 |1700 |  69 |  69 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   102 |     - |6255k|   0 |  20 |1700 |1600 |1700 |  97 |  97 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   135 |     - |6341k|   0 |  38 |1700 |1600 |1700 | 143 | 143 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   214 |     - |6414k|   0 |  53 |1700 |1600 |1700 | 155 | 155 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   274 |     - |6456k|   0 |  50 |1700 |1600 |1700 | 172 | 172 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   347 |     - |6573k|   0 |  43 |1700 |1600 |1700 | 182 | 182 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     2 |   465 |     - |6628k|   0 |  43 |1700 |1600 |1700 | 182 | 182 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
2.79/2.88	o 8151
2.79/2.88	c * 2.8s|  2819 |  2729 |  3476 |   1.1 |  10M| 728 |   - |1700 |1610 |1700 | 282 | 568 |  10 | 525 | 0.000000e+00 | 8.151000e+03 |    Inf 
8.09/8.18	c   7.9s| 10000 |  9905 | 11808 |   1.1 |  18M| 728 |   0 |1700 |1626 |1700 | 232 |1851 |  26 | 706 | 0.000000e+00 | 8.151000e+03 |    Inf 
15.19/15.23	c  14.8s| 20000 | 19903 | 21353 |   1.1 |  28M| 728 |   0 |1700 |1627 |1700 | 210 |3484 |  27 | 734 | 0.000000e+00 | 8.151000e+03 |    Inf 
22.19/22.28	c  21.7s| 30000 | 29899 | 31421 |   1.0 |  37M| 728 |   0 |1700 |1643 |1700 | 207 |5238 |  43 | 745 | 0.000000e+00 | 8.151000e+03 |    Inf 
29.80/29.85	c  29.1s| 40000 | 39897 | 41733 |   1.0 |  47M| 728 |   0 |1700 |1646 |1700 | 199 |6774 |  46 | 745 | 0.000000e+00 | 8.151000e+03 |    Inf 
34.99/35.03	o 8145
34.99/35.03	c *34.1s| 46542 | 46112 | 49224 |   1.1 |  54M| 728 |   - |1700 |2929 |1700 | 210 |8333 |1329 | 745 | 0.000000e+00 | 8.145000e+03 |    Inf 
35.39/35.40	o 7987
35.39/35.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.39/35.40	c *34.5s| 46994 | 46451 | 49899 |   1.1 |  55M| 728 |   - |1700 |3075 |1700 | 211 |8421 |1475 | 745 | 0.000000e+00 | 7.987000e+03 |    Inf 
35.39/35.46	o 7918
35.39/35.46	c *34.5s| 47070 | 46477 | 50079 |   1.1 |  55M| 728 |   - |1700 |3088 |1700 | 207 |8430 |1488 | 745 | 0.000000e+00 | 7.918000e+03 |    Inf 
35.49/35.58	o 7907
35.49/35.58	c *34.6s| 47214 | 46602 | 50347 |   1.1 |  55M| 728 |   - |1700 |3126 |1700 | 204 |8454 |1526 | 745 | 0.000000e+00 | 7.907000e+03 |    Inf 
35.59/35.64	o 7846
35.59/35.64	c *34.7s| 47286 | 46624 | 50517 |   1.1 |  55M| 728 |   - |1700 |3136 |1700 | 206 |8462 |1536 | 745 | 0.000000e+00 | 7.846000e+03 |    Inf 
35.59/35.64	o 7800
35.59/35.64	c *34.7s| 47287 | 46599 | 50520 |   1.1 |  55M| 728 |   - |1700 |3136 |1700 | 206 |8462 |1536 | 745 | 0.000000e+00 | 7.800000e+03 |    Inf 
35.89/35.90	o 7768
35.89/35.90	c *34.9s| 47622 | 46881 | 50971 |   1.1 |  55M| 728 |   - |1700 |3215 |1700 | 206 |8504 |1615 | 745 | 0.000000e+00 | 7.768000e+03 |    Inf 
35.89/35.91	o 7648
35.89/35.91	c *34.9s| 47623 | 46765 | 50975 |   1.1 |  55M| 728 |   - |1700 |3215 |1700 | 206 |8504 |1615 | 745 | 0.000000e+00 | 7.648000e+03 |    Inf 
36.49/36.59	o 7628
36.49/36.59	c *35.6s| 48368 | 47341 | 52205 |   1.1 |  56M| 728 |   - |1700 |3799 |1700 | 210 |8714 |2202 | 745 | 0.000000e+00 | 7.628000e+03 |    Inf 
36.49/36.59	o 7573
36.49/36.59	c *35.6s| 48369 | 47253 | 52209 |   1.1 |  56M| 728 |   - |1700 |3799 |1700 | 210 |8714 |2202 | 745 | 0.000000e+00 | 7.573000e+03 |    Inf 
36.59/36.68	o 7537
36.59/36.68	c *35.7s| 48462 | 47286 | 52435 |   1.1 |  56M| 728 |   - |1700 |3846 |1700 | 213 |8742 |2253 | 745 | 0.000000e+00 | 7.537000e+03 |    Inf 
36.69/36.73	o 7527
36.69/36.73	c *35.7s| 48506 | 47315 | 52605 |   1.1 |  56M| 728 |   - |1700 |3846 |1700 | 212 |8758 |2253 | 745 | 0.000000e+00 | 7.527000e+03 |    Inf 
37.19/37.21	o 7400
37.19/37.21	c *36.2s| 49036 | 47573 | 53505 |   1.1 |  57M| 728 |   - |1700 |4166 |1700 | 214 |8914 |2596 | 745 | 0.000000e+00 | 7.400000e+03 |    Inf 
37.19/37.21	o 7377
37.19/37.21	c *36.2s| 49037 | 47533 | 53507 |   1.1 |  57M| 728 |   - |1700 |4166 |1700 | 214 |8914 |2596 | 745 | 0.000000e+00 | 7.377000e+03 |    Inf 
37.29/37.39	o 7313
37.29/37.39	c *36.4s| 49206 | 47573 | 53960 |   1.1 |  57M| 728 |   - |1700 |4309 |1700 | 217 |8981 |2751 | 745 | 0.000000e+00 | 7.313000e+03 |    Inf 
37.99/38.00	o 7292
37.99/38.00	c *37.0s| 49805 | 48036 | 55183 |   1.1 |  58M| 728 |   - |1700 |4708 |1700 | 203 |9197 |3223 | 745 | 0.000000e+00 | 7.292000e+03 |    Inf 
37.99/38.01	o 7281
37.99/38.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.99/38.01	c *37.0s| 49806 | 48015 | 55187 |   1.1 |  58M| 728 |   - |1700 |4708 |1700 | 203 |9197 |3223 | 745 | 0.000000e+00 | 7.281000e+03 |    Inf 
37.99/38.03	o 7204
37.99/38.03	c *37.0s| 49825 | 47932 | 55373 |   1.1 |  57M| 728 |   - |1700 |4701 |1700 | 212 |9208 |3223 | 745 | 0.000000e+00 | 7.204000e+03 |    Inf 
38.19/38.22	c  37.2s| 50000 | 48080 | 55858 |   1.1 |  58M| 728 |   0 |1700 |4770 |1700 | 197 |9280 |3366 | 745 | 0.000000e+00 | 7.204000e+03 |    Inf 
39.09/39.15	o 7138
39.09/39.15	c *38.1s| 51012 | 48814 | 57335 |   1.1 |  59M| 728 |   - |1700 |5090 |1700 | 208 |9574 |4168 | 745 | 0.000000e+00 | 7.138000e+03 |    Inf 
39.09/39.20	o 6980
39.09/39.20	c *38.1s| 51051 | 48584 | 57501 |   1.1 |  59M| 728 |   - |1700 |5097 |1700 | 213 |9587 |4198 | 745 | 0.000000e+00 | 6.980000e+03 |    Inf 
39.19/39.20	o 6965
39.19/39.20	c *38.1s| 51052 | 48550 | 57536 |   1.1 |  58M| 728 |   - |1700 |5096 |1700 | 213 |9587 |4198 | 745 | 0.000000e+00 | 6.965000e+03 |    Inf 
45.40/45.44	o 6845
45.40/45.44	c *44.2s| 59404 | 56054 | 64175 |   1.1 |  67M| 728 |   - |1700 |4601 |1700 | 221 |  10k|6707 | 745 | 0.000000e+00 | 6.845000e+03 |    Inf 
45.99/46.00	c  44.7s| 60000 | 56572 | 65306 |   1.1 |  68M| 728 |   0 |1700 |4678 |1700 | 210 |  10k|7093 | 745 | 0.000000e+00 | 6.845000e+03 |    Inf 
50.09/50.19	o 6835
50.09/50.19	c *48.8s| 64561 | 60464 | 73626 |   1.1 |  74M| 728 |   - |1700 |5514 |1700 | 209 |  12k|  10k| 745 | 0.000000e+00 | 6.835000e+03 |    Inf 
50.80/50.88	o 6795
50.80/50.88	c *49.5s| 65438 | 61131 | 74516 |   1.1 |  75M| 728 |   - |1700 |5442 |1700 | 205 |  12k|  10k| 745 | 0.000000e+00 | 6.795000e+03 |    Inf 
53.19/53.25	o 6740
53.19/53.25	c *51.8s| 67825 | 62898 | 80295 |   1.2 |  77M| 728 |   - |1700 |5797 |1700 | 215 |  13k|  12k| 745 | 0.000000e+00 | 6.740000e+03 |    Inf 
54.89/54.99	c  53.5s| 70000 | 64843 | 82718 |   1.2 |  80M| 728 |   0 |1700 |5606 |1700 | 191 |  14k|  13k| 745 | 0.000000e+00 | 6.740000e+03 |    Inf 
55.10/55.15	o 6724
55.10/55.15	c *53.6s| 70220 | 64990 | 82965 |   1.2 |  80M| 728 |   - |1700 |5464 |1700 | 197 |  14k|  13k| 745 | 0.000000e+00 | 6.724000e+03 |    Inf 
55.69/55.77	o 6663
55.69/55.77	c *54.2s| 71037 | 65488 | 83593 |   1.2 |  80M| 728 |   - |1700 |5276 |1700 | 184 |  14k|  13k| 745 | 0.000000e+00 | 6.663000e+03 |    Inf 
56.00/56.02	o 6651
56.00/56.02	c *54.5s| 71355 | 65724 | 83965 |   1.2 |  81M| 728 |   - |1700 |5137 |1700 | 187 |  14k|  13k| 745 | 0.000000e+00 | 6.651000e+03 |    Inf 
56.79/56.81	o 6633
56.79/56.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.79/56.81	c *55.2s| 72380 | 66519 | 84967 |   1.2 |  82M| 728 |   - |1700 |4909 |1700 | 189 |  14k|  14k| 746 | 0.000000e+00 | 6.633000e+03 |    Inf 
57.30/57.30	o 6505
57.30/57.30	c *55.7s| 73001 | 66466 | 85746 |   1.2 |  81M| 728 |   - |1700 |4787 |1700 | 228 |  14k|  14k| 746 | 0.000000e+00 | 6.505000e+03 |    Inf 
58.09/58.18	o 6495
58.09/58.18	c *56.6s| 74039 | 67306 | 87252 |   1.2 |  82M| 728 |   - |1700 |4263 |1700 | 188 |  14k|  15k| 748 | 0.000000e+00 | 6.495000e+03 |    Inf 
59.29/59.30	o 6442
59.29/59.30	c *57.7s| 75500 | 68431 | 88975 |   1.2 |  84M| 728 |   - |1700 |4051 |1700 | 191 |  14k|  15k| 748 | 0.000000e+00 | 6.442000e+03 |    Inf 
59.29/59.31	o 6420
59.29/59.31	c *57.7s| 75502 | 68325 | 89010 |   1.2 |  83M| 728 |   - |1700 |4051 |1700 | 191 |  14k|  15k| 748 | 0.000000e+00 | 6.420000e+03 |    Inf 
59.29/59.32	o 6333
59.29/59.32	c *57.7s| 75503 | 67890 | 89020 |   1.2 |  82M| 728 |   - |1700 |4051 |1700 | 191 |  14k|  15k| 748 | 0.000000e+00 | 6.333000e+03 |    Inf 
59.79/59.88	o 6300
59.79/59.88	c *58.2s| 76250 | 68402 | 89690 |   1.2 |  83M| 728 |   - |1700 |4161 |1700 | 198 |  14k|  15k| 748 | 0.000000e+00 | 6.300000e+03 |    Inf 
59.79/59.88	o 6254
59.79/59.88	c *58.2s| 76251 | 68162 | 89698 |   1.2 |  83M| 728 |   - |1700 |4161 |1700 | 198 |  14k|  15k| 748 | 0.000000e+00 | 6.254000e+03 |    Inf 
60.09/60.13	o 6112
60.09/60.13	c *58.5s| 76528 | 67612 | 89977 |   1.2 |  81M| 728 |   - |1700 |4257 |1700 | 206 |  15k|  15k| 748 | 0.000000e+00 | 6.112000e+03 |    Inf 
60.09/60.13	o 5996
60.09/60.13	c *58.5s| 76529 | 66982 | 89982 |   1.2 |  80M| 728 |   - |1700 |4257 |1700 | 206 |  15k|  15k| 748 | 0.000000e+00 | 5.996000e+03 |    Inf 
60.79/60.85	o 5980
60.79/60.85	c *59.2s| 77460 | 67749 | 91243 |   1.2 |  81M| 728 |   - |1700 |4227 |1700 | 184 |  15k|  16k| 753 | 0.000000e+00 | 5.980000e+03 |    Inf 
62.29/62.33	o 5963
62.29/62.33	c *60.6s| 79492 | 69454 | 93553 |   1.2 |  83M| 728 |   - |1700 |3988 |1700 | 197 |  15k|  16k| 755 | 0.000000e+00 | 5.963000e+03 |    Inf 
62.29/62.33	o 5901
62.29/62.33	c *60.6s| 79493 | 69094 | 93555 |   1.2 |  82M| 728 |   - |1700 |3988 |1700 | 197 |  15k|  16k| 755 | 0.000000e+00 | 5.901000e+03 |    Inf 
62.59/62.70	o 5770
62.59/62.70	c *61.0s| 79988 | 68671 | 93925 |   1.2 |  80M| 728 |   - |1700 |3991 |1700 | 196 |  15k|  16k| 755 | 0.000000e+00 | 5.770000e+03 |    Inf 
62.70/62.72	c  61.0s| 80000 | 68683 | 93965 |   1.2 |  80M| 728 |   0 |1700 |3978 |1700 | 196 |  15k|  16k| 755 | 0.000000e+00 | 5.770000e+03 |    Inf 
66.59/66.66	o 5714
66.59/66.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.59/66.66	c *64.9s| 85104 | 72620 | 98865 |   1.2 |  86M| 728 |   - |1700 |4822 |1700 | 192 |  16k|  19k| 770 | 0.000000e+00 | 5.714000e+03 |    Inf 
66.79/66.88	o 5631
66.79/66.88	c *65.1s| 85323 | 72208 | 99362 |   1.2 |  85M| 728 |   - |1700 |4956 |1700 | 223 |  16k|  19k| 770 | 0.000000e+00 | 5.631000e+03 |    Inf 
66.79/66.88	o 5630
66.79/66.88	c *65.1s| 85325 | 72205 | 99380 |   1.2 |  85M| 728 |   - |1700 |4956 |1700 | 223 |  16k|  19k| 770 | 0.000000e+00 | 5.630000e+03 |    Inf 
66.79/66.89	o 5477
66.79/66.89	c *65.1s| 85326 | 71171 | 99386 |   1.2 |  83M| 728 |   - |1700 |4956 |1700 | 223 |  16k|  19k| 770 | 0.000000e+00 | 5.477000e+03 |    Inf 
67.10/67.13	o 5447
67.10/67.13	c *65.3s| 85602 | 71177 | 99817 |   1.2 |  84M| 728 |   - |1700 |5157 |1700 | 212 |  16k|  19k| 770 | 0.000000e+00 | 5.447000e+03 |    Inf 
67.39/67.42	o 5340
67.39/67.42	c *65.6s| 85873 | 70548 |100493 |   1.2 |  83M| 728 |   - |1700 |5347 |1700 | 217 |  16k|  19k| 772 | 0.000000e+00 | 5.340000e+03 |    Inf 
67.39/67.42	o 5256
67.39/67.42	c *65.6s| 85874 | 69926 |100496 |   1.2 |  82M| 728 |   - |1700 |5347 |1700 | 217 |  16k|  19k| 772 | 0.000000e+00 | 5.256000e+03 |    Inf 
67.39/67.48	o 5221
67.39/67.48	c *65.7s| 85934 | 69737 |100643 |   1.2 |  82M| 728 |   - |1700 |5354 |1700 | 212 |  16k|  20k| 772 | 0.000000e+00 | 5.221000e+03 |    Inf 
67.39/67.48	o 5212
67.39/67.48	c *65.7s| 85935 | 69653 |100649 |   1.2 |  82M| 728 |   - |1700 |5354 |1700 | 214 |  16k|  20k| 772 | 0.000000e+00 | 5.212000e+03 |    Inf 
67.69/67.72	o 5139
67.69/67.72	c *65.9s| 86223 | 69301 |101033 |   1.2 |  82M| 728 |   - |1700 |5471 |1700 | 192 |  16k|  20k| 772 | 0.000000e+00 | 5.139000e+03 |    Inf 
67.69/67.72	o 5090
67.69/67.72	c *65.9s| 86224 | 68924 |101035 |   1.2 |  81M| 728 |   - |1700 |5471 |1700 | 192 |  16k|  20k| 772 | 0.000000e+00 | 5.090000e+03 |    Inf 
68.09/68.17	o 4893
68.09/68.17	c *66.3s| 86665 | 67761 |102173 |   1.2 |  79M| 728 |   - |1700 |5832 |1700 | 223 |  16k|  20k| 777 | 0.000000e+00 | 4.893000e+03 |    Inf 
68.39/68.45	o 4813
68.39/68.45	c *66.6s| 86937 | 67351 |102895 |   1.2 |  79M| 728 |   - |1700 |6086 |1700 | 222 |  16k|  21k| 781 | 0.000000e+00 | 4.813000e+03 |    Inf 
68.39/68.46	o 4659
68.39/68.46	c *66.6s| 86938 | 66158 |102897 |   1.2 |  77M| 728 |   - |1700 |6086 |1700 | 222 |  16k|  21k| 781 | 0.000000e+00 | 4.659000e+03 |    Inf 
69.40/69.47	o 4614
69.40/69.47	c *67.6s| 88135 | 66851 |104684 |   1.2 |  79M| 728 |   - |1700 |6293 |1700 | 214 |  16k|  22k| 784 | 0.000000e+00 | 4.614000e+03 |    Inf 
69.40/69.47	o 4598
69.40/69.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.40/69.47	c *67.6s| 88136 | 66726 |104692 |   1.2 |  78M| 728 |   - |1700 |6293 |1700 | 214 |  16k|  22k| 784 | 0.000000e+00 | 4.598000e+03 |    Inf 
69.89/69.99	o 4584
69.89/69.99	c *68.1s| 88679 | 67048 |105890 |   1.2 |  79M| 728 |   - |1700 |6460 |1700 | 211 |  16k|  22k| 794 | 0.000000e+00 | 4.584000e+03 |    Inf 
71.19/71.23	c  69.3s| 90000 | 68078 |108501 |   1.2 |  81M| 728 |   0 |1700 |6550 |1700 | 200 |  17k|  23k| 808 | 0.000000e+00 | 4.584000e+03 |    Inf 
71.60/71.66	o 4556
71.60/71.66	c *69.7s| 90454 | 68211 |109274 |   1.2 |  81M| 728 |   - |1700 |6488 |1700 | 202 |  17k|  23k| 811 | 0.000000e+00 | 4.556000e+03 |    Inf 
71.60/71.66	o 4547
71.60/71.66	c *69.7s| 90455 | 68155 |109275 |   1.2 |  81M| 728 |   - |1700 |6488 |1700 | 202 |  17k|  23k| 811 | 0.000000e+00 | 4.547000e+03 |    Inf 
74.80/74.81	o 4537
74.80/74.81	c *72.8s| 94164 | 71228 |114655 |   1.2 |  85M| 728 |   - |1700 |5351 |1700 | 194 |  18k|  25k| 837 | 0.000000e+00 | 4.537000e+03 |    Inf 
74.80/74.82	o 4501
74.80/74.82	c *72.8s| 94165 | 70896 |114662 |   1.2 |  85M| 728 |   - |1700 |5351 |1700 | 194 |  18k|  25k| 837 | 0.000000e+00 | 4.501000e+03 |    Inf 
74.90/74.91	o 4428
74.90/74.91	c *72.9s| 94284 | 70342 |114837 |   1.2 |  84M| 728 |   - |1700 |5294 |1700 | 187 |  18k|  25k| 837 | 0.000000e+00 | 4.428000e+03 |    Inf 
74.90/74.91	o 4408
74.90/74.91	c *72.9s| 94285 | 70190 |114842 |   1.2 |  84M| 728 |   - |1700 |5294 |1700 | 187 |  18k|  25k| 837 | 0.000000e+00 | 4.408000e+03 |    Inf 
74.90/74.96	o 4387
74.90/74.96	c *72.9s| 94342 | 70061 |115011 |   1.2 |  84M| 728 |   - |1700 |5299 |1700 | 196 |  18k|  25k| 837 | 0.000000e+00 | 4.387000e+03 |    Inf 
77.69/77.74	o 4362
77.69/77.74	c *75.6s| 97558 | 72475 |119171 |   1.2 |  87M| 728 |   - |1700 |5409 |1700 | 203 |  18k|  26k| 844 | 0.000000e+00 | 4.362000e+03 |    Inf 
79.89/79.91	o 4317
79.89/79.91	c *77.7s| 99941 | 73981 |123086 |   1.2 |  90M| 728 |   - |1700 |5383 |1700 | 206 |  19k|  28k| 861 | 0.000000e+00 | 4.317000e+03 |    Inf 
79.89/79.98	c  77.8s|100000 | 74033 |123210 |   1.2 |  90M| 728 |   0 |1700 |5393 |1700 | 199 |  19k|  28k| 861 | 0.000000e+00 | 4.317000e+03 |    Inf 
80.19/80.29	o 4284
80.19/80.29	c *78.1s|100397 | 74108 |123596 |   1.2 |  91M| 728 |   - |1700 |5407 |1700 | 206 |  19k|  28k| 861 | 0.000000e+00 | 4.284000e+03 |    Inf 
80.29/80.38	o 4265
80.29/80.38	c *78.2s|100486 | 74026 |123746 |   1.2 |  91M| 728 |   - |1700 |5418 |1700 | 204 |  19k|  28k| 861 | 0.000000e+00 | 4.265000e+03 |    Inf 
80.39/80.45	o 4248
80.39/80.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.39/80.45	c *78.2s|100563 | 73913 |123895 |   1.2 |  90M| 728 |   - |1700 |5439 |1700 | 207 |  19k|  28k| 861 | 0.000000e+00 | 4.248000e+03 |    Inf 
80.39/80.45	o 4193
80.39/80.45	c *78.2s|100564 | 73432 |123897 |   1.2 |  90M| 728 |   - |1700 |5439 |1700 | 207 |  19k|  28k| 861 | 0.000000e+00 | 4.193000e+03 |    Inf 
80.50/80.51	o 4112
80.50/80.51	c *78.3s|100626 | 72691 |124028 |   1.2 |  89M| 728 |   - |1700 |5475 |1700 | 215 |  19k|  28k| 861 | 0.000000e+00 | 4.112000e+03 |    Inf 
83.20/83.25	o 4081
83.20/83.25	c *80.9s|103766 | 74984 |128942 |   1.2 |  93M| 728 |   - |1700 |5273 |1700 | 213 |  19k|  30k| 911 | 0.000000e+00 | 4.081000e+03 |    Inf 
83.20/83.25	o 4032
83.20/83.25	c *80.9s|103767 | 74525 |128946 |   1.2 |  92M| 728 |   - |1700 |5273 |1700 | 213 |  19k|  30k| 911 | 0.000000e+00 | 4.032000e+03 |    Inf 
84.69/84.73	o 3784
84.69/84.73	c *82.4s|105445 | 73259 |131581 |   1.2 |  90M| 728 |   - |1700 |5313 |1700 | 206 |  20k|  30k| 913 | 0.000000e+00 | 3.784000e+03 |    Inf 
88.10/88.14	o 3740
88.10/88.14	c *85.7s|109139 | 75744 |139201 |   1.3 |  95M| 728 |   - |1700 |4588 |1700 | 204 |  21k|  32k| 956 | 0.000000e+00 | 3.740000e+03 |    Inf 
88.10/88.15	o 3704
88.10/88.15	c *85.7s|109142 | 75287 |139218 |   1.3 |  95M| 728 |   - |1700 |4588 |1700 | 204 |  21k|  32k| 956 | 0.000000e+00 | 3.704000e+03 |    Inf 
88.10/88.15	o 3655
88.10/88.15	c *85.7s|109143 | 74638 |139219 |   1.3 |  93M| 728 |   - |1700 |4588 |1700 | 204 |  21k|  32k| 956 | 0.000000e+00 | 3.655000e+03 |    Inf 
88.50/88.58	o 3545
88.50/88.58	c *86.1s|109603 | 73418 |140337 |   1.3 |  91M| 728 |   - |1700 |4716 |1700 | 201 |  21k|  33k| 971 | 0.000000e+00 | 3.545000e+03 |    Inf 
88.50/88.58	o 3490
88.50/88.58	c *86.1s|109604 | 72701 |140339 |   1.3 |  90M| 728 |   - |1700 |4716 |1700 | 201 |  21k|  33k| 971 | 0.000000e+00 | 3.490000e+03 |    Inf 
88.89/88.94	o 3390
88.89/88.94	c *86.5s|109981 | 71503 |141214 |   1.3 |  88M| 728 |   - |1700 |4718 |1700 | 198 |  21k|  33k| 975 | 0.000000e+00 | 3.390000e+03 |    Inf 
88.89/88.96	c  86.5s|110000 | 71520 |141333 |   1.3 |  88M| 728 |   0 |1700 |4694 |1700 | 182 |  21k|  33k| 975 | 0.000000e+00 | 3.390000e+03 |    Inf 
88.99/89.08	o 3340
88.99/89.08	c *86.6s|110106 | 70826 |141706 |   1.3 |  87M| 728 |   - |1700 |4687 |1700 | 226 |  21k|  33k| 979 | 0.000000e+00 | 3.340000e+03 |    Inf 
95.19/95.29	o 3299
95.19/95.29	c *92.6s|116638 | 75280 |155766 |   1.3 |  96M| 728 |   - |1700 |4521 |1700 | 199 |  23k|  37k|1032 | 0.000000e+00 | 3.299000e+03 |    Inf 
95.80/95.86	o 3291
95.80/95.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.80/95.86	c *93.2s|117178 | 75542 |157224 |   1.3 |  96M| 728 |   - |1700 |4458 |1700 | 220 |  23k|  37k|1050 | 0.000000e+00 | 3.291000e+03 |    Inf 
96.79/96.86	o 3276
96.79/96.86	c *94.2s|118200 | 76049 |159426 |   1.3 |  97M| 728 |   - |1700 |4638 |1700 | 215 |  24k|  38k|1056 | 0.000000e+00 | 3.276000e+03 |    Inf 
96.79/96.86	o 3262
96.79/96.86	c *94.2s|118201 | 75780 |159429 |   1.3 |  97M| 728 |   - |1700 |4638 |1700 | 215 |  24k|  38k|1056 | 0.000000e+00 | 3.262000e+03 |    Inf 
96.99/97.07	o 3252
96.99/97.07	c *94.4s|118411 | 75781 |159815 |   1.3 |  97M| 728 |   - |1700 |4696 |1700 | 219 |  24k|  38k|1057 | 0.000000e+00 | 3.252000e+03 |    Inf 
96.99/97.07	o 3213
96.99/97.07	c *94.4s|118412 | 75099 |159819 |   1.3 |  96M| 728 |   - |1700 |4696 |1700 | 219 |  24k|  38k|1057 | 0.000000e+00 | 3.213000e+03 |    Inf 
97.09/97.18	o 3185
97.09/97.18	c *94.5s|118526 | 74702 |160116 |   1.3 |  95M| 728 |   - |1700 |4720 |1700 | 198 |  24k|  38k|1057 | 0.000000e+00 | 3.185000e+03 |    Inf 
97.09/97.19	o 3164
97.09/97.19	c *94.5s|118530 | 74389 |160192 |   1.3 |  95M| 728 |   - |1700 |4718 |1700 | 199 |  24k|  38k|1057 | 0.000000e+00 | 3.164000e+03 |    Inf 
97.19/97.22	o 3061
97.19/97.22	c *94.5s|118556 | 72469 |160269 |   1.3 |  92M| 728 |   - |1700 |4738 |1700 | 200 |  24k|  38k|1057 | 0.000000e+00 | 3.061000e+03 |    Inf 
97.39/97.42	o 3030
97.39/97.42	c *94.7s|118801 | 72044 |160488 |   1.3 |  92M| 728 |   - |1700 |4733 |1700 | 195 |  24k|  38k|1057 | 0.000000e+00 | 3.030000e+03 |    Inf 
97.39/97.43	o 2994
97.39/97.43	c *94.7s|118802 | 71307 |160491 |   1.3 |  91M| 728 |   - |1700 |4733 |1700 | 195 |  24k|  38k|1057 | 0.000000e+00 | 2.994000e+03 |    Inf 
97.90/97.92	o 2984
97.90/97.92	c *95.2s|119284 | 71464 |161655 |   1.4 |  91M| 728 |   - |1700 |4713 |1700 | 226 |  24k|  38k|1071 | 0.000000e+00 | 2.984000e+03 |    Inf 
97.90/97.93	o 2930
97.90/97.93	c *95.2s|119289 | 70478 |161666 |   1.4 |  90M| 728 |   - |1700 |4713 |1700 | 226 |  24k|  38k|1071 | 0.000000e+00 | 2.930000e+03 |    Inf 
97.90/97.93	o 2921
97.90/97.93	c *95.2s|119290 | 70294 |161667 |   1.4 |  90M| 728 |   - |1700 |4713 |1700 | 226 |  24k|  38k|1071 | 0.000000e+00 | 2.921000e+03 |    Inf 
98.00/98.02	o 2891
98.00/98.02	c *95.3s|119377 | 69662 |161952 |   1.4 |  89M| 728 |   - |1700 |4738 |1700 | 216 |  24k|  38k|1071 | 0.000000e+00 | 2.891000e+03 |    Inf 
98.00/98.02	o 2882
98.00/98.02	c *95.3s|119378 | 69443 |161953 |   1.4 |  89M| 728 |   - |1700 |4738 |1700 | 216 |  24k|  38k|1071 | 0.000000e+00 | 2.882000e+03 |    Inf 
98.39/98.41	o 2819
98.39/98.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.39/98.41	c *95.7s|119758 | 68337 |162736 |   1.4 |  87M| 728 |   - |1700 |4810 |1700 | 199 |  24k|  38k|1075 | 0.000000e+00 | 2.819000e+03 |    Inf 
98.59/98.65	c  95.9s|120000 | 68534 |163149 |   1.4 |  88M| 728 |   0 |1700 |4948 |1700 | 190 |  24k|  38k|1075 | 0.000000e+00 | 2.819000e+03 |    Inf 
98.80/98.80	o 2753
98.80/98.80	c *96.0s|120177 | 67271 |163423 |   1.4 |  86M| 728 |   - |1700 |4975 |1700 | 199 |  24k|  38k|1075 | 0.000000e+00 | 2.753000e+03 |    Inf 
98.80/98.80	o 2752
98.80/98.80	c *96.0s|120178 | 67241 |163430 |   1.4 |  86M| 728 |   - |1700 |4975 |1700 | 199 |  24k|  38k|1075 | 0.000000e+00 | 2.752000e+03 |    Inf 
99.69/99.77	o 2639
99.69/99.77	c *97.0s|121097 | 65223 |165713 |   1.4 |  84M| 728 |   - |1700 |4829 |1700 | 229 |  24k|  39k|1078 | 0.000000e+00 | 2.639000e+03 |    Inf 
100.20/100.21	o 2577
100.20/100.21	c *97.4s|121547 | 64006 |166792 |   1.4 |  83M| 728 |   - |1700 |4880 |1700 | 191 |  24k|  39k|1092 | 0.000000e+00 | 2.577000e+03 |    Inf 
100.40/100.44	o 2546
100.40/100.44	c *97.6s|121762 | 63340 |167521 |   1.4 |  82M| 728 |   - |1700 |4855 |1700 | 210 |  25k|  39k|1096 | 0.000000e+00 | 2.546000e+03 |    Inf 
100.40/100.45	o 2494
100.40/100.45	c *97.6s|121767 | 62037 |167542 |   1.4 |  81M| 728 |   - |1700 |4855 |1700 | 210 |  25k|  39k|1096 | 0.000000e+00 | 2.494000e+03 |    Inf 
100.40/100.45	o 2455
100.40/100.45	c *97.6s|121768 | 61018 |167544 |   1.4 |  79M| 728 |   - |1700 |4855 |1700 | 210 |  25k|  39k|1096 | 0.000000e+00 | 2.455000e+03 |    Inf 
101.30/101.34	o 2297
101.30/101.34	c *98.5s|122618 | 57364 |169936 |   1.4 |  75M| 728 |   - |1700 |4821 |1700 | 204 |  25k|  40k|1119 | 0.000000e+00 | 2.297000e+03 |    Inf 
101.49/101.51	o 2272
101.49/101.51	c *98.6s|122790 | 56893 |170310 |   1.4 |  75M| 728 |   - |1700 |4834 |1700 | 204 |  25k|  40k|1120 | 0.000000e+00 | 2.272000e+03 |    Inf 
101.49/101.52	o 2212
101.49/101.52	c *98.7s|122791 | 55211 |170314 |   1.4 |  72M| 728 |   - |1700 |4834 |1700 | 204 |  25k|  40k|1120 | 0.000000e+00 | 2.212000e+03 |    Inf 
104.10/104.16	o 2199
104.10/104.16	c * 101s|125451 | 56745 |176543 |   1.4 |  76M| 728 |   - |1700 |4510 |1700 | 204 |  26k|  41k|1139 | 0.000000e+00 | 2.199000e+03 |    Inf 
104.19/104.23	o 2154
104.19/104.23	c * 101s|125509 | 55371 |176766 |   1.4 |  75M| 728 |   - |1700 |4538 |1700 | 217 |  26k|  41k|1139 | 0.000000e+00 | 2.154000e+03 |    Inf 
106.30/106.30	o 2120
106.30/106.30	c R 103s|127480 | 55694 |182271 |   1.4 |  77M| 728 |   - |1700 |4102 |1700 | 208 |  27k|  42k|1184 | 0.000000e+00 | 2.120000e+03 |    Inf 
106.30/106.30	o 2090
106.30/106.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.30/106.30	c * 103s|127481 | 54796 |182289 |   1.4 |  76M| 728 |   - |1700 |4112 |1700 | 208 |  27k|  42k|1184 | 0.000000e+00 | 2.090000e+03 |    Inf 
109.09/109.10	c   106s|130000 | 56695 |191168 |   1.5 |  81M| 728 |   0 |1700 |4301 |1700 | 185 |  28k|  43k|1244 | 0.000000e+00 | 2.090000e+03 |    Inf 
112.70/112.71	o 2087
112.70/112.71	c * 110s|133560 | 59183 |200123 |   1.5 |  87M| 728 |   - |1700 |5040 |1700 | 205 |  29k|  46k|1263 | 0.000000e+00 | 2.087000e+03 |    Inf 
112.89/112.97	o 1948
112.89/112.97	c * 110s|133795 | 55056 |200653 |   1.5 |  82M| 728 |   - |1700 |5099 |1700 | 217 |  29k|  46k|1265 | 0.000000e+00 | 1.948000e+03 |    Inf 
113.09/113.10	o 1943
113.09/113.10	c * 110s|133904 | 54904 |201053 |   1.5 |  82M| 728 |   - |1700 |5214 |1700 | 208 |  29k|  46k|1270 | 0.000000e+00 | 1.943000e+03 |    Inf 
113.09/113.11	o 1888
113.09/113.11	c * 110s|133908 | 53215 |201069 |   1.5 |  79M| 728 |   - |1700 |5214 |1700 | 209 |  29k|  46k|1270 | 0.000000e+00 | 1.888000e+03 |    Inf 
113.09/113.12	o 1882
113.09/113.12	c * 110s|133909 | 53014 |201074 |   1.5 |  79M| 728 |   - |1700 |5214 |1700 | 209 |  29k|  46k|1270 | 0.000000e+00 | 1.882000e+03 |    Inf 
113.89/113.97	o 1846
113.89/113.97	c * 111s|134725 | 52472 |203129 |   1.5 |  80M| 728 |   - |1700 |5179 |1700 | 203 |  30k|  46k|1293 | 0.000000e+00 | 1.846000e+03 |    Inf 
114.40/114.48	o 1816
114.40/114.48	c * 111s|135160 | 51795 |204660 |   1.5 |  79M| 728 |   - |1700 |5212 |1700 | 217 |  30k|  47k|1297 | 0.000000e+00 | 1.816000e+03 |    Inf 
114.40/114.50	o 1755
114.40/114.50	c * 111s|135169 | 49950 |204689 |   1.5 |  76M| 728 |   - |1700 |5233 |1700 | 217 |  30k|  47k|1297 | 0.000000e+00 | 1.755000e+03 |    Inf 
114.59/114.60	o 1679
114.59/114.60	c * 111s|135236 | 47787 |205247 |   1.5 |  73M| 728 |   - |1700 |5221 |1700 | 210 |  30k|  47k|1298 | 0.000000e+00 | 1.679000e+03 |    Inf 
114.59/114.61	o 1618
114.59/114.61	c * 111s|135237 | 45854 |205255 |   1.5 |  70M| 728 |   - |1700 |5221 |1700 | 210 |  30k|  47k|1298 | 0.000000e+00 | 1.618000e+03 |    Inf 
114.59/114.68	o 1589
114.59/114.68	c * 111s|135296 | 45020 |205624 |   1.5 |  70M| 728 |   - |1700 |5186 |1700 | 209 |  30k|  47k|1298 | 0.000000e+00 | 1.589000e+03 |    Inf 
114.59/114.69	o 1528
114.59/114.69	c * 111s|135300 | 43241 |205631 |   1.5 |  67M| 728 |   - |1700 |5186 |1700 | 212 |  30k|  47k|1298 | 0.000000e+00 | 1.528000e+03 |    Inf 
114.59/114.69	o 1522
114.59/114.69	c * 111s|135301 | 43067 |205632 |   1.5 |  67M| 728 |   - |1700 |5186 |1700 | 212 |  30k|  47k|1298 | 0.000000e+00 | 1.522000e+03 |    Inf 
114.79/114.80	o 1515
114.79/114.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.79/114.80	c * 112s|135371 | 42866 |206208 |   1.5 |  67M| 728 |   - |1700 |5173 |1700 | 220 |  30k|  47k|1302 | 0.000000e+00 | 1.515000e+03 |    Inf 
114.79/114.81	o 1444
114.79/114.81	c * 112s|135372 | 40719 |206210 |   1.5 |  64M| 728 |   - |1700 |5173 |1700 | 220 |  30k|  47k|1302 | 0.000000e+00 | 1.444000e+03 |    Inf 
115.00/115.07	o 1439
115.00/115.07	c * 112s|135525 | 40679 |208113 |   1.5 |  64M| 728 |   - |1700 |5190 |1700 | 228 |  30k|  47k|1305 | 0.000000e+00 | 1.439000e+03 |    Inf 
115.19/115.29	o 1421
115.19/115.29	c * 112s|135667 | 40240 |209637 |   1.5 |  64M| 728 |   - |1700 |5243 |1700 | 206 |  30k|  47k|1305 | 0.000000e+00 | 1.421000e+03 |    Inf 
116.09/116.16	o 1379
116.09/116.16	c * 113s|136212 | 39360 |215139 |   1.6 |  63M| 728 |   - |1700 |4924 |1700 | 216 |  31k|  47k|1358 | 0.000000e+00 | 1.379000e+03 |    Inf 
116.09/116.16	o 1376
116.09/116.16	c * 113s|136213 | 39269 |215139 |   1.6 |  63M| 728 |   - |1700 |4924 |1700 | 216 |  31k|  47k|1358 | 0.000000e+00 | 1.376000e+03 |    Inf 
118.19/118.27	o 1218
118.19/118.27	c * 115s|137871 | 35026 |222383 |   1.6 |  58M| 728 |   - |1700 |4982 |1700 | 232 |  32k|  49k|1372 | 0.000000e+00 | 1.218000e+03 |    Inf 
118.19/118.27	o 1212
118.19/118.27	c * 115s|137872 | 34820 |222384 |   1.6 |  57M| 728 |   - |1700 |4982 |1700 | 232 |  32k|  49k|1372 | 0.000000e+00 | 1.212000e+03 |    Inf 
118.39/118.41	o 1207
118.39/118.41	c * 115s|137958 | 34777 |223228 |   1.6 |  58M| 728 |   - |1700 |5030 |1700 | 219 |  32k|  49k|1373 | 0.000000e+00 | 1.207000e+03 |    Inf 
120.00/120.07	o 1138
120.00/120.07	c * 117s|139092 | 33155 |230019 |   1.7 |  57M| 728 |   - |1700 |5108 |1700 | 219 |  33k|  50k|1418 | 0.000000e+00 | 1.138000e+03 |    Inf 
120.00/120.08	o 1061
120.00/120.08	c * 117s|139093 | 30647 |230027 |   1.7 |  54M| 728 |   - |1700 |5108 |1700 | 219 |  33k|  50k|1418 | 0.000000e+00 | 1.061000e+03 |    Inf 
120.49/120.50	o 1049
120.49/120.50	c * 117s|139365 | 30504 |232236 |   1.7 |  54M| 728 |   - |1700 |5060 |1700 | 216 |  33k|  50k|1419 | 0.000000e+00 | 1.049000e+03 |    Inf 
120.49/120.51	o 990
120.49/120.51	c * 117s|139366 | 28601 |232238 |   1.7 |  51M| 728 |   - |1700 |5060 |1700 | 216 |  33k|  50k|1419 | 0.000000e+00 | 9.900000e+02 |    Inf 
121.50/121.55	c   118s|140000 | 28947 |236718 |   1.7 |  53M| 728 |   0 |1700 |4259 |1700 | 200 |  34k|  51k|1429 | 0.000000e+00 | 9.900000e+02 |    Inf 
121.69/121.70	o 957
121.69/121.70	c * 118s|140093 | 27788 |237179 |   1.7 |  51M| 728 |   - |1700 |4274 |1700 | 194 |  34k|  51k|1429 | 0.000000e+00 | 9.570000e+02 |    Inf 
121.90/121.93	o 919
121.90/121.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.90/121.93	c * 118s|140233 | 26640 |237852 |   1.7 |  50M| 728 |   - |1700 |4152 |1700 | 219 |  34k|  51k|1439 | 0.000000e+00 | 9.190000e+02 |    Inf 
122.59/122.62	o 887
122.59/122.62	c * 119s|140620 | 25684 |241672 |   1.7 |  49M| 728 |   - |1700 |4027 |1700 | 208 |  34k|  51k|1464 | 0.000000e+00 | 8.870000e+02 |    Inf 
122.70/122.79	o 837
122.70/122.79	c * 119s|140710 | 24425 |242393 |   1.7 |  48M| 728 |   - |1700 |3919 |1700 | 230 |  35k|  51k|1467 | 0.000000e+00 | 8.370000e+02 |    Inf 
123.49/123.54	o 830
123.49/123.54	c * 120s|141133 | 24494 |246885 |   1.7 |  48M| 728 |   - |1700 |3487 |1700 | 230 |  35k|  52k|1469 | 0.000000e+00 | 8.300000e+02 |    Inf 
123.49/123.55	o 815
123.49/123.55	c * 120s|141136 | 23857 |246949 |   1.7 |  48M| 728 |   - |1700 |3457 |1700 | 236 |  35k|  52k|1469 | 0.000000e+00 | 8.150000e+02 |    Inf 
123.69/123.78	o 811
123.69/123.78	c * 120s|141244 | 23828 |248813 |   1.8 |  48M| 728 |   - |1700 |3211 |1700 | 218 |  35k|  52k|1480 | 0.000000e+00 | 8.110000e+02 |    Inf 
123.79/123.81	o 720
123.79/123.81	c * 120s|141261 | 20372 |248822 |   1.8 |  43M| 728 |   - |1700 |3183 |1700 | 220 |  35k|  52k|1480 | 0.000000e+00 | 7.200000e+02 |    Inf 
123.79/123.81	o 695
123.79/123.81	c * 120s|141262 | 19710 |248824 |   1.8 |  42M| 728 |   - |1700 |3183 |1700 | 220 |  35k|  52k|1480 | 0.000000e+00 | 6.950000e+02 |    Inf 
123.79/123.85	o 674
123.79/123.85	c * 120s|141283 | 19060 |249048 |   1.8 |  41M| 728 |   - |1700 |3064 |1700 | 210 |  35k|  52k|1481 | 0.000000e+00 | 6.740000e+02 |    Inf 
123.79/123.86	o 611
123.79/123.86	c * 120s|141284 | 17233 |249055 |   1.8 |  39M| 728 |   - |1700 |3064 |1700 | 210 |  35k|  52k|1481 | 0.000000e+00 | 6.110000e+02 |    Inf 
123.89/123.90	o 560
123.89/123.90	c * 120s|141306 | 16257 |249347 |   1.8 |  37M| 728 |   - |1700 |2929 |1700 | 230 |  35k|  52k|1487 | 0.000000e+00 | 5.600000e+02 |    Inf 
123.89/123.95	o 423
123.89/123.95	c * 120s|141347 | 12542 |249552 |   1.8 |  31M| 728 |   - |1700 |2846 |1700 | 220 |  35k|  52k|1487 | 0.000000e+00 | 4.230000e+02 |    Inf 
123.89/123.95	o 368
123.89/123.95	c * 120s|141348 | 10745 |249555 |   1.8 |  29M| 728 |   - |1700 |2846 |1700 | 220 |  35k|  52k|1487 | 0.000000e+00 | 3.680000e+02 |    Inf 
124.09/124.18	o 353
124.09/124.18	c * 121s|141434 | 10261 |251604 |   1.8 |  28M| 728 |   - |1700 |2460 |1700 | 238 |  36k|  52k|1506 | 0.000000e+00 | 3.530000e+02 |    Inf 
124.09/124.19	o 339
124.09/124.19	c * 121s|141435 |  9509 |251606 |   1.8 |  27M| 728 |   - |1700 |2460 |1700 | 238 |  36k|  52k|1506 | 0.000000e+00 | 3.390000e+02 |    Inf 
124.19/124.21	o 320
124.19/124.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.19/124.21	c * 121s|141445 |  9175 |251917 |   1.8 |  27M| 728 |   - |1700 |2335 |1700 | 228 |  36k|  52k|1507 | 0.000000e+00 | 3.200000e+02 |    Inf 
124.30/124.32	o 285
124.30/124.32	c * 121s|141484 |  8758 |253005 |   1.8 |  26M| 728 |   - |1700 |2262 |1700 | 218 |  36k|  52k|1515 | 0.000000e+00 | 2.850000e+02 |    Inf 
124.49/124.53	o 258
124.49/124.53	c * 121s|141575 |  8122 |255248 |   1.8 |  25M| 728 |   - |1700 |2172 |1700 | 215 |  36k|  52k|1520 | 0.000000e+00 | 2.580000e+02 |    Inf 
124.60/124.67	o 226
124.60/124.67	c * 121s|141650 |  7828 |256474 |   1.8 |  25M| 728 |   - |1700 |2188 |1700 | 243 |  36k|  52k|1520 | 0.000000e+00 | 2.260000e+02 |    Inf 
124.60/124.67	o 167
124.60/124.67	c * 121s|141651 |  7197 |256476 |   1.8 |  23M| 728 |   - |1700 |2188 |1700 | 243 |  36k|  52k|1520 | 0.000000e+00 | 1.670000e+02 |    Inf 
124.60/124.68	o 164
124.60/124.68	c * 121s|141652 |  7185 |256511 |   1.8 |  23M| 728 |   - |1700 |2061 |1700 | 229 |  36k|  52k|1520 | 0.000000e+00 | 1.640000e+02 |    Inf 
124.69/124.73	o 95
124.69/124.73	c * 121s|141684 |  6096 |257067 |   1.8 |  22M| 728 |   - |1700 |2066 |1700 | 219 |  37k|  52k|1520 | 0.000000e+00 | 9.500000e+01 |    Inf 
124.69/124.73	o 86
124.69/124.73	c * 121s|141685 |  6046 |257072 |   1.8 |  21M| 728 |   - |1700 |2066 |1700 | 219 |  37k|  52k|1520 | 0.000000e+00 | 8.600000e+01 |    Inf 
124.69/124.76	o 50
124.69/124.76	c * 121s|141691 |  4949 |257381 |   1.8 |  20M| 728 |   - |1700 |1942 |1700 | 223 |  37k|  52k|1520 | 0.000000e+00 | 5.000000e+01 |    Inf 
124.79/124.87	o 46
124.79/124.87	c * 121s|141716 |  4722 |258326 |   1.8 |  19M| 728 |   - |1700 |1914 |1700 | 232 |  37k|  53k|1521 | 0.000000e+00 | 4.600000e+01 |    Inf 
124.89/124.90	o 36
124.89/124.90	c * 121s|141719 |  4581 |258447 |   1.8 |  19M| 728 |   - |1700 |1871 |1700 | 208 |  37k|  53k|1521 | 0.000000e+00 | 3.600000e+01 |    Inf 
125.09/125.10	o 19
125.09/125.10	c * 121s|141816 |  3969 |260761 |   1.8 |  18M| 728 |   - |1700 |1884 |1700 | 216 |  37k|  53k|1523 | 0.000000e+00 | 1.900000e+01 |    Inf 
125.09/125.13	o 14
125.09/125.13	c * 122s|141833 |  3884 |261225 |   1.8 |  18M| 728 |   - |1700 |1870 |1700 | 236 |  37k|  53k|1523 | 0.000000e+00 | 1.400000e+01 |    Inf 
125.09/125.14	o 6
125.09/125.14	c * 122s|141835 |  3845 |261240 |   1.8 |  18M| 728 |   - |1700 |1828 |1700 | 240 |  37k|  53k|1523 | 0.000000e+00 | 6.000000e+00 |    Inf 
125.09/125.16	o 0
125.09/125.16	c * 122s|141836 |     0 |261243 |   1.8 |  10M| 728 |   - |1700 |1828 |1700 | 240 |  37k|  53k|1523 | 0.000000e+00 | 0.000000e+00 |   0.00%
125.09/125.16	c 
125.09/125.16	c SCIP Status        : problem is solved [optimal solution found]
125.09/125.16	c Solving Time (sec) : 121.54
125.09/125.16	c Solving Nodes      : 141836
125.09/125.16	c Primal Bound       : +0.00000000000000e+00 (275 solutions)
125.09/125.16	c Dual Bound         : +0.00000000000000e+00
125.09/125.16	c Gap                : 0.00 %
125.09/125.16	s OPTIMUM FOUND
125.09/125.16	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 
125.09/125.16	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
125.09/125.16	v -x154 x153 x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
125.09/125.16	v -x131 -x130 x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
125.09/125.16	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 
125.09/125.16	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 
125.09/125.16	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 
125.09/125.16	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 
125.09/125.16	c SCIP Status        : problem is solved [optimal solution found]
125.09/125.16	c Solving Time       :     121.54
125.09/125.16	c Original Problem   :
125.09/125.16	c   Problem name     : HOME/instance-2700453-1278535658.wbo
125.09/125.16	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
125.09/125.16	c   Constraints      : 1701 initial, 1701 maximal
125.09/125.16	c Presolved Problem  :
125.09/125.16	c   Problem name     : t_HOME/instance-2700453-1278535658.wbo
125.09/125.16	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
125.09/125.16	c   Constraints      : 1600 initial, 6659 maximal
125.09/125.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
125.09/125.16	c   trivial          :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   implics          :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   probing          :       0.02          0          0          0          0          0          0          0          0
125.09/125.16	c   indicator        :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   linear           :       0.02          0        100          0        800          0        101          0          0
125.09/125.16	c   logicor          :       0.00          0          0          0          0          0          0          0          0
125.09/125.16	c   root node        :          -        797          -          -       1588          -          -          -          -
125.09/125.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
125.09/125.16	c   integral         :          0          0          0     149113          0          0         21          0          0       4834
125.09/125.16	c   indicator        :        800          0     285687     146679          0        241    2284625          0          0          0
125.09/125.16	c   linear           :        800          6     285220     146614          0       2148     181532      37602          0          0
125.09/125.16	c   logicor          :          0+         0     139860          0          0        253      71350          0          0          0
125.09/125.16	c   countsols        :          0          0          0     131511          0          0          0          0          0          0
125.09/125.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
125.09/125.16	c   integral         :       1.73       0.00       0.00       1.73       0.00
125.09/125.16	c   indicator        :      12.26       0.00       4.43       7.83       0.00
125.09/125.16	c   linear           :       8.31       0.00       3.47       4.84       0.00
125.09/125.16	c   logicor          :       1.93       0.00       1.93       0.00       0.00
125.09/125.16	c   countsols        :       0.06       0.00       0.00       0.06       0.00
125.09/125.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
125.09/125.16	c   vbounds          :       0.09          2          0          0
125.09/125.16	c   rootredcost      :       0.13        171          0        796
125.09/125.16	c   pseudoobj        :       6.46     292998       7502    1878899
125.09/125.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
125.09/125.16	c   propagation      :       0.57       9903       9900      37171       25.7      26152        3.7          -
125.09/125.16	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
125.09/125.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
125.09/125.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
125.09/125.16	c   pseudo solution  :       0.01         42         42        234       24.8        187        4.0          -
125.09/125.16	c   applied globally :          -          -          -      53307       13.7          -          -          -
125.09/125.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
125.09/125.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
125.09/125.16	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 70)
125.09/125.16	c   redcost          :       6.24     152830          0     328772          0          0
125.09/125.16	c   impliedbounds    :       0.00          4          0          0          0          0
125.09/125.16	c   intobj           :       0.00          0          0          0          0          0
125.09/125.16	c   cgmip            :       0.00          0          0          0          0          0
125.09/125.16	c   gomory           :       0.00          4          0          0         72          0
125.09/125.16	c   strongcg         :       0.00          4          0          0          0          0
125.09/125.16	c   cmir             :       0.01          4          0          0          0          0
125.09/125.16	c   flowcover        :       0.01          4          0          0          0          0
125.09/125.16	c   clique           :       0.00          1          0          0          0          0
125.09/125.16	c   zerohalf         :       0.00          0          0          0          0          0
125.09/125.16	c   mcf              :       0.00          1          0          0          0          0
125.09/125.16	c   rapidlearning    :       0.00          0          0          0          0          0
125.09/125.16	c Pricers            :       Time      Calls       Vars
125.09/125.16	c   problem variables:       0.00          0          0
125.09/125.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
125.09/125.16	c   relpscost        :       1.67       2430          0         21          0          0       4834
125.09/125.16	c   pscost           :       0.00          0          0          0          0          0          0
125.09/125.16	c   inference        :       9.66     131340          0          0          0          0     262680
125.09/125.16	c   mostinf          :       0.00          0          0          0          0          0          0
125.09/125.16	c   leastinf         :       0.00          0          0          0          0          0          0
125.09/125.16	c   fullstrong       :       0.00          0          0          0          0          0          0
125.09/125.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
125.09/125.16	c   random           :       0.00          0          0          0          0          0          0
125.09/125.16	c Primal Heuristics  :       Time      Calls      Found
125.09/125.16	c   LP solutions     :       0.47          -        171
125.09/125.16	c   pseudo solutions :       0.00          -          0
125.09/125.16	c   feaspump         :       0.00          0          0
125.09/125.16	c   intshifting      :       0.00          3          0
125.09/125.16	c   oneopt           :       0.35        124          0
125.09/125.16	c   crossover        :       1.22        100          6
125.09/125.16	c   coefdiving       :       0.22        430          0
125.09/125.16	c   veclendiving     :       0.25        430          0
125.09/125.16	c   guideddiving     :       0.14        430          0
125.09/125.16	c   pscostdiving     :       0.25        431          0
125.09/125.16	c   fracdiving       :       0.33        431          0
125.09/125.16	c   linesearchdiving :       0.26        431          0
125.09/125.16	c   objpscostdiving  :       0.19        430          0
125.09/125.16	c   rootsoldiving    :       0.20        430          0
125.09/125.16	c   trivial          :       0.00          2          1
125.09/125.16	c   simplerounding   :       0.10       2646          0
125.09/125.16	c   zirounding       :       0.08       1000          0
125.09/125.16	c   rounding         :       0.14       1507          1
125.09/125.16	c   shifting         :       0.06        191          0
125.09/125.16	c   twoopt           :       0.00          0          0
125.09/125.16	c   fixandinfer      :       0.00          0          0
125.09/125.16	c   intdiving        :       0.00          0          0
125.09/125.16	c   actconsdiving    :       0.00          0          0
125.09/125.16	c   octane           :       0.00          0          0
125.09/125.16	c   rens             :       0.01          1          0
125.09/125.16	c   rins             :       0.00          0          0
125.09/125.16	c   localbranching   :       0.00          0          0
125.09/125.16	c   mutation         :       0.00          0          0
125.09/125.16	c   dins             :       0.00          0          0
125.09/125.16	c   undercover       :       0.00          0          0
125.09/125.16	c   nlp              :       0.04          0          0
125.09/125.16	c   trysol           :       0.11       1043         96
125.09/125.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
125.09/125.16	c   primal LP        :       0.00          0          0       0.00          -
125.09/125.16	c   dual LP          :      43.46      39867     253030       6.35    5822.14
125.09/125.16	c   lex dual LP      :       0.00          0          0       0.00          -
125.09/125.16	c   barrier LP       :       0.00          0          0       0.00          -
125.09/125.16	c   diving/probing LP:       0.14        129       8213      63.67   58664.29
125.09/125.16	c   strong branching :       1.67       1523      29677      19.49   17770.66
125.09/125.16	c     (at root node) :          -         33       2834      85.88          -
125.09/125.16	c   conflict analysis:       0.00          0          0       0.00          -
125.09/125.16	c B&B Tree           :
125.09/125.16	c   number of runs   :          1
125.09/125.16	c   nodes            :     141836
125.09/125.16	c   nodes (total)    :     141836
125.09/125.16	c   nodes left       :          0
125.09/125.16	c   max depth        :        728
125.09/125.16	c   max depth (total):        728
125.09/125.16	c   backtracks       :       3512 (2.5%)
125.09/125.16	c   delayed cutoffs  :       3310
125.09/125.16	c   repropagations   :      24003 (924712 domain reductions, 2278 cutoffs)
125.09/125.16	c   avg switch length:       3.02
125.09/125.16	c   switching time   :       6.99
125.09/125.16	c Solution           :
125.09/125.16	c   Solutions found  :        275 (173 improvements)
125.09/125.16	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
125.09/125.16	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 141836 nodes, 121.53 seconds, depth 26, found by <relaxation>)
125.09/125.16	c   Dual Bound       : +0.00000000000000e+00
125.09/125.16	c   Gap              :       0.00 %
125.09/125.16	c   Root Dual Bound  : +0.00000000000000e+00
125.09/125.16	c   Root Iterations  :        347
125.09/125.18	c Time complete: 125.17.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700453-1278535658/watcher-2700453-1278535658 -o /tmp/evaluation-result-2700453-1278535658/solver-2700453-1278535658 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700453-1278535658.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: 1.92 1.98 1.69 4/178 20325
/proc/meminfo: memFree=28049068/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=10848 CPUtime=0
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 1665 0 0 0 0 0 0 0 25 0 1 0 21780163 11108352 1585 4089446400 4194304 9819077 140734829782768 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20325/statm: 2712 1585 392 1374 0 1333 0

[startup+0.103675 s]
/proc/loadavg: 1.92 1.98 1.69 4/178 20325
/proc/meminfo: memFree=28049068/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=25768 CPUtime=0.09
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 6312 0 0 0 9 0 0 0 25 0 1 0 21780163 26386432 5043 4089446400 4194304 9819077 140734829782768 18446744073709551615 6047128 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 6442 5043 673 1374 0 5063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25768

[startup+0.200659 s]
/proc/loadavg: 1.92 1.98 1.69 4/178 20325
/proc/meminfo: memFree=28049068/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=27324 CPUtime=0.19
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 10148 0 0 0 18 1 0 0 25 0 1 0 21780163 27979776 5189 4089446400 4194304 9819077 140734829782768 18446744073709551615 6198704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 6831 5189 694 1374 0 5452 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27324

[startup+0.300651 s]
/proc/loadavg: 1.92 1.98 1.69 4/178 20325
/proc/meminfo: memFree=28049068/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=27284 CPUtime=0.29
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 11298 0 0 0 27 2 0 0 25 0 1 0 21780163 27938816 5180 4089446400 4194304 9819077 140734829782768 18446744073709551615 6674403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 6821 5180 699 1374 0 5442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27284

[startup+0.700569 s]
/proc/loadavg: 1.92 1.98 1.69 4/178 20325
/proc/meminfo: memFree=28049068/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=27276 CPUtime=0.69
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 16408 0 0 0 66 3 0 0 25 0 1 0 21780163 27930624 5175 4089446400 4194304 9819077 140734829782768 18446744073709551615 6671049 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 6819 5175 699 1374 0 5440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27276

[startup+1.50044 s]
/proc/loadavg: 1.92 1.98 1.69 3/179 20326
/proc/meminfo: memFree=28029964/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=28900 CPUtime=1.49
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 25851 0 0 0 142 7 0 0 25 0 1 0 21780163 29593600 6073 4089446400 4194304 9819077 140734829782768 18446744073709551615 4643192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 7225 6073 702 1374 0 5846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28900

[startup+3.10014 s]
/proc/loadavg: 1.92 1.98 1.69 4/179 20326
/proc/meminfo: memFree=28026248/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=32356 CPUtime=3.09
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 35503 0 0 0 298 11 0 0 25 0 1 0 21780163 33132544 6870 4089446400 4194304 9819077 140734829782768 18446744073709551615 6669992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 8089 6870 706 1374 0 6710 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32356

[startup+6.30059 s]
/proc/loadavg: 1.93 1.98 1.69 3/179 20326
/proc/meminfo: memFree=28015136/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=37980 CPUtime=6.29
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 52100 0 0 0 608 21 0 0 25 0 1 0 21780163 38891520 8058 4089446400 4194304 9819077 140734829782768 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 9495 8058 706 1374 0 8116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37980

[startup+12.7005 s]
/proc/loadavg: 1.93 1.98 1.69 3/179 20326
/proc/meminfo: memFree=27998296/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=46784 CPUtime=12.69
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 71226 0 0 0 1231 38 0 0 25 0 1 0 21780163 47906816 10377 4089446400 4194304 9819077 140734829782768 18446744073709551615 7227249 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 11696 10377 706 1374 0 10317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46784

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.70 3/179 20327
/proc/meminfo: memFree=27971168/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=64752 CPUtime=25.49
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 104025 0 0 0 2480 69 0 0 25 0 1 0 21780163 66306048 14876 4089446400 4194304 9819077 140734829782768 18446744073709551615 4407986 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 16188 14876 706 1374 0 14809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64752

[startup+51.1007 s]
/proc/loadavg: 1.96 1.98 1.70 3/179 20327
/proc/meminfo: memFree=27899088/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=104736 CPUtime=51.09
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 217309 0 0 0 4969 140 0 0 25 0 1 0 21780163 107249664 24803 4089446400 4194304 9819077 140734829782768 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 26184 24803 706 1374 0 24805 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104736

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27828092/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=149508 CPUtime=102.29
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 536543 0 0 0 9941 288 0 0 25 0 1 0 21780163 153096192 35202 4089446400 4194304 9819077 140734829782768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 37377 35202 706 1374 0 35998 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 149508

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

[startup+102.407 s]
/proc/loadavg: 1.98 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27828092/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=149508 CPUtime=102.4
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 536794 0 0 0 9951 289 0 0 25 0 1 0 21780163 153096192 35201 4089446400 4194304 9819077 140734829782768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 37377 35201 706 1374 0 35998 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 149508

[startup+115.2 s]
/proc/loadavg: 1.98 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27803776/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=159096 CPUtime=115.19
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 611362 0 0 0 11192 327 0 0 25 0 1 0 21780163 162914304 37321 4089446400 4194304 9819077 140734829782768 18446744073709551615 6671055 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 39774 37321 706 1374 0 38395 0
Current children cumulated CPU time (s) 115.19
Current children cumulated vsize (KiB) 159096

[startup+121.601 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27787524/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=164808 CPUtime=121.59
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 655846 0 0 0 11810 349 0 0 25 0 1 0 21780163 168763392 38666 4089446400 4194304 9819077 140734829782768 18446744073709551615 8716128 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41202 38666 706 1374 0 39823 0
Current children cumulated CPU time (s) 121.59
Current children cumulated vsize (KiB) 164808

[startup+123.201 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27782684/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=166260 CPUtime=123.2
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 668408 0 0 0 11966 354 0 0 25 0 1 0 21780163 170250240 38945 4089446400 4194304 9819077 140734829782768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41565 38945 706 1374 0 40186 0
Current children cumulated CPU time (s) 123.2
Current children cumulated vsize (KiB) 166260

[startup+124.001 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27782684/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=166448 CPUtime=124
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 672088 0 0 0 12043 357 0 0 25 0 1 0 21780163 170442752 38982 4089446400 4194304 9819077 140734829782768 18446744073709551615 5813097 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41612 38982 706 1374 0 40233 0
Current children cumulated CPU time (s) 124
Current children cumulated vsize (KiB) 166448

[startup+124.801 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27781692/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=166448 CPUtime=124.79
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 677132 0 0 0 12120 359 0 0 25 0 1 0 21780163 170442752 38993 4089446400 4194304 9819077 140734829782768 18446744073709551615 7816459 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41612 38993 706 1374 0 40233 0
Current children cumulated CPU time (s) 124.79
Current children cumulated vsize (KiB) 166448

[startup+125.001 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27781692/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=166468 CPUtime=124.99
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 678011 0 0 0 12139 360 0 0 25 0 1 0 21780163 170463232 39007 4089446400 4194304 9819077 140734829782768 18446744073709551615 7317712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41617 39007 706 1374 0 40238 0
Current children cumulated CPU time (s) 124.99
Current children cumulated vsize (KiB) 166468

[startup+125.101 s]
/proc/loadavg: 1.99 1.98 1.72 3/179 20329
/proc/meminfo: memFree=27781692/32951124 swapFree=67111528/67111528
[pid=20325] ppid=20323 vsize=166468 CPUtime=125.09
/proc/20325/stat : 20325 (pbscip.linux.x8) R 20323 20325 19738 0 -1 4202496 678535 0 0 0 12149 360 0 0 25 0 1 0 21780163 170463232 38996 4089446400 4194304 9819077 140734829782768 18446744073709551615 4947065 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20325/statm: 41617 38996 706 1374 0 40238 0
Current children cumulated CPU time (s) 125.09
Current children cumulated vsize (KiB) 166468

Child status: 0
Real time (s): 125.181
CPU time (s): 125.184
CPU user time (s): 121.569
CPU system time (s): 3.61545
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 174464

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

runsolver used 0.198969 second user time and 0.439933 second system time

The end

Launcher Data

Begin job on node101 at 2010-07-07 22:47:38
IDJOB=2700453
IDBENCH=79429
IDSOLVER=1205
FILE ID=node101/2700453-1278535658
PBS_JOBID= 11239275
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh217_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-2700453-1278535658/watcher-2700453-1278535658 -o /tmp/evaluation-result-2700453-1278535658/solver-2700453-1278535658 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700453-1278535658.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 21c59077deccfec4231c8e158229757c
RANDOM SEED=1287736303

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28049720 kB
Buffers:        131684 kB
Cached:        4023332 kB
SwapCached:          0 kB
Active:        2168356 kB
Inactive:      2570256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28049720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      584032 kB
Mapped:          17352 kB
Slab:            97584 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   740476 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= 73604 MiB
End job on node101 at 2010-07-07 22:49:43