Trace number 2693015

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 solverMSAT (TO) 1800.3 1800.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
MD5SUM30e25559b2b6f1151f21e207b2f87b54
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark667.905
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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.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-2693015-1277928889.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136613
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.366130e+05 |    Inf 
18.89/18.98	c  18.7s| 10000 | 10001 |  6375 |   0.6 |  46M| 569 |   0 |5645 |5414 |5645 | 264 |2022 |   0 | 730 | 0.000000e+00 | 1.366130e+05 |    Inf 
33.69/33.76	c  33.4s| 20000 | 20001 |  8862 |   0.4 |  67M|1825 |   0 |5645 |5414 |5645 | 268 |2587 |   0 | 817 | 0.000000e+00 | 1.366130e+05 |    Inf 
47.99/48.04	c  47.5s| 30000 | 30001 | 10297 |   0.3 |  86M|1825 |   0 |5645 |5414 |5645 | 271 |2977 |   0 | 858 | 0.000000e+00 | 1.366130e+05 |    Inf 
62.20/62.28	c  61.6s| 40000 | 40001 | 11606 |   0.3 | 105M|1825 |   0 |5645 |5414 |5645 | 262 |3318 |   0 | 879 | 0.000000e+00 | 1.366130e+05 |    Inf 
76.39/76.42	c  75.7s| 50000 | 50001 | 12723 |   0.3 | 125M|1825 |   0 |5645 |5414 |5645 | 244 |3656 |   0 | 895 | 0.000000e+00 | 1.366130e+05 |    Inf 
90.99/91.03	c  90.1s| 60000 | 60001 | 14047 |   0.2 | 144M|1825 |   0 |5645 |5414 |5645 | 243 |4060 |   0 | 918 | 0.000000e+00 | 1.366130e+05 |    Inf 
105.30/105.30	c   104s| 70000 | 70001 | 15038 |   0.2 | 163M|1825 |   0 |5645 |5414 |5645 | 278 |4327 |   0 | 940 | 0.000000e+00 | 1.366130e+05 |    Inf 
119.99/120.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.99/120.02	c   119s| 80000 | 79999 | 16572 |   0.2 | 183M|1825 |   0 |5645 |5423 |5645 | 263 |4793 |   9 | 971 | 0.000000e+00 | 1.366130e+05 |    Inf 
120.40/120.46	o 980
120.40/120.46	c * 119s| 80315 | 78634 | 16572 |   0.2 | 181M|1825 |   - |5645 |5423 |5645 | 263 |4793 |   9 | 971 | 0.000000e+00 | 9.800000e+02 |    Inf 
131.90/131.93	o 737
131.90/131.93	c * 131s| 87167 | 79184 | 19693 |   0.2 | 183M|1825 |   - |5645 |5423 |5645 | 261 |5674 |   9 | 994 | 0.000000e+00 | 7.370000e+02 |    Inf 
134.39/134.40	o 609
134.39/134.40	c * 133s| 88628 | 70455 | 20402 |   0.2 | 166M|1825 |   - |5645 |5463 |5645 | 290 |5886 |  49 |1001 | 0.000000e+00 | 6.090000e+02 |    Inf 
135.99/136.06	o 547
135.99/136.06	c * 135s| 89628 | 67459 | 20898 |   0.2 | 161M|1825 |   - |5645 |5535 |5645 | 287 |6009 | 121 |1002 | 0.000000e+00 | 5.470000e+02 |    Inf 
135.99/136.07	o 534
135.99/136.07	c * 135s| 89629 | 66200 | 20903 |   0.2 | 159M|1825 |   - |5645 |5535 |5645 | 287 |6009 | 121 |1002 | 0.000000e+00 | 5.340000e+02 |    Inf 
136.59/136.65	c   135s| 90000 | 66571 | 21030 |   0.2 | 159M|1825 |   0 |5645 |5535 |5645 | 270 |6038 | 121 |1002 | 0.000000e+00 | 5.340000e+02 |    Inf 
138.39/138.48	o 522
138.39/138.48	c * 137s| 91153 | 66274 | 21284 |   0.2 | 160M|1825 |   - |5645 |5615 |5645 | 290 |6110 | 201 |1004 | 0.000000e+00 | 5.220000e+02 |    Inf 
140.49/140.50	o 488
140.49/140.50	c * 139s| 92319 | 62223 | 21737 |   0.2 | 153M|1825 |   - |5645 |5914 |5645 | 289 |6223 | 500 |1008 | 0.000000e+00 | 4.880000e+02 |    Inf 
141.80/141.87	o 458
141.80/141.87	c * 140s| 92989 | 57087 | 22207 |   0.2 | 144M|1825 |   - |5645 |6373 |5645 | 275 |6349 | 959 |1012 | 0.000000e+00 | 4.580000e+02 |    Inf 
143.79/143.89	o 453
143.79/143.89	c * 142s| 93989 | 56949 | 23024 |   0.2 | 145M|1825 |   - |5645 |6862 |5645 | 204 |6569 |1448 |1022 | 0.000000e+00 | 4.530000e+02 |    Inf 
146.00/146.07	o 450
146.00/146.07	c * 145s| 94928 | 57191 | 24173 |   0.3 | 147M|1825 |   - |5645 |7202 |5645 | 223 |6893 |1788 |1033 | 0.000000e+00 | 4.500000e+02 |    Inf 
146.80/146.85	o 448
146.80/146.85	c * 145s| 95280 | 57130 | 24667 |   0.3 | 147M|1825 |   - |5645 |7284 |5645 | 232 |7052 |1870 |1036 | 0.000000e+00 | 4.480000e+02 |    Inf 
146.90/146.91	o 443
146.90/146.91	c * 145s| 95316 | 56144 | 24674 |   0.3 | 145M|1825 |   - |5645 |7284 |5645 | 233 |7053 |1870 |1036 | 0.000000e+00 | 4.430000e+02 |    Inf 
148.19/148.21	o 431
148.19/148.21	c * 147s| 95907 | 54421 | 25434 |   0.3 | 143M|1825 |   - |5645 |7484 |5645 | 245 |7333 |2070 |1039 | 0.000000e+00 | 4.310000e+02 |    Inf 
148.19/148.22	o 403
148.19/148.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.19/148.22	c * 147s| 95908 | 49720 | 25434 |   0.3 | 132M|1825 |   - |5645 |7484 |5645 | 245 |7333 |2070 |1039 | 0.000000e+00 | 4.030000e+02 |    Inf 
149.39/149.44	o 402
149.39/149.44	c * 148s| 96338 | 49939 | 26660 |   0.3 | 133M|1825 |   - |5645 |7656 |5645 | 228 |7867 |2242 |1060 | 0.000000e+00 | 4.020000e+02 |    Inf 
149.39/149.50	o 387
149.39/149.50	c * 148s| 96387 | 47837 | 26662 |   0.3 | 128M|1825 |   - |5645 |7656 |5645 | 228 |7867 |2242 |1060 | 0.000000e+00 | 3.870000e+02 |    Inf 
149.79/149.84	o 386
149.79/149.84	c * 148s| 96517 | 47813 | 26984 |   0.3 | 128M|1825 |   - |5645 |7678 |5645 | 236 |8002 |2264 |1066 | 0.000000e+00 | 3.860000e+02 |    Inf 
150.00/150.06	o 373
150.00/150.06	c * 148s| 96623 | 46318 | 27179 |   0.3 | 125M|1825 |   - |5645 |7693 |5645 | 245 |8075 |2279 |1069 | 0.000000e+00 | 3.730000e+02 |    Inf 
150.00/150.08	o 368
150.00/150.08	c * 149s| 96624 | 45711 | 27179 |   0.3 | 124M|1825 |   - |5645 |7693 |5645 | 245 |8075 |2279 |1069 | 0.000000e+00 | 3.680000e+02 |    Inf 
150.99/151.06	o 367
150.99/151.06	c * 149s| 97057 | 45989 | 28216 |   0.3 | 125M|1825 |   - |5645 |7806 |5645 | 238 |8473 |2392 |1074 | 0.000000e+00 | 3.670000e+02 |    Inf 
152.39/152.47	o 339
152.39/152.47	c * 151s| 97496 | 42816 | 30129 |   0.3 | 119M|1825 |   - |5645 |8048 |5645 | 247 |9241 |2635 |1084 | 0.000000e+00 | 3.390000e+02 |    Inf 
153.69/153.72	o 312
153.69/153.72	c * 152s| 97915 | 38944 | 31241 |   0.3 | 111M|1825 |   - |5645 |8267 |5645 | 244 |9708 |2855 |1089 | 0.000000e+00 | 3.120000e+02 |    Inf 
154.70/154.78	o 304
154.70/154.78	c * 153s| 98263 | 38019 | 32356 |   0.3 | 110M|1825 |   - |5645 |8508 |5645 | 263 |  10k|3097 |1097 | 0.000000e+00 | 3.040000e+02 |    Inf 
155.00/155.04	o 292
155.00/155.04	c * 153s| 98340 | 36017 | 32636 |   0.3 | 106M|1825 |   - |5645 |8529 |5645 | 261 |  10k|3120 |1101 | 0.000000e+00 | 2.920000e+02 |    Inf 
155.10/155.18	o 289
155.10/155.18	c * 154s| 98385 | 35503 | 32820 |   0.3 | 106M|1825 |   - |5645 |8545 |5645 | 227 |  10k|3139 |1101 | 0.000000e+00 | 2.890000e+02 |    Inf 
155.39/155.49	o 288
155.39/155.49	c * 154s| 98467 | 35385 | 33186 |   0.3 | 105M|1825 |   - |5645 |8572 |5645 | 252 |  10k|3172 |1103 | 0.000000e+00 | 2.880000e+02 |    Inf 
159.60/159.63	c   158s|100000 | 36619 | 36794 |   0.4 | 111M|1825 |   0 |5645 |9356 |5645 | 247 |  11k|4244 |1134 | 0.000000e+00 | 2.880000e+02 |    Inf 
159.70/159.71	o 286
159.70/159.71	c * 158s|100030 | 36219 | 36814 |   0.4 | 110M|1825 |   - |5645 |9355 |5645 | 251 |  11k|4246 |1134 | 0.000000e+00 | 2.860000e+02 |    Inf 
160.50/160.53	o 275
160.50/160.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.50/160.53	c * 159s|100341 | 34121 | 37480 |   0.4 | 107M|1825 |   - |5645 |9415 |5645 | 228 |  11k|4383 |1135 | 0.000000e+00 | 2.750000e+02 |    Inf 
160.50/160.54	o 272
160.50/160.54	c * 159s|100342 | 33453 | 37480 |   0.4 | 106M|1825 |   - |5645 |9415 |5645 | 228 |  11k|4383 |1135 | 0.000000e+00 | 2.720000e+02 |    Inf 
160.80/160.89	o 271
160.80/160.89	c * 159s|100465 | 33331 | 37886 |   0.4 | 106M|1825 |   - |5645 |9444 |5645 | 245 |  12k|4448 |1136 | 0.000000e+00 | 2.710000e+02 |    Inf 
160.90/160.90	o 263
160.90/160.90	c * 159s|100469 | 31511 | 37887 |   0.4 | 102M|1825 |   - |5645 |9444 |5645 | 245 |  12k|4448 |1136 | 0.000000e+00 | 2.630000e+02 |    Inf 
160.90/160.91	o 260
160.90/160.91	c * 159s|100470 | 30833 | 37887 |   0.4 | 101M|1825 |   - |5645 |9444 |5645 | 245 |  12k|4448 |1136 | 0.000000e+00 | 2.600000e+02 |    Inf 
163.40/163.42	o 255
163.40/163.42	c * 162s|101294 | 30273 | 40252 |   0.4 | 102M|1825 |   - |5645 |9818 |5645 | 238 |  12k|5071 |1154 | 0.000000e+00 | 2.550000e+02 |    Inf 
165.30/165.30	o 214
165.30/165.30	c * 164s|102026 | 22845 | 41814 |   0.4 |  85M|1825 |   - |5645 |  10k|5645 | 244 |  13k|5619 |1160 | 0.000000e+00 | 2.140000e+02 |    Inf 
165.40/165.46	o 194
165.40/165.46	c * 164s|102077 | 19016 | 42053 |   0.4 |  77M|1825 |   - |5645 |  10k|5645 | 246 |  13k|5623 |1160 | 0.000000e+00 | 1.940000e+02 |    Inf 
165.40/165.47	o 189
165.40/165.47	c * 164s|102078 | 18062 | 42056 |   0.4 |  74M|1825 |   - |5645 |  10k|5645 | 246 |  13k|5623 |1160 | 0.000000e+00 | 1.890000e+02 |    Inf 
166.20/166.24	o 164
166.20/166.24	c * 164s|102299 | 13678 | 43194 |   0.4 |  64M|1825 |   - |5645 |  10k|5645 | 236 |  13k|5701 |1187 | 0.000000e+00 | 1.640000e+02 |    Inf 
166.30/166.37	o 156
166.30/166.37	c * 165s|102312 | 12445 | 43445 |   0.4 |  62M|1825 |   - |5645 |  10k|5645 | 245 |  13k|5704 |1188 | 0.000000e+00 | 1.560000e+02 |    Inf 
166.60/166.63	o 139
166.60/166.63	c * 165s|102351 |  9805 | 43760 |   0.4 |  56M|1825 |   - |5645 |  10k|5645 | 232 |  14k|5747 |1194 | 0.000000e+00 | 1.390000e+02 |    Inf 
166.60/166.63	o 138
166.60/166.63	c * 165s|102352 |  9679 | 43760 |   0.4 |  56M|1825 |   - |5645 |  10k|5645 | 232 |  14k|5747 |1194 | 0.000000e+00 | 1.380000e+02 |    Inf 
166.99/167.09	o 133
166.99/167.09	c * 165s|102425 |  9088 | 44337 |   0.4 |  55M|1825 |   - |5645 |  10k|5645 | 233 |  14k|5798 |1242 | 0.000000e+00 | 1.330000e+02 |    Inf 
168.10/168.11	o 131
168.10/168.11	c * 166s|102624 |  8914 | 45637 |   0.4 |  55M|1825 |   - |5645 |9992 |5645 | 267 |  14k|6004 |1258 | 0.000000e+00 | 1.310000e+02 |    Inf 
168.10/168.18	o 114
168.10/168.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.10/168.18	c * 166s|102682 |  6939 | 45638 |   0.4 |  50M|1825 |   - |5645 |9992 |5645 | 267 |  14k|6004 |1258 | 0.000000e+00 | 1.140000e+02 |    Inf 
168.39/168.49	o 100
168.39/168.49	c * 167s|102726 |  5923 | 46236 |   0.4 |  48M|1825 |   - |5645 |9935 |5645 | 236 |  14k|6045 |1279 | 0.000000e+00 | 1.000000e+02 |    Inf 
168.70/168.75	o 88
168.70/168.75	c * 167s|102789 |  4871 | 46660 |   0.5 |  45M|1825 |   - |5645 |9820 |5645 | 229 |  14k|6098 |1285 | 0.000000e+00 | 8.800000e+01 |    Inf 
170.70/170.73	o 81
170.70/170.73	c * 169s|103250 |  4473 | 49202 |   0.5 |  45M|1825 |   - |5645 |8679 |5645 | 205 |  15k|6627 |1348 | 0.000000e+00 | 8.100000e+01 |    Inf 
170.70/170.73	o 79
170.70/170.73	c * 169s|103251 |  4340 | 49202 |   0.5 |  45M|1825 |   - |5645 |8679 |5645 | 205 |  15k|6627 |1348 | 0.000000e+00 | 7.900000e+01 |    Inf 
171.60/171.63	o 68
171.60/171.63	c * 170s|103454 |  3769 | 50915 |   0.5 |  44M|1825 |   - |5645 |7923 |5645 | 208 |  15k|6818 |1402 | 0.000000e+00 | 6.800000e+01 |    Inf 
171.60/171.64	o 67
171.60/171.64	c * 170s|103455 |  3387 | 50915 |   0.5 |  42M|1825 |   - |5645 |7923 |5645 | 208 |  15k|6818 |1402 | 0.000000e+00 | 6.700000e+01 |    Inf 
194.70/194.72	c   192s|110000 |  5098 | 86694 |   0.8 |  58M|1825 |   - |5645 |6467 |   0 |   0 |  25k|  13k|1656 | 0.000000e+00 | 6.700000e+01 |    Inf 
227.70/227.71	c   225s|120000 |  8172 |132688 |   1.1 |  84M|1825 |   8 |5645 |6972 |5645 | 224 |  38k|  22k|2049 | 0.000000e+00 | 6.700000e+01 |    Inf 
261.10/261.12	c   258s|130000 | 11059 |170268 |   1.3 | 108M|1825 |   0 |5645 |7389 |5645 | 268 |  48k|  32k|2329 | 0.000000e+00 | 6.700000e+01 |    Inf 
282.39/282.41	o 66
282.39/282.41	c * 279s|136303 | 12489 |194195 |   1.4 | 123M|1825 |   - |5645 |7684 |5645 | 248 |  54k|  39k|2466 | 0.000000e+00 | 6.600000e+01 |    Inf 
290.10/290.12	o 63
290.10/290.12	c * 286s|138631 | 12508 |201301 |   1.5 | 126M|1825 |   - |5645 |7396 |5645 | 233 |  57k|  41k|2514 | 0.000000e+00 | 6.300000e+01 |    Inf 
293.90/293.90	o 53
293.90/293.90	c * 290s|139877 | 11701 |204298 |   1.5 | 123M|1825 |   - |5645 |7243 |5645 | 243 |  57k|  43k|2534 | 0.000000e+00 | 5.300000e+01 |    Inf 
294.20/294.25	c   290s|140000 | 11712 |204526 |   1.5 | 123M|1825 |   - |5645 |6940 |   0 |   0 |  57k|  43k|2534 | 0.000000e+00 | 5.300000e+01 |    Inf 
323.80/323.82	c   320s|150000 | 12585 |239402 |   1.6 | 135M|1825 |   - |5645 |7312 |   0 |   0 |  66k|  55k|2752 | 0.000000e+00 | 5.300000e+01 |    Inf 
339.60/339.60	o 40
339.60/339.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.60/339.60	c * 335s|155320 | 11228 |259527 |   1.7 | 131M|1825 |   - |5645 |7211 |5645 | 208 |  70k|  61k|2881 | 0.000000e+00 | 4.000000e+01 |    Inf 
352.10/352.14	c   347s|160000 | 11310 |277741 |   1.7 | 135M|1825 |   - |5645 |6606 |   0 |   0 |  74k|  67k|2995 | 0.000000e+00 | 4.000000e+01 |    Inf 
377.60/377.64	c   372s|170000 | 11598 |315077 |   1.9 | 141M|1825 |   - |5645 |8413 |   0 |   0 |  82k|  80k|3191 | 0.000000e+00 | 4.000000e+01 |    Inf 
402.01/402.08	o 35
402.01/402.08	c * 397s|179831 | 11339 |348595 |   1.9 | 143M|1825 |   - |5645 |7989 |5645 | 239 |  89k|  92k|3335 | 0.000000e+00 | 3.500000e+01 |    Inf 
402.51/402.56	c   397s|180000 | 11348 |349415 |   1.9 | 143M|1825 |   - |5645 |7436 |   0 |   0 |  89k|  92k|3344 | 0.000000e+00 | 3.500000e+01 |    Inf 
426.01/426.08	c   420s|190000 | 11390 |379920 |   2.0 | 147M|1825 |   1 |5645 |6684 |5645 | 172 |  94k| 105k|3501 | 0.000000e+00 | 3.500000e+01 |    Inf 
449.70/449.78	c   443s|200000 | 11506 |416307 |   2.1 | 150M|1825 |   1 |5645 |6915 |5645 | 191 | 103k| 117k|3640 | 0.000000e+00 | 3.500000e+01 |    Inf 
472.91/472.94	c   466s|210000 | 11595 |447314 |   2.1 | 153M|1825 |   1 |5645 |7547 |5645 | 177 | 107k| 130k|3781 | 0.000000e+00 | 3.500000e+01 |    Inf 
496.20/496.26	c   489s|220000 | 11721 |482097 |   2.2 | 158M|1825 |   5 |5645 |8286 |5645 | 212 | 112k| 142k|3912 | 0.000000e+00 | 3.500000e+01 |    Inf 
499.81/499.85	o 33
499.81/499.85	c * 493s|221562 | 11398 |486379 |   2.2 | 156M|1825 |   - |5645 |8457 |5645 | 222 | 113k| 144k|3922 | 0.000000e+00 | 3.300000e+01 |    Inf 
506.02/506.05	o 19
506.02/506.05	c * 499s|224312 |  9312 |495742 |   2.2 | 126M|1825 |   - |5645 |8241 |5645 | 231 | 114k| 148k|3977 | 0.000000e+00 | 1.900000e+01 |    Inf 
517.11/517.14	c   510s|230000 |  9280 |513915 |   2.2 | 127M|1825 |   7 |5645 |7526 |5645 | 207 | 117k| 155k|4035 | 0.000000e+00 | 1.900000e+01 |    Inf 
536.30/536.34	c   529s|240000 |  9070 |542844 |   2.3 | 127M|1825 |   1 |5645 |7374 |5645 | 212 | 120k| 167k|4163 | 0.000000e+00 | 1.900000e+01 |    Inf 
555.71/555.77	c   548s|250000 |  9137 |572421 |   2.3 | 130M|1825 |   1 |5645 |  11k|5645 | 226 | 124k| 180k|4209 | 0.000000e+00 | 1.900000e+01 |    Inf 
569.91/569.97	o 10
569.91/569.97	c * 562s|256970 |  7836 |592925 |   2.3 | 110M|1825 |   - |5645 |  10k|5645 | 225 | 126k| 189k|4296 | 0.000000e+00 | 1.000000e+01 |    Inf 
575.51/575.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.51/575.57	c   567s|260000 |  7777 |601325 |   2.3 | 109M|1825 |  19 |5645 |6743 |5645 | 206 | 127k| 193k|4331 | 0.000000e+00 | 1.000000e+01 |    Inf 
593.51/593.59	c   585s|270000 |  7748 |634597 |   2.3 | 110M|1825 |  12 |5645 |9752 |5645 | 246 | 131k| 206k|4458 | 0.000000e+00 | 1.000000e+01 |    Inf 
612.41/612.42	c   603s|280000 |  7781 |667439 |   2.4 | 112M|1825 |   - |5645 |  12k|   0 |   0 | 134k| 219k|4544 | 0.000000e+00 | 1.000000e+01 |    Inf 
631.51/631.51	c   622s|290000 |  7723 |700444 |   2.4 | 112M|1825 |   1 |5645 |  10k|5645 | 258 | 138k| 233k|4680 | 0.000000e+00 | 1.000000e+01 |    Inf 
650.31/650.33	c   640s|300000 |  7568 |734438 |   2.4 | 112M|1825 |  15 |5645 |  10k|5645 | 253 | 141k| 246k|4777 | 0.000000e+00 | 1.000000e+01 |    Inf 
669.21/669.25	c   659s|310000 |  7541 |768335 |   2.5 | 113M|1825 |   - |5645 |  12k|   0 |   0 | 145k| 258k|4891 | 0.000000e+00 | 1.000000e+01 |    Inf 
689.11/689.15	c   678s|320000 |  7580 |800713 |   2.5 | 115M|1825 |   - |5645 |  16k|5645 | 281 | 148k| 271k|4946 | 0.000000e+00 | 1.000000e+01 |    Inf 
710.01/710.04	c   699s|330000 |  7593 |831723 |   2.5 | 116M|1825 |   - |5645 |  16k|   0 |   0 | 152k| 284k|5035 | 0.000000e+00 | 1.000000e+01 |    Inf 
731.62/731.60	c   720s|340000 |  7639 |863553 |   2.5 | 117M|1825 |  10 |5645 |  18k|5645 | 239 | 155k| 297k|5121 | 0.000000e+00 | 1.000000e+01 |    Inf 
754.41/754.41	c   743s|350000 |  7735 |895336 |   2.6 | 120M|1825 |   - |5645 |  22k|   0 |   0 | 158k| 310k|5191 | 0.000000e+00 | 1.000000e+01 |    Inf 
777.12/777.18	c   765s|360000 |  7735 |926747 |   2.6 | 120M|1825 |   6 |5645 |  21k|5645 | 262 | 161k| 324k|5244 | 0.000000e+00 | 1.000000e+01 |    Inf 
799.72/799.75	c   787s|370000 |  7676 |960724 |   2.6 | 120M|1825 |   1 |5645 |  20k|5645 | 253 | 164k| 337k|5321 | 0.000000e+00 | 1.000000e+01 |    Inf 
821.51/821.54	c   809s|380000 |  7544 |995517 |   2.6 | 117M|1825 |   - |5645 |  14k|   0 |   0 | 167k| 351k|5494 | 0.000000e+00 | 1.000000e+01 |    Inf 
842.02/842.04	c   829s|390000 |  7658 |  1026k|   2.6 | 118M|1825 |   - |5645 |  15k|   0 |   0 | 171k| 364k|5597 | 0.000000e+00 | 1.000000e+01 |    Inf 
862.21/862.20	c   849s|400000 |  7670 |  1057k|   2.6 | 119M|1825 |   - |5645 |  15k|   0 |   0 | 175k| 378k|5670 | 0.000000e+00 | 1.000000e+01 |    Inf 
882.22/882.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
882.22/882.24	c   868s|410000 |  7663 |  1092k|   2.7 | 120M|1825 |   - |5645 |  14k|5645 | 254 | 178k| 392k|5726 | 0.000000e+00 | 1.000000e+01 |    Inf 
902.92/902.99	c   889s|420000 |  7540 |  1130k|   2.7 | 119M|1825 |   - |5645 |  10k|   0 |   0 | 183k| 405k|5859 | 0.000000e+00 | 1.000000e+01 |    Inf 
921.52/921.52	c   907s|430000 |  7616 |  1160k|   2.7 | 120M|1825 |   1 |5645 |  13k|5645 | 257 | 186k| 418k|5911 | 0.000000e+00 | 1.000000e+01 |    Inf 
940.72/940.74	c   926s|440000 |  7655 |  1192k|   2.7 | 122M|1825 |   - |5645 |  15k|   0 |   0 | 190k| 431k|5970 | 0.000000e+00 | 1.000000e+01 |    Inf 
960.62/960.68	c   945s|450000 |  7695 |  1223k|   2.7 | 124M|1825 |   - |5645 |  16k|   0 |   0 | 193k| 444k|6013 | 0.000000e+00 | 1.000000e+01 |    Inf 
981.63/981.67	c   966s|460000 |  7731 |  1259k|   2.7 | 125M|1825 |   - |5645 |  18k|   0 |   0 | 197k| 458k|6089 | 0.000000e+00 | 1.000000e+01 |    Inf 
1002.72/1002.72	c   987s|470000 |  7725 |  1295k|   2.8 | 126M|1825 |   1 |5645 |  18k|5645 | 270 | 200k| 472k|6147 | 0.000000e+00 | 1.000000e+01 |    Inf 
1023.82/1023.86	c  1007s|480000 |  7711 |  1326k|   2.8 | 125M|1825 |  12 |5645 |  15k|5645 | 248 | 204k| 485k|6249 | 0.000000e+00 | 1.000000e+01 |    Inf 
1045.32/1045.32	c  1028s|490000 |  7721 |  1361k|   2.8 | 125M|1825 |   8 |5645 |  13k|5645 | 227 | 207k| 498k|6325 | 0.000000e+00 | 1.000000e+01 |    Inf 
1066.33/1066.33	c  1049s|500000 |  7765 |  1397k|   2.8 | 127M|1825 |   - |5645 |  14k|   0 |   0 | 211k| 512k|6382 | 0.000000e+00 | 1.000000e+01 |    Inf 
1087.62/1087.65	c  1070s|510000 |  7830 |  1428k|   2.8 | 129M|1825 |   1 |5645 |  18k|5645 | 239 | 214k| 525k|6435 | 0.000000e+00 | 1.000000e+01 |    Inf 
1109.63/1109.62	c  1092s|520000 |  7867 |  1459k|   2.8 | 130M|1825 |  16 |5645 |  20k|5645 | 226 | 218k| 538k|6494 | 0.000000e+00 | 1.000000e+01 |    Inf 
1132.72/1132.73	c  1114s|530000 |  7859 |  1492k|   2.8 | 131M|1825 |   - |5645 |  20k|   0 |   0 | 221k| 552k|6558 | 0.000000e+00 | 1.000000e+01 |    Inf 
1156.22/1156.29	c  1138s|540000 |  7879 |  1524k|   2.8 | 133M|1825 |   - |5645 |  22k|5645 | 274 | 224k| 565k|6614 | 0.000000e+00 | 1.000000e+01 |    Inf 
1179.53/1179.52	c  1161s|550000 |  7817 |  1561k|   2.8 | 131M|1825 |   1 |5645 |  20k|5645 | 192 | 227k| 579k|6709 | 0.000000e+00 | 1.000000e+01 |    Inf 
1201.43/1201.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.43/1201.46	c  1182s|560000 |  7844 |  1593k|   2.8 | 132M|1825 |   1 |5645 |  21k|5645 | 191 | 232k| 591k|6796 | 0.000000e+00 | 1.000000e+01 |    Inf 
1224.93/1224.92	c  1205s|570000 |  7895 |  1627k|   2.9 | 135M|1825 |   - |5645 |  25k|   0 |   0 | 237k| 604k|6841 | 0.000000e+00 | 1.000000e+01 |    Inf 
1248.93/1248.94	c  1229s|580000 |  7802 |  1659k|   2.9 | 132M|1825 |   - |5645 |  17k|   0 |   0 | 240k| 617k|6971 | 0.000000e+00 | 1.000000e+01 |    Inf 
1270.33/1270.38	c  1250s|590000 |  7976 |  1692k|   2.9 | 133M|1825 |   1 |5645 |  15k|5645 | 197 | 245k| 630k|7015 | 0.000000e+00 | 1.000000e+01 |    Inf 
1291.73/1291.71	c  1271s|600000 |  8045 |  1728k|   2.9 | 136M|1825 |   - |5645 |  17k|   0 |   0 | 249k| 644k|7060 | 0.000000e+00 | 1.000000e+01 |    Inf 
1313.73/1313.70	c  1292s|610000 |  8139 |  1767k|   2.9 | 137M|1825 |   1 |5645 |  17k|5645 | 222 | 253k| 658k|7118 | 0.000000e+00 | 1.000000e+01 |    Inf 
1336.24/1336.22	c  1315s|620000 |  8204 |  1805k|   2.9 | 139M|1825 |   1 |5645 |  19k|5645 | 230 | 257k| 672k|7174 | 0.000000e+00 | 1.000000e+01 |    Inf 
1357.53/1357.56	c  1336s|630000 |  8227 |  1844k|   2.9 | 139M|1825 |   - |5645 |  15k|   0 |   0 | 260k| 686k|7219 | 0.000000e+00 | 1.000000e+01 |    Inf 
1379.03/1379.09	c  1357s|640000 |  8212 |  1882k|   2.9 | 139M|1825 |   - |5645 |  13k|   0 |   0 | 264k| 700k|7343 | 0.000000e+00 | 1.000000e+01 |    Inf 
1399.15/1399.11	c  1376s|650000 |  8356 |  1913k|   2.9 | 141M|1825 |   - |5645 |  15k|   0 |   0 | 268k| 713k|7386 | 0.000000e+00 | 1.000000e+01 |    Inf 
1418.94/1418.94	c  1396s|660000 |  8425 |  1940k|   2.9 | 142M|1825 |   - |5645 |  16k|   0 |   0 | 272k| 726k|7409 | 0.000000e+00 | 1.000000e+01 |    Inf 
1439.23/1439.23	c  1416s|670000 |  8419 |  1966k|   2.9 | 143M|1825 |   - |5645 |  16k|   0 |   0 | 275k| 739k|7460 | 0.000000e+00 | 1.000000e+01 |    Inf 
1459.64/1459.65	c  1436s|680000 |  8432 |  1995k|   2.9 | 143M|1825 |   1 |5645 |  16k|5645 | 238 | 278k| 753k|7509 | 0.000000e+00 | 1.000000e+01 |    Inf 
1480.94/1480.95	c  1457s|690000 |  8631 |  2027k|   2.9 | 145M|1825 |  12 |5645 |  17k|5645 | 239 | 283k| 767k|7562 | 0.000000e+00 | 1.000000e+01 |    Inf 
1501.14/1501.10	c  1477s|700000 |  8728 |  2058k|   2.9 | 146M|1825 |   - |5645 |  17k|   0 |   0 | 287k| 781k|7606 | 0.000000e+00 | 1.000000e+01 |    Inf 
1521.04/1521.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1521.04/1521.04	c  1496s|710000 |  8767 |  2088k|   2.9 | 147M|1825 |   - |5645 |  18k|   0 |   0 | 290k| 795k|7651 | 0.000000e+00 | 1.000000e+01 |    Inf 
1542.84/1542.82	c  1518s|720000 |  8880 |  2121k|   2.9 | 148M|1825 |   1 |5645 |  19k|5645 | 224 | 294k| 810k|7689 | 0.000000e+00 | 1.000000e+01 |    Inf 
1565.04/1565.01	c  1540s|730000 |  8950 |  2149k|   2.9 | 150M|1825 |   - |5645 |  21k|   0 |   0 | 297k| 824k|7719 | 0.000000e+00 | 1.000000e+01 |    Inf 
1586.74/1586.77	c  1561s|740000 |  9002 |  2181k|   2.9 | 150M|1825 |   - |5645 |  20k|   0 |   0 | 301k| 838k|7772 | 0.000000e+00 | 1.000000e+01 |    Inf 
1609.25/1609.27	c  1583s|750000 |  9044 |  2212k|   3.0 | 152M|1825 |   - |5645 |  21k|   0 |   0 | 305k| 852k|7825 | 0.000000e+00 | 1.000000e+01 |    Inf 
1631.84/1631.89	c  1605s|760000 |  9041 |  2244k|   3.0 | 152M|1825 |   - |5645 |  20k|   0 |   0 | 309k| 865k|7875 | 0.000000e+00 | 1.000000e+01 |    Inf 
1653.54/1653.54	c  1627s|770000 |  9116 |  2275k|   3.0 | 154M|1825 |   1 |5645 |  22k|5645 | 252 | 313k| 879k|7911 | 0.000000e+00 | 1.000000e+01 |    Inf 
1675.64/1675.61	c  1648s|780000 |  9100 |  2304k|   3.0 | 153M|1825 |   1 |5645 |  20k|5645 | 201 | 315k| 893k|7943 | 0.000000e+00 | 1.000000e+01 |    Inf 
1697.35/1697.37	c  1670s|790000 |  9089 |  2336k|   3.0 | 154M|1825 |   1 |5645 |  19k|5645 | 211 | 319k| 907k|7990 | 0.000000e+00 | 1.000000e+01 |    Inf 
1719.75/1719.74	c  1692s|800000 |  9113 |  2365k|   3.0 | 155M|1825 |   7 |5645 |  23k|5645 | 225 | 322k| 920k|8029 | 0.000000e+00 | 1.000000e+01 |    Inf 
1742.35/1742.35	c  1714s|810000 |  9168 |  2397k|   3.0 | 156M|1825 |  14 |5645 |  24k|5645 | 232 | 326k| 934k|8069 | 0.000000e+00 | 1.000000e+01 |    Inf 
1765.64/1765.60	c  1737s|820000 |  9151 |  2428k|   3.0 | 156M|1825 |   1 |5645 |  22k|5645 | 237 | 330k| 948k|8104 | 0.000000e+00 | 1.000000e+01 |    Inf 
1788.35/1788.37	c  1759s|830000 |  9191 |  2459k|   3.0 | 157M|1825 |  17 |5645 |  23k|5645 | 251 | 333k| 962k|8134 | 0.000000e+00 | 1.000000e+01 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1770.87
1800.06/1800.00	c Solving Nodes      : 835028
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+01 (358 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.08	s SATISFIABLE
1800.06/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1800.06/1800.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 x189 
1800.06/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.08	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 
1800.06/1800.08	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.06/1800.08	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.06/1800.08	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 
1800.06/1800.08	v -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 
1800.06/1800.08	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 
1800.06/1800.08	v -x2 x1 
1800.06/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.08	c Solving Time       :    1770.87
1800.06/1800.08	c Original Problem   :
1800.06/1800.08	c   Problem name     : HOME/instance-2693015-1277928889.wbo
1800.06/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.08	c Presolved Problem  :
1800.06/1800.08	c   Problem name     : t_HOME/instance-2693015-1277928889.wbo
1800.06/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.08	c   Constraints      : 5414 initial, 26716 maximal
1800.06/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.06/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.08	c   root node        :          -       2468          -          -       4936          -          -          -          -
1800.06/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.08	c   integral         :          0          0          0     549376          0         21        697          0          0     772880
1800.06/1800.08	c   indicator        :       2707          0    4605049     162133          0       1219   10390554          0          0          0
1800.06/1800.08	c   linear           :       2707          6    4634254     160045          0     279464   19266540     335100          0          0
1800.06/1800.08	c   logicor          :          0+         0    1226877          0          0      67143    1359187          0          0          0
1800.06/1800.08	c   bounddisjunction :          0+         0       9278          0          0          0          2          0          0          0
1800.06/1800.08	c   countsols        :          0          0          0     114545          0          0          0          0          0          0
1800.06/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.08	c   integral         :      13.72       0.00       0.00      13.72       0.00
1800.06/1800.08	c   indicator        :      64.02       0.01      39.69      24.32       0.00
1800.06/1800.08	c   linear           :     196.39       0.00     188.02       8.37       0.00
1800.06/1800.08	c   logicor          :     186.24       0.00     186.24       0.00       0.00
1800.06/1800.08	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.08	c   countsols        :       0.05       0.00       0.00       0.05       0.00
1800.06/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.08	c   vbounds          :       1.12          2          0          0
1800.06/1800.08	c   rootredcost      :       1.00         57          0       2468
1800.06/1800.08	c   pseudoobj        :     252.29    4661820      23854    7171041
1800.06/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.08	c   propagation      :      21.44     370461     370317    2290181       26.6      19930       15.1          -
1800.06/1800.08	c   infeasible LP    :       4.15      11383      11383      89663       39.9        203       15.5          0
1800.06/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.08	c   pseudo solution  :       0.12        415        415       1746       12.8        263        6.9          -
1800.06/1800.08	c   applied globally :          -          -          -     969603       21.1          -          -          -
1800.06/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.06/1800.08	c   redcost          :      49.21     556632          0    2969972          0          0
1800.06/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.08	c   gomory           :       0.02          4          0          0         75          0
1800.06/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.08	c   cmir             :       0.01          4          0          0          1          0
1800.06/1800.08	c   flowcover        :       0.03          4          0          0          2          0
1800.06/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.08	c Pricers            :       Time      Calls       Vars
1800.06/1800.08	c   problem variables:       0.00          0          0
1800.06/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.08	c   relpscost        :      13.32     387023         21        697          0          0     772880
1800.06/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.08	c   inference        :      23.02     114488          0          0          0          0     228976
1800.06/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.08	c   LP solutions     :       0.18          -         57
1800.06/1800.08	c   pseudo solutions :       0.00          -          0
1800.06/1800.08	c   feaspump         :       0.01          0          0
1800.06/1800.08	c   intshifting      :       0.06          4          0
1800.06/1800.08	c   oneopt           :       0.50         48          0
1800.06/1800.08	c   guideddiving     :       0.17         73          0
1800.06/1800.08	c   fracdiving       :       0.27        202          0
1800.06/1800.08	c   veclendiving     :       0.29        202          0
1800.06/1800.08	c   linesearchdiving :       0.32        202          0
1800.06/1800.08	c   coefdiving       :       0.29        202          0
1800.06/1800.08	c   pscostdiving     :       0.34        202          0
1800.06/1800.08	c   crossover        :       2.24         71          3
1800.06/1800.08	c   objpscostdiving  :       0.38        195          0
1800.06/1800.08	c   rootsoldiving    :       0.37        195          0
1800.06/1800.08	c   trivial          :       0.09          2          2
1800.06/1800.08	c   simplerounding   :       0.91     389877          0
1800.06/1800.08	c   zirounding       :       0.37       1000          0
1800.06/1800.08	c   rounding         :       4.07       8804          0
1800.06/1800.08	c   shifting         :       2.10       2746          0
1800.06/1800.08	c   twoopt           :       0.00          0          0
1800.06/1800.08	c   fixandinfer      :       0.00          0          0
1800.06/1800.08	c   intdiving        :       0.00          0          0
1800.06/1800.08	c   actconsdiving    :       0.00          0          0
1800.06/1800.08	c   octane           :       0.00          0          0
1800.06/1800.08	c   rens             :       0.03          1          0
1800.06/1800.08	c   rins             :       0.00          0          0
1800.06/1800.08	c   localbranching   :       0.00          0          0
1800.06/1800.08	c   mutation         :       0.00          0          0
1800.06/1800.08	c   dins             :       0.00          0          0
1800.06/1800.08	c   undercover       :       0.00          0          0
1800.06/1800.08	c   nlp              :       0.20          0          0
1800.06/1800.08	c   trysol           :       4.78       8242        296
1800.06/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.08	c   dual LP          :     480.63     455847    2473558       5.43    5146.49
1800.06/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.08	c   diving/probing LP:       0.16         80       1496      18.70    9350.00
1800.06/1800.08	c   strong branching :      10.85       8168      85721      10.49    7900.55
1800.06/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.06/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.08	c B&B Tree           :
1800.06/1800.08	c   number of runs   :          1
1800.06/1800.08	c   nodes            :     835028
1800.06/1800.08	c   nodes (total)    :     835028
1800.06/1800.08	c   nodes left       :       9193
1800.06/1800.08	c   max depth        :       1825
1800.06/1800.08	c   max depth (total):       1825
1800.06/1800.08	c   backtracks       :      58857 (7.0%)
1800.06/1800.08	c   delayed cutoffs  :      52160
1800.06/1800.08	c   repropagations   :    2389395 (6272307 domain reductions, 49370 cutoffs)
1800.06/1800.08	c   avg switch length:       7.19
1800.06/1800.08	c   switching time   :     229.73
1800.06/1800.08	c Solution           :
1800.06/1800.08	c   Solutions found  :        358 (58 improvements)
1800.06/1800.08	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.06/1800.08	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 256970 nodes, 561.58 seconds, depth 38, found by <relaxation>)
1800.06/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.08	c   Gap              :   infinite
1800.06/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.08	c   Root Iterations  :        183
1800.25/1800.24	c Time complete: 1800.29.

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693015-1277928889/watcher-2693015-1277928889 -o /tmp/evaluation-result-2693015-1277928889/solver-2693015-1277928889 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693015-1277928889.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.96 2.13 2.26 4/182 15713
/proc/meminfo: memFree=31295892/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=11108 CPUtime=0
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 1700 0 0 0 0 0 0 0 23 0 1 0 134184573 11374592 1620 4089446400 4194304 9819077 140737456067424 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15713/statm: 2777 1620 392 1374 0 1398 0

