Trace number 2705031

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 solverMSAT 1790.2 1790.16

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM200f179ceb6a172fc8d81952e96f0c84
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark279.71
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
Number of bits of the biggest sum of numbers10
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-2705031-1278578326.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 135714
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.357140e+05 |    Inf 
19.19/19.23	c  19.2s| 10000 |  9977 |  4322 |   0.4 |  45M|2085 |   0 |5645 |5440 |5645 | 206 |1161 |  26 | 643 | 0.000000e+00 | 1.357140e+05 |    Inf 
38.19/38.20	c  38.2s| 20000 | 19973 |  5666 |   0.3 |  65M|2085 |   0 |5645 |5449 |5645 | 205 |1591 |  35 | 719 | 0.000000e+00 | 1.357140e+05 |    Inf 
39.28/39.32	o 802
39.28/39.32	c *39.3s| 20582 | 20481 |  5689 |   0.3 |  66M|2085 |   - |5645 |5449 |5645 | 214 |1600 |  35 | 719 | 0.000000e+00 | 8.020000e+02 |    Inf 
60.08/60.10	c  60.1s| 30000 | 29897 |  8008 |   0.3 |  87M|2085 |   0 |5645 |5457 |5645 | 214 |2360 |  43 | 779 | 0.000000e+00 | 8.020000e+02 |    Inf 
68.79/68.82	o 790
68.79/68.82	c *68.8s| 33888 | 33763 |  8979 |   0.3 |  95M|2085 |   - |5645 |5457 |5645 | 209 |2660 |  43 | 804 | 0.000000e+00 | 7.900000e+02 |    Inf 
82.89/82.91	c  82.9s| 40000 | 39871 | 10541 |   0.3 | 107M|2085 |   0 |5645 |5466 |5645 | 221 |3090 |  52 | 853 | 0.000000e+00 | 7.900000e+02 |    Inf 
89.49/89.54	o 663
89.49/89.54	c *89.5s| 42929 | 42489 | 11110 |   0.3 | 112M|2085 |   - |5645 |5467 |5645 | 198 |3240 |  53 | 873 | 0.000000e+00 | 6.630000e+02 |    Inf 
92.50/92.59	o 521
92.50/92.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.50/92.59	c *92.6s| 44178 | 41494 | 11309 |   0.3 | 110M|2085 |   - |5645 |5482 |5645 | 194 |3283 |  68 | 875 | 0.000000e+00 | 5.210000e+02 |    Inf 
97.20/97.28	o 446
97.20/97.28	c *97.3s| 45944 | 40878 | 12110 |   0.3 | 110M|2085 |   - |5645 |5562 |5645 | 198 |3445 | 148 | 901 | 0.000000e+00 | 4.460000e+02 |    Inf 
97.40/97.45	o 411
97.40/97.45	c *97.4s| 46001 | 39251 | 12167 |   0.3 | 107M|2085 |   - |5645 |5562 |5645 | 197 |3453 | 148 | 901 | 0.000000e+00 | 4.110000e+02 |    Inf 
97.40/97.47	o 396
97.40/97.47	c *97.4s| 46002 | 38438 | 12167 |   0.3 | 106M|2085 |   - |5645 |5562 |5645 | 197 |3453 | 148 | 901 | 0.000000e+00 | 3.960000e+02 |    Inf 
97.60/97.68	o 364
97.60/97.68	c *97.6s| 46072 | 36342 | 12231 |   0.3 | 102M|2085 |   - |5645 |5571 |5645 | 199 |3462 | 157 | 901 | 0.000000e+00 | 3.640000e+02 |    Inf 
102.29/102.39	o 363
102.29/102.39	c * 102s| 47706 | 37788 | 13797 |   0.3 | 106M|2085 |   - |5645 |5895 |5645 | 189 |3826 | 481 | 933 | 0.000000e+00 | 3.630000e+02 |    Inf 
103.89/103.94	o 359
103.89/103.94	c * 104s| 48220 | 37959 | 14238 |   0.3 | 108M|2085 |   - |5645 |5983 |5645 | 206 |3938 | 569 | 933 | 0.000000e+00 | 3.590000e+02 |    Inf 
103.89/103.96	o 336
103.89/103.96	c * 104s| 48222 | 36270 | 14253 |   0.3 | 104M|2085 |   - |5645 |5983 |5645 | 206 |3938 | 569 | 933 | 0.000000e+00 | 3.360000e+02 |    Inf 
104.99/105.08	o 300
104.99/105.08	c * 105s| 48590 | 33825 | 14470 |   0.3 |  99M|2085 |   - |5645 |6049 |5645 | 191 |3996 | 635 | 934 | 0.000000e+00 | 3.000000e+02 |    Inf 
107.19/107.25	o 299
107.19/107.25	c * 107s| 49223 | 34283 | 15201 |   0.3 | 101M|2085 |   - |5645 |6235 |5645 | 187 |4211 | 821 | 939 | 0.000000e+00 | 2.990000e+02 |    Inf 
107.29/107.34	o 298
107.29/107.34	c * 107s| 49249 | 34213 | 15211 |   0.3 | 101M|2085 |   - |5645 |6235 |5645 | 190 |4214 | 821 | 939 | 0.000000e+00 | 2.980000e+02 |    Inf 
109.90/109.97	c   110s| 50000 | 34841 | 16270 |   0.3 | 103M|2085 |   0 |5645 |6514 |5645 | 200 |4503 |1100 | 962 | 0.000000e+00 | 2.980000e+02 |    Inf 
115.49/115.54	o 262
115.49/115.54	c * 116s| 51606 | 32796 | 18263 |   0.4 | 102M|2085 |   - |5645 |7039 |5645 | 197 |5046 |1625 | 985 | 0.000000e+00 | 2.620000e+02 |    Inf 
115.69/115.76	o 248
115.69/115.76	c * 116s| 51678 | 31289 | 18340 |   0.4 |  99M|2085 |   - |5645 |7060 |5645 | 206 |5070 |1646 | 985 | 0.000000e+00 | 2.480000e+02 |    Inf 
118.49/118.51	o 242
118.49/118.51	c * 118s| 52407 | 31106 | 20032 |   0.4 | 101M|2085 |   - |5645 |7282 |5645 | 194 |5557 |1868 |1005 | 0.000000e+00 | 2.420000e+02 |    Inf 
118.59/118.60	o 227
118.59/118.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.59/118.60	c * 119s| 52493 | 29213 | 20050 |   0.4 |  97M|2085 |   - |5645 |7282 |5645 | 194 |5557 |1868 |1005 | 0.000000e+00 | 2.270000e+02 |    Inf 
121.60/121.62	o 219
121.60/121.62	c * 122s| 53266 | 28525 | 21596 |   0.4 |  96M|2085 |   - |5645 |7655 |5645 | 190 |5915 |2248 |1041 | 0.000000e+00 | 2.190000e+02 |    Inf 
134.30/134.31	o 217
134.30/134.31	c * 134s| 56711 | 30968 | 27326 |   0.5 | 108M|2085 |   - |5645 |8623 |5645 | 212 |7510 |3374 |1143 | 0.000000e+00 | 2.170000e+02 |    Inf 
136.69/136.72	o 197
136.69/136.72	c * 137s| 57444 | 28278 | 28396 |   0.5 | 103M|2085 |   - |5645 |8807 |5645 | 194 |7721 |3597 |1159 | 0.000000e+00 | 1.970000e+02 |    Inf 
137.69/137.79	o 159
137.69/137.79	c * 138s| 57920 | 22031 | 28715 |   0.5 |  87M|2085 |   - |5645 |8829 |5645 | 204 |7793 |3632 |1166 | 0.000000e+00 | 1.590000e+02 |    Inf 
138.30/138.33	o 153
138.30/138.33	c * 138s| 58059 | 20979 | 28985 |   0.5 |  85M|2085 |   - |5645 |8892 |5645 | 215 |7859 |3706 |1168 | 0.000000e+00 | 1.530000e+02 |    Inf 
138.30/138.34	o 152
138.30/138.34	c * 138s| 58060 | 20783 | 28985 |   0.5 |  84M|2085 |   - |5645 |8892 |5645 | 215 |7859 |3706 |1168 | 0.000000e+00 | 1.520000e+02 |    Inf 
138.50/138.57	o 144
138.50/138.57	c * 139s| 58129 | 19471 | 29075 |   0.5 |  81M|2085 |   - |5645 |8891 |5645 | 191 |7867 |3707 |1168 | 0.000000e+00 | 1.440000e+02 |    Inf 
138.79/138.80	o 137
138.79/138.80	c * 139s| 58198 | 18088 | 29162 |   0.5 |  77M|2085 |   - |5645 |8906 |5645 | 197 |7881 |3726 |1171 | 0.000000e+00 | 1.370000e+02 |    Inf 
145.49/145.50	c   145s| 60000 | 19385 | 32525 |   0.5 |  85M|2085 |   0 |5645 |9499 |5645 | 183 |8556 |4635 |1243 | 0.000000e+00 | 1.370000e+02 |    Inf 
151.59/151.62	o 135
151.59/151.62	c * 152s| 61472 | 19960 | 35241 |   0.6 |  91M|2085 |   - |5645 |9940 |5645 | 187 |9258 |5509 |1292 | 0.000000e+00 | 1.350000e+02 |    Inf 
151.69/151.78	o 131
151.69/151.78	c * 152s| 61529 | 19260 | 35276 |   0.6 |  90M|2085 |   - |5645 |9940 |5645 | 194 |9266 |5509 |1292 | 0.000000e+00 | 1.310000e+02 |    Inf 
151.69/151.80	o 102
151.69/151.80	c * 152s| 61530 | 13630 | 35276 |   0.6 |  74M|2085 |   - |5645 |9940 |5645 | 194 |9266 |5509 |1292 | 0.000000e+00 | 1.020000e+02 |    Inf 
153.20/153.28	o 76
153.20/153.28	c * 153s| 61926 |  8924 | 35956 |   0.6 |  61M|2085 |   - |5645 |  10k|5645 | 209 |9439 |5678 |1295 | 0.000000e+00 | 7.600000e+01 |    Inf 
153.39/153.49	o 71
153.39/153.49	c * 153s| 61980 |  8196 | 36216 |   0.6 |  59M|2085 |   - |5645 |9261 |5645 | 197 |9463 |5725 |1295 | 0.000000e+00 | 7.100000e+01 |    Inf 
153.49/153.50	o 56
153.49/153.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.49/153.50	c * 153s| 61981 |  6291 | 36216 |   0.6 |  52M|2085 |   - |5645 |9261 |5645 | 197 |9463 |5725 |1295 | 0.000000e+00 | 5.600000e+01 |    Inf 
154.00/154.01	o 52
154.00/154.01	c * 154s| 62119 |  5904 | 36914 |   0.6 |  51M|2085 |   - |5645 |8313 |5645 | 217 |9648 |5774 |1320 | 0.000000e+00 | 5.200000e+01 |    Inf 
154.00/154.06	o 47
154.00/154.06	c * 154s| 62132 |  5305 | 36934 |   0.6 |  49M|2085 |   - |5645 |8040 |5645 | 219 |9650 |5774 |1320 | 0.000000e+00 | 4.700000e+01 |    Inf 
154.00/154.08	o 33
154.00/154.08	c * 154s| 62133 |  3897 | 36934 |   0.6 |  44M|2085 |   - |5645 |8040 |5645 | 219 |9650 |5774 |1320 | 0.000000e+00 | 3.300000e+01 |    Inf 
154.10/154.18	o 31
154.10/154.18	c * 154s| 62152 |  3079 | 37166 |   0.6 |  41M|2085 |   - |5645 |7158 |5645 | 198 |9683 |5790 |1331 | 0.000000e+00 | 3.100000e+01 |    Inf 
159.29/159.31	o 28
159.29/159.31	c * 159s| 63859 |  3116 | 46721 |   0.7 |  44M|2085 |   - |5645 |8446 |5645 | 202 |  11k|7765 |1563 | 0.000000e+00 | 2.800000e+01 |    Inf 
159.60/159.66	o 27
159.60/159.66	c * 160s| 63959 |  3034 | 47392 |   0.7 |  43M|2085 |   - |5645 |8125 |5645 | 224 |  11k|7887 |1571 | 0.000000e+00 | 2.700000e+01 |    Inf 
159.60/159.68	o 20
159.60/159.68	c * 160s| 63961 |  2666 | 47418 |   0.7 |  42M|2085 |   - |5645 |7862 |5645 | 224 |  11k|7887 |1571 | 0.000000e+00 | 2.000000e+01 |    Inf 
159.69/159.74	o 19
159.69/159.74	c * 160s| 63979 |  2645 | 47513 |   0.7 |  42M|2085 |   - |5645 |7449 |5645 | 200 |  11k|7913 |1571 | 0.000000e+00 | 1.900000e+01 |    Inf 
159.69/159.74	o 18
159.69/159.74	c * 160s| 63980 |  2492 | 47513 |   0.7 |  41M|2085 |   - |5645 |7449 |5645 | 200 |  11k|7913 |1571 | 0.000000e+00 | 1.800000e+01 |    Inf 
162.20/162.26	o 16
162.20/162.26	c * 162s| 64986 |  2460 | 53564 |   0.8 |  42M|2085 |   - |5645 |7595 |5645 | 211 |  13k|9240 |1612 | 0.000000e+00 | 1.600000e+01 |    Inf 
168.50/168.53	o 15
168.50/168.53	c * 169s| 67856 |  2462 | 66891 |   1.0 |  43M|2085 |   - |5645 |7078 |5645 | 203 |  15k|  12k|1646 | 0.000000e+00 | 1.500000e+01 |    Inf 
168.50/168.54	o 9
168.50/168.54	c * 169s| 67857 |  2186 | 66891 |   1.0 |  42M|2085 |   - |5645 |7078 |5645 | 203 |  15k|  12k|1646 | 0.000000e+00 | 9.000000e+00 |    Inf 
170.89/170.94	o 6
170.89/170.94	c * 171s| 69148 |  1964 | 72491 |   1.0 |  41M|2085 |   - |5645 |6627 |5645 | 225 |  16k|  14k|1647 | 0.000000e+00 | 6.000000e+00 |    Inf 
172.59/172.67	c   173s| 70000 |  1968 | 77937 |   1.1 |  41M|2085 |   9 |5645 |6556 |5645 | 218 |  17k|  15k|1697 | 0.000000e+00 | 6.000000e+00 |    Inf 
191.19/191.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.19/191.20	c   191s| 80000 |  2158 |127100 |   1.6 |  45M|2085 |  18 |5645 |9843 |5645 | 212 |  26k|  28k|2086 | 0.000000e+00 | 6.000000e+00 |    Inf 
211.09/211.12	c   211s| 90000 |  2160 |177910 |   2.0 |  46M|2085 |   - |5645 |9408 |5645 | 201 |  33k|  41k|2419 | 0.000000e+00 | 6.000000e+00 |    Inf 
212.30/212.33	o 4
212.30/212.33	c * 212s| 90587 |  2077 |181032 |   2.0 |  46M|2085 |   - |5645 |9160 |5645 | 216 |  33k|  42k|2491 | 0.000000e+00 | 4.000000e+00 |    Inf 
229.49/229.53	c   230s|100000 |  1955 |225539 |   2.3 |  45M|2085 |   7 |5645 |8794 |5645 | 201 |  40k|  55k|2807 | 0.000000e+00 | 4.000000e+00 |    Inf 
248.09/248.16	c   248s|110000 |  1951 |274896 |   2.5 |  47M|2085 |  10 |5645 |  11k|5645 | 213 |  49k|  68k|3051 | 0.000000e+00 | 4.000000e+00 |    Inf 
267.99/268.09	c   268s|120000 |  1972 |325837 |   2.7 |  49M|2085 |   - |5645 |  14k|   0 |   0 |  57k|  83k|3244 | 0.000000e+00 | 4.000000e+00 |    Inf 
288.79/288.84	c   289s|130000 |  2102 |380230 |   2.9 |  50M|2085 |  11 |5645 |  14k|5645 | 260 |  66k|  97k|3488 | 0.000000e+00 | 4.000000e+00 |    Inf 
308.90/308.90	c   309s|140000 |  2021 |433754 |   3.1 |  49M|2085 |   - |5645 |  11k|   0 |   0 |  74k| 111k|3742 | 0.000000e+00 | 4.000000e+00 |    Inf 
327.60/327.61	c   328s|150000 |  1993 |482306 |   3.2 |  49M|2085 |   - |5645 |  12k|   0 |   0 |  81k| 125k|3895 | 0.000000e+00 | 4.000000e+00 |    Inf 
347.50/347.58	c   348s|160000 |  1818 |537821 |   3.4 |  47M|2085 |  13 |5645 |9450 |5645 | 231 |  89k| 139k|4297 | 0.000000e+00 | 4.000000e+00 |    Inf 
366.20/366.23	c   366s|170000 |  1739 |585701 |   3.4 |  47M|2085 |   - |5645 |  10k|   0 |   0 |  96k| 152k|4502 | 0.000000e+00 | 4.000000e+00 |    Inf 
385.10/385.19	c   385s|180000 |  1972 |627603 |   3.5 |  50M|2085 |   1 |5645 |  13k|5645 | 228 | 103k| 165k|4596 | 0.000000e+00 | 4.000000e+00 |    Inf 
405.30/405.35	c   405s|190000 |  2087 |674039 |   3.5 |  52M|2085 |   1 |5645 |  14k|5645 | 213 | 112k| 179k|4719 | 0.000000e+00 | 4.000000e+00 |    Inf 
423.20/423.22	o 3
423.20/423.22	c * 423s|198726 |  2125 |716742 |   3.6 |  54M|2085 |   - |5645 |  18k|5645 | 277 | 118k| 192k|4795 | 0.000000e+00 | 3.000000e+00 |    Inf 
425.90/425.91	c   426s|200000 |  2122 |722408 |   3.6 |  53M|2085 |   1 |5645 |  16k|5645 | 253 | 119k| 194k|4827 | 0.000000e+00 | 3.000000e+00 |    Inf 
447.00/447.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.00/447.04	c   447s|210000 |  2053 |773509 |   3.7 |  52M|2085 |   - |5645 |  14k|   0 |   0 | 126k| 209k|4933 | 0.000000e+00 | 3.000000e+00 |    Inf 
466.40/466.47	c   466s|220000 |  2048 |816985 |   3.7 |  53M|2085 |   1 |5645 |  16k|5645 | 242 | 133k| 223k|5030 | 0.000000e+00 | 3.000000e+00 |    Inf 
487.01/487.07	c   487s|230000 |  2000 |862246 |   3.7 |  53M|2085 |   - |5645 |  14k|   0 |   0 | 140k| 236k|5186 | 0.000000e+00 | 3.000000e+00 |    Inf 
507.30/507.40	c   507s|240000 |  2016 |906767 |   3.8 |  54M|2085 |   - |5645 |  15k|   0 |   0 | 146k| 250k|5309 | 0.000000e+00 | 3.000000e+00 |    Inf 
526.60/526.65	c   527s|250000 |  2017 |948515 |   3.8 |  54M|2085 |  11 |5645 |  15k|5645 | 211 | 152k| 264k|5375 | 0.000000e+00 | 3.000000e+00 |    Inf 
547.30/547.36	c   547s|260000 |  1969 |996252 |   3.8 |  54M|2085 |   - |5645 |  16k|5645 | 272 | 158k| 278k|5512 | 0.000000e+00 | 3.000000e+00 |    Inf 
567.50/567.59	c   568s|270000 |  1969 |  1039k|   3.8 |  56M|2085 |   - |5645 |  19k|   0 |   0 | 164k| 292k|5575 | 0.000000e+00 | 3.000000e+00 |    Inf 
589.11/589.13	c   589s|280000 |  1897 |  1085k|   3.9 |  53M|2085 |  13 |5645 |  15k|5645 | 257 | 169k| 306k|5689 | 0.000000e+00 | 3.000000e+00 |    Inf 
608.41/608.42	c   608s|290000 |  1808 |  1127k|   3.9 |  52M|2085 |   - |5645 |  16k|   0 |   0 | 174k| 320k|5755 | 0.000000e+00 | 3.000000e+00 |    Inf 
628.61/628.64	c   629s|300000 |  1770 |  1168k|   3.9 |  51M|2085 |   1 |5645 |  15k|5645 | 227 | 180k| 334k|5854 | 0.000000e+00 | 3.000000e+00 |    Inf 
649.20/649.28	c   649s|310000 |  1832 |  1213k|   3.9 |  52M|2085 |   - |5645 |  16k|   0 |   0 | 187k| 348k|5949 | 0.000000e+00 | 3.000000e+00 |    Inf 
668.91/668.92	c   669s|320000 |  1819 |  1254k|   3.9 |  53M|2085 |   1 |5645 |  16k|5645 | 257 | 192k| 361k|6022 | 0.000000e+00 | 3.000000e+00 |    Inf 
681.31/681.33	o 1
681.31/681.33	c * 681s|326083 |  1768 |  1281k|   3.9 |  53M|2085 |   - |5645 |  19k|5645 | 291 | 196k| 369k|6072 | 0.000000e+00 | 1.000000e+00 |    Inf 
689.20/689.25	c   689s|330000 |  1799 |  1297k|   3.9 |  53M|2085 |   - |5645 |  20k|   0 |   0 | 198k| 374k|6102 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.10/710.11	c   710s|340000 |  1621 |  1338k|   3.9 |  49M|2085 |   1 |5645 |  14k|5645 | 208 | 203k| 389k|6186 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.71/729.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
729.71/729.77	c   730s|350000 |  1673 |  1376k|   3.9 |  51M|2085 |   - |5645 |  18k|   0 |   0 | 208k| 402k|6225 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.40/750.47	c   750s|360000 |  1685 |  1416k|   3.9 |  52M|2085 |   - |5645 |  20k|   0 |   0 | 214k| 416k|6292 | 0.000000e+00 | 1.000000e+00 |    Inf 
773.61/773.65	c   774s|370000 |  1793 |  1456k|   3.9 |  54M|2085 |   - |5645 |  24k|   0 |   0 | 220k| 431k|6371 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.80/797.83	c   798s|380000 |  1924 |  1502k|   4.0 |  56M|2085 |   1 |5645 |  23k|5645 | 233 | 226k| 445k|6447 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.01/822.07	c   822s|390000 |  2099 |  1547k|   4.0 |  58M|2085 |   - |5645 |  26k|   0 |   0 | 232k| 458k|6524 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.61/847.69	c   848s|400000 |  2219 |  1594k|   4.0 |  60M|2085 |  21 |5645 |  26k|5645 | 271 | 238k| 472k|6602 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.11/872.19	c   872s|410000 |  2251 |  1642k|   4.0 |  61M|2085 |   - |5645 |  27k|   0 |   0 | 245k| 486k|6677 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.61/895.68	c   896s|420000 |  2285 |  1683k|   4.0 |  62M|2085 |  15 |5645 |  28k|5645 | 296 | 250k| 502k|6727 | 0.000000e+00 | 1.000000e+00 |    Inf 
920.61/920.68	c   921s|430000 |  2319 |  1727k|   4.0 |  62M|2085 |   - |5645 |  25k|   0 |   0 | 255k| 516k|6794 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.31/944.33	c   944s|440000 |  2407 |  1770k|   4.0 |  64M|2085 |   - |5645 |  28k|   0 |   0 | 261k| 530k|6850 | 0.000000e+00 | 1.000000e+00 |    Inf 
968.71/968.78	c   969s|450000 |  2466 |  1812k|   4.0 |  65M|2085 |   - |5645 |  27k|   0 |   0 | 266k| 545k|6919 | 0.000000e+00 | 1.000000e+00 |    Inf 
994.12/994.15	c   994s|460000 |  2402 |  1854k|   4.0 |  65M|2085 |   - |5645 |  26k|   0 |   0 | 272k| 559k|6992 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.61/1019.68	c  1020s|470000 |  2401 |  1904k|   4.1 |  65M|2085 |   - |5645 |  25k|   0 |   0 | 279k| 573k|7041 | 0.000000e+00 | 1.000000e+00 |    Inf 
1044.22/1044.22	c  1044s|480000 |  2365 |  1952k|   4.1 |  65M|2085 |   - |5645 |  26k|   0 |   0 | 284k| 587k|7099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1069.42/1069.43	c  1069s|490000 |  2360 |  2000k|   4.1 |  66M|2085 |   - |5645 |  26k|   0 |   0 | 290k| 601k|7181 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.62/1093.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1093.62/1093.64	c  1094s|500000 |  2432 |  2046k|   4.1 |  66M|2085 |   1 |5645 |  25k|5645 | 240 | 296k| 615k|7231 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.32/1118.34	c  1118s|510000 |  2496 |  2087k|   4.1 |  68M|2085 |   - |5645 |  26k|   0 |   0 | 301k| 630k|7273 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.52/1141.60	c  1142s|520000 |  2508 |  2129k|   4.1 |  68M|2085 |   5 |5645 |  25k|5645 | 216 | 305k| 644k|7336 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.12/1165.16	c  1165s|530000 |  2496 |  2178k|   4.1 |  68M|2085 |   - |5645 |  23k|5645 | 251 | 312k| 659k|7407 | 0.000000e+00 | 1.000000e+00 |    Inf 
1188.32/1188.30	c  1188s|540000 |  2667 |  2218k|   4.1 |  71M|2085 |   - |5645 |  27k|   0 |   0 | 318k| 672k|7450 | 0.000000e+00 | 1.000000e+00 |    Inf 
1211.23/1211.29	c  1211s|550000 |  2697 |  2255k|   4.1 |  72M|2085 |  15 |5645 |  27k|5645 | 263 | 323k| 686k|7491 | 0.000000e+00 | 1.000000e+00 |    Inf 
1234.82/1234.88	c  1235s|560000 |  2689 |  2294k|   4.1 |  73M|2085 |  12 |5645 |  27k|5645 | 249 | 328k| 701k|7539 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.22/1259.29	c  1259s|570000 |  2789 |  2335k|   4.1 |  73M|2085 |   - |5645 |  25k|   0 |   0 | 333k| 715k|7614 | 0.000000e+00 | 1.000000e+00 |    Inf 
1284.72/1284.77	c  1285s|580000 |  2801 |  2388k|   4.1 |  74M|2085 |   1 |5645 |  25k|5645 | 225 | 339k| 730k|7660 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.52/1309.56	c  1310s|590000 |  2764 |  2433k|   4.1 |  73M|2085 |   - |5645 |  24k|   0 |   0 | 344k| 746k|7717 | 0.000000e+00 | 1.000000e+00 |    Inf 
1333.72/1333.76	c  1334s|600000 |  2909 |  2477k|   4.1 |  75M|2085 |   - |5645 |  26k|5645 | 251 | 348k| 760k|7777 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.13/1358.16	c  1358s|610000 |  2999 |  2519k|   4.1 |  77M|2085 |   - |5645 |  28k|   0 |   0 | 353k| 774k|7822 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.22/1382.25	c  1382s|620000 |  2966 |  2561k|   4.1 |  77M|2085 |   - |5645 |  26k|   0 |   0 | 357k| 789k|7868 | 0.000000e+00 | 1.000000e+00 |    Inf 
1407.33/1407.34	c  1407s|630000 |  2971 |  2605k|   4.1 |  78M|2085 |  15 |5645 |  27k|5645 | 248 | 363k| 805k|7930 | 0.000000e+00 | 1.000000e+00 |    Inf 
1430.52/1430.50	c  1430s|640000 |  3036 |  2650k|   4.1 |  79M|2085 |   - |5645 |  29k|   0 |   0 | 367k| 821k|7986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.13/1455.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.13/1455.14	c  1455s|650000 |  2769 |  2695k|   4.1 |  73M|2085 |   1 |5645 |  22k|5645 | 226 | 372k| 837k|8042 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.43/1477.42	c  1477s|660000 |  1818 |  2740k|   4.2 |  53M|2085 |   - |5645 |  13k|   0 |   0 | 378k| 853k|8097 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.43/1495.43	c  1495s|670000 |  1703 |  2782k|   4.2 |  52M|2085 |   - |5645 |  13k|   0 |   0 | 383k| 866k|8172 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.63/1513.65	c  1514s|680000 |  1732 |  2824k|   4.2 |  53M|2085 |  11 |5645 |  16k|5645 | 220 | 387k| 879k|8212 | 0.000000e+00 | 1.000000e+00 |    Inf 
1533.83/1533.81	c  1534s|690000 |  1729 |  2868k|   4.2 |  54M|2085 |   - |5645 |  18k|   0 |   0 | 391k| 892k|8255 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.83/1554.86	c  1555s|700000 |  1727 |  2918k|   4.2 |  54M|2085 |   1 |5645 |  19k|5645 | 252 | 395k| 905k|8301 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.43/1576.45	c  1576s|710000 |  1689 |  2963k|   4.2 |  53M|2085 |  20 |5645 |  17k|5645 | 223 | 400k| 919k|8544 | 0.000000e+00 | 1.000000e+00 |    Inf 
1597.82/1597.85	c  1598s|720000 |  1739 |  3000k|   4.2 |  55M|2085 |   - |5645 |  19k|   0 |   0 | 405k| 932k|8793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.53/1619.56	c  1620s|730000 |  1712 |  3044k|   4.2 |  55M|2085 |  14 |5645 |  20k|5645 | 205 | 412k| 946k|8823 | 0.000000e+00 | 1.000000e+00 |    Inf 
1641.73/1641.78	c  1642s|740000 |  1712 |  3085k|   4.2 |  55M|2085 |   - |5645 |  21k|   0 |   0 | 418k| 959k|8826 | 0.000000e+00 | 1.000000e+00 |    Inf 
1664.74/1664.78	c  1665s|750000 |  1626 |  3129k|   4.2 |  54M|2085 |   - |5645 |  19k|   0 |   0 | 423k| 973k|8854 | 0.000000e+00 | 1.000000e+00 |    Inf 
1685.93/1685.91	c  1686s|760000 |  1613 |  3170k|   4.2 |  54M|2085 |   - |5645 |  20k|   0 |   0 | 428k| 986k|8883 | 0.000000e+00 | 1.000000e+00 |    Inf 
1708.03/1708.10	c  1708s|770000 |  1653 |  3218k|   4.2 |  55M|2085 |   - |5645 |  22k|   0 |   0 | 434k|1000k|8923 | 0.000000e+00 | 1.000000e+00 |    Inf 
1732.73/1732.77	c  1733s|780000 |  1757 |  3269k|   4.2 |  58M|2085 |  20 |5645 |  27k|5645 | 270 | 441k|1013k|8957 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.33/1757.34	c  1757s|790000 |  1772 |  3312k|   4.2 |  58M|2085 |  11 |5645 |  26k|5645 | 253 | 446k|1027k|8994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.84/1780.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.84/1780.88	c  1781s|800000 |  1800 |  3351k|   4.2 |  59M|2085 |   - |5645 |  28k|   0 |   0 | 452k|1041k|9029 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 803697
1790.04/1790.00	c Primal Bound       : +1.00000000000000e+00 (162 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.07	s SATISFIABLE
1790.04/1790.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.07	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.07	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.07	v -x146 -x145 -x144 x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1790.04/1790.07	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.04/1790.07	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1790.04/1790.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1790.04/1790.07	v -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 
1790.04/1790.07	v -x28 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 
1790.04/1790.07	v -x1 
1790.04/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.07	c Solving Time       :    1789.97
1790.04/1790.07	c Original Problem   :
1790.04/1790.07	c   Problem name     : HOME/instance-2705031-1278578326.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.07	c Presolved Problem  :
1790.04/1790.07	c   Problem name     : t_HOME/instance-2705031-1278578326.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5414 initial, 30727 maximal
1790.04/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   integral         :          0          0          0     523018          0         21        840          0          0     810330
1790.04/1790.07	c   linear           :       2707          6    4139360     116433          1     323983   18638212     454404          0          0
1790.04/1790.07	c   indicator        :       2707          0    1404888      86516          0        119    1334603          0          0          0
1790.04/1790.07	c   logicor          :          0+         0    1248902          0          0      58601    1407635          0          0          0
1790.04/1790.07	c   bounddisjunction :          0+         0     329127          0          0        602       4047          0          0          0
1790.04/1790.07	c   countsols        :          0          0          0      59154          1          0          0          0          0          0
1790.04/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.07	c   integral         :      13.72       0.00       0.00      13.72       0.00
1790.04/1790.07	c   linear           :     240.06       0.00     227.70      12.36       0.00
1790.04/1790.07	c   indicator        :      31.39       0.01      13.92      17.46       0.00
1790.04/1790.07	c   logicor          :     286.78       0.00     286.78       0.00       0.00
1790.04/1790.07	c   bounddisjunction :       2.22       0.00       2.22       0.00       0.00
1790.04/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.07	c   vbounds          :       0.76      14814          0       4897
1790.04/1790.07	c   rootredcost      :       0.64         48          0       2707
1790.04/1790.07	c   pseudoobj        :     151.52    4142462       2111    1169253
1790.04/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.07	c   propagation      :      24.07     385297     385042    2428804       30.6      11487       25.6          -
1790.04/1790.07	c   infeasible LP    :       6.29      16259      16259     127274       42.0        191       19.7          0
1790.04/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.07	c   applied globally :          -          -          -    1046918       24.2          -          -          -
1790.04/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.07	c   redcost          :      49.20     524397          0     142973          0          0
1790.04/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.07	c Pricers            :       Time      Calls       Vars
1790.04/1790.07	c   problem variables:       0.00          0          0
1790.04/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   relpscost        :      13.25     405876         21        840          0          0     810330
1790.04/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   inference        :      40.73      59107          0          0          0          0     118407
1790.04/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.07	c   LP solutions     :       0.13          -         48
1790.04/1790.07	c   pseudo solutions :       0.00          -          0
1790.04/1790.07	c   feaspump         :       0.00          0          0
1790.04/1790.07	c   intshifting      :       0.01          0          0
1790.04/1790.07	c   oneopt           :       0.43         41          0
1790.04/1790.07	c   guideddiving     :       0.25         94          0
1790.04/1790.07	c   pscostdiving     :       0.27        138          0
1790.04/1790.07	c   fracdiving       :       0.25        138          0
1790.04/1790.07	c   linesearchdiving :       0.25        139          0
1790.04/1790.07	c   coefdiving       :       0.25        139          0
1790.04/1790.07	c   veclendiving     :       0.25        139          0
1790.04/1790.07	c   crossover        :       2.17         58          5
1790.04/1790.07	c   objpscostdiving  :       0.28        134          0
1790.04/1790.07	c   rootsoldiving    :       0.31        134          0
1790.04/1790.07	c   trivial          :       0.07          2          2
1790.04/1790.07	c   simplerounding   :       0.71     405984          0
1790.04/1790.07	c   zirounding       :       0.51       1000          0
1790.04/1790.07	c   rounding         :       1.43       8977          0
1790.04/1790.07	c   shifting         :       0.72       2849          0
1790.04/1790.07	c   twoopt           :       0.00          0          0
1790.04/1790.07	c   fixandinfer      :       0.00          0          0
1790.04/1790.07	c   intdiving        :       0.00          0          0
1790.04/1790.07	c   actconsdiving    :       0.00          0          0
1790.04/1790.07	c   octane           :       0.00          0          0
1790.04/1790.07	c   rens             :       0.03          1          0
1790.04/1790.07	c   rins             :       0.00          0          0
1790.04/1790.07	c   localbranching   :       0.00          0          0
1790.04/1790.07	c   mutation         :       0.00          0          0
1790.04/1790.07	c   dins             :       0.00          0          0
1790.04/1790.07	c   undercover       :       0.00          0          0
1790.04/1790.07	c   nlp              :       0.14          0          0
1790.04/1790.07	c   trysol           :       0.38        368        107
1790.04/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.07	c   dual LP          :     427.69     481671    3365470       6.99    7869.00
1790.04/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.07	c   diving/probing LP:       0.14         82        967      11.79    6926.24
1790.04/1790.07	c   strong branching :      10.27       9033     104344      11.55   10161.49
1790.04/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.07	c B&B Tree           :
1790.04/1790.07	c   number of runs   :          1
1790.04/1790.07	c   nodes            :     803697
1790.04/1790.07	c   nodes (total)    :     803697
1790.04/1790.07	c   nodes left       :       1763
1790.04/1790.07	c   max depth        :       2085
1790.04/1790.07	c   max depth (total):       2085
1790.04/1790.07	c   backtracks       :      74468 (9.3%)
1790.04/1790.07	c   delayed cutoffs  :      65776
1790.04/1790.07	c   repropagations   :    2033261 (3943958 domain reductions, 62194 cutoffs)
1790.04/1790.07	c   avg switch length:       6.46
1790.04/1790.07	c   switching time   :     267.53
1790.04/1790.07	c Solution           :
1790.04/1790.07	c   Solutions found  :        162 (49 improvements)
1790.04/1790.07	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 326083 nodes, 681.30 seconds, depth 42, found by <relaxation>)
1790.04/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.07	c   Gap              :   infinite
1790.04/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.07	c   Root Iterations  :        184
1790.14/1790.15	c Time complete: 1790.19.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705031-1278578326/watcher-2705031-1278578326 -o /tmp/evaluation-result-2705031-1278578326/solver-2705031-1278578326 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705031-1278578326.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.93 3/178 21725
/proc/meminfo: memFree=28008312/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=12512 CPUtime=0
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 1974 0 0 0 0 0 0 0 22 0 1 0 26046492 12812288 1893 4089446400 4194304 10345943 140734709736368 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21725/statm: 3128 1893 429 1502 0 1621 0

