Trace number 2692983

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.28 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
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 benchmark278.258
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2692983-1277927119.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+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.13
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.357140e+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.357140e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+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.357140e+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.357140e+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.357140e+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.357140e+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.357140e+05 |    Inf 
14.39/14.47	c  14.0s| 10000 | 10001 |  2419 |   0.2 |  42M|1755 |   0 |5645 |5414 |5645 | 253 | 762 |   0 | 469 | 0.000000e+00 | 1.357140e+05 |    Inf 
26.99/27.00	c  26.2s| 20000 | 20001 |  3356 |   0.2 |  62M|1755 |   0 |5645 |5414 |5645 | 254 |1017 |   0 | 510 | 0.000000e+00 | 1.357140e+05 |    Inf 
39.79/39.86	c  38.7s| 30000 | 30001 |  4989 |   0.2 |  84M|1755 |   0 |5645 |5414 |5645 | 229 |1603 |   0 | 595 | 0.000000e+00 | 1.357140e+05 |    Inf 
53.20/53.27	c  51.8s| 40000 | 40001 |  7026 |   0.2 | 105M|1755 |   0 |5645 |5414 |5645 | 233 |2235 |   0 | 730 | 0.000000e+00 | 1.357140e+05 |    Inf 
66.59/66.62	c  64.8s| 50000 | 49997 |  8791 |   0.2 | 125M|1755 |   0 |5645 |5434 |5645 | 267 |2830 |  20 | 792 | 0.000000e+00 | 1.357140e+05 |    Inf 
79.89/79.92	c  77.8s| 60000 | 59993 | 10503 |   0.2 | 144M|1755 |   0 |5645 |5454 |5645 | 241 |3370 |  40 | 821 | 0.000000e+00 | 1.357140e+05 |    Inf 
93.29/93.38	c  90.9s| 70000 | 69989 | 12013 |   0.2 | 164M|1755 |   0 |5645 |5456 |5645 | 242 |3867 |  42 | 869 | 0.000000e+00 | 1.357140e+05 |    Inf 
102.09/102.11	o 740
102.09/102.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.09/102.11	c *99.5s| 76544 | 64414 | 12904 |   0.2 | 155M|1755 |   - |5645 |5466 |5645 | 261 |4130 |  52 | 902 | 0.000000e+00 | 7.400000e+02 |    Inf 
106.79/106.84	o 737
106.79/106.84	c * 104s| 79420 | 67068 | 14754 |   0.2 | 160M|1755 |   - |5645 |5507 |5645 | 235 |4687 |  93 | 950 | 0.000000e+00 | 7.370000e+02 |    Inf 
107.70/107.79	c   105s| 80000 | 67644 | 15042 |   0.2 | 161M|1755 |   0 |5645 |5527 |5645 | 219 |4756 | 113 | 955 | 0.000000e+00 | 7.370000e+02 |    Inf 
114.19/114.26	o 578
114.19/114.26	c * 111s| 84028 | 58426 | 17021 |   0.2 | 144M|1755 |   - |5645 |5757 |5645 | 209 |5247 | 343 |1004 | 0.000000e+00 | 5.780000e+02 |    Inf 
117.89/117.98	o 548
117.89/117.98	c * 115s| 86081 | 58190 | 18440 |   0.2 | 144M|1755 |   - |5645 |6218 |5645 | 240 |5597 | 804 |1039 | 0.000000e+00 | 5.480000e+02 |    Inf 
119.80/119.84	o 544
119.80/119.84	c * 117s| 86997 | 58729 | 19206 |   0.2 | 147M|1755 |   - |5645 |6395 |5645 | 226 |5820 | 981 |1041 | 0.000000e+00 | 5.440000e+02 |    Inf 
120.49/120.52	o 524
120.49/120.52	c * 117s| 87409 | 57445 | 19440 |   0.2 | 145M|1755 |   - |5645 |6405 |5645 | 232 |5870 | 991 |1048 | 0.000000e+00 | 5.240000e+02 |    Inf 
120.69/120.73	o 515
120.69/120.73	c * 118s| 87514 | 56708 | 19544 |   0.2 | 143M|1755 |   - |5645 |6435 |5645 | 221 |5885 |1021 |1048 | 0.000000e+00 | 5.150000e+02 |    Inf 
120.69/120.78	o 497
120.69/120.78	c * 118s| 87556 | 55147 | 19544 |   0.2 | 140M|1755 |   - |5645 |6435 |5645 | 221 |5885 |1021 |1048 | 0.000000e+00 | 4.970000e+02 |    Inf 
120.90/120.99	o 492
120.90/120.99	c * 118s| 87646 | 54784 | 19686 |   0.2 | 140M|1755 |   - |5645 |6459 |5645 | 227 |5912 |1045 |1048 | 0.000000e+00 | 4.920000e+02 |    Inf 
123.79/123.89	o 483
123.79/123.89	c * 121s| 89187 | 55185 | 20916 |   0.2 | 141M|1755 |   - |5645 |6803 |5645 | 225 |6215 |1389 |1050 | 0.000000e+00 | 4.830000e+02 |    Inf 
124.20/124.26	o 473
124.20/124.26	c * 121s| 89347 | 54020 | 21079 |   0.2 | 139M|1755 |   - |5645 |6867 |5645 | 235 |6254 |1453 |1050 | 0.000000e+00 | 4.730000e+02 |    Inf 
125.40/125.43	c   122s| 90000 | 54649 | 21418 |   0.2 | 141M|1755 |   0 |5645 |6947 |5645 | 224 |6339 |1533 |1053 | 0.000000e+00 | 4.730000e+02 |    Inf 
125.89/125.93	o 463
125.89/125.93	c * 123s| 90195 | 53396 | 21743 |   0.2 | 139M|1755 |   - |5645 |7139 |5645 | 233 |6410 |1725 |1053 | 0.000000e+00 | 4.630000e+02 |    Inf 
126.09/126.14	o 431
126.09/126.14	c * 123s| 90304 | 48663 | 21776 |   0.2 | 129M|1755 |   - |5645 |7233 |5645 | 235 |6412 |1819 |1053 | 0.000000e+00 | 4.310000e+02 |    Inf 
126.59/126.62	o 424
126.59/126.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.59/126.62	c * 123s| 90556 | 47813 | 21897 |   0.2 | 128M|1755 |   - |5645 |7246 |5645 | 232 |6436 |1832 |1053 | 0.000000e+00 | 4.240000e+02 |    Inf 
127.99/128.05	o 409
127.99/128.05	c * 125s| 91201 | 45921 | 22587 |   0.2 | 125M|1755 |   - |5645 |7589 |5645 | 238 |6631 |2175 |1053 | 0.000000e+00 | 4.090000e+02 |    Inf 
128.20/128.24	o 396
128.20/128.24	c * 125s| 91300 | 43495 | 22744 |   0.2 | 121M|1755 |   - |5645 |7594 |5645 | 240 |6650 |2180 |1055 | 0.000000e+00 | 3.960000e+02 |    Inf 
128.79/128.82	o 375
128.79/128.82	c * 125s| 91559 | 39524 | 23163 |   0.3 | 113M|1755 |   - |5645 |7642 |5645 | 224 |6731 |2228 |1065 | 0.000000e+00 | 3.750000e+02 |    Inf 
129.19/129.28	o 369
129.19/129.28	c * 126s| 91813 | 38559 | 23286 |   0.3 | 111M|1755 |   - |5645 |7707 |5645 | 223 |6742 |2293 |1065 | 0.000000e+00 | 3.690000e+02 |    Inf 
129.49/129.57	o 334
129.49/129.57	c * 126s| 91944 | 31554 | 23468 |   0.3 |  97M|1755 |   - |5645 |7748 |5645 | 213 |6775 |2334 |1066 | 0.000000e+00 | 3.340000e+02 |    Inf 
130.29/130.32	o 322
130.29/130.32	c * 127s| 92330 | 29609 | 23960 |   0.3 |  93M|1755 |   - |5645 |7825 |5645 | 239 |6865 |2414 |1078 | 0.000000e+00 | 3.220000e+02 |    Inf 
130.39/130.45	o 313
130.39/130.45	c * 127s| 92393 | 27927 | 24066 |   0.3 |  90M|1755 |   - |5645 |7838 |5645 | 242 |6876 |2427 |1078 | 0.000000e+00 | 3.130000e+02 |    Inf 
132.69/132.77	o 303
132.69/132.77	c * 129s| 93349 | 26637 | 25310 |   0.3 |  89M|1755 |   - |5645 |8460 |5645 | 239 |7172 |3087 |1096 | 0.000000e+00 | 3.030000e+02 |    Inf 
132.69/132.77	o 298
132.69/132.77	c * 129s| 93350 | 25894 | 25310 |   0.3 |  87M|1755 |   - |5645 |8460 |5645 | 239 |7172 |3087 |1096 | 0.000000e+00 | 2.980000e+02 |    Inf 
133.80/133.86	o 258
133.80/133.86	c * 130s| 93872 | 20363 | 25971 |   0.3 |  76M|1755 |   - |5645 |8665 |5645 | 248 |7310 |3318 |1099 | 0.000000e+00 | 2.580000e+02 |    Inf 
136.59/136.60	o 257
136.59/136.60	c * 133s| 94958 | 21098 | 28016 |   0.3 |  80M|1755 |   - |5645 |9316 |5645 | 254 |7872 |4065 |1128 | 0.000000e+00 | 2.570000e+02 |    Inf 
136.99/137.05	o 249
136.99/137.05	c * 133s| 95170 | 20110 | 28289 |   0.3 |  78M|1755 |   - |5645 |9373 |5645 | 232 |7941 |4152 |1130 | 0.000000e+00 | 2.490000e+02 |    Inf 
136.99/137.05	o 242
136.99/137.05	c * 133s| 95171 | 19189 | 28289 |   0.3 |  76M|1755 |   - |5645 |9373 |5645 | 232 |7941 |4152 |1130 | 0.000000e+00 | 2.420000e+02 |    Inf 
138.30/138.33	o 237
138.30/138.33	c * 135s| 95728 | 18792 | 28826 |   0.3 |  76M|1755 |   - |5645 |9650 |5645 | 233 |8088 |4537 |1134 | 0.000000e+00 | 2.370000e+02 |    Inf 
138.50/138.51	o 200
138.50/138.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.50/138.51	c * 135s| 95858 | 13478 | 28836 |   0.3 |  64M|1755 |   - |5645 |9650 |5645 | 233 |8088 |4537 |1134 | 0.000000e+00 | 2.000000e+02 |    Inf 
139.39/139.42	o 198
139.39/139.42	c * 136s| 96189 | 13407 | 29510 |   0.3 |  64M|1755 |   - |5645 |9869 |5645 | 224 |8241 |4879 |1145 | 0.000000e+00 | 1.980000e+02 |    Inf 
141.19/141.28	o 179
141.19/141.28	c * 138s| 96897 | 11431 | 31064 |   0.3 |  61M|1755 |   - |5645 |  10k|5645 | 242 |8543 |5460 |1178 | 0.000000e+00 | 1.790000e+02 |    Inf 
143.29/143.30	o 176
143.29/143.30	c * 140s| 97525 | 11410 | 32653 |   0.3 |  62M|1755 |   - |5645 |  10k|5645 | 239 |8808 |6226 |1239 | 0.000000e+00 | 1.760000e+02 |    Inf 
143.69/143.75	o 148
143.69/143.75	c * 140s| 97750 |  8461 | 32798 |   0.3 |  54M|1755 |   - |5645 |  10k|5645 | 242 |8843 |6397 |1239 | 0.000000e+00 | 1.480000e+02 |    Inf 
143.89/143.92	o 136
143.89/143.92	c * 140s| 97815 |  7498 | 32996 |   0.3 |  52M|1755 |   - |5645 |  10k|5645 | 253 |8891 |6400 |1239 | 0.000000e+00 | 1.360000e+02 |    Inf 
144.59/144.68	o 129
144.59/144.68	c * 141s| 98025 |  6978 | 33865 |   0.3 |  52M|1755 |   - |5645 |9898 |5645 | 244 |9124 |6542 |1246 | 0.000000e+00 | 1.290000e+02 |    Inf 
149.00/149.07	o 110
149.00/149.07	c * 145s| 99569 |  6523 | 37436 |   0.4 |  52M|1755 |   - |5645 |8797 |5645 | 241 |9990 |7982 |1310 | 0.000000e+00 | 1.100000e+02 |    Inf 
149.29/149.39	o 108
149.29/149.39	c * 145s| 99682 |  6488 | 37650 |   0.4 |  53M|1755 |   - |5645 |8741 |5645 | 222 |  10k|8049 |1310 | 0.000000e+00 | 1.080000e+02 |    Inf 
150.00/150.06	c   146s|100000 |  6775 | 37883 |   0.4 |  53M|1755 |   0 |5645 |8676 |5645 | 234 |  10k|8146 |1315 | 0.000000e+00 | 1.080000e+02 |    Inf 
150.10/150.12	o 103
150.10/150.12	c * 146s|100030 |  6526 | 37894 |   0.4 |  53M|1755 |   - |5645 |8683 |5645 | 241 |  10k|8155 |1315 | 0.000000e+00 | 1.030000e+02 |    Inf 
150.29/150.33	o 61
150.29/150.33	c * 146s|100078 |  3291 | 38264 |   0.4 |  42M|1755 |   - |5645 |8615 |5645 | 233 |  10k|8181 |1326 | 0.000000e+00 | 6.100000e+01 |    Inf 
150.40/150.40	o 42
150.40/150.40	c * 146s|100087 |  2259 | 38286 |   0.4 |  38M|1755 |   - |5645 |7345 |5645 | 234 |  10k|8181 |1326 | 0.000000e+00 | 4.200000e+01 |    Inf 
151.09/151.13	o 41
151.09/151.13	c * 147s|100281 |  2244 | 39443 |   0.4 |  38M|1755 |   - |5645 |6749 |5645 | 237 |  10k|8504 |1389 | 0.000000e+00 | 4.100000e+01 |    Inf 
151.09/151.13	o 31
151.09/151.13	c * 147s|100282 |  1731 | 39443 |   0.4 |  36M|1755 |   - |5645 |6749 |5645 | 237 |  10k|8504 |1389 | 0.000000e+00 | 3.100000e+01 |    Inf 
156.79/156.82	o 25
156.79/156.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.79/156.82	c * 153s|102843 |  1891 | 49180 |   0.5 |  39M|1755 |   - |5645 |6442 |5645 | 216 |  12k|  11k|1573 | 0.000000e+00 | 2.500000e+01 |    Inf 
156.99/157.07	o 19
156.99/157.07	c * 153s|102962 |  1729 | 49402 |   0.5 |  38M|1755 |   - |5645 |6236 |5645 | 234 |  12k|  11k|1575 | 0.000000e+00 | 1.900000e+01 |    Inf 
167.70/167.72	o 11
167.70/167.72	c * 163s|108491 |  1860 | 71577 |   0.7 |  41M|1755 |   - |5645 |6577 |5645 | 210 |  16k|  18k|1658 | 0.000000e+00 | 1.100000e+01 |    Inf 
167.80/167.81	o 6
167.80/167.81	c * 163s|108537 |  1703 | 71717 |   0.7 |  40M|1755 |   - |5645 |6368 |5645 | 224 |  16k|  18k|1658 | 0.000000e+00 | 6.000000e+00 |    Inf 
170.29/170.39	c   166s|110000 |  1788 | 76935 |   0.7 |  41M|1755 |  13 |5645 |6038 |5645 | 230 |  17k|  20k|1707 | 0.000000e+00 | 6.000000e+00 |    Inf 
187.40/187.47	c   182s|120000 |  2285 |118746 |   1.0 |  46M|1755 |   - |5645 |7496 |   0 |   0 |  24k|  32k|2063 | 0.000000e+00 | 6.000000e+00 |    Inf 
204.60/204.68	c   198s|130000 |  2634 |157783 |   1.2 |  50M|1755 |  16 |5645 |8240 |5645 | 212 |  31k|  45k|2352 | 0.000000e+00 | 6.000000e+00 |    Inf 
222.40/222.41	c   215s|140000 |  2817 |194827 |   1.4 |  53M|1755 |   - |5645 |9925 |   0 |   0 |  37k|  57k|2629 | 0.000000e+00 | 6.000000e+00 |    Inf 
240.00/240.04	c   232s|150000 |  2961 |232488 |   1.5 |  55M|1755 |   5 |5645 |  10k|5645 | 219 |  43k|  70k|2862 | 0.000000e+00 | 6.000000e+00 |    Inf 
257.89/257.99	c   249s|160000 |  3153 |269403 |   1.7 |  57M|1755 |   - |5645 |  11k|   0 |   0 |  49k|  83k|3097 | 0.000000e+00 | 6.000000e+00 |    Inf 
263.09/263.16	o 2
263.09/263.16	c * 254s|162845 |  2888 |279636 |   1.7 |  55M|1755 |   - |5645 |  11k|5645 | 232 |  50k|  87k|3119 | 0.000000e+00 | 2.000000e+00 |    Inf 
275.70/275.74	c   266s|170000 |  2975 |306749 |   1.8 |  56M|1755 |  14 |5645 |  11k|5645 | 232 |  54k|  97k|3272 | 0.000000e+00 | 2.000000e+00 |    Inf 
293.50/293.52	c   283s|180000 |  3029 |347447 |   1.9 |  58M|1755 |   1 |5645 |  12k|5645 | 240 |  59k| 111k|3442 | 0.000000e+00 | 2.000000e+00 |    Inf 
312.10/312.17	c   301s|190000 |  3068 |385296 |   2.0 |  59M|1755 |   1 |5645 |  12k|5645 | 239 |  64k| 124k|3609 | 0.000000e+00 | 2.000000e+00 |    Inf 
329.00/329.03	c   317s|200000 |  3231 |421702 |   2.1 |  61M|1755 |   7 |5645 |  14k|5645 | 234 |  69k| 138k|3720 | 0.000000e+00 | 2.000000e+00 |    Inf 
347.30/347.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.30/347.37	c   335s|210000 |  3542 |459945 |   2.2 |  65M|1755 |   - |5645 |  18k|   0 |   0 |  73k| 152k|3872 | 0.000000e+00 | 2.000000e+00 |    Inf 
366.90/366.99	c   354s|220000 |  3739 |499695 |   2.3 |  68M|1755 |  19 |5645 |  19k|5645 | 272 |  78k| 166k|3997 | 0.000000e+00 | 2.000000e+00 |    Inf 
387.00/387.01	c   373s|230000 |  3792 |539740 |   2.3 |  69M|1755 |   9 |5645 |  20k|5645 | 273 |  83k| 180k|4116 | 0.000000e+00 | 2.000000e+00 |    Inf 
406.49/406.55	c   392s|240000 |  3865 |577298 |   2.4 |  70M|1755 |   - |5645 |  19k|   0 |   0 |  87k| 194k|4209 | 0.000000e+00 | 2.000000e+00 |    Inf 
426.90/426.92	c   412s|250000 |  3997 |620063 |   2.5 |  72M|1755 |  19 |5645 |  20k|5645 | 266 |  92k| 209k|4318 | 0.000000e+00 | 2.000000e+00 |    Inf 
446.30/446.37	c   430s|260000 |  4011 |657015 |   2.5 |  72M|1755 |   - |5645 |  18k|   0 |   0 |  96k| 223k|4390 | 0.000000e+00 | 2.000000e+00 |    Inf 
453.00/453.03	o 1
453.00/453.03	c * 437s|263501 |  3918 |670111 |   2.5 |  72M|1755 |   - |5645 |  19k|5645 | 287 |  98k| 228k|4435 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.00/465.02	c   448s|270000 |  3890 |692136 |   2.6 |  71M|1755 |   - |5645 |  17k|   0 |   0 | 101k| 238k|4488 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.20/484.27	c   467s|280000 |  3875 |729584 |   2.6 |  72M|1755 |   1 |5645 |  18k|5645 | 297 | 104k| 253k|4581 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.20/503.27	c   485s|290000 |  3913 |764776 |   2.6 |  72M|1755 |   1 |5645 |  17k|5645 | 279 | 108k| 266k|4647 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.30/522.35	c   503s|300000 |  3938 |802003 |   2.7 |  73M|1755 |   - |5645 |  19k|   0 |   0 | 112k| 281k|4730 | 0.000000e+00 | 1.000000e+00 |    Inf 
541.30/541.39	c   522s|310000 |  4003 |839157 |   2.7 |  74M|1755 |   1 |5645 |  17k|5645 | 276 | 116k| 295k|4808 | 0.000000e+00 | 1.000000e+00 |    Inf 
561.01/561.04	c   541s|320000 |  4067 |878206 |   2.7 |  75M|1755 |   1 |5645 |  18k|5645 | 287 | 119k| 310k|4884 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.50/580.52	c   560s|330000 |  4019 |916494 |   2.8 |  76M|1755 |  24 |5645 |  20k|5645 | 250 | 123k| 325k|4968 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.71/600.75	c   579s|340000 |  3972 |955051 |   2.8 |  76M|1755 |  17 |5645 |  20k|5645 | 247 | 126k| 340k|5048 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.21/620.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.21/620.30	c   598s|350000 |  3922 |991551 |   2.8 |  75M|1755 |  13 |5645 |  19k|5645 | 261 | 130k| 355k|5118 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.02/639.10	c   616s|360000 |  3804 |  1026k|   2.8 |  75M|1755 |   1 |5645 |  20k|5645 | 269 | 134k| 370k|5205 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.60/659.69	c   636s|370000 |  3795 |  1066k|   2.9 |  75M|1755 |   - |5645 |  21k|   0 |   0 | 138k| 384k|5262 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.31/679.37	c   655s|380000 |  3708 |  1102k|   2.9 |  73M|1755 |  21 |5645 |  17k|5645 | 249 | 142k| 399k|5340 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.21/698.26	c   673s|390000 |  3688 |  1141k|   2.9 |  72M|1755 |   - |5645 |  13k|   0 |   0 | 146k| 413k|5439 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.01/717.09	c   691s|400000 |  3674 |  1182k|   3.0 |  72M|1755 |   7 |5645 |  14k|5645 | 288 | 149k| 428k|5494 | 0.000000e+00 | 1.000000e+00 |    Inf 
735.31/735.38	c   709s|410000 |  3635 |  1221k|   3.0 |  71M|1755 |   1 |5645 |  12k|5645 | 229 | 153k| 441k|5974 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.81/753.85	c   726s|420000 |  3656 |  1260k|   3.0 |  72M|1755 |   1 |5645 |  12k|5645 | 236 | 158k| 455k|6322 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.31/771.36	c   743s|430000 |  3632 |  1295k|   3.0 |  72M|1755 |   1 |5645 |  13k|5645 | 205 | 163k| 468k|6373 | 0.000000e+00 | 1.000000e+00 |    Inf 
789.01/789.06	c   760s|440000 |  3584 |  1328k|   3.0 |  71M|1755 |  15 |5645 |  10k|5645 | 243 | 167k| 482k|6402 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.41/806.44	c   777s|450000 |  3675 |  1363k|   3.0 |  74M|1755 |  24 |5645 |  14k|5645 | 229 | 172k| 496k|6492 | 0.000000e+00 | 1.000000e+00 |    Inf 
824.71/824.74	c   795s|460000 |  4041 |  1405k|   3.1 |  77M|1755 |   - |5645 |  14k|   0 |   0 | 177k| 510k|6534 | 0.000000e+00 | 1.000000e+00 |    Inf 
843.02/843.06	c   812s|470000 |  4277 |  1444k|   3.1 |  80M|1755 |   - |5645 |  18k|   0 |   0 | 181k| 524k|6605 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.02/863.03	c   832s|480000 |  4500 |  1485k|   3.1 |  82M|1755 |   1 |5645 |  15k|5645 | 251 | 185k| 538k|6675 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.71/882.70	c   851s|490000 |  4668 |  1529k|   3.1 |  84M|1755 |   - |5645 |  15k|   0 |   0 | 189k| 551k|6721 | 0.000000e+00 | 1.000000e+00 |    Inf 
902.31/902.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.31/902.33	c   869s|500000 |  4805 |  1571k|   3.1 |  86M|1755 |   1 |5645 |  14k|5645 | 217 | 193k| 564k|6796 | 0.000000e+00 | 1.000000e+00 |    Inf 
921.32/921.37	c   888s|510000 |  4898 |  1611k|   3.2 |  88M|1755 |   1 |5645 |  16k|5645 | 204 | 198k| 578k|6864 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.81/940.80	c   907s|520000 |  5023 |  1651k|   3.2 |  90M|1755 |   1 |5645 |  16k|5645 | 266 | 202k| 592k|6917 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.22/960.25	c   925s|530000 |  5100 |  1690k|   3.2 |  90M|1755 |  22 |5645 |  15k|5645 | 217 | 207k| 607k|6967 | 0.000000e+00 | 1.000000e+00 |    Inf 
979.92/979.99	c   944s|540000 |  5262 |  1730k|   3.2 |  93M|1755 |   1 |5645 |  18k|5645 | 243 | 211k| 621k|7016 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.41/999.43	c   963s|550000 |  5287 |  1769k|   3.2 |  93M|1755 |  11 |5645 |  15k|5645 | 224 | 215k| 635k|7080 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.32/1018.32	c   981s|560000 |  5287 |  1810k|   3.2 |  94M|1755 |   - |5645 |  16k|   0 |   0 | 220k| 649k|7143 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.02/1038.00	c  1000s|570000 |  5360 |  1853k|   3.3 |  96M|1755 |  13 |5645 |  17k|5645 | 237 | 224k| 663k|7211 | 0.000000e+00 | 1.000000e+00 |    Inf 
1057.12/1057.14	c  1019s|580000 |  5558 |  1893k|   3.3 |  98M|1755 |   5 |5645 |  18k|5645 | 221 | 228k| 677k|7262 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.92/1075.94	c  1037s|590000 |  5903 |  1933k|   3.3 | 102M|1755 |   1 |5645 |  19k|5645 | 228 | 233k| 691k|7307 | 0.000000e+00 | 1.000000e+00 |    Inf 
1094.53/1094.53	c  1055s|600000 |  6037 |  1974k|   3.3 | 103M|1755 |   - |5645 |  17k|   0 |   0 | 237k| 705k|7352 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.02/1113.07	c  1073s|610000 |  6066 |  2014k|   3.3 | 105M|1755 |   1 |5645 |  18k|5645 | 213 | 241k| 720k|7404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.82/1132.84	c  1092s|620000 |  6129 |  2057k|   3.3 | 105M|1755 |   - |5645 |  15k|   0 |   0 | 245k| 734k|7469 | 0.000000e+00 | 1.000000e+00 |    Inf 
1152.83/1152.87	c  1111s|630000 |  6196 |  2100k|   3.3 | 107M|1755 |   1 |5645 |  17k|5645 | 221 | 250k| 748k|7527 | 0.000000e+00 | 1.000000e+00 |    Inf 
1173.12/1173.13	c  1131s|640000 |  6427 |  2141k|   3.3 | 111M|1755 |   - |5645 |  20k|   0 |   0 | 254k| 762k|7584 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.62/1193.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.62/1193.67	c  1150s|650000 |  6494 |  2180k|   3.4 | 111M|1755 |   - |5645 |  19k|   0 |   0 | 258k| 778k|7630 | 0.000000e+00 | 1.000000e+00 |    Inf 
1214.13/1214.18	c  1170s|660000 |  6708 |  2216k|   3.4 | 114M|1755 |   1 |5645 |  20k|5645 | 254 | 261k| 792k|7669 | 0.000000e+00 | 1.000000e+00 |    Inf 
1235.82/1235.85	c  1191s|670000 |  6808 |  2259k|   3.4 | 115M|1755 |   - |5645 |  20k|   0 |   0 | 266k| 807k|7736 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.33/1256.30	c  1211s|680000 |  6800 |  2295k|   3.4 | 116M|1755 |  26 |5645 |  20k|5645 | 251 | 269k| 823k|7775 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.13/1277.15	c  1231s|690000 |  6931 |  2334k|   3.4 | 118M|1755 |   - |5645 |  20k|   0 |   0 | 272k| 837k|7819 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.93/1297.99	c  1251s|700000 |  6944 |  2370k|   3.4 | 119M|1755 |   1 |5645 |  20k|5645 | 245 | 275k| 852k|7877 | 0.000000e+00 | 1.000000e+00 |    Inf 
1318.63/1318.67	c  1271s|710000 |  7064 |  2410k|   3.4 | 121M|1755 |   - |5645 |  22k|   0 |   0 | 280k| 867k|7927 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.74/1339.79	c  1292s|720000 |  7015 |  2456k|   3.4 | 121M|1755 |   - |5645 |  20k|   0 |   0 | 284k| 884k|7980 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.13/1360.11	c  1311s|730000 |  7115 |  2493k|   3.4 | 123M|1755 |   - |5645 |  21k|   0 |   0 | 287k| 899k|8029 | 0.000000e+00 | 1.000000e+00 |    Inf 
1380.33/1380.34	c  1331s|740000 |  7291 |  2529k|   3.4 | 125M|1755 |  27 |5645 |  23k|5645 | 239 | 291k| 914k|8069 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.62/1400.69	c  1350s|750000 |  7439 |  2566k|   3.4 | 127M|1755 |   8 |5645 |  24k|5645 | 230 | 294k| 929k|8119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.83/1421.80	c  1371s|760000 |  7451 |  2609k|   3.4 | 127M|1755 |   1 |5645 |  20k|5645 | 221 | 298k| 945k|8182 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.83/1441.89	c  1390s|770000 |  7498 |  2646k|   3.4 | 127M|1755 |   - |5645 |  19k|   0 |   0 | 302k| 959k|8224 | 0.000000e+00 | 1.000000e+00 |    Inf 
1462.13/1462.11	c  1410s|780000 |  7750 |  2690k|   3.4 | 130M|1755 |   - |5645 |  21k|   0 |   0 | 305k| 974k|8280 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.14/1483.15	c  1430s|790000 |  7942 |  2736k|   3.5 | 132M|1755 |   - |5645 |  20k|5645 | 273 | 307k| 989k|8331 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.23/1503.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1503.23/1503.26	c  1450s|800000 |  8091 |  2787k|   3.5 | 135M|1755 |   1 |5645 |  22k|5645 | 258 | 310k|1005k|8377 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.23/1524.21	c  1470s|810000 |  8180 |  2827k|   3.5 | 135M|1755 |   9 |5645 |  19k|5645 | 227 | 314k|1019k|8438 | 0.000000e+00 | 1.000000e+00 |    Inf 
1543.74/1543.77	c  1489s|820000 |  8178 |  2865k|   3.5 | 136M|1755 |   - |5645 |  17k|   0 |   0 | 318k|1033k|8476 | 0.000000e+00 | 1.000000e+00 |    Inf 
1564.33/1564.34	c  1509s|830000 |  8177 |  2906k|   3.5 | 136M|1755 |   - |5645 |  17k|   0 |   0 | 321k|1048k|8515 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.64/1584.60	c  1528s|840000 |  8168 |  2947k|   3.5 | 137M|1755 |  14 |5645 |  19k|5645 | 257 | 325k|1063k|8553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.43/1605.41	c  1548s|850000 |  8211 |  2988k|   3.5 | 137M|1755 |  21 |5645 |  16k|5645 | 240 | 329k|1078k|8590 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.04/1625.02	c  1567s|860000 |  8138 |  3026k|   3.5 | 137M|1755 |   - |5645 |  16k|   0 |   0 | 333k|1092k|8625 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.44/1645.43	c  1587s|870000 |  7846 |  3064k|   3.5 | 133M|1755 |   - |5645 |  12k|   0 |   0 | 337k|1107k|9096 | 0.000000e+00 | 1.000000e+00 |    Inf 
1664.35/1664.37	c  1605s|880000 |  7794 |  3102k|   3.5 | 134M|1755 |   - |5645 |  13k|   0 |   0 | 343k|1121k|9198 | 0.000000e+00 | 1.000000e+00 |    Inf 
1682.44/1682.49	c  1622s|890000 |  7777 |  3138k|   3.5 | 134M|1755 |   - |5645 |  14k|   0 |   0 | 346k|1135k|9232 | 0.000000e+00 | 1.000000e+00 |    Inf 
1701.74/1701.77	c  1641s|900000 |  7797 |  3175k|   3.5 | 135M|1755 |   - |5645 |  16k|   0 |   0 | 349k|1148k|9240 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.14/1721.18	c  1660s|910000 |  7735 |  3215k|   3.5 | 134M|1755 |   1 |5645 |  14k|5645 | 247 | 353k|1163k|9252 | 0.000000e+00 | 1.000000e+00 |    Inf 
1740.64/1740.62	c  1678s|920000 |  7864 |  3252k|   3.5 | 137M|1755 |  13 |5645 |  18k|5645 | 262 | 357k|1177k|9263 | 0.000000e+00 | 1.000000e+00 |    Inf 
1760.04/1760.06	c  1697s|930000 |  7870 |  3290k|   3.5 | 137M|1755 |   - |5645 |  17k|   0 |   0 | 361k|1192k|9271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1779.54/1779.58	c  1716s|940000 |  7832 |  3330k|   3.5 | 137M|1755 |   - |5645 |  16k|   0 |   0 | 367k|1206k|9301 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.55/1799.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1799.55/1799.54	c  1735s|950000 |  7772 |  3369k|   3.5 | 136M|1755 |  12 |5645 |  17k|5645 | 236 | 371k|1221k|9340 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1735.79
1800.04/1800.00	c Solving Nodes      : 950274
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (159 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.06	s SATISFIABLE
1800.04/1800.06	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1800.04/1800.06	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.04/1800.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1800.04/1800.06	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.06	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.06	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.06	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.04/1800.06	v -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 x54 
1800.04/1800.06	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.06	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.04/1800.06	v -x1 
1800.04/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.06	c Solving Time       :    1735.79
1800.04/1800.06	c Original Problem   :
1800.04/1800.06	c   Problem name     : HOME/instance-2692983-1277927119.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.06	c Presolved Problem  :
1800.04/1800.06	c   Problem name     : t_HOME/instance-2692983-1277927119.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5414 initial, 25774 maximal
1800.04/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.04/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.06	c   integral         :          0          0          0     602985          0         15        709          0          0     929810
1800.04/1800.06	c   indicator        :       2707          0    1008187     109675          0         60    1106746          0          0          0
1800.04/1800.06	c   linear           :       2707          6    4876582     136465          0     364353   20759393     371238          0          0
1800.04/1800.06	c   logicor          :          0+         0    1403493          0          0      76522    1734011          0          0          0
1800.04/1800.06	c   bounddisjunction :          0+         0       3753          0          0          0          0          0          0          0
1800.04/1800.06	c   countsols        :          0          0          0      97161          0          0          0          0          0          0
1800.04/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.06	c   integral         :      13.93       0.00       0.00      13.93       0.00
1800.04/1800.06	c   indicator        :      21.16       0.00       5.17      15.99       0.00
1800.04/1800.06	c   linear           :     230.03       0.00     221.42       8.61       0.00
1800.04/1800.06	c   logicor          :     215.22       0.00     215.22       0.00       0.00
1800.04/1800.06	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.06	c   vbounds          :       0.00          2          0          0
1800.04/1800.06	c   rootredcost      :       0.03         48          0       2707
1800.04/1800.06	c   pseudoobj        :     224.11    4879460       1651     629581
1800.04/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.06	c   propagation      :      24.57     442526     442419    2694928       33.7      19900       25.8          -
1800.04/1800.06	c   infeasible LP    :       3.80      11663      11663      88533       44.4        182       24.0          0
1800.04/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   pseudo solution  :       0.06         63         63        258       14.3        171        5.0          -
1800.04/1800.06	c   applied globally :          -          -          -    1222280       26.2          -          -          -
1800.04/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.06	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.06	c   redcost          :      43.73     604138          0     375631          0          0
1800.04/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.06	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.06	c   cmir             :       0.02          4          0          0          1          0
1800.04/1800.06	c   flowcover        :       0.03          4          0          0          2          0
1800.04/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.06	c Pricers            :       Time      Calls       Vars
1800.04/1800.06	c   problem variables:       0.00          0          0
1800.04/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.06	c   relpscost        :      13.89     465487         15        709          0          0     929810
1800.04/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   inference        :      16.80      97113          0          0          0          0     194226
1800.04/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.06	c   LP solutions     :       0.19          -         48
1800.04/1800.06	c   pseudo solutions :       0.00          -          0
1800.04/1800.06	c   feaspump         :       0.00          0          0
1800.04/1800.06	c   intshifting      :       0.02          4          0
1800.04/1800.06	c   oneopt           :       0.23         45          0
1800.04/1800.06	c   guideddiving     :       0.07         63          0
1800.04/1800.06	c   pscostdiving     :       0.20        146          0
1800.04/1800.06	c   fracdiving       :       0.17        146          0
1800.04/1800.06	c   veclendiving     :       0.24        146          0
1800.04/1800.06	c   linesearchdiving :       0.26        146          0
1800.04/1800.06	c   coefdiving       :       0.19        147          0
1800.04/1800.06	c   crossover        :       1.48         54          3
1800.04/1800.06	c   rootsoldiving    :       0.20        144          0
1800.04/1800.06	c   objpscostdiving  :       0.24        144          0
1800.04/1800.06	c   trivial          :       0.09          2          2
1800.04/1800.06	c   simplerounding   :       0.44     465654          0
1800.04/1800.06	c   zirounding       :       0.54       1000          0
1800.04/1800.06	c   rounding         :       1.66       9655          0
1800.04/1800.06	c   shifting         :       0.98       3019          0
1800.04/1800.06	c   twoopt           :       0.00          0          0
1800.04/1800.06	c   fixandinfer      :       0.00          0          0
1800.04/1800.06	c   intdiving        :       0.00          0          0
1800.04/1800.06	c   actconsdiving    :       0.00          0          0
1800.04/1800.06	c   octane           :       0.00          0          0
1800.04/1800.06	c   rens             :       0.03          1          0
1800.04/1800.06	c   rins             :       0.00          0          0
1800.04/1800.06	c   localbranching   :       0.00          0          0
1800.04/1800.06	c   mutation         :       0.00          0          0
1800.04/1800.06	c   dins             :       0.00          0          0
1800.04/1800.06	c   undercover       :       0.00          0          0
1800.04/1800.06	c   nlp              :       0.00          0          0
1800.04/1800.06	c   trysol           :       1.48       4385        106
1800.04/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.06	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.06	c   dual LP          :     472.64     519134    3368928       6.49    7127.89
1800.04/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.06	c   diving/probing LP:       0.13         89       1632      18.34   12553.85
1800.04/1800.06	c   strong branching :      11.21       9340     101825      10.90    9083.41
1800.04/1800.06	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.06	c B&B Tree           :
1800.04/1800.06	c   number of runs   :          1
1800.04/1800.06	c   nodes            :     950274
1800.04/1800.06	c   nodes (total)    :     950274
1800.04/1800.06	c   nodes left       :       7747
1800.04/1800.06	c   max depth        :       1755
1800.04/1800.06	c   max depth (total):       1755
1800.04/1800.06	c   backtracks       :      74720 (7.9%)
1800.04/1800.06	c   delayed cutoffs  :      69320
1800.04/1800.06	c   repropagations   :    2570232 (3929676 domain reductions, 66057 cutoffs)
1800.04/1800.06	c   avg switch length:       6.85
1800.04/1800.06	c   switching time   :     241.61
1800.04/1800.06	c Solution           :
1800.04/1800.06	c   Solutions found  :        159 (49 improvements)
1800.04/1800.06	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 263501 nodes, 436.64 seconds, depth 42, found by <relaxation>)
1800.04/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.06	c   Gap              :   infinite
1800.04/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.06	c   Root Iterations  :        183
1800.24/1800.23	c Time complete: 1800.28.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692983-1277927119/watcher-2692983-1277927119 -o /tmp/evaluation-result-2692983-1277927119/solver-2692983-1277927119 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692983-1277927119.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.23 2.10 2.03 4/178 27713
/proc/meminfo: memFree=30693620/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=11308 CPUtime=0
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1751 0 0 0 0 0 0 0 20 0 1 0 168315627 11579392 1671 4089446400 4194304 9819077 140734395238640 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27713/statm: 2827 1678 392 1374 0 1448 0