[startup+0.091624 s]
/proc/loadavg: 1.96 2.13 2.26 4/182 15713
/proc/meminfo: memFree=31295892/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=36396 CPUtime=0.08
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 8122 0 0 0 8 0 0 0 23 0 1 0 134184573 37269504 7688 4089446400 4194304 9819077 140737456067424 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36396

[startup+0.10061 s]
/proc/loadavg: 1.96 2.13 2.26 4/182 15713
/proc/meminfo: memFree=31295892/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=36396 CPUtime=0.09
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 8122 0 0 0 9 0 0 0 23 0 1 0 134184573 37269504 7688 4089446400 4194304 9819077 140737456067424 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300575 s]
/proc/loadavg: 1.96 2.13 2.26 4/182 15713
/proc/meminfo: memFree=31295892/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=45700 CPUtime=0.29
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 10809 0 0 0 28 1 0 0 23 0 1 0 134184573 46796800 9808 4089446400 4194304 9819077 140737456067424 18446744073709551615 5744284 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 11425 9808 672 1374 0 10046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45700

[startup+0.700512 s]
/proc/loadavg: 1.96 2.13 2.26 4/182 15713
/proc/meminfo: memFree=31295892/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=47088 CPUtime=0.69
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 25755 0 0 0 65 4 0 0 25 0 1 0 134184573 48218112 9980 4089446400 4194304 9819077 140737456067424 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 11772 9980 697 1374 0 10393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47088