[startup+0.104424 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21725
/proc/meminfo: memFree=28008312/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=38020 CPUtime=0.09
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 8448 0 0 0 9 0 0 0 22 0 1 0 26046492 38932480 8013 4089446400 4194304 10345943 140734709736368 18446744073709551615 9138240 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.200412 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21725
/proc/meminfo: memFree=28008312/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=60584 CPUtime=0.19
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 14132 0 0 0 18 1 0 0 22 0 1 0 26046492 62038016 13697 4089446400 4194304 10345943 140734709736368 18446744073709551615 6328727 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 15146 13721 628 1502 0 13639 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60584

[startup+0.300389 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21725
/proc/meminfo: memFree=28008312/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=70104 CPUtime=0.29
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 16226 0 0 0 27 2 0 0 22 0 1 0 26046492 71786496 15791 4089446400 4194304 10345943 140734709736368 18446744073709551615 4448080 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700317 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21725
/proc/meminfo: memFree=28008312/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=65264 CPUtime=0.69
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 16892 0 0 0 65 4 0 0 24 0 1 0 26046492 66830336 15052 4089446400 4194304 10345943 140734709736368 18446744073709551615 7608517 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27949776/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=65264 CPUtime=1.49
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 16894 0 0 0 144 5 0 0 25 0 1 0 26046492 66830336 15054 4089446400 4194304 10345943 140734709736368 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27949404/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=65264 CPUtime=3.09
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 16898 0 0 0 304 5 0 0 25 0 1 0 26046492 66830336 15058 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 16316 15058 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27946472/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=65264 CPUtime=6.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 18840 0 0 0 624 6 0 0 25 0 1 0 26046492 66830336 15083 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 65264

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27943980/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=69636 CPUtime=12.69
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 22132 0 0 0 1262 7 0 0 25 0 1 0 26046492 71307264 15779 4089446400 4194304 10345943 140734709736368 18446744073709551615 6802931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21725/statm: 17409 15779 762 1502 0 15902 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69636

[startup+25.5009 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28901040/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=83176 CPUtime=25.49
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 34770 0 0 0 2538 11 0 0 25 0 1 0 26046492 85172224 19295 4089446400 4194304 10345943 140734709736368 18446744073709551615 4246733 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21725/statm: 20794 19295 762 1502 0 19287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83176

[startup+51.1003 s]
/proc/loadavg: 1.95 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28817356/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=121528 CPUtime=51.09
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 45833 0 0 0 5095 14 0 0 25 0 1 0 26046492 124444672 29170 4089446400 4194304 10345943 140734709736368 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 30382 29170 762 1502 0 28875 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121528

[startup+102.3 s]
/proc/loadavg: 2.04 2.00 1.93 3/179 21756
/proc/meminfo: memFree=28702640/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=152112 CPUtime=102.29
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 100111 0 0 0 10204 25 0 0 25 0 1 0 26046492 155762688 36673 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 38028 36673 762 1502 0 36521 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 152112

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21758
/proc/meminfo: memFree=28473892/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=228372 CPUtime=162.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 166157 0 0 0 16193 37 0 0 25 0 1 0 26046492 233852928 55552 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 57093 55552 782 1502 0 55586 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 228372

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21759
/proc/meminfo: memFree=28380816/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=236584 CPUtime=222.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 219032 0 0 0 22176 54 0 0 25 0 1 0 26046492 242262016 57637 4089446400 4194304 10345943 140734709736368 18446744073709551615 6560486 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 59146 57637 794 1502 0 57639 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 236584

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21760
/proc/meminfo: memFree=28338460/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=237928 CPUtime=282.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 232730 0 0 0 28161 69 0 0 25 0 1 0 26046492 243638272 58026 4089446400 4194304 10345943 140734709736368 18446744073709551615 6864985 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 59482 58026 794 1502 0 57975 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 237928

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 21762
/proc/meminfo: memFree=28327488/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=239312 CPUtime=342.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 237540 0 0 0 34150 80 0 0 25 0 1 0 26046492 245055488 58346 4089446400 4194304 10345943 140734709736368 18446744073709551615 6777408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 59828 58346 794 1502 0 58321 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 239312

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21764
/proc/meminfo: memFree=28321980/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=239892 CPUtime=402.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 237732 0 0 0 40139 91 0 0 25 0 1 0 26046492 245649408 58538 4089446400 4194304 10345943 140734709736368 18446744073709551615 6105704 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 59973 58538 794 1502 0 58466 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239892

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21766
/proc/meminfo: memFree=28317536/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=242872 CPUtime=462.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 261473 0 0 0 46126 104 0 0 25 0 1 0 26046492 248700928 58987 4089446400 4194304 10345943 140734709736368 18446744073709551615 6466301 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 60718 58987 795 1502 0 59211 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 242872

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21767
/proc/meminfo: memFree=28310788/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=244008 CPUtime=522.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 263876 0 0 0 52115 115 0 0 25 0 1 0 26046492 249864192 59484 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 61002 59484 795 1502 0 59495 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 244008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21768
/proc/meminfo: memFree=28304392/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=245624 CPUtime=582.31
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 268617 0 0 0 58106 125 0 0 25 0 1 0 26046492 251518976 59981 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 61406 59981 795 1502 0 59899 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 245624

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21770
/proc/meminfo: memFree=28299872/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=245588 CPUtime=642.3
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 272686 0 0 0 64095 135 0 0 25 0 1 0 26046492 251482112 59974 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085256 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 61397 59974 795 1502 0 59890 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 245588

[startup+702.301 s]

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

/proc/meminfo: memFree=28275436/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=252444 CPUtime=1062.31
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 300880 0 0 0 106032 199 0 0 25 0 1 0 26046492 258502656 61617 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 63111 61617 795 1502 0 61604 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 252444

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21783
/proc/meminfo: memFree=28273264/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=254612 CPUtime=1122.31
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 301228 0 0 0 112025 206 0 0 25 0 1 0 26046492 260722688 61965 4089446400 4194304 10345943 140734709736368 18446744073709551615 6002862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 63653 61965 795 1502 0 62146 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 254612

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21784
/proc/meminfo: memFree=28270464/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=255580 CPUtime=1182.32
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 303447 0 0 0 118016 216 0 0 25 0 1 0 26046492 261713920 62275 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 63895 62275 795 1502 0 62388 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 255580

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 21786
/proc/meminfo: memFree=28265204/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=260304 CPUtime=1242.33
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 304502 0 0 0 124008 225 0 0 25 0 1 0 26046492 266551296 63330 4089446400 4194304 10345943 140734709736368 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 65076 63330 795 1502 0 63569 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 260304

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 21788
/proc/meminfo: memFree=28262652/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=262228 CPUtime=1302.32
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 305162 0 0 0 130000 232 0 0 25 0 1 0 26046492 268521472 63988 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 65557 63988 795 1502 0 64050 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 262228

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 21799
/proc/meminfo: memFree=28260368/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=263372 CPUtime=1362.32
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 305418 0 0 0 135992 240 0 0 25 0 1 0 26046492 269692928 64244 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 65843 64244 795 1502 0 64336 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 263372

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 21800
/proc/meminfo: memFree=28259164/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=264144 CPUtime=1422.33
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 305716 0 0 0 141987 246 0 0 25 0 1 0 26046492 270483456 64542 4089446400 4194304 10345943 140734709736368 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66036 64542 795 1502 0 64529 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 264144

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 21801
/proc/meminfo: memFree=28255748/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=266432 CPUtime=1482.32
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 306144 0 0 0 147978 254 0 0 25 0 1 0 26046492 272826368 64970 4089446400 4194304 10345943 140734709736368 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66608 64970 795 1502 0 65101 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 266432

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21803
/proc/meminfo: memFree=28253940/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=266932 CPUtime=1542.34
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 306185 0 0 0 153971 263 0 0 25 0 1 0 26046492 273338368 65011 4089446400 4194304 10345943 140734709736368 18446744073709551615 8160436 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66733 65011 795 1502 0 65226 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 266932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21805
/proc/meminfo: memFree=28253248/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=266932 CPUtime=1602.32
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 306212 0 0 0 159962 270 0 0 25 0 1 0 26046492 273338368 65038 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66733 65038 795 1502 0 65226 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 266932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21807
/proc/meminfo: memFree=28251700/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267404 CPUtime=1662.33
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308103 0 0 0 165953 280 0 0 25 0 1 0 26046492 273821696 65056 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66851 65056 795 1502 0 65344 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 267404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21808
/proc/meminfo: memFree=28250520/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1722.33
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308174 0 0 0 171944 289 0 0 25 0 1 0 26046492 274014208 65127 4089446400 4194304 10345943 140734709736368 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65127 795 1502 0 65391 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 267592

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 21809
/proc/meminfo: memFree=28247480/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1782.33
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308204 0 0 0 177936 297 0 0 25 0 1 0 26046492 274014208 65157 4089446400 4194304 10345943 140734709736368 18446744073709551615 5027171 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65157 795 1502 0 65391 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 267592

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

[startup+1785.6 s]
/proc/loadavg: 2.06 2.01 1.96 3/179 21809
/proc/meminfo: memFree=28247356/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1785.64
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308204 0 0 0 178266 298 0 0 25 0 1 0 26046492 274014208 65157 4089446400 4194304 10345943 140734709736368 18446744073709551615 9106037 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65157 795 1502 0 65391 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 267592

[startup+1787.2 s]
/proc/loadavg: 2.06 2.01 1.96 3/179 21809
/proc/meminfo: memFree=28247232/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1787.24
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308205 0 0 0 178426 298 0 0 25 0 1 0 26046492 274014208 65158 4089446400 4194304 10345943 140734709736368 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65158 795 1502 0 65391 0
Current children cumulated CPU time (s) 1787.24
Current children cumulated vsize (KiB) 267592

[startup+1788.8 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21809
/proc/meminfo: memFree=28247228/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1788.84
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308205 0 0 0 178586 298 0 0 25 0 1 0 26046492 274014208 65158 4089446400 4194304 10345943 140734709736368 18446744073709551615 6518604 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65158 795 1502 0 65391 0
Current children cumulated CPU time (s) 1788.84
Current children cumulated vsize (KiB) 267592

[startup+1789.6 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21809
/proc/meminfo: memFree=28247228/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1789.64
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308205 0 0 0 178666 298 0 0 25 0 1 0 26046492 274014208 65158 4089446400 4194304 10345943 140734709736368 18446744073709551615 6528242 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65158 795 1502 0 65391 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 267592

[startup+1790 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21810
/proc/meminfo: memFree=28247228/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1790.04
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308205 0 0 0 178706 298 0 0 25 0 1 0 26046492 274014208 65158 4089446400 4194304 10345943 140734709736368 18446744073709551615 6777348 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65158 795 1502 0 65391 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 267592

[startup+1790.1 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21810
/proc/meminfo: memFree=28247228/32950904 swapFree=67111528/67111528
[pid=21725] ppid=21723 vsize=267592 CPUtime=1790.14
/proc/21725/stat : 21725 (pbscip.linux.x8) R 21723 21725 21202 0 -1 4202496 308253 0 0 0 178716 298 0 0 25 0 1 0 26046492 274014208 65206 4089446400 4194304 10345943 140734709736368 18446744073709551615 4448773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21725/statm: 66898 65206 796 1502 0 65391 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 267592

Child status: 0
Real time (s): 1790.16
CPU time (s): 1790.2
CPU user time (s): 1787.21
CPU system time (s): 2.99454
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 267592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.21
system time used= 2.99454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2257

runsolver used 3.36849 second user time and 6.25005 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-08 10:38:46
IDJOB=2705031
IDBENCH=79267
IDSOLVER=1214
FILE ID=node121/2705031-1278578326
PBS_JOBID= 11240212
Free space on /tmp= 73656 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.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-2705031-1278578326/watcher-2705031-1278578326 -o /tmp/evaluation-result-2705031-1278578326/solver-2705031-1278578326 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705031-1278578326.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 200f179ceb6a172fc8d81952e96f0c84
RANDOM SEED=1216503306

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      28008840 kB
Buffers:        154524 kB
Cached:        3567404 kB
SwapCached:          0 kB
Active:        2422144 kB
Inactive:      2356812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28008840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:     1057176 kB
Mapped:          17620 kB
Slab:            96604 kB
PageTables:       6772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1214300 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= 73644 MiB
End job on node121 at 2010-07-08 11:08:36