Trace number 2693067

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.23 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
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 benchmark209.658
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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-2693067-1277931062.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.12	o 136624
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.09/0.12	c presolving:
0.09/0.13	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.14	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.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.12
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	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.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.366240e+05 |    Inf 
15.10/15.13	c  14.6s| 10000 | 10001 |  2935 |   0.3 |  43M|2289 |   0 |5645 |5414 |5645 | 244 |1132 |   0 | 577 | 0.000000e+00 | 1.366240e+05 |    Inf 
27.79/27.82	c  27.0s| 20000 | 20001 |  4151 |   0.2 |  64M|2289 |   0 |5645 |5414 |5645 | 250 |1517 |   0 | 621 | 0.000000e+00 | 1.366240e+05 |    Inf 
41.29/41.34	c  40.2s| 30000 | 30001 |  5585 |   0.2 |  85M|2289 |   0 |5645 |5414 |5645 | 237 |2054 |   0 | 680 | 0.000000e+00 | 1.366240e+05 |    Inf 
54.69/54.80	c  53.3s| 40000 | 40001 |  7579 |   0.2 | 105M|2289 |   0 |5645 |5414 |5645 | 230 |2679 |   0 | 766 | 0.000000e+00 | 1.366240e+05 |    Inf 
68.39/68.47	c  66.6s| 50000 | 50001 |  9222 |   0.2 | 124M|2289 |   0 |5645 |5414 |5645 | 246 |3256 |   0 | 806 | 0.000000e+00 | 1.366240e+05 |    Inf 
81.59/81.67	c  79.5s| 60000 | 59999 | 10527 |   0.2 | 144M|2289 |   0 |5645 |5424 |5645 | 237 |3687 |  10 | 840 | 0.000000e+00 | 1.366240e+05 |    Inf 
89.80/89.84	o 728
89.80/89.84	c *87.4s| 66116 | 61879 | 11314 |   0.2 | 148M|2289 |   - |5645 |5444 |5645 | 211 |3989 |  30 | 850 | 0.000000e+00 | 7.280000e+02 |    Inf 
92.30/92.34	o 660
92.30/92.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.30/92.34	c *89.9s| 67561 | 61183 | 12350 |   0.2 | 147M|2289 |   - |5645 |5484 |5645 | 261 |4271 |  70 | 868 | 0.000000e+00 | 6.600000e+02 |    Inf 
96.30/96.35	c  93.8s| 70000 | 63617 | 13708 |   0.2 | 152M|2289 |   0 |5645 |5511 |5645 | 245 |4645 |  97 | 903 | 0.000000e+00 | 6.600000e+02 |    Inf 
111.69/111.77	c   109s| 80000 | 73591 | 16632 |   0.2 | 172M|2289 |   0 |5645 |5618 |5645 | 253 |5492 | 204 | 925 | 0.000000e+00 | 6.600000e+02 |    Inf 
126.90/126.95	c   124s| 90000 | 83591 | 18710 |   0.2 | 192M|2289 |   0 |5645 |5618 |5645 | 244 |6094 | 204 | 939 | 0.000000e+00 | 6.600000e+02 |    Inf 
134.10/134.10	o 531
134.10/134.10	c * 131s| 94788 | 77407 | 19516 |   0.2 | 181M|2289 |   - |5645 |5658 |5645 | 245 |6321 | 244 | 947 | 0.000000e+00 | 5.310000e+02 |    Inf 
134.29/134.31	o 498
134.29/134.31	c * 131s| 94919 | 73547 | 19553 |   0.2 | 174M|2289 |   - |5645 |5668 |5645 | 247 |6327 | 254 | 947 | 0.000000e+00 | 4.980000e+02 |    Inf 
135.90/135.97	o 487
135.90/135.97	c * 132s| 95950 | 73287 | 19797 |   0.2 | 174M|2289 |   - |5645 |5728 |5645 | 264 |6404 | 314 | 947 | 0.000000e+00 | 4.870000e+02 |    Inf 
136.69/136.74	o 470
136.69/136.74	c * 133s| 96324 | 71348 | 20161 |   0.2 | 171M|2289 |   - |5645 |5884 |5645 | 237 |6488 | 470 | 947 | 0.000000e+00 | 4.700000e+02 |    Inf 
137.60/137.61	o 436
137.60/137.61	c * 134s| 96768 | 66414 | 20461 |   0.2 | 161M|2289 |   - |5645 |6027 |5645 | 246 |6574 | 613 | 951 | 0.000000e+00 | 4.360000e+02 |    Inf 
138.00/138.07	o 405
138.00/138.07	c * 134s| 97055 | 60625 | 20511 |   0.2 | 151M|2289 |   - |5645 |6032 |5645 | 238 |6582 | 618 | 951 | 0.000000e+00 | 4.050000e+02 |    Inf 
138.40/138.40	o 375
138.40/138.40	c * 135s| 97226 | 53024 | 20662 |   0.2 | 137M|2289 |   - |5645 |6125 |5645 | 229 |6599 | 711 | 953 | 0.000000e+00 | 3.750000e+02 |    Inf 
138.80/138.85	o 349
138.80/138.85	c * 135s| 97427 | 45794 | 20781 |   0.2 | 124M|2289 |   - |5645 |6230 |5645 | 249 |6623 | 816 | 953 | 0.000000e+00 | 3.490000e+02 |    Inf 
138.90/138.94	o 347
138.90/138.94	c * 135s| 97470 | 45188 | 20789 |   0.2 | 123M|2289 |   - |5645 |6245 |5645 | 243 |6625 | 831 | 953 | 0.000000e+00 | 3.470000e+02 |    Inf 
139.60/139.66	o 338
139.60/139.66	c * 136s| 97960 | 42971 | 20815 |   0.2 | 119M|2289 |   - |5645 |6253 |5645 | 246 |6628 | 839 | 953 | 0.000000e+00 | 3.380000e+02 |    Inf 
142.00/142.03	o 322
142.00/142.03	c * 138s| 98930 | 39053 | 22530 |   0.2 | 113M|2289 |   - |5645 |6773 |5645 | 262 |7052 |1359 |1024 | 0.000000e+00 | 3.220000e+02 |    Inf 
142.59/142.64	o 310
142.59/142.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.59/142.64	c * 139s| 99168 | 35904 | 23094 |   0.2 | 107M|2289 |   - |5645 |6968 |5645 | 261 |7183 |1554 |1024 | 0.000000e+00 | 3.100000e+02 |    Inf 
144.11/144.11	o 308
144.11/144.11	c * 140s| 99785 | 35840 | 24006 |   0.2 | 108M|2289 |   - |5645 |7333 |5645 | 264 |7446 |1919 |1046 | 0.000000e+00 | 3.080000e+02 |    Inf 
144.49/144.54	o 304
144.49/144.54	c * 141s| 99926 | 34902 | 24225 |   0.2 | 106M|2289 |   - |5645 |7397 |5645 | 258 |7506 |1983 |1049 | 0.000000e+00 | 3.040000e+02 |    Inf 
144.70/144.74	c   141s|100000 | 34957 | 24318 |   0.2 | 106M|2289 |   0 |5645 |7443 |5645 | 238 |7528 |2029 |1054 | 0.000000e+00 | 3.040000e+02 |    Inf 
145.20/145.26	o 301
145.20/145.26	c * 141s|100226 | 34256 | 24493 |   0.2 | 106M|2289 |   - |5645 |7714 |5645 | 246 |7570 |2300 |1054 | 0.000000e+00 | 3.010000e+02 |    Inf 
145.99/146.01	o 294
145.99/146.01	c * 142s|100623 | 32533 | 25022 |   0.2 | 103M|2289 |   - |5645 |7823 |5645 | 228 |7693 |2410 |1054 | 0.000000e+00 | 2.940000e+02 |    Inf 
148.10/148.18	o 289
148.10/148.18	c * 144s|101452 | 31868 | 27509 |   0.3 | 103M|2289 |   - |5645 |8225 |5645 | 226 |8383 |2823 |1081 | 0.000000e+00 | 2.890000e+02 |    Inf 
148.60/148.66	o 285
148.60/148.66	c * 145s|101597 | 30961 | 27974 |   0.3 | 101M|2289 |   - |5645 |8277 |5645 | 227 |8529 |2884 |1086 | 0.000000e+00 | 2.850000e+02 |    Inf 
149.00/149.09	o 280
149.00/149.09	c * 145s|101831 | 30097 | 28172 |   0.3 |  98M|2289 |   - |5645 |8290 |5645 | 233 |8590 |2904 |1088 | 0.000000e+00 | 2.800000e+02 |    Inf 
149.69/149.74	o 269
149.69/149.74	c * 146s|102065 | 28217 | 28855 |   0.3 |  95M|2289 |   - |5645 |8339 |5645 | 227 |8857 |2974 |1090 | 0.000000e+00 | 2.690000e+02 |    Inf 
151.50/151.52	o 243
151.50/151.52	c * 147s|102710 | 23902 | 30460 |   0.3 |  86M|2289 |   - |5645 |8519 |5645 | 222 |9493 |3280 |1097 | 0.000000e+00 | 2.430000e+02 |    Inf 
154.30/154.35	o 234
154.30/154.35	c * 150s|103883 | 23258 | 32687 |   0.3 |  86M|2289 |   - |5645 |8816 |5645 | 233 |  10k|3883 |1129 | 0.000000e+00 | 2.340000e+02 |    Inf 
154.49/154.53	o 224
154.49/154.53	c * 150s|103919 | 21570 | 33002 |   0.3 |  81M|2289 |   - |5645 |8789 |5645 | 236 |  10k|3896 |1132 | 0.000000e+00 | 2.240000e+02 |    Inf 
154.49/154.54	o 221
154.49/154.54	c * 150s|103920 | 21073 | 33009 |   0.3 |  81M|2289 |   - |5645 |8789 |5645 | 236 |  10k|3896 |1132 | 0.000000e+00 | 2.210000e+02 |    Inf 
155.69/155.79	o 212
155.69/155.79	c * 152s|104564 | 19821 | 33644 |   0.3 |  78M|2289 |   - |5645 |8761 |5645 | 234 |  10k|3966 |1145 | 0.000000e+00 | 2.120000e+02 |    Inf 
156.20/156.26	o 208
156.20/156.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.20/156.26	c * 152s|104735 | 19206 | 34224 |   0.3 |  77M|2289 |   - |5645 |8754 |5645 | 228 |  10k|4009 |1149 | 0.000000e+00 | 2.080000e+02 |    Inf 
156.30/156.36	o 197
156.30/156.36	c * 152s|104852 | 17122 | 34227 |   0.3 |  72M|2289 |   - |5645 |8754 |5645 | 228 |  10k|4009 |1149 | 0.000000e+00 | 1.970000e+02 |    Inf 
156.49/156.57	o 186
156.49/156.57	c * 152s|105011 | 15007 | 34326 |   0.3 |  68M|2289 |   - |5645 |8737 |5645 | 237 |  10k|4010 |1151 | 0.000000e+00 | 1.860000e+02 |    Inf 
156.70/156.79	o 179
156.70/156.79	c * 153s|105157 | 13608 | 34471 |   0.3 |  64M|2289 |   - |5645 |8727 |5645 | 234 |  10k|4021 |1151 | 0.000000e+00 | 1.790000e+02 |    Inf 
157.20/157.28	o 170
157.20/157.28	c * 153s|105292 | 12482 | 35010 |   0.3 |  62M|2289 |   - |5645 |8748 |5645 | 267 |  10k|4162 |1155 | 0.000000e+00 | 1.700000e+02 |    Inf 
158.30/158.32	o 158
158.30/158.32	c * 154s|105742 | 11375 | 35765 |   0.3 |  59M|2289 |   - |5645 |8758 |5645 | 265 |  11k|4291 |1162 | 0.000000e+00 | 1.580000e+02 |    Inf 
158.30/158.33	o 147
158.30/158.33	c * 154s|105743 | 10030 | 35765 |   0.3 |  56M|2289 |   - |5645 |8758 |5645 | 265 |  11k|4291 |1162 | 0.000000e+00 | 1.470000e+02 |    Inf 
159.00/159.07	o 142
159.00/159.07	c * 155s|105957 |  9555 | 36604 |   0.3 |  56M|2289 |   - |5645 |8699 |5645 | 255 |  11k|4370 |1169 | 0.000000e+00 | 1.420000e+02 |    Inf 
160.50/160.55	o 138
160.50/160.55	c * 156s|106308 |  9294 | 38710 |   0.4 |  56M|2289 |   - |5645 |8637 |5645 | 271 |  12k|4637 |1246 | 0.000000e+00 | 1.380000e+02 |    Inf 
160.50/160.56	o 136
160.50/160.56	c * 156s|106309 |  9094 | 38710 |   0.4 |  55M|2289 |   - |5645 |8637 |5645 | 271 |  12k|4637 |1246 | 0.000000e+00 | 1.360000e+02 |    Inf 
161.10/161.17	o 130
161.10/161.17	c * 157s|106456 |  8627 | 39451 |   0.4 |  54M|2289 |   - |5645 |8497 |5645 | 243 |  12k|4716 |1255 | 0.000000e+00 | 1.300000e+02 |    Inf 
161.10/161.18	o 127
161.10/161.18	c * 157s|106457 |  8219 | 39451 |   0.4 |  53M|2289 |   - |5645 |8497 |5645 | 243 |  12k|4716 |1255 | 0.000000e+00 | 1.270000e+02 |    Inf 
161.39/161.47	o 123
161.39/161.47	c * 157s|106572 |  7856 | 39780 |   0.4 |  52M|2289 |   - |5645 |8405 |5645 | 240 |  12k|4735 |1259 | 0.000000e+00 | 1.230000e+02 |    Inf 
161.50/161.52	o 120
161.50/161.52	c * 157s|106575 |  7631 | 39906 |   0.4 |  52M|2289 |   - |5645 |8386 |5645 | 244 |  12k|4735 |1266 | 0.000000e+00 | 1.200000e+02 |    Inf 
161.50/161.55	o 113
161.50/161.55	c * 157s|106585 |  6975 | 39955 |   0.4 |  50M|2289 |   - |5645 |8383 |5645 | 258 |  12k|4735 |1266 | 0.000000e+00 | 1.130000e+02 |    Inf 
161.50/161.56	o 110
161.50/161.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.50/161.56	c * 157s|106586 |  6696 | 39955 |   0.4 |  49M|2289 |   - |5645 |8383 |5645 | 258 |  12k|4735 |1266 | 0.000000e+00 | 1.100000e+02 |    Inf 
163.00/163.03	o 106
163.00/163.03	c * 159s|107092 |  6676 | 41408 |   0.4 |  49M|2289 |   - |5645 |8119 |5645 | 255 |  12k|5004 |1314 | 0.000000e+00 | 1.060000e+02 |    Inf 
163.20/163.27	o 101
163.20/163.27	c * 159s|107181 |  6443 | 41705 |   0.4 |  49M|2289 |   - |5645 |8091 |5645 | 275 |  12k|5020 |1314 | 0.000000e+00 | 1.010000e+02 |    Inf 
163.20/163.28	o 98
163.20/163.28	c * 159s|107182 |  6040 | 41705 |   0.4 |  48M|2289 |   - |5645 |8091 |5645 | 275 |  12k|5020 |1314 | 0.000000e+00 | 9.800000e+01 |    Inf 
164.60/164.65	o 67
164.60/164.65	c * 160s|107499 |  3549 | 43718 |   0.4 |  42M|2289 |   - |5645 |7812 |5645 | 232 |  13k|5268 |1344 | 0.000000e+00 | 6.700000e+01 |    Inf 
164.90/164.96	o 64
164.90/164.96	c * 161s|107533 |  3364 | 44302 |   0.4 |  42M|2289 |   - |5645 |6767 |5645 | 212 |  13k|5288 |1365 | 0.000000e+00 | 6.400000e+01 |    Inf 
164.90/165.00	o 62
164.90/165.00	c * 161s|107536 |  3208 | 44331 |   0.4 |  41M|2289 |   - |5645 |6581 |5645 | 213 |  13k|5288 |1370 | 0.000000e+00 | 6.200000e+01 |    Inf 
165.00/165.01	o 61
165.00/165.01	c * 161s|107537 |  3126 | 44347 |   0.4 |  41M|2289 |   - |5645 |6581 |5645 | 219 |  13k|5288 |1370 | 0.000000e+00 | 6.100000e+01 |    Inf 
165.59/165.61	o 59
165.59/165.61	c * 161s|107693 |  3075 | 45248 |   0.4 |  41M|2289 |   - |5645 |6386 |5645 | 244 |  14k|5431 |1417 | 0.000000e+00 | 5.900000e+01 |    Inf 
165.59/165.68	o 56
165.59/165.68	c * 161s|107702 |  2917 | 45375 |   0.4 |  40M|2289 |   - |5645 |6241 |5645 | 226 |  14k|5437 |1420 | 0.000000e+00 | 5.600000e+01 |    Inf 
165.90/165.98	o 54
165.90/165.98	c * 162s|107760 |  2858 | 45952 |   0.4 |  40M|2289 |   - |5645 |6138 |5645 | 237 |  14k|5477 |1438 | 0.000000e+00 | 5.400000e+01 |    Inf 
166.20/166.26	o 50
166.20/166.26	c * 162s|107808 |  2588 | 46727 |   0.4 |  40M|2289 |   - |5645 |6049 |5645 | 274 |  14k|5535 |1453 | 0.000000e+00 | 5.000000e+01 |    Inf 
166.49/166.52	o 41
166.49/166.52	c * 162s|107872 |  2120 | 47132 |   0.4 |  38M|2289 |   - |5645 |5838 |5645 | 234 |  14k|5574 |1467 | 0.000000e+00 | 4.100000e+01 |    Inf 
166.60/166.60	o 28
166.60/166.60	c * 162s|107898 |  1631 | 47163 |   0.4 |  36M|2289 |   - |5645 |5509 |5645 | 228 |  14k|5583 |1468 | 0.000000e+00 | 2.800000e+01 |    Inf 
166.70/166.76	o 26
166.70/166.76	c * 162s|107936 |  1518 | 47624 |   0.4 |  36M|2289 |   - |5645 |5105 |5645 | 245 |  14k|5612 |1489 | 0.000000e+00 | 2.600000e+01 |    Inf 
166.70/166.76	o 25
166.70/166.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.70/166.76	c * 162s|107937 |  1505 | 47624 |   0.4 |  36M|2289 |   - |5645 |5105 |5645 | 245 |  14k|5612 |1489 | 0.000000e+00 | 2.500000e+01 |    Inf 
166.80/166.84	o 19
166.80/166.84	c * 162s|107949 |   927 | 47802 |   0.4 |  33M|2289 |   - |5645 |4994 |5645 | 254 |  14k|5619 |1501 | 0.000000e+00 | 1.900000e+01 |    Inf 
170.99/171.07	c   166s|110000 |  1050 | 56518 |   0.5 |  35M|2289 |  23 |5645 |5986 |5645 | 223 |  16k|8574 |1693 | 0.000000e+00 | 1.900000e+01 |    Inf 
181.50/181.58	o 15
181.50/181.58	c * 177s|115641 |  1060 | 73889 |   0.6 |  38M|2289 |   - |5645 |8046 |5645 | 199 |  18k|  16k|1735 | 0.000000e+00 | 1.500000e+01 |    Inf 
189.50/189.53	c   184s|120000 |  1152 | 87759 |   0.7 |  39M|2289 |   - |5645 |6687 |   0 |   0 |  20k|  22k|1742 | 0.000000e+00 | 1.500000e+01 |    Inf 
192.10/192.17	o 6
192.10/192.17	c * 187s|121457 |   976 | 91639 |   0.8 |  38M|2289 |   - |5645 |7707 |5645 | 234 |  21k|  24k|1743 | 0.000000e+00 | 6.000000e+00 |    Inf 
207.00/207.03	c   201s|130000 |  1039 |126855 |   1.0 |  40M|2289 |   1 |5645 |9355 |5645 | 224 |  25k|  35k|1941 | 0.000000e+00 | 6.000000e+00 |    Inf 
224.59/224.61	c   218s|140000 |  1099 |163922 |   1.2 |  41M|2289 |   - |5645 |8139 |5645 | 185 |  30k|  48k|2224 | 0.000000e+00 | 6.000000e+00 |    Inf 
242.60/242.61	c   235s|150000 |  1118 |202413 |   1.3 |  43M|2289 |  15 |5645 |  10k|5645 | 225 |  35k|  61k|2435 | 0.000000e+00 | 6.000000e+00 |    Inf 
260.50/260.59	c   253s|160000 |  1091 |240600 |   1.5 |  44M|2289 |   - |5645 |  10k|   0 |   0 |  40k|  75k|2677 | 0.000000e+00 | 6.000000e+00 |    Inf 
278.59/278.69	c   270s|170000 |  1194 |281132 |   1.7 |  45M|2289 |   1 |5645 |  10k|5645 | 241 |  45k|  89k|2874 | 0.000000e+00 | 6.000000e+00 |    Inf 
283.20/283.22	o 4
283.20/283.22	c * 274s|172489 |  1060 |291236 |   1.7 |  44M|2289 |   - |5645 |  11k|5645 | 213 |  47k|  92k|2939 | 0.000000e+00 | 4.000000e+00 |    Inf 
296.39/296.43	c   287s|180000 |  1036 |321554 |   1.8 |  44M|2289 |   - |5645 |  10k|   0 |   0 |  51k| 103k|3061 | 0.000000e+00 | 4.000000e+00 |    Inf 
314.00/314.02	c   304s|190000 |  1062 |357735 |   1.9 |  44M|2289 |   - |5645 |9224 |   0 |   0 |  54k| 117k|3238 | 0.000000e+00 | 4.000000e+00 |    Inf 
331.80/331.83	c   321s|200000 |  1038 |395956 |   2.0 |  45M|2289 |   - |5645 |  10k|   0 |   0 |  59k| 130k|3380 | 0.000000e+00 | 4.000000e+00 |    Inf 
349.90/349.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.90/349.96	c   339s|210000 |  1052 |436571 |   2.1 |  45M|2289 |  21 |5645 |  10k|5645 | 221 |  65k| 143k|3597 | 0.000000e+00 | 4.000000e+00 |    Inf 
370.10/370.13	c   358s|220000 |  1150 |484607 |   2.2 |  48M|2289 |   - |5645 |  14k|   0 |   0 |  71k| 156k|3784 | 0.000000e+00 | 4.000000e+00 |    Inf 
390.30/390.32	c   378s|230000 |  1118 |528359 |   2.3 |  48M|2289 |   - |5645 |  15k|   0 |   0 |  76k| 169k|3919 | 0.000000e+00 | 4.000000e+00 |    Inf 
411.20/411.29	c   398s|240000 |  1106 |575209 |   2.4 |  49M|2289 |   9 |5645 |  17k|5645 | 227 |  82k| 183k|4086 | 0.000000e+00 | 4.000000e+00 |    Inf 
432.90/432.98	c   419s|250000 |  1155 |620606 |   2.5 |  51M|2289 |  10 |5645 |  20k|5645 | 238 |  88k| 196k|4265 | 0.000000e+00 | 4.000000e+00 |    Inf 
454.90/454.92	c   440s|260000 |  1169 |659127 |   2.5 |  52M|2289 |   - |5645 |  21k|   0 |   0 |  93k| 209k|4391 | 0.000000e+00 | 4.000000e+00 |    Inf 
478.01/478.03	c   462s|270000 |  1278 |704435 |   2.6 |  54M|2289 |  17 |5645 |  22k|5645 | 237 |  99k| 222k|4534 | 0.000000e+00 | 4.000000e+00 |    Inf 
501.70/501.78	c   485s|280000 |  1347 |750145 |   2.7 |  55M|2289 |   - |5645 |  23k|   0 |   0 | 103k| 236k|4675 | 0.000000e+00 | 4.000000e+00 |    Inf 
525.71/525.78	c   508s|290000 |  1342 |799776 |   2.8 |  55M|2289 |   1 |5645 |  22k|5645 | 263 | 109k| 250k|4784 | 0.000000e+00 | 4.000000e+00 |    Inf 
548.70/548.71	c   530s|300000 |  1329 |844049 |   2.8 |  55M|2289 |   9 |5645 |  23k|5645 | 227 | 114k| 264k|4911 | 0.000000e+00 | 4.000000e+00 |    Inf 
571.21/571.25	c   552s|310000 |  1336 |884342 |   2.9 |  56M|2289 |  22 |5645 |  24k|5645 | 227 | 119k| 278k|4978 | 0.000000e+00 | 4.000000e+00 |    Inf 
595.91/595.91	c   576s|320000 |  1300 |931333 |   2.9 |  56M|2289 |   - |5645 |  23k|   0 |   0 | 125k| 292k|5128 | 0.000000e+00 | 4.000000e+00 |    Inf 
620.01/620.07	c   599s|330000 |  1311 |978678 |   3.0 |  57M|2289 |  20 |5645 |  24k|5645 | 257 | 130k| 306k|5207 | 0.000000e+00 | 4.000000e+00 |    Inf 
643.31/643.35	c   622s|340000 |  1319 |  1019k|   3.0 |  57M|2289 |   - |5645 |  25k|   0 |   0 | 135k| 319k|5317 | 0.000000e+00 | 4.000000e+00 |    Inf 
667.81/667.88	c   645s|350000 |  1319 |  1062k|   3.0 |  58M|2289 |   1 |5645 |  26k|5645 | 260 | 140k| 333k|5424 | 0.000000e+00 | 4.000000e+00 |    Inf 
692.11/692.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.11/692.16	c   669s|360000 |  1277 |  1106k|   3.1 |  57M|2289 |   1 |5645 |  24k|5645 | 236 | 145k| 347k|5531 | 0.000000e+00 | 4.000000e+00 |    Inf 
715.61/715.66	c   691s|370000 |  1307 |  1146k|   3.1 |  58M|2289 |   - |5645 |  26k|   0 |   0 | 150k| 360k|5606 | 0.000000e+00 | 4.000000e+00 |    Inf 
739.41/739.49	c   714s|380000 |  1354 |  1178k|   3.1 |  60M|2289 |  26 |5645 |  28k|5645 | 262 | 153k| 374k|5677 | 0.000000e+00 | 4.000000e+00 |    Inf 
764.81/764.87	c   739s|390000 |  1315 |  1216k|   3.1 |  60M|2289 |  14 |5645 |  27k|5645 | 216 | 156k| 388k|5754 | 0.000000e+00 | 4.000000e+00 |    Inf 
790.21/790.20	c   763s|400000 |  1337 |  1259k|   3.1 |  60M|2289 |  18 |5645 |  26k|5645 | 224 | 162k| 402k|5844 | 0.000000e+00 | 4.000000e+00 |    Inf 
815.12/815.19	c   788s|410000 |  1329 |  1296k|   3.2 |  61M|2289 |   1 |5645 |  28k|5645 | 258 | 166k| 416k|5927 | 0.000000e+00 | 4.000000e+00 |    Inf 
839.81/839.85	c   811s|420000 |  1303 |  1341k|   3.2 |  60M|2289 |   - |5645 |  25k|   0 |   0 | 171k| 429k|6035 | 0.000000e+00 | 4.000000e+00 |    Inf 
863.81/863.88	c   834s|430000 |  1335 |  1381k|   3.2 |  61M|2289 |   - |5645 |  27k|   0 |   0 | 175k| 442k|6118 | 0.000000e+00 | 4.000000e+00 |    Inf 
888.12/888.12	c   858s|440000 |  1336 |  1414k|   3.2 |  61M|2289 |  13 |5645 |  25k|5645 | 223 | 178k| 456k|6196 | 0.000000e+00 | 4.000000e+00 |    Inf 
911.42/911.41	c   880s|450000 |  1383 |  1449k|   3.2 |  62M|2289 |   1 |5645 |  27k|5645 | 242 | 182k| 469k|6261 | 0.000000e+00 | 4.000000e+00 |    Inf 
934.51/934.59	c   902s|460000 |  1352 |  1485k|   3.2 |  62M|2289 |   1 |5645 |  27k|5645 | 231 | 186k| 484k|6335 | 0.000000e+00 | 4.000000e+00 |    Inf 
958.12/958.11	c   925s|470000 |  1370 |  1518k|   3.2 |  63M|2289 |   - |5645 |  28k|   0 |   0 | 189k| 498k|6394 | 0.000000e+00 | 4.000000e+00 |    Inf 
983.32/983.32	c   949s|480000 |  1365 |  1563k|   3.3 |  63M|2289 |   1 |5645 |  30k|5645 | 246 | 194k| 512k|6481 | 0.000000e+00 | 4.000000e+00 |    Inf 
1007.63/1007.69	c   972s|490000 |  1315 |  1600k|   3.3 |  62M|2289 |   - |5645 |  28k|   0 |   0 | 198k| 526k|6549 | 0.000000e+00 | 4.000000e+00 |    Inf 
1029.63/1029.62	c   993s|500000 |  1160 |  1643k|   3.3 |  54M|2289 |   6 |5645 |  14k|5645 | 243 | 203k| 540k|6698 | 0.000000e+00 | 4.000000e+00 |    Inf 
1051.22/1051.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.22/1051.25	c  1014s|510000 |  1187 |  1692k|   3.3 |  55M|2289 |   - |5645 |  14k|   0 |   0 | 209k| 553k|6767 | 0.000000e+00 | 4.000000e+00 |    Inf 
1073.12/1073.15	c  1035s|520000 |  1182 |  1731k|   3.3 |  55M|2289 |   - |5645 |  14k|   0 |   0 | 213k| 566k|6835 | 0.000000e+00 | 4.000000e+00 |    Inf 
1092.22/1092.27	c  1053s|530000 |  1174 |  1768k|   3.3 |  55M|2289 |   - |5645 |  15k|   0 |   0 | 217k| 580k|6909 | 0.000000e+00 | 4.000000e+00 |    Inf 
1111.62/1111.68	c  1071s|540000 |  1241 |  1804k|   3.3 |  56M|2289 |  10 |5645 |  16k|5645 | 247 | 221k| 594k|6976 | 0.000000e+00 | 4.000000e+00 |    Inf 
1131.62/1131.62	c  1090s|550000 |  1272 |  1844k|   3.4 |  57M|2289 |   - |5645 |  17k|   0 |   0 | 224k| 609k|7032 | 0.000000e+00 | 4.000000e+00 |    Inf 
1151.43/1151.44	c  1109s|560000 |  1279 |  1885k|   3.4 |  57M|2289 |   1 |5645 |  17k|5645 | 224 | 229k| 624k|7088 | 0.000000e+00 | 4.000000e+00 |    Inf 
1172.12/1172.15	c  1129s|570000 |  1265 |  1927k|   3.4 |  57M|2289 |   - |5645 |  17k|   0 |   0 | 233k| 639k|7151 | 0.000000e+00 | 4.000000e+00 |    Inf 
1192.52/1192.56	c  1148s|580000 |  1290 |  1965k|   3.4 |  59M|2289 |   - |5645 |  20k|   0 |   0 | 238k| 655k|7195 | 0.000000e+00 | 4.000000e+00 |    Inf 
1213.53/1213.58	c  1168s|590000 |  1279 |  2004k|   3.4 |  58M|2289 |   1 |5645 |  19k|5645 | 232 | 242k| 669k|7261 | 0.000000e+00 | 4.000000e+00 |    Inf 
1234.63/1234.66	c  1189s|600000 |  1287 |  2046k|   3.4 |  59M|2289 |  14 |5645 |  20k|5645 | 232 | 247k| 685k|7305 | 0.000000e+00 | 4.000000e+00 |    Inf 
1256.03/1256.04	c  1209s|610000 |  1246 |  2087k|   3.4 |  59M|2289 |   1 |5645 |  20k|5645 | 193 | 251k| 700k|7400 | 0.000000e+00 | 4.000000e+00 |    Inf 
1277.13/1277.17	c  1229s|620000 |  1300 |  2122k|   3.4 |  60M|2289 |  11 |5645 |  23k|5645 | 226 | 255k| 715k|7446 | 0.000000e+00 | 4.000000e+00 |    Inf 
1299.93/1299.98	c  1251s|630000 |  1357 |  2162k|   3.4 |  62M|2289 |   - |5645 |  26k|   0 |   0 | 260k| 730k|7483 | 0.000000e+00 | 4.000000e+00 |    Inf 
1323.03/1323.01	c  1273s|640000 |  1336 |  2201k|   3.4 |  62M|2289 |   1 |5645 |  24k|5645 | 229 | 263k| 746k|7539 | 0.000000e+00 | 4.000000e+00 |    Inf 
1345.62/1345.61	c  1295s|650000 |  1287 |  2241k|   3.4 |  61M|2289 |   - |5645 |  24k|   0 |   0 | 267k| 760k|7581 | 0.000000e+00 | 4.000000e+00 |    Inf 
1368.12/1368.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.12/1368.17	c  1317s|660000 |  1280 |  2280k|   3.5 |  62M|2289 |  19 |5645 |  25k|5645 | 225 | 272k| 775k|7628 | 0.000000e+00 | 4.000000e+00 |    Inf 
1391.43/1391.45	c  1339s|670000 |  1282 |  2318k|   3.5 |  64M|2289 |   - |5645 |  30k|   0 |   0 | 276k| 790k|7670 | 0.000000e+00 | 4.000000e+00 |    Inf 
1416.12/1416.14	c  1363s|680000 |  1416 |  2355k|   3.5 |  65M|2289 |   - |5645 |  30k|   0 |   0 | 280k| 805k|7722 | 0.000000e+00 | 4.000000e+00 |    Inf 
1442.53/1442.58	c  1388s|690000 |  1450 |  2399k|   3.5 |  66M|2289 |  17 |5645 |  31k|5645 | 280 | 285k| 820k|7768 | 0.000000e+00 | 4.000000e+00 |    Inf 
1467.53/1467.56	c  1413s|700000 |  1449 |  2437k|   3.5 |  67M|2289 |   - |5645 |  31k|   0 |   0 | 288k| 836k|7821 | 0.000000e+00 | 4.000000e+00 |    Inf 
1494.33/1494.39	c  1438s|710000 |  1471 |  2480k|   3.5 |  68M|2289 |   - |5645 |  32k|   0 |   0 | 292k| 852k|7863 | 0.000000e+00 | 4.000000e+00 |    Inf 
1520.03/1520.02	c  1463s|720000 |  1451 |  2517k|   3.5 |  69M|2289 |   1 |5645 |  34k|5645 | 296 | 295k| 867k|7902 | 0.000000e+00 | 4.000000e+00 |    Inf 
1546.44/1546.46	c  1489s|730000 |  1534 |  2557k|   3.5 |  70M|2289 |   9 |5645 |  35k|5645 | 290 | 299k| 883k|7945 | 0.000000e+00 | 4.000000e+00 |    Inf 
1572.84/1572.82	c  1514s|740000 |  1490 |  2601k|   3.5 |  70M|2289 |   1 |5645 |  34k|5645 | 280 | 303k| 899k|7992 | 0.000000e+00 | 4.000000e+00 |    Inf 
1598.44/1598.48	c  1539s|750000 |  1491 |  2645k|   3.5 |  69M|2289 |   - |5645 |  31k|   0 |   0 | 306k| 914k|8041 | 0.000000e+00 | 4.000000e+00 |    Inf 
1623.73/1623.72	c  1563s|760000 |  1547 |  2686k|   3.5 |  68M|2289 |  19 |5645 |  28k|5645 | 266 | 310k| 930k|8088 | 0.000000e+00 | 4.000000e+00 |    Inf 
1647.23/1647.23	c  1586s|770000 |  1512 |  2726k|   3.5 |  68M|2289 |   - |5645 |  26k|   0 |   0 | 314k| 946k|8144 | 0.000000e+00 | 4.000000e+00 |    Inf 
1668.64/1668.68	c  1606s|780000 |  1510 |  2761k|   3.5 |  66M|2289 |  15 |5645 |  23k|5645 | 252 | 318k| 961k|8188 | 0.000000e+00 | 4.000000e+00 |    Inf 
1690.93/1690.95	c  1627s|790000 |  1536 |  2801k|   3.5 |  68M|2289 |  10 |5645 |  26k|5645 | 262 | 322k| 976k|8228 | 0.000000e+00 | 4.000000e+00 |    Inf 
1715.24/1715.21	c  1651s|800000 |  1550 |  2844k|   3.6 |  68M|2289 |  23 |5645 |  25k|5645 | 289 | 326k| 991k|8266 | 0.000000e+00 | 4.000000e+00 |    Inf 
1738.64/1738.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1738.64/1738.67	c  1673s|810000 |  1522 |  2884k|   3.6 |  68M|2289 |   1 |5645 |  26k|5645 | 266 | 330k|1007k|8299 | 0.000000e+00 | 4.000000e+00 |    Inf 
1762.34/1762.39	c  1696s|820000 |  1497 |  2923k|   3.6 |  68M|2289 |   1 |5645 |  26k|5645 | 260 | 333k|1022k|8343 | 0.000000e+00 | 4.000000e+00 |    Inf 
1785.14/1785.15	c  1718s|830000 |  1471 |  2963k|   3.6 |  68M|2289 |   1 |5645 |  25k|5645 | 262 | 337k|1037k|8390 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1732.11
1800.05/1800.00	c Solving Nodes      : 836524
1800.05/1800.00	c Primal Bound       : +4.00000000000000e+00 (191 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.05/1800.09	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.05/1800.09	v -x188 -x187 x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1800.05/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.09	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.09	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 
1800.05/1800.09	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.05/1800.09	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.05/1800.09	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 
1800.05/1800.09	v -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1732.11
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2693067-1277931062.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2693067-1277931062.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 36737 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -       2621          -          -       5242          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     543865          0         15        623          0          0     787854
1800.05/1800.09	c   indicator        :       2707          0    4297705     149074          0         79    1362918          0          0          0
1800.05/1800.09	c   linear           :       2707          6    4344660     149139          0     310064   19956703     340006          0          0
1800.05/1800.09	c   logicor          :          0+         0    1170629          0          0      65931    1348958          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0       7991          0          0          0          0          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0     105702          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      13.70       0.00       0.00      13.70       0.00
1800.05/1800.09	c   indicator        :      28.43       0.01       9.29      19.13       0.00
1800.05/1800.09	c   linear           :     207.11       0.01     196.98      10.12       0.00
1800.05/1800.09	c   logicor          :     258.40       0.00     258.40       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.05/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.04          2          0          0
1800.05/1800.09	c   rootredcost      :       0.04         62          0       2621
1800.05/1800.09	c   pseudoobj        :     206.70    4346620       1626     743460
1800.05/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.09	c   propagation      :      21.46     377621     377355    2325748       32.5      13995       24.5          -
1800.05/1800.09	c   infeasible LP    :       4.92      13576      13576     108527       46.2        154       17.5          0
1800.05/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   pseudo solution  :       0.01         74         74        292       12.6        140        5.6          -
1800.05/1800.09	c   applied globally :          -          -          -    1047406       25.1          -          -          -
1800.05/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.09	c   redcost          :      41.81     546775          0     490438          0          0
1800.05/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.05/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.09	c   cmir             :       0.01          4          0          0          1          0
1800.05/1800.09	c   flowcover        :       0.04          4          0          0          2          0
1800.05/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.09	c Pricers            :       Time      Calls       Vars
1800.05/1800.09	c   problem variables:       0.00          0          0
1800.05/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   relpscost        :      13.59     394430         15        623          0          0     787854
1800.05/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   inference        :      20.12     105640          0          0          0          0     211280
1800.05/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.09	c   LP solutions     :       0.20          -         62
1800.05/1800.09	c   pseudo solutions :       0.00          -          0
1800.05/1800.09	c   feaspump         :       0.00          0          0
1800.05/1800.09	c   intshifting      :       0.01          4          0
1800.05/1800.09	c   oneopt           :       0.30         54          0
1800.05/1800.09	c   guideddiving     :       0.12        118          0
1800.05/1800.09	c   crossover        :       1.55         55          5
1800.05/1800.09	c   fracdiving       :       0.27        181          0
1800.05/1800.09	c   veclendiving     :       0.27        181          0
1800.05/1800.09	c   pscostdiving     :       0.33        181          0
1800.05/1800.09	c   linesearchdiving :       0.26        181          0
1800.05/1800.09	c   coefdiving       :       0.26        182          0
1800.05/1800.09	c   objpscostdiving  :       0.25        180          0
1800.05/1800.09	c   rootsoldiving    :       0.22        180          0
1800.05/1800.09	c   trivial          :       0.08          2          2
1800.05/1800.09	c   simplerounding   :       0.48     395016          0
1800.05/1800.09	c   zirounding       :       0.27       1000          0
1800.05/1800.09	c   rounding         :       1.97       8857          0
1800.05/1800.09	c   shifting         :       1.02       2736          0
1800.05/1800.09	c   twoopt           :       0.00          0          0
1800.05/1800.09	c   fixandinfer      :       0.00          0          0
1800.05/1800.09	c   intdiving        :       0.00          0          0
1800.05/1800.09	c   actconsdiving    :       0.00          0          0
1800.05/1800.09	c   octane           :       0.00          0          0
1800.05/1800.09	c   rens             :       0.02          1          0
1800.05/1800.09	c   rins             :       0.00          0          0
1800.05/1800.09	c   localbranching   :       0.00          0          0
1800.05/1800.09	c   mutation         :       0.00          0          0
1800.05/1800.09	c   dins             :       0.00          0          0
1800.05/1800.09	c   undercover       :       0.00          0          0
1800.05/1800.09	c   nlp              :       0.02          0          0
1800.05/1800.09	c   trysol           :       3.15       8246        122
1800.05/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.09	c   dual LP          :     442.43     454005    2987535       6.58    6752.56
1800.05/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.09	c   diving/probing LP:       0.18         74       1532      20.70    8511.11
1800.05/1800.09	c   strong branching :      10.52       8435      99587      11.81    9466.44
1800.05/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.09	c B&B Tree           :
1800.05/1800.09	c   number of runs   :          1
1800.05/1800.09	c   nodes            :     836524
1800.05/1800.09	c   nodes (total)    :     836524
1800.05/1800.09	c   nodes left       :       1464
1800.05/1800.09	c   max depth        :       2289
1800.05/1800.09	c   max depth (total):       2289
1800.05/1800.09	c   backtracks       :      64257 (7.7%)
1800.05/1800.09	c   delayed cutoffs  :      56028
1800.05/1800.09	c   repropagations   :    2272625 (3773758 domain reductions, 54433 cutoffs)
1800.05/1800.09	c   avg switch length:       6.82
1800.05/1800.09	c   switching time   :     253.26
1800.05/1800.09	c Solution           :
1800.05/1800.09	c   Solutions found  :        191 (63 improvements)
1800.05/1800.09	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 172489 nodes, 274.48 seconds, depth 50, found by <relaxation>)
1800.05/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.09	c   Gap              :   infinite
1800.05/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.09	c   Root Iterations  :        183
1800.15/1800.18	c Time complete: 1800.22.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693067-1277931062/watcher-2693067-1277931062 -o /tmp/evaluation-result-2693067-1277931062/solver-2693067-1277931062 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693067-1277931062.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.01 2.01 2.00 3/178 20865
/proc/meminfo: memFree=30814296/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=10968 CPUtime=0
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1670 0 0 0 0 0 0 0 21 0 1 0 134400878 11231232 1590 4089446400 4194304 9819077 140733855108448 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20865/statm: 2742 1591 392 1374 0 1363 0

