Trace number 2692995

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.17 1800.17

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546417--soft-0-100-0.wbo
MD5SUM0e9942c7ddaaf04ff12871ed1ee37357
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 benchmark133.058
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2692995-1277927778.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 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
13.59/13.65	c  13.2s| 10000 | 10001 |  2891 |   0.3 |  43M|2567 |   0 |5645 |5414 |5645 | 225 |1060 |   0 | 626 | 0.000000e+00 | 1.379450e+05 |    Inf 
26.09/26.14	c  25.3s| 20000 | 20001 |  4090 |   0.2 |  63M|2567 |   0 |5645 |5414 |5645 | 249 |1444 |   0 | 675 | 0.000000e+00 | 1.379450e+05 |    Inf 
26.99/27.02	o 443
26.99/27.02	c *26.2s| 20851 | 15093 |  4154 |   0.2 |  54M|2567 |   - |5645 |5414 |5645 | 226 |1462 |   0 | 677 | 0.000000e+00 | 4.430000e+02 |    Inf 
29.69/29.71	o 428
29.69/29.71	c *28.8s| 22440 | 15815 |  5446 |   0.2 |  58M|2567 |   - |5645 |5482 |5645 | 240 |1783 |  68 | 744 | 0.000000e+00 | 4.280000e+02 |    Inf 
30.19/30.24	o 416
30.19/30.24	c *29.3s| 22729 | 15514 |  5645 |   0.2 |  58M|2567 |   - |5645 |5497 |5645 | 266 |1837 |  83 | 749 | 0.000000e+00 | 4.160000e+02 |    Inf 
30.19/30.25	o 400
30.19/30.25	c *29.3s| 22730 | 14870 |  5647 |   0.2 |  57M|2567 |   - |5645 |5497 |5645 | 266 |1837 |  83 | 749 | 0.000000e+00 | 4.000000e+02 |    Inf 
34.09/34.13	o 390
34.09/34.13	c *33.1s| 24637 | 16191 |  8234 |   0.3 |  62M|2567 |   - |5645 |5931 |5645 | 229 |2584 | 517 | 807 | 0.000000e+00 | 3.900000e+02 |    Inf 
37.40/37.41	o 387
37.40/37.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.40/37.41	c *36.3s| 26076 | 17092 | 10195 |   0.4 |  66M|2567 |   - |5645 |7174 |5645 | 270 |3155 |1760 | 856 | 0.000000e+00 | 3.870000e+02 |    Inf 
37.40/37.43	o 375
37.40/37.43	c *36.3s| 26089 | 16353 | 10210 |   0.4 |  64M|2567 |   - |5645 |7174 |5645 | 271 |3156 |1760 | 856 | 0.000000e+00 | 3.750000e+02 |    Inf 
37.89/37.90	o 360
37.89/37.90	c *36.8s| 26275 | 15724 | 10703 |   0.4 |  63M|2567 |   - |5645 |7271 |5645 | 237 |3237 |1857 | 862 | 0.000000e+00 | 3.600000e+02 |    Inf 
37.99/38.06	o 354
37.99/38.06	c *36.9s| 26367 | 15491 | 10735 |   0.4 |  62M|2567 |   - |5645 |7291 |5645 | 213 |3239 |1877 | 862 | 0.000000e+00 | 3.540000e+02 |    Inf 
41.79/41.90	o 350
41.79/41.90	c *40.6s| 27942 | 16627 | 13523 |   0.5 |  67M|2567 |   - |5645 |8197 |5645 | 216 |4010 |2783 | 933 | 0.000000e+00 | 3.500000e+02 |    Inf 
41.89/41.91	o 349
41.89/41.91	c *40.7s| 27945 | 16596 | 13523 |   0.5 |  67M|2567 |   - |5645 |8197 |5645 | 216 |4010 |2783 | 933 | 0.000000e+00 | 3.490000e+02 |    Inf 
41.89/41.92	o 345
41.89/41.92	c *40.7s| 27946 | 16429 | 13523 |   0.5 |  67M|2567 |   - |5645 |8197 |5645 | 216 |4010 |2783 | 933 | 0.000000e+00 | 3.450000e+02 |    Inf 
41.99/42.08	o 335
41.99/42.08	c *40.8s| 28005 | 16118 | 13731 |   0.5 |  66M|2567 |   - |5645 |8202 |5645 | 224 |4063 |2788 | 933 | 0.000000e+00 | 3.350000e+02 |    Inf 
41.99/42.08	o 334
41.99/42.08	c *40.8s| 28006 | 16095 | 13731 |   0.5 |  66M|2567 |   - |5645 |8202 |5645 | 224 |4063 |2788 | 933 | 0.000000e+00 | 3.340000e+02 |    Inf 
42.19/42.29	o 315
42.19/42.29	c *41.0s| 28081 | 15507 | 13967 |   0.5 |  64M|2567 |   - |5645 |8207 |5645 | 261 |4153 |2793 | 944 | 0.000000e+00 | 3.150000e+02 |    Inf 
45.19/45.26	o 313
45.19/45.26	c *43.9s| 29110 | 16148 | 16635 |   0.6 |  68M|2567 |   - |5645 |8899 |5645 | 237 |4932 |3522 | 993 | 0.000000e+00 | 3.130000e+02 |    Inf 
45.49/45.55	o 312
45.49/45.55	c *44.2s| 29206 | 16164 | 16914 |   0.6 |  68M|2567 |   - |5645 |8994 |5645 | 235 |4971 |3629 | 995 | 0.000000e+00 | 3.120000e+02 |    Inf 
45.49/45.56	o 309
45.49/45.56	c *44.2s| 29207 | 16033 | 16914 |   0.6 |  68M|2567 |   - |5645 |8994 |5645 | 235 |4971 |3629 | 995 | 0.000000e+00 | 3.090000e+02 |    Inf 
45.69/45.78	o 284
45.69/45.78	c *44.4s| 29297 | 14637 | 17062 |   0.6 |  65M|2567 |   - |5645 |8990 |5645 | 228 |4992 |3634 | 996 | 0.000000e+00 | 2.840000e+02 |    Inf 
45.69/45.79	o 266
45.69/45.79	c *44.4s| 29298 | 13340 | 17062 |   0.6 |  61M|2567 |   - |5645 |8990 |5645 | 228 |4992 |3634 | 996 | 0.000000e+00 | 2.660000e+02 |    Inf 
45.79/45.88	o 263
45.79/45.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.79/45.88	c *44.5s| 29318 | 13145 | 17233 |   0.6 |  61M|2567 |   - |5645 |8990 |5645 | 221 |4998 |3636 | 996 | 0.000000e+00 | 2.630000e+02 |    Inf 
45.89/45.97	o 254
45.89/45.97	c *44.6s| 29332 | 12561 | 17452 |   0.6 |  60M|2567 |   - |5645 |8985 |5645 | 238 |5020 |3637 | 998 | 0.000000e+00 | 2.540000e+02 |    Inf 
46.39/46.43	o 253
46.39/46.43	c *45.0s| 29476 | 12613 | 17857 |   0.6 |  61M|2567 |   - |5645 |9027 |5645 | 231 |5114 |3715 |1009 | 0.000000e+00 | 2.530000e+02 |    Inf 
46.39/46.43	o 252
46.39/46.43	c *45.0s| 29477 | 12552 | 17857 |   0.6 |  60M|2567 |   - |5645 |9027 |5645 | 231 |5114 |3715 |1009 | 0.000000e+00 | 2.520000e+02 |    Inf 
47.49/47.54	c  46.1s| 30000 | 12947 | 18435 |   0.6 |  62M|2567 |   0 |5645 |8985 |5645 | 216 |5214 |3868 |1012 | 0.000000e+00 | 2.520000e+02 |    Inf 
51.50/51.50	o 248
51.50/51.50	c *50.0s| 31082 | 13317 | 24187 |   0.8 |  66M|2567 |   - |5645 |8947 |5645 | 193 |6701 |4603 |1167 | 0.000000e+00 | 2.480000e+02 |    Inf 
53.29/53.32	o 246
53.29/53.32	c *51.7s| 31714 | 13631 | 25947 |   0.8 |  67M|2567 |   - |5645 |9108 |5645 | 228 |7157 |5024 |1179 | 0.000000e+00 | 2.460000e+02 |    Inf 
53.90/53.93	o 238
53.90/53.93	c *52.3s| 31949 | 13041 | 26474 |   0.8 |  66M|2567 |   - |5645 |9114 |5645 | 244 |7298 |5147 |1181 | 0.000000e+00 | 2.380000e+02 |    Inf 
53.90/53.93	o 237
53.90/53.93	c *52.3s| 31950 | 12909 | 26474 |   0.8 |  66M|2567 |   - |5645 |9114 |5645 | 244 |7298 |5147 |1181 | 0.000000e+00 | 2.370000e+02 |    Inf 
54.89/55.00	o 235
54.89/55.00	c *53.4s| 32300 | 12952 | 27478 |   0.8 |  67M|2567 |   - |5645 |9105 |5645 | 207 |7545 |5333 |1209 | 0.000000e+00 | 2.350000e+02 |    Inf 
59.09/59.16	o 190
59.09/59.16	c *57.4s| 33804 |  9857 | 32834 |   1.0 |  60M|2567 |   - |5645 |8709 |5645 | 211 |9044 |6294 |1298 | 0.000000e+00 | 1.900000e+02 |    Inf 
59.69/59.70	o 184
59.69/59.70	c *57.9s| 34014 |  9541 | 33191 |   1.0 |  57M|2567 |   - |5645 |8402 |5645 | 201 |9137 |6416 |1302 | 0.000000e+00 | 1.840000e+02 |    Inf 
59.69/59.71	o 182
59.69/59.71	c *58.0s| 34015 |  9455 | 33208 |   1.0 |  57M|2567 |   - |5645 |8400 |5645 | 210 |9146 |6416 |1302 | 0.000000e+00 | 1.820000e+02 |    Inf 
59.89/59.96	o 170
59.89/59.96	c *58.2s| 34096 |  8843 | 33559 |   1.0 |  54M|2567 |   - |5645 |8378 |5645 | 241 |9243 |6436 |1303 | 0.000000e+00 | 1.700000e+02 |    Inf 
59.89/59.96	o 166
59.89/59.96	c *58.2s| 34097 |  8669 | 33559 |   1.0 |  54M|2567 |   - |5645 |8378 |5645 | 241 |9243 |6436 |1303 | 0.000000e+00 | 1.660000e+02 |    Inf 
61.89/61.93	o 163
61.89/61.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.89/61.93	c *60.1s| 34618 |  8741 | 36076 |   1.0 |  56M|2567 |   - |5645 |8037 |5645 | 293 |9979 |7094 |1334 | 0.000000e+00 | 1.630000e+02 |    Inf 
61.89/61.93	o 161
61.89/61.93	c *60.1s| 34619 |  8615 | 36078 |   1.0 |  56M|2567 |   - |5645 |8037 |5645 | 293 |9979 |7094 |1334 | 0.000000e+00 | 1.610000e+02 |    Inf 
62.29/62.36	o 131
62.29/62.36	c *60.5s| 34862 |  7158 | 36439 |   1.0 |  50M|2567 |   - |5645 |7944 |5645 | 265 |  10k|7104 |1346 | 0.000000e+00 | 1.310000e+02 |    Inf 
63.10/63.15	o 129
63.10/63.15	c *61.3s| 35001 |  7131 | 37985 |   1.1 |  51M|2567 |   - |5645 |7601 |5645 | 221 |  10k|7241 |1363 | 0.000000e+00 | 1.290000e+02 |    Inf 
64.69/64.71	o 128
64.69/64.71	c *62.8s| 35412 |  7342 | 39929 |   1.1 |  54M|2567 |   - |5645 |7418 |5645 | 195 |  11k|7605 |1414 | 0.000000e+00 | 1.280000e+02 |    Inf 
64.69/64.76	o 115
64.69/64.76	c *62.8s| 35439 |  7004 | 39945 |   1.1 |  52M|2567 |   - |5645 |7430 |5645 | 195 |  11k|7617 |1414 | 0.000000e+00 | 1.150000e+02 |    Inf 
65.19/65.28	o 99
65.19/65.28	c *63.4s| 35631 |  6342 | 41017 |   1.1 |  51M|2567 |   - |5645 |7387 |5645 | 226 |  11k|7730 |1421 | 0.000000e+00 | 9.900000e+01 |    Inf 
65.49/65.55	o 86
65.49/65.55	c *63.6s| 35718 |  5459 | 41362 |   1.2 |  47M|2567 |   - |5645 |7306 |5645 | 240 |  11k|7781 |1429 | 0.000000e+00 | 8.600000e+01 |    Inf 
68.30/68.38	o 84
68.30/68.38	c *66.3s| 36423 |  5448 | 45225 |   1.2 |  48M|2567 |   - |5645 |6664 |5645 | 203 |  12k|8332 |1450 | 0.000000e+00 | 8.400000e+01 |    Inf 
80.40/80.44	c  78.1s| 40000 |  7230 | 59572 |   1.5 |  60M|2567 |   0 |5645 |6915 |5645 | 277 |  16k|  11k|1559 | 0.000000e+00 | 8.400000e+01 |    Inf 
93.09/93.12	o 82
93.09/93.12	c *90.5s| 43664 |  8693 | 75348 |   1.7 |  73M|2567 |   - |5645 |7079 |5645 | 242 |  21k|  14k|1583 | 0.000000e+00 | 8.200000e+01 |    Inf 
93.89/93.91	o 77
93.89/93.91	c *91.2s| 43919 |  8173 | 75978 |   1.7 |  71M|2567 |   - |5645 |6810 |5645 | 234 |  21k|  14k|1590 | 0.000000e+00 | 7.700000e+01 |    Inf 
102.40/102.46	o 73
102.40/102.46	c *99.5s| 46275 |  8303 | 86243 |   1.9 |  79M|2567 |   - |5645 |7068 |5645 | 252 |  23k|  17k|1668 | 0.000000e+00 | 7.300000e+01 |    Inf 
102.99/103.09	o 69
102.99/103.09	c * 100s| 46461 |  7989 | 86962 |   1.9 |  78M|2567 |   - |5645 |6897 |5645 | 242 |  24k|  17k|1681 | 0.000000e+00 | 6.900000e+01 |    Inf 
103.30/103.32	o 37
103.30/103.32	c * 100s| 46630 |  5007 | 86982 |   1.9 |  62M|2567 |   - |5645 |6739 |5645 | 248 |  24k|  17k|1681 | 0.000000e+00 | 3.700000e+01 |    Inf 
111.79/111.83	o 30
111.79/111.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.79/111.83	c * 108s| 49991 |  4713 | 99570 |   2.0 |  63M|2567 |   - |5645 |7524 |5645 | 214 |  26k|  21k|1812 | 0.000000e+00 | 3.000000e+01 |    Inf 
111.79/111.87	c   109s| 50000 |  4719 | 99612 |   2.0 |  63M|2567 |   0 |5645 |7238 |5645 | 213 |  26k|  21k|1813 | 0.000000e+00 | 3.000000e+01 |    Inf 
119.69/119.70	o 26
119.69/119.70	c * 116s| 53492 |  4590 |111763 |   2.1 |  64M|2567 |   - |5645 |6772 |5645 | 246 |  29k|  26k|1927 | 0.000000e+00 | 2.600000e+01 |    Inf 
119.69/119.71	o 23
119.69/119.71	c * 116s| 53493 |  4405 |111763 |   2.1 |  63M|2567 |   - |5645 |6772 |5645 | 246 |  29k|  26k|1927 | 0.000000e+00 | 2.300000e+01 |    Inf 
121.10/121.16	o 22
121.10/121.16	c * 117s| 54130 |  4358 |113710 |   2.1 |  62M|2567 |   - |5645 |6012 |5645 | 255 |  29k|  27k|1949 | 0.000000e+00 | 2.200000e+01 |    Inf 
121.10/121.18	o 19
121.10/121.18	c * 117s| 54133 |  4172 |113737 |   2.1 |  61M|2567 |   - |5645 |5938 |5645 | 256 |  29k|  27k|1949 | 0.000000e+00 | 1.900000e+01 |    Inf 
122.10/122.14	o 13
122.10/122.14	c * 118s| 54601 |  3709 |115141 |   2.1 |  57M|2567 |   - |5645 |6084 |5645 | 278 |  29k|  28k|1961 | 0.000000e+00 | 1.300000e+01 |    Inf 
122.29/122.39	o 11
122.29/122.39	c * 119s| 54732 |  3592 |115509 |   2.1 |  56M|2567 |   - |5645 |5890 |5645 | 253 |  29k|  28k|1961 | 0.000000e+00 | 1.100000e+01 |    Inf 
126.39/126.49	o 6
126.39/126.49	c * 122s| 57016 |  3152 |123092 |   2.2 |  54M|2567 |   - |5645 |6509 |5645 | 198 |  31k|  31k|2059 | 0.000000e+00 | 6.000000e+00 |    Inf 
131.49/131.56	c   127s| 60000 |  3103 |132169 |   2.2 |  54M|2567 |   1 |5645 |6434 |5645 | 176 |  32k|  35k|2142 | 0.000000e+00 | 6.000000e+00 |    Inf 
132.20/132.24	o 5
132.20/132.24	c * 128s| 60424 |  2891 |133525 |   2.2 |  53M|2567 |   - |5645 |6546 |5645 | 227 |  32k|  35k|2148 | 0.000000e+00 | 5.000000e+00 |    Inf 
148.29/148.30	c   143s| 70000 |  2819 |166037 |   2.4 |  54M|2567 |   1 |5645 |7330 |5645 | 215 |  37k|  48k|2370 | 0.000000e+00 | 5.000000e+00 |    Inf 
165.10/165.12	c   159s| 80000 |  2955 |197054 |   2.5 |  57M|2567 |   1 |5645 |  11k|5645 | 266 |  41k|  61k|2557 | 0.000000e+00 | 5.000000e+00 |    Inf 
180.90/180.90	o 4
180.90/180.90	c * 174s| 88593 |  3008 |228326 |   2.6 |  59M|2567 |   - |5645 |  12k|5645 | 254 |  46k|  72k|2749 | 0.000000e+00 | 4.000000e+00 |    Inf 
183.59/183.62	c   177s| 90000 |  3047 |233297 |   2.6 |  60M|2567 |   8 |5645 |  13k|5645 | 257 |  46k|  74k|2803 | 0.000000e+00 | 4.000000e+00 |    Inf 
202.50/202.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.50/202.57	c   195s|100000 |  3197 |272839 |   2.7 |  63M|2567 |  10 |5645 |  17k|5645 | 256 |  51k|  88k|2987 | 0.000000e+00 | 4.000000e+00 |    Inf 
222.69/222.80	c   215s|110000 |  3229 |310654 |   2.8 |  63M|2567 |   - |5645 |  14k|   0 |   0 |  55k| 102k|3154 | 0.000000e+00 | 4.000000e+00 |    Inf 
242.00/242.09	c   233s|120000 |  3255 |349145 |   2.9 |  65M|2567 |  14 |5645 |  15k|5645 | 287 |  59k| 115k|3307 | 0.000000e+00 | 4.000000e+00 |    Inf 
260.99/261.02	c   251s|130000 |  3285 |388675 |   3.0 |  65M|2567 |   4 |5645 |  11k|5645 | 220 |  65k| 129k|3546 | 0.000000e+00 | 4.000000e+00 |    Inf 
279.50/279.58	c   269s|140000 |  3400 |423666 |   3.0 |  67M|2567 |   9 |5645 |  13k|5645 | 274 |  69k| 143k|3717 | 0.000000e+00 | 4.000000e+00 |    Inf 
298.10/298.12	c   287s|150000 |  3425 |458765 |   3.1 |  68M|2567 |   - |5645 |  13k|   0 |   0 |  73k| 157k|3831 | 0.000000e+00 | 4.000000e+00 |    Inf 
316.90/316.93	c   305s|160000 |  3555 |497195 |   3.1 |  70M|2567 |   - |5645 |  14k|   0 |   0 |  77k| 171k|3957 | 0.000000e+00 | 4.000000e+00 |    Inf 
336.19/336.24	c   323s|170000 |  3582 |536943 |   3.2 |  71M|2567 |   - |5645 |  14k|   0 |   0 |  81k| 185k|4093 | 0.000000e+00 | 4.000000e+00 |    Inf 
355.79/355.80	c   342s|180000 |  3620 |576350 |   3.2 |  73M|2567 |   - |5645 |  17k|   0 |   0 |  85k| 199k|4209 | 0.000000e+00 | 4.000000e+00 |    Inf 
361.20/361.28	o 3
361.20/361.28	c * 347s|182781 |  3262 |588433 |   3.2 |  69M|2567 |   - |5645 |  18k|5645 | 270 |  86k| 203k|4234 | 0.000000e+00 | 3.000000e+00 |    Inf 
366.50/366.58	o 1
366.50/366.58	c * 352s|185488 |  3169 |598946 |   3.2 |  66M|2567 |   - |5645 |  16k|5645 | 257 |  87k| 206k|4268 | 0.000000e+00 | 1.000000e-00 |    Inf 
374.99/375.02	c   361s|190000 |  3089 |614249 |   3.2 |  64M|2567 |   - |5645 |  10k|   0 |   0 |  89k| 213k|4301 | 0.000000e+00 | 1.000000e-00 |    Inf 
392.70/392.79	c   378s|200000 |  2978 |649545 |   3.2 |  63M|2567 |   - |5645 |  11k|   0 |   0 |  93k| 226k|4600 | 0.000000e+00 | 1.000000e-00 |    Inf 
409.80/409.82	c   394s|210000 |  3020 |684967 |   3.3 |  64M|2567 |   1 |5645 |  12k|5645 | 226 |  97k| 239k|4896 | 0.000000e+00 | 1.000000e-00 |    Inf 
427.10/427.18	c   411s|220000 |  3153 |721644 |   3.3 |  67M|2567 |   1 |5645 |  15k|5645 | 242 | 100k| 253k|4935 | 0.000000e+00 | 1.000000e-00 |    Inf 
445.20/445.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.20/445.21	c   428s|230000 |  3179 |759195 |   3.3 |  67M|2567 |   - |5645 |  13k|   0 |   0 | 103k| 266k|5042 | 0.000000e+00 | 1.000000e-00 |    Inf 
463.40/463.46	c   445s|240000 |  3129 |801033 |   3.3 |  67M|2567 |   1 |5645 |  13k|5645 | 211 | 107k| 280k|5156 | 0.000000e+00 | 1.000000e-00 |    Inf 
481.50/481.59	c   463s|250000 |  3050 |838055 |   3.4 |  66M|2567 |   - |5645 |  13k|   0 |   0 | 110k| 293k|5316 | 0.000000e+00 | 1.000000e-00 |    Inf 
500.10/500.10	c   481s|260000 |  3159 |873963 |   3.4 |  68M|2567 |   - |5645 |  16k|   0 |   0 | 114k| 307k|5398 | 0.000000e+00 | 1.000000e-00 |    Inf 
519.10/519.19	c   499s|270000 |  3405 |908663 |   3.4 |  72M|2567 |   - |5645 |  22k|   0 |   0 | 116k| 321k|5455 | 0.000000e+00 | 1.000000e-00 |    Inf 
539.20/539.23	c   518s|280000 |  3428 |943296 |   3.4 |  73M|2567 |   9 |5645 |  21k|5645 | 235 | 120k| 336k|5553 | 0.000000e+00 | 1.000000e-00 |    Inf 
559.20/559.22	c   538s|290000 |  3390 |974962 |   3.4 |  72M|2567 |  10 |5645 |  18k|5645 | 220 | 122k| 350k|5627 | 0.000000e+00 | 1.000000e-00 |    Inf 
578.50/578.50	c   556s|300000 |  3243 |  1009k|   3.4 |  71M|2567 |   - |5645 |  17k|   0 |   0 | 125k| 364k|5683 | 0.000000e+00 | 1.000000e-00 |    Inf 
597.60/597.60	c   574s|310000 |  2993 |  1043k|   3.4 |  67M|2567 |   6 |5645 |  15k|5645 | 227 | 128k| 377k|5889 | 0.000000e+00 | 1.000000e-00 |    Inf 
617.00/617.04	c   593s|320000 |  3101 |  1083k|   3.4 |  69M|2567 |   - |5645 |  18k|   0 |   0 | 133k| 390k|5943 | 0.000000e+00 | 1.000000e-00 |    Inf 
636.10/636.12	c   611s|330000 |  3110 |  1115k|   3.4 |  69M|2567 |   - |5645 |  18k|   0 |   0 | 137k| 403k|6009 | 0.000000e+00 | 1.000000e-00 |    Inf 
655.71/655.71	c   630s|340000 |  3093 |  1148k|   3.4 |  70M|2567 |   - |5645 |  18k|   0 |   0 | 141k| 416k|6067 | 0.000000e+00 | 1.000000e-00 |    Inf 
675.70/675.79	c   650s|350000 |  2966 |  1185k|   3.4 |  67M|2567 |   - |5645 |  16k|   0 |   0 | 145k| 430k|6171 | 0.000000e+00 | 1.000000e-00 |    Inf 
695.50/695.52	c   669s|360000 |  3040 |  1215k|   3.4 |  70M|2567 |   - |5645 |  23k|   0 |   0 | 148k| 443k|6243 | 0.000000e+00 | 1.000000e-00 |    Inf 
715.51/715.58	c   688s|370000 |  2980 |  1246k|   3.4 |  68M|2567 |   9 |5645 |  18k|5645 | 223 | 153k| 457k|6334 | 0.000000e+00 | 1.000000e-00 |    Inf 
734.31/734.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.31/734.34	c   706s|380000 |  2891 |  1275k|   3.4 |  67M|2567 |   - |5645 |  17k|   0 |   0 | 157k| 471k|6405 | 0.000000e+00 | 1.000000e-00 |    Inf 
754.80/754.85	c   726s|390000 |  2841 |  1310k|   3.4 |  68M|2567 |   1 |5645 |  19k|5645 | 177 | 160k| 484k|6484 | 0.000000e+00 | 1.000000e-00 |    Inf 
776.10/776.10	c   746s|400000 |  2927 |  1346k|   3.4 |  70M|2567 |   - |5645 |  22k|   0 |   0 | 164k| 497k|6550 | 0.000000e+00 | 1.000000e-00 |    Inf 
798.80/798.80	c   768s|410000 |  3045 |  1384k|   3.4 |  71M|2567 |   1 |5645 |  23k|5645 | 231 | 167k| 510k|6608 | 0.000000e+00 | 1.000000e-00 |    Inf 
821.20/821.27	c   790s|420000 |  3163 |  1420k|   3.4 |  73M|2567 |   1 |5645 |  25k|5645 | 247 | 169k| 524k|6680 | 0.000000e+00 | 1.000000e-00 |    Inf 
843.41/843.49	c   811s|430000 |  3156 |  1455k|   3.4 |  74M|2567 |   5 |5645 |  25k|5645 | 247 | 171k| 538k|6748 | 0.000000e+00 | 1.000000e-00 |    Inf 
866.01/866.08	c   833s|440000 |  3209 |  1490k|   3.4 |  75M|2567 |   - |5645 |  26k|   0 |   0 | 174k| 552k|6811 | 0.000000e+00 | 1.000000e-00 |    Inf 
888.40/888.46	c   855s|450000 |  3176 |  1523k|   3.4 |  75M|2567 |   - |5645 |  26k|5645 | 255 | 176k| 566k|6870 | 0.000000e+00 | 1.000000e-00 |    Inf 
910.71/910.72	c   876s|460000 |  3012 |  1556k|   3.4 |  73M|2567 |   - |5645 |  25k|   0 |   0 | 178k| 579k|6925 | 0.000000e+00 | 1.000000e-00 |    Inf 
931.71/931.76	c   897s|470000 |  2895 |  1587k|   3.4 |  70M|2567 |   5 |5645 |  20k|5645 | 200 | 181k| 593k|7050 | 0.000000e+00 | 1.000000e-00 |    Inf 
951.91/951.96	c   916s|480000 |  2988 |  1621k|   3.4 |  71M|2567 |   1 |5645 |  21k|5645 | 182 | 188k| 607k|7102 | 0.000000e+00 | 1.000000e-00 |    Inf 
972.42/972.47	c   936s|490000 |  2997 |  1655k|   3.4 |  71M|2567 |   1 |5645 |  20k|5645 | 212 | 195k| 622k|7149 | 0.000000e+00 | 1.000000e-00 |    Inf 
994.11/994.11	c   957s|500000 |  3047 |  1694k|   3.4 |  73M|2567 |   - |5645 |  22k|   0 |   0 | 206k| 636k|7199 | 0.000000e+00 | 1.000000e-00 |    Inf 
1015.42/1015.40	c   977s|510000 |  3049 |  1729k|   3.4 |  74M|2567 |   - |5645 |  23k|   0 |   0 | 212k| 650k|7264 | 0.000000e+00 | 1.000000e-00 |    Inf 
1036.51/1036.56	c   998s|520000 |  3053 |  1764k|   3.4 |  74M|2567 |   1 |5645 |  23k|5645 | 186 | 218k| 664k|7330 | 0.000000e+00 | 1.000000e-00 |    Inf 
1058.61/1058.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.61/1058.62	c  1019s|530000 |  2842 |  1803k|   3.4 |  69M|2567 |   - |5645 |  18k|   0 |   0 | 223k| 677k|7575 | 0.000000e+00 | 1.000000e-00 |    Inf 
1079.32/1079.38	c  1039s|540000 |  2785 |  1840k|   3.4 |  69M|2567 |   1 |5645 |  21k|5645 | 236 | 227k| 691k|7630 | 0.000000e+00 | 1.000000e-00 |    Inf 
1100.22/1100.22	c  1059s|550000 |  2551 |  1872k|   3.4 |  65M|2567 |   5 |5645 |  18k|5645 | 186 | 231k| 704k|7665 | 0.000000e+00 | 1.000000e-00 |    Inf 
1120.92/1120.96	c  1079s|560000 |  2590 |  1912k|   3.4 |  65M|2567 |   1 |5645 |  18k|5645 | 233 | 235k| 717k|7731 | 0.000000e+00 | 1.000000e-00 |    Inf 
1141.61/1141.60	c  1099s|570000 |  2576 |  1947k|   3.4 |  66M|2567 |   - |5645 |  19k|   0 |   0 | 238k| 731k|7791 | 0.000000e+00 | 1.000000e-00 |    Inf 
1162.82/1162.86	c  1120s|580000 |  2667 |  1983k|   3.4 |  68M|2567 |   1 |5645 |  21k|5645 | 211 | 241k| 744k|7834 | 0.000000e+00 | 1.000000e-00 |    Inf 
1184.01/1184.06	c  1140s|590000 |  2684 |  2017k|   3.4 |  69M|2567 |   - |5645 |  22k|   0 |   0 | 244k| 758k|7883 | 0.000000e+00 | 1.000000e-00 |    Inf 
1205.11/1205.12	c  1160s|600000 |  2694 |  2053k|   3.4 |  70M|2567 |  23 |5645 |  25k|5645 | 228 | 247k| 772k|7921 | 0.000000e+00 | 1.000000e-00 |    Inf 
1227.02/1227.04	c  1182s|610000 |  2429 |  2089k|   3.4 |  63M|2567 |  10 |5645 |  17k|5645 | 237 | 250k| 787k|8035 | 0.000000e+00 | 1.000000e-00 |    Inf 
1246.21/1246.27	c  1200s|620000 |  2386 |  2119k|   3.4 |  63M|2567 |   - |5645 |  18k|   0 |   0 | 254k| 800k|8074 | 0.000000e+00 | 1.000000e-00 |    Inf 
1265.62/1265.69	c  1219s|630000 |  2494 |  2151k|   3.4 |  65M|2567 |   1 |5645 |  21k|5645 | 247 | 257k| 813k|8122 | 0.000000e+00 | 1.000000e-00 |    Inf 
1285.22/1285.29	c  1238s|640000 |  2478 |  2180k|   3.4 |  66M|2567 |   - |5645 |  22k|   0 |   0 | 261k| 827k|8171 | 0.000000e+00 | 1.000000e-00 |    Inf 
1305.31/1305.33	c  1257s|650000 |  2536 |  2212k|   3.4 |  67M|2567 |  16 |5645 |  24k|5645 | 230 | 263k| 840k|8228 | 0.000000e+00 | 1.000000e-00 |    Inf 
1326.12/1326.10	c  1277s|660000 |  2506 |  2244k|   3.4 |  67M|2567 |   - |5645 |  24k|5645 | 230 | 266k| 854k|8279 | 0.000000e+00 | 1.000000e-00 |    Inf 
1346.72/1346.74	c  1297s|670000 |  2173 |  2278k|   3.4 |  61M|2567 |   1 |5645 |  17k|5645 | 203 | 269k| 868k|8377 | 0.000000e+00 | 1.000000e-00 |    Inf 
1367.12/1367.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.12/1367.19	c  1317s|680000 |  2110 |  2315k|   3.4 |  60M|2567 |   1 |5645 |  17k|5645 | 173 | 273k| 881k|8436 | 0.000000e+00 | 1.000000e-00 |    Inf 
1387.32/1387.35	c  1336s|690000 |  2135 |  2351k|   3.4 |  62M|2567 |   6 |5645 |  21k|5645 | 196 | 279k| 893k|8492 | 0.000000e+00 | 1.000000e-00 |    Inf 
1407.52/1407.53	c  1356s|700000 |  2228 |  2381k|   3.4 |  63M|2567 |   - |5645 |  23k|   0 |   0 | 283k| 907k|8535 | 0.000000e+00 | 1.000000e-00 |    Inf 
1428.42/1428.42	c  1376s|710000 |  2244 |  2414k|   3.4 |  64M|2567 |   - |5645 |  24k|   0 |   0 | 288k| 921k|8591 | 0.000000e+00 | 1.000000e-00 |    Inf 
1449.82/1449.85	c  1396s|720000 |  2142 |  2447k|   3.4 |  63M|2567 |  17 |5645 |  22k|5645 | 235 | 291k| 934k|8647 | 0.000000e+00 | 1.000000e-00 |    Inf 
1471.22/1471.28	c  1417s|730000 |  2076 |  2482k|   3.4 |  62M|2567 |  18 |5645 |  22k|5645 | 252 | 296k| 947k|8725 | 0.000000e+00 | 1.000000e-00 |    Inf 
1493.52/1493.53	c  1439s|740000 |  2181 |  2528k|   3.4 |  63M|2567 |  11 |5645 |  23k|5645 | 223 | 301k| 961k|8783 | 0.000000e+00 | 1.000000e-00 |    Inf 
1516.03/1516.05	c  1460s|750000 |  2177 |  2566k|   3.4 |  64M|2567 |   1 |5645 |  26k|5645 | 231 | 305k| 974k|8844 | 0.000000e+00 | 1.000000e-00 |    Inf 
1539.42/1539.47	c  1483s|760000 |  2245 |  2607k|   3.4 |  66M|2567 |  20 |5645 |  28k|5645 | 241 | 308k| 988k|8905 | 0.000000e+00 | 1.000000e-00 |    Inf 
1563.03/1563.04	c  1506s|770000 |  2221 |  2645k|   3.4 |  66M|2567 |   - |5645 |  28k|   0 |   0 | 312k|1003k|8975 | 0.000000e+00 | 1.000000e-00 |    Inf 
1585.32/1585.36	c  1528s|780000 |  2269 |  2681k|   3.4 |  67M|2567 |   - |5645 |  29k|   0 |   0 | 316k|1017k|9030 | 0.000000e+00 | 1.000000e-00 |    Inf 
1610.93/1610.93	c  1552s|790000 |  2387 |  2719k|   3.4 |  69M|2567 |   - |5645 |  31k|   0 |   0 | 319k|1030k|9086 | 0.000000e+00 | 1.000000e-00 |    Inf 
1636.92/1636.99	c  1578s|800000 |  2475 |  2755k|   3.4 |  71M|2567 |   - |5645 |  33k|   0 |   0 | 322k|1044k|9117 | 0.000000e+00 | 1.000000e-00 |    Inf 
1676.80/1676.80	c  1617s|810000 |  2684 |  2794k|   3.4 |  73M|2567 |   - |5645 |  35k|   0 |   0 | 326k|1058k|9161 | 0.000000e+00 | 1.000000e-00 |    Inf 
1716.20/1716.26	c  1656s|820000 |  2667 |  2829k|   3.5 |  74M|2567 |   - |5645 |  36k|   0 |   0 | 330k|1071k|9198 | 0.000000e+00 | 1.000000e-00 |    Inf 
1752.39/1752.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1752.39/1752.45	c  1692s|830000 |  2642 |  2869k|   3.5 |  74M|2567 |   - |5645 |  35k|   0 |   0 | 334k|1086k|9267 | 0.000000e+00 | 1.000000e-00 |    Inf 
1780.59/1780.69	c  1719s|840000 |  2721 |  2904k|   3.5 |  76M|2567 |   - |5645 |  37k|   0 |   0 | 337k|1101k|9309 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.00/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time (sec) : 1738.28
1800.00/1800.00	c Solving Nodes      : 846901
1800.00/1800.00	c Primal Bound       : +1.00000000000000e-00 (282 solutions)
1800.00/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.00/1800.00	c Gap                : infinite
1800.00/1800.06	s SATISFIABLE
1800.00/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.00/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.00/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.00/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.00/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.00/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.00/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.00/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.00/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.00/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.00/1800.06	v -x1 
1800.00/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.06	c Solving Time       :    1738.28
1800.00/1800.06	c Original Problem   :
1800.00/1800.06	c   Problem name     : HOME/instance-2692995-1277927778.wbo
1800.00/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.00/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.00/1800.06	c Presolved Problem  :
1800.00/1800.06	c   Problem name     : t_HOME/instance-2692995-1277927778.wbo
1800.00/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.00/1800.06	c   Constraints      : 5414 initial, 39751 maximal
1800.00/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.00/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.00/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.00/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.06	c   integral         :          0          0          0     515989          0         27        676          0          0     873638
1800.00/1800.06	c   indicator        :       2707          0     877374      52250          0        153    3048523          0          0          0
1800.00/1800.06	c   linear           :       2707          6    4737093      78568          0     335469   20060113     339263          0          0
1800.00/1800.06	c   logicor          :          0+         0    1336038          0          0      80783    1645581          0          0          0
1800.00/1800.06	c   countsols        :          0          0          0      38505          0          0          0          0          0          0
1800.00/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.06	c   integral         :      13.53       0.00       0.00      13.53       0.00
1800.00/1800.06	c   indicator        :      14.68       0.00       7.14       7.54       0.00
1800.00/1800.06	c   linear           :     226.47       0.00     220.19       6.28       0.00
1800.00/1800.06	c   logicor          :     271.48       0.00     271.48       0.00       0.00
1800.00/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.06	c   vbounds          :       0.04          2          0          0
1800.00/1800.06	c   rootredcost      :       0.03         60          0       2707
1800.00/1800.06	c   pseudoobj        :     222.78    4741707       4293    1848865
1800.00/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.06	c   propagation      :      23.61     420545     420229    2729017       29.2      19348       18.0          -
1800.00/1800.06	c   infeasible LP    :       4.01      11578      11578      94297       43.1        152       17.2          0
1800.00/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.06	c   pseudo solution  :       0.02        175        175        638       11.7        201        5.5          -
1800.00/1800.06	c   applied globally :          -          -          -    1111534       22.0          -          -          -
1800.00/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.06	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.00/1800.06	c   redcost          :      35.82     518674          0    1149952          0          0
1800.00/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.00/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.06	c   gomory           :       0.01          4          0          0         75          0
1800.00/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.00/1800.06	c   cmir             :       0.01          4          0          0          1          0
1800.00/1800.06	c   flowcover        :       0.03          4          0          0          2          0
1800.00/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.00/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.06	c Pricers            :       Time      Calls       Vars
1800.00/1800.06	c   problem variables:       0.00          0          0
1800.00/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.06	c   relpscost        :      13.37     437386         27        676          0          0     873638
1800.00/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   inference        :       7.13      38445          0          0          0          0      76890
1800.00/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.06	c   LP solutions     :       0.14          -         60
1800.00/1800.06	c   pseudo solutions :       0.00          -          0
1800.00/1800.06	c   feaspump         :       0.00          0          0
1800.00/1800.06	c   oneopt           :       0.29         49          0
1800.00/1800.06	c   intshifting      :       0.02          6          0
1800.00/1800.06	c   guideddiving     :       0.06         24          0
1800.00/1800.06	c   coefdiving       :       0.01         39          0
1800.00/1800.06	c   pscostdiving     :       0.03         39          0
1800.00/1800.06	c   fracdiving       :       0.08         39          0
1800.00/1800.06	c   linesearchdiving :       0.05         39          0
1800.00/1800.06	c   veclendiving     :       0.04         40          0
1800.00/1800.06	c   rootsoldiving    :       0.11         34          0
1800.00/1800.06	c   objpscostdiving  :       0.06         35          0
1800.00/1800.06	c   crossover        :       1.45         58          9
1800.00/1800.06	c   trivial          :       0.09          2          2
1800.00/1800.06	c   simplerounding   :       0.46     438041          0
1800.00/1800.06	c   zirounding       :       0.48       1000          0
1800.00/1800.06	c   rounding         :       1.89       9264          0
1800.00/1800.06	c   shifting         :       1.10       2931          0
1800.00/1800.06	c   twoopt           :       0.00          0          0
1800.00/1800.06	c   fixandinfer      :       0.00          0          0
1800.00/1800.06	c   intdiving        :       0.00          0          0
1800.00/1800.06	c   actconsdiving    :       0.00          0          0
1800.00/1800.06	c   octane           :       0.00          0          0
1800.00/1800.06	c   rens             :       0.03          1          0
1800.00/1800.06	c   rins             :       0.00          0          0
1800.00/1800.06	c   localbranching   :       0.00          0          0
1800.00/1800.06	c   mutation         :       0.00          0          0
1800.00/1800.06	c   dins             :       0.00          0          0
1800.00/1800.06	c   undercover       :       0.00          0          0
1800.00/1800.06	c   nlp              :       0.02          0          0
1800.00/1800.06	c   trysol           :       1.67       3811        211
1800.00/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.06	c   primal LP        :       0.01          0          0       0.00       0.00
1800.00/1800.06	c   dual LP          :     426.48     491915    2926308       5.95    6861.54
1800.00/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.06	c   diving/probing LP:       0.18         74       1910      25.81   10611.11
1800.00/1800.06	c   strong branching :      10.73       9316      95755      10.28    8924.04
1800.00/1800.06	c     (at root node) :          -         33       1884      57.09          -
1800.00/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.06	c B&B Tree           :
1800.00/1800.06	c   number of runs   :          1
1800.00/1800.06	c   nodes            :     846901
1800.00/1800.06	c   nodes (total)    :     846901
1800.00/1800.06	c   nodes left       :       2727
1800.00/1800.06	c   max depth        :       2567
1800.00/1800.06	c   max depth (total):       2567
1800.00/1800.06	c   backtracks       :      70413 (8.3%)
1800.00/1800.06	c   delayed cutoffs  :      65153
1800.00/1800.06	c   repropagations   :    2562155 (4076498 domain reductions, 60841 cutoffs)
1800.00/1800.06	c   avg switch length:       7.42
1800.00/1800.06	c   switching time   :     272.09
1800.00/1800.06	c Solution           :
1800.00/1800.06	c   Solutions found  :        282 (61 improvements)
1800.00/1800.06	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.00/1800.06	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 185488 nodes, 352.49 seconds, depth 34, found by <relaxation>)
1800.00/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.00/1800.06	c   Gap              :   infinite
1800.00/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.06	c   Root Iterations  :        183
1800.10/1800.16	c Time complete: 1800.16.

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-2692995-1277927778/watcher-2692995-1277927778 -o /tmp/evaluation-result-2692995-1277927778/solver-2692995-1277927778 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692995-1277927778.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13590
/proc/meminfo: memFree=29936120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=11304 CPUtime=0
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1751 0 0 0 0 0 0 0 21 0 1 0 134075367 11575296 1671 4089446400 4194304 9819077 140734742815120 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13590/statm: 2826 1671 392 1374 0 1447 0