[startup+1.50036 s]
/proc/loadavg: 1.96 2.13 2.26 3/183 15714
/proc/meminfo: memFree=31258056/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=47612 CPUtime=1.49
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 37419 0 0 0 143 6 0 0 25 0 1 0 134184573 48754688 10305 4089446400 4194304 9819077 140737456067424 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 11903 10305 699 1374 0 10524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47612

[startup+3.10106 s]
/proc/loadavg: 1.96 2.13 2.26 3/183 15714
/proc/meminfo: memFree=31255700/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=53060 CPUtime=3.09
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 56015 0 0 0 299 10 0 0 25 0 1 0 134184573 54333440 11800 4089446400 4194304 9819077 140737456067424 18446744073709551615 4436471 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 13265 11800 700 1374 0 11886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53060

[startup+6.30047 s]
/proc/loadavg: 1.96 2.13 2.26 3/183 15714
/proc/meminfo: memFree=31249656/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=55772 CPUtime=6.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 63017 0 0 0 617 13 0 0 25 0 1 0 134184573 57110528 12404 4089446400 4194304 9819077 140737456067424 18446744073709551615 4966478 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 13943 12404 700 1374 0 12564 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 55772

[startup+12.7003 s]
/proc/loadavg: 1.97 2.12 2.26 3/183 15714
/proc/meminfo: memFree=31240848/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=66044 CPUtime=12.69
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 75984 0 0 0 1251 18 0 0 25 0 1 0 134184573 67629056 14859 4089446400 4194304 9819077 140737456067424 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 16511 14859 700 1374 0 15132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66044