[startup+0.03864 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20865
/proc/meminfo: memFree=30814296/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=22256 CPUtime=0.03
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 4893 0 0 0 3 0 0 0 21 0 1 0 134400878 22790144 4459 4089446400 4194304 9819077 140733855108448 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 5564 4462 431 1374 0 4185 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22256

[startup+0.100629 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20865
/proc/meminfo: memFree=30814296/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=36400 CPUtime=0.09
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 8124 0 0 0 8 1 0 0 21 0 1 0 134400878 37273600 7690 4089446400 4194304 9819077 140733855108448 18446744073709551615 6180522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300598 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20865
/proc/meminfo: memFree=30814296/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=53512 CPUtime=0.29
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 12811 0 0 0 26 3 0 0 21 0 1 0 134400878 54796288 11778 4089446400 4194304 9819077 140733855108448 18446744073709551615 4685039 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 13378 11778 674 1374 0 11999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53512

[startup+0.700532 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20865
/proc/meminfo: memFree=30814296/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=47228 CPUtime=0.69
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 27910 0 0 0 63 6 0 0 22 0 1 0 134400878 48361472 9996 4089446400 4194304 9819077 140733855108448 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 11807 9996 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50039 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20866
/proc/meminfo: memFree=30776220/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=47884 CPUtime=1.49
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 44642 0 0 0 139 10 0 0 25 0 1 0 134400878 49033216 10309 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 11971 10309 699 1374 0 10592 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47884

[startup+3.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20866
/proc/meminfo: memFree=30774608/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=51640 CPUtime=3.09
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 60946 0 0 0 294 15 0 0 25 0 1 0 134400878 52879360 11194 4089446400 4194304 9819077 140733855108448 18446744073709551615 4826977 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 12910 11194 700 1374 0 11531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51640

[startup+6.30053 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20866
/proc/meminfo: memFree=30767872/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=58784 CPUtime=6.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 73773 0 0 0 606 24 0 0 25 0 1 0 134400878 60194816 13248 4089446400 4194304 9819077 140733855108448 18446744073709551615 6003003 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 14696 13248 700 1374 0 13317 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 58784

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20866
/proc/meminfo: memFree=30756228/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=68284 CPUtime=12.69
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 81048 0 0 0 1229 40 0 0 25 0 1 0 134400878 69922816 15759 4089446400 4194304 9819077 140733855108448 18446744073709551615 6590420 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 17071 15759 700 1374 0 15692 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68284

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20867
/proc/meminfo: memFree=30736456/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=89384 CPUtime=25.49
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 91174 0 0 0 2476 73 0 0 25 0 1 0 134400878 91529216 20966 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 22346 20966 700 1374 0 20967 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89384

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20868
/proc/meminfo: memFree=30698216/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=127124 CPUtime=51.09
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 111217 0 0 0 4971 138 0 0 25 0 1 0 134400878 130174976 30209 4089446400 4194304 9819077 140733855108448 18446744073709551615 6361720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 31781 30209 700 1374 0 30402 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127124

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20869
/proc/meminfo: memFree=30635676/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=189920 CPUtime=102.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 186421 0 0 0 9960 270 0 0 25 0 1 0 134400878 194478080 45664 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 47480 45664 705 1374 0 46101 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 189920

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20898
/proc/meminfo: memFree=30912524/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=252960 CPUtime=162.29
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 372518 0 0 0 15802 427 0 0 25 0 1 0 134400878 259031040 61156 4089446400 4194304 9819077 140733855108448 18446744073709551615 4834666 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 63240 61156 705 1374 0 61861 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 252960

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20900
/proc/meminfo: memFree=30751472/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=245476 CPUtime=222.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 624090 0 0 0 21586 644 0 0 25 0 1 0 134400878 251367424 59251 4089446400 4194304 9819077 140733855108448 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 61369 59251 717 1374 0 59990 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 245476

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20902
/proc/meminfo: memFree=30680840/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=252252 CPUtime=282.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 797544 0 0 0 27363 867 0 0 25 0 1 0 134400878 258306048 60633 4089446400 4194304 9819077 140733855108448 18446744073709551615 6567022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 63063 60633 732 1374 0 61684 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 252252

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20904
/proc/meminfo: memFree=30558020/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=252496 CPUtime=342.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 991982 0 0 0 33140 1090 0 0 25 0 1 0 134400878 258555904 60988 4089446400 4194304 9819077 140733855108448 18446744073709551615 6567593 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 63124 60989 740 1374 0 61745 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 252496

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20932
/proc/meminfo: memFree=30771200/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=255792 CPUtime=402.31
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1155150 0 0 0 38901 1330 0 0 25 0 1 0 134400878 261931008 61791 4089446400 4194304 9819077 140733855108448 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 63948 61791 740 1374 0 62569 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 255792

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20933
/proc/meminfo: memFree=30590344/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=257728 CPUtime=462.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1288652 0 0 0 44679 1551 0 0 25 0 1 0 134400878 263913472 62288 4089446400 4194304 9819077 140733855108448 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 64432 62288 740 1374 0 63053 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 257728

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20935
/proc/meminfo: memFree=30424124/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=260728 CPUtime=522.3
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1426778 0 0 0 50476 1754 0 0 25 0 1 0 134400878 266985472 63028 4089446400 4194304 9819077 140733855108448 18446744073709551615 7235280 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 65182 63028 740 1374 0 63803 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 260728

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20937
/proc/meminfo: memFree=30380652/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=262028 CPUtime=582.31
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1552935 0 0 0 56269 1962 0 0 25 0 1 0 134400878 268316672 63365 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 65484 63363 740 1374 0 64105 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 262028

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20948
/proc/meminfo: memFree=30378404/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=263736 CPUtime=642.31
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 1680676 0 0 0 62060 2171 0 0 25 0 1 0 134400878 270065664 63677 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 65934 63677 740 1374 0 64555 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 263736

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 21062
/proc/meminfo: memFree=30778100/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=271240 CPUtime=882.31
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2125286 0 0 0 85196 3035 0 0 25 0 1 0 134400878 277749760 65509 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 67810 65509 740 1374 0 66431 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 271240

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 21064
/proc/meminfo: memFree=30753368/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=272332 CPUtime=942.31
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2240210 0 0 0 90944 3287 0 0 25 0 1 0 134400878 278867968 65772 4089446400 4194304 9819077 140733855108448 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68083 65772 740 1374 0 66704 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 272332

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 21065
/proc/meminfo: memFree=30716580/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=273244 CPUtime=1002.32
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2354686 0 0 0 96705 3527 0 0 25 0 1 0 134400878 279801856 65990 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68311 65990 740 1374 0 66932 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 273244

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21066
/proc/meminfo: memFree=30683796/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=272560 CPUtime=1062.32
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2487547 0 0 0 102435 3797 0 0 25 0 1 0 134400878 279101440 65779 4089446400 4194304 9819077 140733855108448 18446744073709551615 6089673 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68140 65779 740 1374 0 66761 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 272560

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21068
/proc/meminfo: memFree=30650408/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=273676 CPUtime=1122.32
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2604065 0 0 0 108144 4088 0 0 25 0 1 0 134400878 280244224 65989 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68419 65989 740 1374 0 67040 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 273676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21070
/proc/meminfo: memFree=30619584/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=273604 CPUtime=1182.32
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2700985 0 0 0 113862 4370 0 0 25 0 1 0 134400878 280170496 66017 4089446400 4194304 9819077 140733855108448 18446744073709551615 6664590 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68401 66017 740 1374 0 67022 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 273604

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 21072
/proc/meminfo: memFree=30588916/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=274796 CPUtime=1242.32
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2813653 0 0 0 119601 4631 0 0 25 0 1 0 134400878 281391104 66306 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68699 66306 740 1374 0 67320 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 274796

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21073
/proc/meminfo: memFree=30557584/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=275744 CPUtime=1302.33
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2880844 0 0 0 125358 4875 0 0 25 0 1 0 134400878 282361856 66498 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68936 66498 740 1374 0 67557 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 275744

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21074
/proc/meminfo: memFree=30529276/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=275848 CPUtime=1362.33
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 2957132 0 0 0 131115 5118 0 0 25 0 1 0 134400878 282468352 66536 4089446400 4194304 9819077 140733855108448 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 68962 66536 740 1374 0 67583 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 275848

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21076
/proc/meminfo: memFree=30499448/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=276312 CPUtime=1422.33
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3037401 0 0 0 136896 5337 0 0 25 0 1 0 134400878 282943488 66613 4089446400 4194304 9819077 140733855108448 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 69078 66613 740 1374 0 67699 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 276312

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 21078
/proc/meminfo: memFree=30468652/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=278368 CPUtime=1482.33
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3128010 0 0 0 142681 5552 0 0 25 0 1 0 134400878 285048832 67071 4089446400 4194304 9819077 140733855108448 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 69592 67071 740 1374 0 68213 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 278368

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21080
/proc/meminfo: memFree=30438220/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=279328 CPUtime=1542.34
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3228757 0 0 0 148468 5766 0 0 25 0 1 0 134400878 286031872 67314 4089446400 4194304 9819077 140733855108448 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 69832 67314 740 1374 0 68453 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 279328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21081
/proc/meminfo: memFree=30407564/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=280696 CPUtime=1602.33
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3340597 0 0 0 154241 5992 0 0 25 0 1 0 134400878 287432704 67584 4089446400 4194304 9819077 140733855108448 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 70174 67584 740 1374 0 68795 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 280696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21082
/proc/meminfo: memFree=30379480/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=280616 CPUtime=1662.34
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3444091 0 0 0 160004 6230 0 0 25 0 1 0 134400878 287350784 67641 4089446400 4194304 9819077 140733855108448 18446744073709551615 6581294 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 70154 67641 740 1374 0 68775 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 280616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21084
/proc/meminfo: memFree=30349792/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=281236 CPUtime=1722.34
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3559480 0 0 0 165761 6473 0 0 25 0 1 0 134400878 287985664 67722 4089446400 4194304 9819077 140733855108448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 70309 67722 740 1374 0 68930 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 281236

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 21086
/proc/meminfo: memFree=30318988/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=281408 CPUtime=1782.34
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3673703 0 0 0 171516 6718 0 0 25 0 1 0 134400878 288161792 67772 4089446400 4194304 9819077 140733855108448 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 70352 67772 740 1374 0 68973 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 281408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 21086
/proc/meminfo: memFree=30310660/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=281552 CPUtime=1800.05
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3707489 0 0 0 173214 6791 0 0 25 0 1 0 134400878 288309248 67812 4089446400 4194304 9819077 140733855108448 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20865/statm: 70388 67812 740 1374 0 69009 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 281552

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

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

[startup+1800.11 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 21086
/proc/meminfo: memFree=30310660/32951124 swapFree=67111528/67111528
[pid=20865] ppid=20863 vsize=279500 CPUtime=1800.15
/proc/20865/stat : 20865 (pbscip.linux.x8) R 20863 20865 20700 0 -1 4202496 3707500 0 0 0 173224 6791 0 0 18 0 1 0 134400878 286208000 67301 4089446400 4194304 9819077 140733855108448 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20865/statm: 69875 67301 741 1374 0 68496 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 279500

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.23
CPU user time (s): 1732.3
CPU system time (s): 67.9267
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 282872

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

runsolver used 2.95755 second user time and 6.61099 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 22:51:02
IDJOB=2693067
IDBENCH=79311
IDSOLVER=1205
FILE ID=node146/2693067-1277931062
PBS_JOBID= 11197431
Free space on /tmp= 74172 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.1900670167--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-2693067-1277931062/watcher-2693067-1277931062 -o /tmp/evaluation-result-2693067-1277931062/solver-2693067-1277931062 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693067-1277931062.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=179068182

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.839
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:      30814948 kB
Buffers:        220700 kB
Cached:        1338360 kB
SwapCached:          0 kB
Active:         854376 kB
Inactive:      1133128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30814948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:      428912 kB
Mapped:          17056 kB
Slab:            83752 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   580744 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= 74164 MiB
End job on node146 at 2010-06-30 23:21:04