[startup+0.015554 s]
/proc/loadavg: 2.23 2.10 2.03 4/178 27713
/proc/meminfo: memFree=30693620/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=14000 CPUtime=0.01
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2442 0 0 0 1 0 0 0 20 0 1 0 168315627 14336000 2362 4089446400 4194304 9819077 140734395238640 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27713/statm: 3500 2362 392 1374 0 2121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14000

[startup+0.100541 s]
/proc/loadavg: 2.23 2.10 2.03 4/178 27713
/proc/meminfo: memFree=30693620/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=36404 CPUtime=0.09
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 8123 0 0 0 9 0 0 0 20 0 1 0 168315627 37277696 7689 4089446400 4194304 9819077 140734395238640 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300504 s]
/proc/loadavg: 2.23 2.10 2.03 4/178 27713
/proc/meminfo: memFree=30693620/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=53516 CPUtime=0.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 12810 0 0 0 27 2 0 0 20 0 1 0 168315627 54800384 11777 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 13379 11777 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700439 s]
/proc/loadavg: 2.23 2.10 2.03 4/178 27713
/proc/meminfo: memFree=30693620/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=45720 CPUtime=0.69
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 27981 0 0 0 64 5 0 0 21 0 1 0 168315627 46817280 9943 4089446400 4194304 9819077 140734395238640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 11473 9944 698 1374 0 10094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45720