[startup+0.102945 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13590
/proc/meminfo: memFree=29936120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=36400 CPUtime=0.09
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 8123 0 0 0 9 0 0 0 21 0 1 0 134075367 37273600 7689 4089446400 4194304 9819077 140734742815120 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.200916 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13590
/proc/meminfo: memFree=29936120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=39092 CPUtime=0.19
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 9329 0 0 0 18 1 0 0 21 0 1 0 134075367 40030208 8381 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 9773 8381 521 1374 0 8394 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39092

[startup+0.300877 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13590
/proc/meminfo: memFree=29936120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=53512 CPUtime=0.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 12810 0 0 0 27 2 0 0 21 0 1 0 134075367 54796288 11777 4089446400 4194304 9819077 140734742815120 18446744073709551615 6179999 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 13378 11777 674 1374 0 11999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53512

[startup+0.700827 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13590
/proc/meminfo: memFree=29936120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=47228 CPUtime=0.69
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 27909 0 0 0 64 5 0 0 22 0 1 0 134075367 48361472 9995 4089446400 4194304 9819077 140734742815120 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 11807 9995 698 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50069 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13592
/proc/meminfo: memFree=29898520/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=47784 CPUtime=1.49
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 40867 0 0 0 140 9 0 0 25 0 1 0 134075367 48930816 10531 4089446400 4194304 9819077 140734742815120 18446744073709551615 4902883 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 11946 10531 699 1374 0 10567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47784

[startup+3.10041 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13592
/proc/meminfo: memFree=29896164/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=51748 CPUtime=3.09
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 64765 0 0 0 293 16 0 0 25 0 1 0 134075367 52989952 11182 4089446400 4194304 9819077 140734742815120 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 12937 11182 700 1374 0 11558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51748

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13592
/proc/meminfo: memFree=29882284/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=59236 CPUtime=6.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 78709 0 0 0 603 26 0 0 25 0 1 0 134075367 60657664 13384 4089446400 4194304 9819077 140734742815120 18446744073709551615 6002989 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 14809 13384 700 1374 0 13430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59236

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 13592
/proc/meminfo: memFree=29870076/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=69888 CPUtime=12.69
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 86836 0 0 0 1225 44 0 0 25 0 1 0 134075367 71565312 15996 4089446400 4194304 9819077 140734742815120 18446744073709551615 6372765 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 17472 15996 700 1374 0 16093 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69888

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 13593
/proc/meminfo: memFree=29823708/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=90792 CPUtime=25.49
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 97819 0 0 0 2472 77 0 0 25 0 1 0 134075367 92971008 21275 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 22698 21275 700 1374 0 21319 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90792

[startup+51.101 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 13593
/proc/meminfo: memFree=29762752/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=127036 CPUtime=51.1
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 207918 0 0 0 4961 149 0 0 25 0 1 0 134075367 130084864 29982 4089446400 4194304 9819077 140734742815120 18446744073709551615 6667526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 31759 29982 705 1374 0 30380 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 127036

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13595
/proc/meminfo: memFree=29612548/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=219732 CPUtime=102.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 390845 0 0 0 9938 291 0 0 25 0 1 0 134075367 225005568 52514 4089446400 4194304 9819077 140734742815120 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 54933 52514 710 1374 0 53554 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 219732

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13596
/proc/meminfo: memFree=29500876/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=241436 CPUtime=162.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 661704 0 0 0 15658 571 0 0 25 0 1 0 134075367 247230464 57739 4089446400 4194304 9819077 140734742815120 18446744073709551615 6589104 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 60359 57739 723 1374 0 58980 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 241436

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13597
/proc/meminfo: memFree=29415396/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=250800 CPUtime=222.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 862980 0 0 0 21416 814 0 0 25 0 1 0 134075367 256819200 59999 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 62700 59999 723 1374 0 61321 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 250800

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13599
/proc/meminfo: memFree=29348764/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=253524 CPUtime=282.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1034074 0 0 0 27168 1061 0 0 25 0 1 0 134075367 259608576 60657 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 63381 60657 723 1374 0 62002 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 253524

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13610
/proc/meminfo: memFree=29301120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=258324 CPUtime=342.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1196560 0 0 0 32923 1307 0 0 25 0 1 0 134075367 264523776 61849 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 64581 61849 723 1374 0 63202 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 258324

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13612
/proc/meminfo: memFree=29231504/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=260884 CPUtime=402.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1421881 0 0 0 38670 1559 0 0 25 0 1 0 134075367 267145216 62215 4089446400 4194304 9819077 140734742815120 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 65221 62215 723 1374 0 63842 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 260884

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13613
/proc/meminfo: memFree=29164120/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=260292 CPUtime=462.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1571404 0 0 0 44425 1805 0 0 25 0 1 0 134075367 266539008 62381 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 65073 62381 723 1374 0 63694 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 260292

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13614
/proc/meminfo: memFree=29091020/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=261956 CPUtime=522.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1703291 0 0 0 50205 2025 0 0 25 0 1 0 134075367 268242944 62790 4089446400 4194304 9819077 140734742815120 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 65489 62790 723 1374 0 64110 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 261956

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13616
/proc/meminfo: memFree=29009996/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=262712 CPUtime=582.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 1844609 0 0 0 55985 2245 0 0 25 0 1 0 134075367 269017088 62971 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 65678 62971 723 1374 0 64299 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 262712

[startup+642.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13618
/proc/meminfo: memFree=28928584/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=262692 CPUtime=642.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2006432 0 0 0 61743 2487 0 0 25 0 1 0 134075367 268996608 62981 4089446400 4194304 9819077 140734742815120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 65673 62981 723 1374 0 64294 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 262692

[startup+702.301 s]

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

[startup+882.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13624
/proc/meminfo: memFree=28630556/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=266212 CPUtime=882.31
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2442701 0 0 0 84904 3327 0 0 25 0 1 0 134075367 272601088 63806 4089446400 4194304 9819077 140734742815120 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66553 63806 738 1374 0 65174 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 266212

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13654
/proc/meminfo: memFree=30947816/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=266320 CPUtime=942.31
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2548397 0 0 0 90695 3536 0 0 25 0 1 0 134075367 272711680 63838 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66580 63838 739 1374 0 65201 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 266320

[startup+1002.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 13656
/proc/meminfo: memFree=30768944/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=266492 CPUtime=1002.31
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2665410 0 0 0 96472 3759 0 0 25 0 1 0 134075367 272887808 63898 4089446400 4194304 9819077 140734742815120 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66623 63898 739 1374 0 65244 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 266492

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13657
/proc/meminfo: memFree=30714352/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=267484 CPUtime=1062.31
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2778957 0 0 0 102264 3967 0 0 25 0 1 0 134075367 273903616 64095 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66871 64095 738 1374 0 65492 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 267484

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13658
/proc/meminfo: memFree=30555344/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=267780 CPUtime=1122.31
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2884911 0 0 0 108054 4177 0 0 25 0 1 0 134075367 274206720 64161 4089446400 4194304 9819077 140734742815120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66945 64161 738 1374 0 65566 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 267780

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13687
/proc/meminfo: memFree=30897736/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=267780 CPUtime=1182.32
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 2982597 0 0 0 113852 4380 0 0 25 0 1 0 134075367 274206720 64164 4089446400 4194304 9819077 140734742815120 18446744073709551615 6671134 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 66945 64164 738 1374 0 65566 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 267780

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13689
/proc/meminfo: memFree=30723416/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268568 CPUtime=1242.32
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3098897 0 0 0 119634 4598 0 0 25 0 1 0 134075367 275013632 64349 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67142 64349 738 1374 0 65763 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 268568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13691
/proc/meminfo: memFree=30542720/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268568 CPUtime=1302.32
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3201792 0 0 0 125414 4818 0 0 25 0 1 0 134075367 275013632 64349 4089446400 4194304 9819077 140734742815120 18446744073709551615 6513057 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67142 64349 738 1374 0 65763 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 268568

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13692
/proc/meminfo: memFree=30542312/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268568 CPUtime=1362.32
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3310623 0 0 0 131204 5028 0 0 25 0 1 0 134075367 275013632 64353 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67142 64353 738 1374 0 65763 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 268568

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13693
/proc/meminfo: memFree=30448660/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268868 CPUtime=1422.33
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3413573 0 0 0 136988 5245 0 0 25 0 1 0 134075367 275320832 64413 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67217 64413 738 1374 0 65838 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 268868

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13695
/proc/meminfo: memFree=30354612/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268888 CPUtime=1482.32
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3519326 0 0 0 142781 5451 0 0 25 0 1 0 134075367 275341312 64414 4089446400 4194304 9819077 140734742815120 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67222 64414 738 1374 0 65843 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 268888

[startup+1542.31 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 13697
/proc/meminfo: memFree=30323200/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=268888 CPUtime=1542.34
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3628246 0 0 0 148589 5645 0 0 25 0 1 0 134075367 275341312 64422 4089446400 4194304 9819077 140734742815120 18446744073709551615 6589058 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67222 64422 738 1374 0 65843 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 268888

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 13747
/proc/meminfo: memFree=30914964/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=269284 CPUtime=1602.33
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3727404 0 0 0 154408 5825 0 0 25 0 1 0 134075367 275746816 64532 4089446400 4194304 9819077 140734742815120 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13590/statm: 67321 64532 738 1374 0 65942 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 269284

[startup+1662.3 s]
/proc/loadavg: 2.51 2.14 2.04 4/200 13778
/proc/meminfo: memFree=30773728/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=271796 CPUtime=1662.29
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3804171 0 0 0 160288 5941 0 0 25 0 1 0 134075367 278319104 65078 4089446400 4194304 9819077 140734742815120 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13590/statm: 67949 65078 738 1374 0 66570 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 271796

[startup+1722.3 s]
/proc/loadavg: 2.74 2.28 2.09 4/200 13779
/proc/meminfo: memFree=30763008/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=272020 CPUtime=1722.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3862870 0 0 0 166226 6004 0 0 25 0 1 0 134075367 278548480 65137 4089446400 4194304 9819077 140734742815120 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13590/statm: 68005 65137 738 1374 0 66626 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 272020

[startup+1782.3 s]
/proc/loadavg: 2.90 2.41 2.15 4/200 13781
/proc/meminfo: memFree=30748612/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=273588 CPUtime=1782.3
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3936800 0 0 0 172105 6125 0 0 25 0 1 0 134075367 280154112 65574 4089446400 4194304 9819077 140734742815120 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 68397 65574 738 1374 0 67018 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 273588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.92 2.43 2.16 4/200 13781
/proc/meminfo: memFree=30746724/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=273884 CPUtime=1800
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3955960 0 0 0 173831 6169 0 0 25 0 1 0 134075367 280457216 65651 4089446400 4194304 9819077 140734742815120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13590/statm: 68471 65651 738 1374 0 67092 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 273884

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.92 2.43 2.16 4/200 13781
/proc/meminfo: memFree=30746724/32951124 swapFree=67111528/67111528
[pid=13590] ppid=13588 vsize=267828 CPUtime=1800.1
/proc/13590/stat : 13590 (pbscip.linux.x8) R 13588 13590 13565 0 -1 4202496 3956009 0 0 0 173841 6169 0 0 25 0 1 0 134075367 274255872 64130 4089446400 4194304 9819077 140734742815120 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13590/statm: 66957 64130 739 1374 0 65578 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 267828

Child status: 0
Real time (s): 1800.17
CPU time (s): 1800.17
CPU user time (s): 1738.47
CPU system time (s): 61.7026
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 274028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1738.47
system time used= 61.7026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3956013
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= 3
involuntary context switches= 2800

runsolver used 3.18651 second user time and 6.576 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 21:56:18
IDJOB=2692995
IDBENCH=79282
IDSOLVER=1205
FILE ID=node107/2692995-1277927778
PBS_JOBID= 11197410
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.1900546417--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-2692995-1277927778/watcher-2692995-1277927778 -o /tmp/evaluation-result-2692995-1277927778/solver-2692995-1277927778 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692995-1277927778.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0e9942c7ddaaf04ff12871ed1ee37357
RANDOM SEED=2052429876

node107.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29936276 kB
Buffers:        208712 kB
Cached:        1278472 kB
SwapCached:          0 kB
Active:        1748508 kB
Inactive:      1119380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29936276 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6372 kB
Writeback:           0 kB
AnonPages:     1379956 kB
Mapped:          16068 kB
Slab:            80204 kB
PageTables:       7360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1546364 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= 74204 MiB
End job on node107 at 2010-06-30 22:26:21