[startup+25.5009 s]
/proc/loadavg: 1.97 2.12 2.26 3/183 15715
/proc/meminfo: memFree=31221880/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=82640 CPUtime=25.49
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 99241 0 0 0 2518 31 0 0 25 0 1 0 134184573 84623360 19073 4089446400 4194304 9819077 140737456067424 18446744073709551615 4651329 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 20660 19073 700 1374 0 19281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82640

[startup+51.1002 s]
/proc/loadavg: 1.98 2.11 2.25 3/183 15715
/proc/meminfo: memFree=31185292/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=118040 CPUtime=51.09
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 122776 0 0 0 5055 54 0 0 25 0 1 0 134184573 120872960 27980 4089446400 4194304 9819077 140737456067424 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 29510 27980 700 1374 0 28131 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118040

[startup+102.307 s]
/proc/loadavg: 1.99 2.09 2.23 3/183 15717
/proc/meminfo: memFree=31111488/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=188952 CPUtime=102.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 155883 0 0 0 10133 97 0 0 25 0 1 0 134184573 193486848 45356 4089446400 4194304 9819077 140737456067424 18446744073709551615 6670352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15713/statm: 47238 45356 700 1374 0 45859 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 188952

[startup+162.301 s]
/proc/loadavg: 1.99 2.07 2.21 3/183 15718
/proc/meminfo: memFree=31057000/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=241820 CPUtime=162.29
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 350471 0 0 0 16057 172 0 0 25 0 1 0 134184573 247623680 58481 4089446400 4194304 9819077 140737456067424 18446744073709551615 6003239 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 60455 58481 704 1374 0 59076 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 241820