[startup+1.50029 s]
/proc/loadavg: 2.21 2.10 2.03 3/179 27714
/proc/meminfo: memFree=30653808/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=50544 CPUtime=1.49
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 37185 0 0 0 142 7 0 0 23 0 1 0 168315627 51757056 10940 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 12636 10940 700 1374 0 11257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50544

[startup+3.10099 s]
/proc/loadavg: 2.21 2.10 2.03 3/179 27714
/proc/meminfo: memFree=30648228/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=51472 CPUtime=3.09
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 47323 0 0 0 297 12 0 0 25 0 1 0 168315627 52707328 11274 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 12868 11274 700 1374 0 11489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51472

[startup+6.30041 s]
/proc/loadavg: 2.21 2.10 2.03 3/179 27714
/proc/meminfo: memFree=30637308/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=56624 CPUtime=6.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 56312 0 0 0 608 21 0 0 25 0 1 0 168315627 57982976 12637 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 14156 12637 700 1374 0 12777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56624

[startup+12.7002 s]
/proc/loadavg: 2.17 2.09 2.03 3/179 27714
/proc/meminfo: memFree=30611636/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=68576 CPUtime=12.69
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 67481 0 0 0 1232 37 0 0 25 0 1 0 168315627 70221824 15841 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 17144 15841 700 1374 0 15765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68576