[startup+222.3 s]
/proc/loadavg: 1.99 2.05 2.20 3/183 15720
/proc/meminfo: memFree=30967044/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=332792 CPUtime=222.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 552669 0 0 0 21960 270 0 0 25 0 1 0 134184573 340779008 80173 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 83198 80173 715 1374 0 81819 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 332792

[startup+282.3 s]
/proc/loadavg: 1.99 2.04 2.18 3/183 15721
/proc/meminfo: memFree=30899916/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=409032 CPUtime=282.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 692400 0 0 0 27870 360 0 0 25 0 1 0 134184573 418848768 97163 4089446400 4194304 9819077 140737456067424 18446744073709551615 6667051 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 102258 97163 715 1374 0 100879 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 409032

[startup+342.3 s]
/proc/loadavg: 1.99 2.03 2.17 3/183 15723
/proc/meminfo: memFree=30857472/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=455528 CPUtime=342.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 856510 0 0 0 33778 452 0 0 25 0 1 0 134184573 466460672 107167 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 113882 107167 717 1374 0 112503 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 455528

[startup+402.3 s]
/proc/loadavg: 1.99 2.02 2.16 3/183 15725
/proc/meminfo: memFree=30830908/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=483396 CPUtime=402.3
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 981456 0 0 0 39681 549 0 0 25 0 1 0 134184573 494997504 113307 4089446400 4194304 9819077 140737456067424 18446744073709551615 6581321 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 120849 113307 717 1374 0 119470 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 483396

[startup+462.301 s]
/proc/loadavg: 2.11 2.05 2.16 3/183 15726
/proc/meminfo: memFree=30814384/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=499240 CPUtime=462.31
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 1131363 0 0 0 45583 648 0 0 25 0 1 0 134184573 511221760 116644 4089446400 4194304 9819077 140737456067424 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 124853 116645 717 1374 0 123474 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 499240

[startup+522.301 s]
/proc/loadavg: 2.04 2.04 2.14 3/183 15728
/proc/meminfo: memFree=30804920/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=508232 CPUtime=522.31
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 1271415 0 0 0 51480 751 0 0 25 0 1 0 134184573 520429568 118380 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 127058 118380 717 1374 0 125679 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 508232

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.14 3/183 15729
/proc/meminfo: memFree=30806248/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=506772 CPUtime=582.31
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 1421860 0 0 0 57369 862 0 0 25 0 1 0 134184573 518934528 117852 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 126693 117852 725 1374 0 125314 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 506772

[startup+642.301 s]
/proc/loadavg: 2.07 2.05 2.13 3/183 15731
/proc/meminfo: memFree=30803348/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=509108 CPUtime=642.32
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 1558127 0 0 0 63253 979 0 0 25 0 1 0 134184573 521326592 118427 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 127277 118427 725 1374 0 125898 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 509108

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/183 15737
/proc/meminfo: memFree=30790312/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=518712 CPUtime=882.32
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2029107 0 0 0 86841 1391 0 0 25 0 1 0 134184573 531161088 120822 4089446400 4194304 9819077 140737456067424 18446744073709551615 4431718 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 129678 120822 741 1374 0 128299 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 518712

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/183 15739
/proc/meminfo: memFree=30788040/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=521448 CPUtime=942.32
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2153614 0 0 0 92730 1502 0 0 25 0 1 0 134184573 533962752 121431 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 130362 121431 741 1374 0 128983 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 521448

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 2.09 3/183 15741
/proc/meminfo: memFree=30785400/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=523676 CPUtime=1002.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2281954 0 0 0 98628 1605 0 0 25 0 1 0 134184573 536244224 121979 4089446400 4194304 9819077 140737456067424 18446744073709551615 6361766 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 130919 121979 740 1374 0 129540 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 523676

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 2.08 3/183 15745
/proc/meminfo: memFree=30783656/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=525588 CPUtime=1062.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2408515 0 0 0 104517 1716 0 0 25 0 1 0 134184573 538202112 122341 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 131397 122341 740 1374 0 130018 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 525588

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/183 15747
/proc/meminfo: memFree=30780032/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=527000 CPUtime=1122.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2509955 0 0 0 110424 1809 0 0 25 0 1 0 134184573 539648000 122670 4089446400 4194304 9819077 140737456067424 18446744073709551615 6509995 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 131750 122670 740 1374 0 130371 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 527000

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 15748
/proc/meminfo: memFree=30779012/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=528100 CPUtime=1182.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2614197 0 0 0 116328 1905 0 0 25 0 1 0 134184573 540774400 122924 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 132025 122924 740 1374 0 130646 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 528100

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/183 15750
/proc/meminfo: memFree=30773904/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=532060 CPUtime=1242.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2710990 0 0 0 122234 1999 0 0 25 0 1 0 134184573 544829440 123816 4089446400 4194304 9819077 140737456067424 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 133015 123816 740 1374 0 131636 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 532060

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 15752
/proc/meminfo: memFree=30770268/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=534924 CPUtime=1302.34
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2820239 0 0 0 128130 2104 0 0 25 0 1 0 134184573 547762176 124501 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 133731 124501 740 1374 0 132352 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 534924

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.06 3/183 15753
/proc/meminfo: memFree=30767260/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=537740 CPUtime=1362.33
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 2935527 0 0 0 134026 2207 0 0 25 0 1 0 134184573 550645760 125187 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 134435 125187 740 1374 0 133056 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 537740

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.05 3/183 15755
/proc/meminfo: memFree=30765360/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=538572 CPUtime=1422.34
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3036459 0 0 0 139925 2309 0 0 25 0 1 0 134184573 551497728 125421 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 134643 125421 740 1374 0 133264 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 538572