[startup+25.5009 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 27714
/proc/meminfo: memFree=30560024/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=88784 CPUtime=25.49
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 80370 0 0 0 2480 69 0 0 25 0 1 0 168315627 90914816 20597 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 22196 20597 700 1374 0 20817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88784

[startup+51.1002 s]
/proc/loadavg: 2.10 2.08 2.03 3/179 27715
/proc/meminfo: memFree=30482936/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=129600 CPUtime=51.09
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 112210 0 0 0 4968 141 0 0 25 0 1 0 168315627 132710400 30840 4089446400 4194304 9819077 140734395238640 18446744073709551615 6003449 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27713/statm: 32400 30840 700 1374 0 31021 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129600

[startup+102.307 s]
/proc/loadavg: 2.04 2.07 2.02 3/179 27717
/proc/meminfo: memFree=30356672/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=202532 CPUtime=102.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 151551 0 0 0 9967 262 0 0 25 0 1 0 168315627 207392768 48807 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 50633 48807 705 1374 0 49254 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 202532

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.02 3/179 27718
/proc/meminfo: memFree=30252088/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=256892 CPUtime=162.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 438116 0 0 0 15785 444 0 0 25 0 1 0 168315627 263057408 62088 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64223 62088 725 1374 0 62844 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 256892

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 27720
/proc/meminfo: memFree=30199228/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=270196 CPUtime=222.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 678676 0 0 0 21514 715 0 0 25 0 1 0 168315627 276680704 65334 4089446400 4194304 9819077 140734395238640 18446744073709551615 6590534 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 67549 65334 725 1374 0 66170 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 270196

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.01 3/179 27722
/proc/meminfo: memFree=30146732/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=275220 CPUtime=282.3
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 871250 0 0 0 27249 981 0 0 25 0 1 0 168315627 281825280 66634 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 68805 66634 740 1374 0 67426 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 275220

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.01 3/179 27723
/proc/meminfo: memFree=30055676/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=281508 CPUtime=342.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 973345 0 0 0 33016 1213 0 0 25 0 1 0 168315627 288264192 68292 4089446400 4194304 9819077 140734395238640 18446744073709551615 6364953 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 70377 68292 740 1374 0 68998 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 281508

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 27725
/proc/meminfo: memFree=29958156/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=289872 CPUtime=402.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1108046 0 0 0 38790 1439 0 0 25 0 1 0 168315627 296828928 70183 4089446400 4194304 9819077 140734395238640 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 72468 70183 740 1374 0 71089 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 289872

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 27726
/proc/meminfo: memFree=29888424/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=291756 CPUtime=462.3
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1263610 0 0 0 44557 1673 0 0 25 0 1 0 168315627 298758144 70727 4089446400 4194304 9819077 140734395238640 18446744073709551615 4210705 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 72939 70727 740 1374 0 71560 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 291756

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 27728
/proc/meminfo: memFree=29811128/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=294332 CPUtime=522.3
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1392469 0 0 0 50341 1889 0 0 25 0 1 0 168315627 301395968 71240 4089446400 4194304 9819077 140734395238640 18446744073709551615 4923493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 73583 71240 740 1374 0 72204 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 294332

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 27730
/proc/meminfo: memFree=29737288/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=295700 CPUtime=582.3
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1526285 0 0 0 56126 2104 0 0 25 0 1 0 168315627 302796800 71550 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 73925 71550 740 1374 0 72546 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 295700

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 27731
/proc/meminfo: memFree=29649428/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=295464 CPUtime=642.31
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 1663999 0 0 0 61910 2321 0 0 25 0 1 0 168315627 302555136 71515 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 73866 71515 740 1374 0 72487 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 295464

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27738
/proc/meminfo: memFree=29295836/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=303184 CPUtime=882.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2251448 0 0 0 85019 3213 0 0 25 0 1 0 168315627 310460416 73389 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 75796 73389 740 1374 0 74417 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 303184

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27739
/proc/meminfo: memFree=29222116/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=304484 CPUtime=942.31
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2371210 0 0 0 90805 3426 0 0 25 0 1 0 168315627 311791616 73775 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 76121 73775 740 1374 0 74742 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 304484

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 27750
/proc/meminfo: memFree=29141464/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=308200 CPUtime=1002.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2490274 0 0 0 96592 3640 0 0 25 0 1 0 168315627 315596800 74688 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 77050 74688 740 1374 0 75671 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 308200

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 27751
/proc/meminfo: memFree=29054124/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=313960 CPUtime=1062.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2619043 0 0 0 102373 3859 0 0 25 0 1 0 168315627 321495040 76055 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 78490 76055 740 1374 0 77111 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 313960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27753
/proc/meminfo: memFree=28977816/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=321052 CPUtime=1122.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2745900 0 0 0 108154 4078 0 0 25 0 1 0 168315627 328757248 77726 4089446400 4194304 9819077 140734395238640 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 80263 77726 740 1374 0 78884 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 321052

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27755
/proc/meminfo: memFree=28901884/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=326588 CPUtime=1182.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2869716 0 0 0 113945 4287 0 0 25 0 1 0 168315627 334426112 79069 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 81647 79069 740 1374 0 80268 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 326588

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27756
/proc/meminfo: memFree=28798796/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=331304 CPUtime=1242.32
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 2982071 0 0 0 119741 4491 0 0 25 0 1 0 168315627 339255296 80347 4089446400 4194304 9819077 140734395238640 18446744073709551615 7816368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 82826 80347 740 1374 0 81447 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 331304

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27758
/proc/meminfo: memFree=28733652/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=333292 CPUtime=1302.33
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3084946 0 0 0 125545 4688 0 0 25 0 1 0 168315627 341291008 80848 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 83323 80848 740 1374 0 81944 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 333292

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 27759
/proc/meminfo: memFree=28664048/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=335032 CPUtime=1362.33
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3211070 0 0 0 131337 4896 0 0 25 0 1 0 168315627 343072768 81280 4089446400 4194304 9819077 140734395238640 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 83758 81280 740 1374 0 82379 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 335032

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 27810
/proc/meminfo: memFree=31067528/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=339780 CPUtime=1422.33
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3325476 0 0 0 137135 5098 0 0 25 0 1 0 168315627 347934720 82542 4089446400 4194304 9819077 140734395238640 18446744073709551615 6590521 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 84945 82542 740 1374 0 83566 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 339780

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 27812
/proc/meminfo: memFree=30952160/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=346456 CPUtime=1482.33
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3435834 0 0 0 142931 5302 0 0 25 0 1 0 168315627 354770944 84175 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 86614 84175 740 1374 0 85235 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 346456

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 27813
/proc/meminfo: memFree=30809608/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=350556 CPUtime=1542.33
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3542541 0 0 0 148726 5507 0 0 25 0 1 0 168315627 358969344 85150 4089446400 4194304 9819077 140734395238640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 87639 85150 740 1374 0 86260 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 350556

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27815
/proc/meminfo: memFree=30693992/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=351996 CPUtime=1602.34
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3641861 0 0 0 154527 5707 0 0 25 0 1 0 168315627 360443904 85536 4089446400 4194304 9819077 140734395238640 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 87999 85536 740 1374 0 86620 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 351996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27816
/proc/meminfo: memFree=30586648/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=353120 CPUtime=1662.34
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3752012 0 0 0 160301 5933 0 0 25 0 1 0 168315627 361594880 85815 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 88280 85815 740 1374 0 86901 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 353120

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 27821
/proc/meminfo: memFree=30480672/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=352536 CPUtime=1722.34
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3854264 0 0 0 166088 6146 0 0 25 0 1 0 168315627 360996864 85599 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 88134 85599 740 1374 0 86755 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 352536

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27823
/proc/meminfo: memFree=30410784/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=352728 CPUtime=1782.34
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3949183 0 0 0 171875 6359 0 0 25 0 1 0 168315627 361193472 85662 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 88182 85662 740 1374 0 86803 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 352728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 27823
/proc/meminfo: memFree=30395632/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=352708 CPUtime=1800.04
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3977691 0 0 0 173582 6422 0 0 25 0 1 0 168315627 361172992 85663 4089446400 4194304 9819077 140734395238640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27713/statm: 88177 85663 740 1374 0 86798 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 352708

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.01 2.01 2.00 3/179 27823
/proc/meminfo: memFree=30395632/32951124 swapFree=67111528/67111528
[pid=27713] ppid=27711 vsize=268104 CPUtime=1800.24
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27193 0 -1 4202496 3977698 0 0 0 173601 6423 0 0 25 0 1 0 168315627 274538496 64514 4089446400 4194304 9819077 140734395238640 18446744073709551615 4997918 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27713/statm: 67026 64514 741 1374 0 65647 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 268104

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.28
CPU user time (s): 1736.04
CPU system time (s): 64.2432
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 354328

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

runsolver used 3.10553 second user time and 6.72798 second system time

The end

Launcher Data

Begin job on node110 at 2010-06-30 21:45:19
IDJOB=2692983
IDBENCH=79276
IDSOLVER=1205
FILE ID=node110/2692983-1277927119
PBS_JOBID= 11197349
Free space on /tmp= 74208 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.1900576927--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-2692983-1277927119/watcher-2692983-1277927119 -o /tmp/evaluation-result-2692983-1277927119/solver-2692983-1277927119 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692983-1277927119.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=1549815377

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30693652 kB
Buffers:        211376 kB
Cached:        1000780 kB
SwapCached:          0 kB
Active:        1462436 kB
Inactive:       648768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30693652 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:      898304 kB
Mapped:          16064 kB
Slab:            79828 kB
PageTables:       7224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1071108 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= 74200 MiB
End job on node110 at 2010-06-30 22:15:21