[startup+1482.3 s]
/proc/loadavg: 2.16 2.04 2.06 3/183 15756
/proc/meminfo: memFree=30761604/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=540364 CPUtime=1482.34
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3135721 0 0 0 145825 2409 0 0 25 0 1 0 134184573 553332736 125818 4089446400 4194304 9819077 140737456067424 18446744073709551615 6372747 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 135091 125818 740 1374 0 133712 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 540364

[startup+1542.3 s]
/proc/loadavg: 2.10 2.04 2.06 3/183 15758
/proc/meminfo: memFree=30758348/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=542628 CPUtime=1542.34
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3239545 0 0 0 151724 2510 0 0 25 0 1 0 134184573 555651072 126341 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 135657 126341 740 1374 0 134278 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 542628

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.06 3/183 15760
/proc/meminfo: memFree=30755708/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=544696 CPUtime=1602.34
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3335008 0 0 0 157630 2604 0 0 25 0 1 0 134184573 557768704 126851 4089446400 4194304 9819077 140737456067424 18446744073709551615 6581574 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 136174 126851 740 1374 0 134795 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 544696

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.06 3/183 15761
/proc/meminfo: memFree=30752200/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=546596 CPUtime=1662.35
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3431610 0 0 0 163531 2704 0 0 25 0 1 0 134184573 559714304 127352 4089446400 4194304 9819077 140737456067424 18446744073709551615 6367517 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 136649 127352 740 1374 0 135270 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 546596

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/183 15791
/proc/meminfo: memFree=30774676/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=547120 CPUtime=1722.35
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3522899 0 0 0 169440 2795 0 0 25 0 1 0 134184573 560250880 127496 4089446400 4194304 9819077 140737456067424 18446744073709551615 6513072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 136780 127496 740 1374 0 135401 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 547120

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/183 15792
/proc/meminfo: memFree=30639328/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=548656 CPUtime=1782.35
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3613713 0 0 0 175348 2887 0 0 25 0 1 0 134184573 561823744 127856 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 137164 127856 740 1374 0 135785 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 548656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.06 2.06 3/183 15793
/proc/meminfo: memFree=30617744/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=548656 CPUtime=1800.06
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3640874 0 0 0 177090 2916 0 0 25 0 1 0 134184573 561823744 127877 4089446400 4194304 9819077 140737456067424 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15713/statm: 137164 127877 740 1374 0 135785 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 548656

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.06 2.06 2.06 3/183 15793
/proc/meminfo: memFree=30617744/32951124 swapFree=67111528/67111528
[pid=15713] ppid=15711 vsize=450224 CPUtime=1800.25
/proc/15713/stat : 15713 (pbscip.linux.x8) R 15711 15713 15688 0 -1 4202496 3640891 0 0 0 177108 2917 0 0 25 0 1 0 134184573 461029376 103268 4089446400 4194304 9819077 140737456067424 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15713/statm: 112556 103268 741 1374 0 111177 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 450224

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.3
CPU user time (s): 1771.11
CPU system time (s): 29.1916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 549832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.11
system time used= 29.1916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3640895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1151

runsolver used 2.90756 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 22:14:50
IDJOB=2693015
IDBENCH=79292
IDSOLVER=1205
FILE ID=node135/2693015-1277928889
PBS_JOBID= 11197428
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900552735--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-2693015-1277928889/watcher-2693015-1277928889 -o /tmp/evaluation-result-2693015-1277928889/solver-2693015-1277928889 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693015-1277928889.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 30e25559b2b6f1151f21e207b2f87b54
RANDOM SEED=245209960

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.857
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.74
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.857
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31296544 kB
Buffers:        208604 kB
Cached:        1113028 kB
SwapCached:          0 kB
Active:         668716 kB
Inactive:       839544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31296544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:      187004 kB
Mapped:          16872 kB
Slab:            82616 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   335660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node135 at 2010-06-30 22:44:52