Trace number 2692999

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.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571761--soft-0-100-0.wbo
MD5SUMc1a8bf15a5939881d6e0f7761d224808
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark474.358
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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-2692999-1277928020.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 137972
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.12
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.98
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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+05 |    Inf 
18.89/18.95	c  18.4s| 10000 | 10001 | 11186 |   1.1 |  47M| 213 |   0 |5645 |5414 |5645 | 240 |3277 |   0 | 747 | 0.000000e+00 | 1.379720e+05 |    Inf 
21.79/21.88	o 616
21.79/21.88	c *21.3s| 12654 | 12505 | 11293 |   0.9 |  53M|2523 |   - |5645 |5414 |5645 | 252 |3289 |   0 | 749 | 0.000000e+00 | 6.160000e+02 |    Inf 
21.99/22.03	o 598
21.99/22.03	c *21.4s| 12770 | 12549 | 11393 |   0.9 |  54M|2523 |   - |5645 |5414 |5645 | 253 |3297 |   0 | 749 | 0.000000e+00 | 5.980000e+02 |    Inf 
32.89/32.92	c  32.0s| 20000 | 19761 | 13988 |   0.7 |  68M|2523 |   0 |5645 |5498 |5645 | 226 |3941 |  84 | 790 | 0.000000e+00 | 5.980000e+02 |    Inf 
35.79/35.80	o 593
35.79/35.80	c *34.8s| 21401 | 21002 | 16449 |   0.8 |  72M|2523 |   - |5645 |5787 |5645 | 257 |4839 | 373 | 863 | 0.000000e+00 | 5.930000e+02 |    Inf 
35.90/35.93	o 590
35.90/35.93	c *34.9s| 21475 | 21019 | 16458 |   0.8 |  72M|2523 |   - |5645 |5797 |5645 | 259 |4841 | 383 | 863 | 0.000000e+00 | 5.900000e+02 |    Inf 
37.59/37.61	o 570
37.59/37.61	c *36.6s| 22273 | 21284 | 17941 |   0.8 |  73M|2523 |   - |5645 |5994 |5645 | 260 |5419 | 580 | 880 | 0.000000e+00 | 5.700000e+02 |    Inf 
37.59/37.61	o 555
37.59/37.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.59/37.61	c *36.6s| 22274 | 20913 | 17941 |   0.8 |  73M|2523 |   - |5645 |5994 |5645 | 260 |5419 | 580 | 880 | 0.000000e+00 | 5.550000e+02 |    Inf 
41.19/41.21	o 547
41.19/41.21	c *40.1s| 23887 | 22181 | 20799 |   0.9 |  77M|2523 |   - |5645 |6447 |5645 | 237 |6279 |1033 | 906 | 0.000000e+00 | 5.470000e+02 |    Inf 
41.19/41.22	o 533
41.19/41.22	c *40.1s| 23888 | 21831 | 20801 |   0.9 |  75M|2523 |   - |5645 |6447 |5645 | 237 |6279 |1033 | 906 | 0.000000e+00 | 5.330000e+02 |    Inf 
42.09/42.12	o 520
42.09/42.12	c *41.0s| 24363 | 21909 | 21440 |   0.9 |  75M|2523 |   - |5645 |6521 |5645 | 230 |6451 |1107 | 913 | 0.000000e+00 | 5.200000e+02 |    Inf 
42.19/42.27	o 478
42.19/42.27	c *41.1s| 24444 | 20872 | 21523 |   0.9 |  73M|2523 |   - |5645 |6521 |5645 | 226 |6463 |1107 | 913 | 0.000000e+00 | 4.780000e+02 |    Inf 
44.30/44.36	o 464
44.30/44.36	c *43.2s| 25410 | 21473 | 22764 |   0.9 |  76M|2523 |   - |5645 |6816 |5645 | 233 |6732 |1402 | 933 | 0.000000e+00 | 4.640000e+02 |    Inf 
47.49/47.55	o 458
47.49/47.55	c *46.3s| 26828 | 22584 | 25315 |   0.9 |  80M|2523 |   - |5645 |7287 |5645 | 260 |7548 |1873 | 969 | 0.000000e+00 | 4.580000e+02 |    Inf 
47.89/47.93	o 456
47.89/47.93	c *46.7s| 27015 | 22709 | 25534 |   0.9 |  80M|2523 |   - |5645 |7324 |5645 | 251 |7612 |1910 | 978 | 0.000000e+00 | 4.560000e+02 |    Inf 
48.79/48.84	o 404
48.79/48.84	c *47.6s| 27422 | 21587 | 26307 |   1.0 |  77M|2523 |   - |5645 |7438 |5645 | 259 |7798 |2025 | 982 | 0.000000e+00 | 4.040000e+02 |    Inf 
48.79/48.85	o 365
48.79/48.85	c *47.6s| 27423 | 20241 | 26307 |   1.0 |  73M|2523 |   - |5645 |7438 |5645 | 259 |7798 |2025 | 982 | 0.000000e+00 | 3.650000e+02 |    Inf 
51.79/51.87	o 363
51.79/51.87	c *50.5s| 28812 | 21377 | 28171 |   1.0 |  77M|2523 |   - |5645 |7853 |5645 | 257 |8425 |2441 |1004 | 0.000000e+00 | 3.630000e+02 |    Inf 
53.79/53.85	o 361
53.79/53.85	c *52.5s| 29647 | 21976 | 29580 |   1.0 |  79M|2523 |   - |5645 |8262 |5645 | 215 |8844 |2861 |1012 | 0.000000e+00 | 3.610000e+02 |    Inf 
54.19/54.26	o 343
54.19/54.26	c *52.9s| 29800 | 21120 | 29982 |   1.0 |  77M|2523 |   - |5645 |8347 |5645 | 198 |8949 |2957 |1012 | 0.000000e+00 | 3.430000e+02 |    Inf 
54.69/54.70	c  53.3s| 30000 | 21301 | 30254 |   1.0 |  78M|2523 |   0 |5645 |8406 |5645 | 251 |9004 |3018 |1013 | 0.000000e+00 | 3.430000e+02 |    Inf 
54.79/54.82	o 338
54.79/54.82	c *53.4s| 30057 | 21103 | 30336 |   1.0 |  77M|2523 |   - |5645 |8414 |5645 | 258 |9025 |3028 |1013 | 0.000000e+00 | 3.380000e+02 |    Inf 
54.79/54.83	o 333
54.79/54.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.79/54.83	c *53.4s| 30058 | 20856 | 30336 |   1.0 |  77M|2523 |   - |5645 |8414 |5645 | 258 |9025 |3028 |1013 | 0.000000e+00 | 3.330000e+02 |    Inf 
55.29/55.38	o 306
55.29/55.38	c *54.0s| 30325 | 19559 | 30654 |   1.0 |  74M|2523 |   - |5645 |8507 |5645 | 257 |9102 |3126 |1016 | 0.000000e+00 | 3.060000e+02 |    Inf 
56.69/56.76	o 282
56.69/56.76	c *55.3s| 30911 | 18698 | 31826 |   1.0 |  73M|2523 |   - |5645 |8799 |5645 | 262 |9439 |3440 |1033 | 0.000000e+00 | 2.820000e+02 |    Inf 
57.49/57.52	o 280
57.49/57.52	c *56.0s| 31246 | 18868 | 32287 |   1.0 |  73M|2523 |   - |5645 |8912 |5645 | 267 |9575 |3564 |1062 | 0.000000e+00 | 2.800000e+02 |    Inf 
57.49/57.54	o 268
57.49/57.54	c *56.1s| 31249 | 18043 | 32287 |   1.0 |  71M|2523 |   - |5645 |8912 |5645 | 267 |9575 |3564 |1062 | 0.000000e+00 | 2.680000e+02 |    Inf 
57.49/57.57	o 243
57.49/57.57	c *56.1s| 31259 | 16276 | 32287 |   1.0 |  66M|2523 |   - |5645 |8912 |5645 | 267 |9575 |3564 |1062 | 0.000000e+00 | 2.430000e+02 |    Inf 
57.49/57.59	o 236
57.49/57.59	c *56.1s| 31263 | 15797 | 32287 |   1.0 |  65M|2523 |   - |5645 |8912 |5645 | 267 |9575 |3564 |1062 | 0.000000e+00 | 2.360000e+02 |    Inf 
57.69/57.73	o 215
57.69/57.73	c *56.2s| 31324 | 14176 | 32320 |   1.0 |  62M|2523 |   - |5645 |8929 |5645 | 267 |9580 |3582 |1062 | 0.000000e+00 | 2.150000e+02 |    Inf 
57.89/57.94	o 209
57.89/57.94	c *56.5s| 31449 | 13798 | 32371 |   1.0 |  62M|2523 |   - |5645 |8928 |5645 | 273 |9595 |3582 |1062 | 0.000000e+00 | 2.090000e+02 |    Inf 
57.89/57.95	o 183
57.89/57.95	c *56.5s| 31450 | 10968 | 32371 |   1.0 |  56M|2523 |   - |5645 |8928 |5645 | 273 |9595 |3582 |1062 | 0.000000e+00 | 1.830000e+02 |    Inf 
58.19/58.24	o 160
58.19/58.24	c *56.8s| 31570 |  8818 | 32739 |   1.0 |  51M|2523 |   - |5645 |8944 |5645 | 265 |9658 |3609 |1064 | 0.000000e+00 | 1.600000e+02 |    Inf 
59.10/59.14	o 152
59.10/59.14	c *57.6s| 31814 |  8200 | 33381 |   1.0 |  51M|2523 |   - |5645 |9238 |5645 | 271 |9795 |3937 |1093 | 0.000000e+00 | 1.520000e+02 |    Inf 
61.09/61.15	o 150
61.09/61.15	c *59.6s| 32496 |  8519 | 34933 |   1.1 |  54M|2523 |   - |5645 |9728 |5645 | 243 |  10k|4547 |1139 | 0.000000e+00 | 1.500000e+02 |    Inf 
62.29/62.31	o 145
62.29/62.31	c *60.7s| 32835 |  8355 | 36322 |   1.1 |  55M|2523 |   - |5645 |9840 |5645 | 237 |  10k|4740 |1197 | 0.000000e+00 | 1.450000e+02 |    Inf 
64.40/64.41	o 134
64.40/64.41	c *62.7s| 33208 |  7827 | 40974 |   1.2 |  57M|2523 |   - |5645 |9741 |5645 | 229 |  12k|5049 |1338 | 0.000000e+00 | 1.340000e+02 |    Inf 
71.59/71.63	o 120
71.59/71.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.59/71.63	c *69.8s| 35510 |  8183 | 49964 |   1.4 |  66M|2523 |   - |5645 |8542 |5645 | 271 |  14k|7361 |1445 | 0.000000e+00 | 1.200000e+02 |    Inf 
72.00/72.06	o 114
72.00/72.06	c *70.2s| 35570 |  7818 | 50757 |   1.4 |  65M|2523 |   - |5645 |8409 |5645 | 275 |  14k|7403 |1467 | 0.000000e+00 | 1.140000e+02 |    Inf 
73.49/73.55	o 103
73.49/73.55	c *71.6s| 35935 |  7101 | 53361 |   1.5 |  65M|2523 |   - |5645 |7614 |5645 | 239 |  14k|7781 |1503 | 0.000000e+00 | 1.030000e+02 |    Inf 
73.70/73.76	o 100
73.70/73.76	c *71.8s| 35968 |  6885 | 53854 |   1.5 |  64M|2523 |   - |5645 |7449 |5645 | 240 |  14k|7799 |1511 | 0.000000e+00 | 1.000000e+02 |    Inf 
74.29/74.40	o 97
74.29/74.40	c *72.5s| 36081 |  6642 | 55530 |   1.5 |  63M|2523 |   - |5645 |7250 |5645 | 248 |  15k|7911 |1558 | 0.000000e+00 | 9.700000e+01 |    Inf 
75.99/76.06	o 93
75.99/76.06	c *74.1s| 36439 |  6460 | 58680 |   1.6 |  64M|2523 |   - |5645 |6983 |5645 | 255 |  16k|8253 |1568 | 0.000000e+00 | 9.300000e+01 |    Inf 
76.19/76.28	o 90
76.19/76.28	c *74.3s| 36481 |  6168 | 59119 |   1.6 |  63M|2523 |   - |5645 |6807 |5645 | 266 |  16k|8287 |1570 | 0.000000e+00 | 9.000000e+01 |    Inf 
77.39/77.43	o 85
77.39/77.43	c *75.4s| 36701 |  5854 | 60989 |   1.7 |  62M|2523 |   - |5645 |6454 |5645 | 265 |  17k|8493 |1579 | 0.000000e+00 | 8.500000e+01 |    Inf 
77.90/77.94	o 75
77.90/77.94	c *75.9s| 36819 |  4950 | 61926 |   1.7 |  56M|2523 |   - |5645 |6231 |5645 | 264 |  17k|8576 |1582 | 0.000000e+00 | 7.500000e+01 |    Inf 
82.69/82.77	o 67
82.69/82.77	c *80.6s| 38062 |  4465 | 67477 |   1.8 |  53M|2523 |   - |5645 |5920 |5645 | 188 |  19k|9684 |1614 | 0.000000e+00 | 6.700000e+01 |    Inf 
89.39/89.46	c  87.1s| 40000 |  4768 | 79906 |   2.0 |  60M|2523 |   1 |5645 |5799 |5645 | 243 |  22k|  11k|1672 | 0.000000e+00 | 6.700000e+01 |    Inf 
100.50/100.52	o 62
100.50/100.52	c *97.8s| 43045 |  5201 |103455 |   2.4 |  67M|2523 |   - |5645 |6728 |5645 | 259 |  28k|  15k|1877 | 0.000000e+00 | 6.200000e+01 |    Inf 
103.79/103.80	o 59
103.79/103.80	c * 101s| 44103 |  5223 |107771 |   2.4 |  69M|2523 |   - |5645 |6894 |5645 | 262 |  29k|  16k|1932 | 0.000000e+00 | 5.900000e+01 |    Inf 
104.19/104.29	o 45
104.19/104.29	c * 101s| 44271 |  4530 |108086 |   2.4 |  63M|2523 |   - |5645 |6972 |5645 | 258 |  29k|  16k|1935 | 0.000000e+00 | 4.500000e+01 |    Inf 
121.39/121.44	c   118s| 50000 |  4847 |134494 |   2.7 |  70M|2523 |   1 |5645 |6281 |5645 | 216 |  36k|  23k|2149 | 0.000000e+00 | 4.500000e+01 |    Inf 
124.60/124.60	o 39
124.60/124.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.60/124.60	c * 121s| 50987 |  4415 |140227 |   2.7 |  66M|2523 |   - |5645 |6189 |5645 | 243 |  38k|  24k|2214 | 0.000000e+00 | 3.900000e+01 |    Inf 
146.59/146.64	c   143s| 60000 |  4810 |170862 |   2.8 |  73M|2523 |  16 |5645 |6572 |5645 | 246 |  44k|  36k|2432 | 0.000000e+00 | 3.900000e+01 |    Inf 
169.09/169.12	o 38
169.09/169.12	c * 164s| 69217 |  5028 |201059 |   2.9 |  80M|2523 |   - |5645 |6949 |5645 | 269 |  50k|  48k|2629 | 0.000000e+00 | 3.800000e+01 |    Inf 
171.10/171.18	c   166s| 70000 |  5085 |203926 |   2.9 |  80M|2523 |   1 |5645 |7252 |5645 | 273 |  51k|  49k|2637 | 0.000000e+00 | 3.800000e+01 |    Inf 
178.80/178.88	o 36
178.80/178.88	c * 174s| 73246 |  5120 |212972 |   2.9 |  83M|2523 |   - |5645 |8128 |5645 | 268 |  52k|  55k|2701 | 0.000000e+00 | 3.600000e+01 |    Inf 
180.79/180.89	o 33
180.79/180.89	c * 176s| 74044 |  4899 |215331 |   2.9 |  82M|2523 |   - |5645 |7592 |5645 | 271 |  52k|  56k|2705 | 0.000000e+00 | 3.300000e+01 |    Inf 
194.60/194.61	c   189s| 80000 |  5144 |235496 |   2.9 |  85M|2523 |   - |5645 |6877 |   0 |   0 |  57k|  64k|2812 | 0.000000e+00 | 3.300000e+01 |    Inf 
216.99/217.00	c   210s| 90000 |  5382 |264339 |   2.9 |  91M|2523 |   1 |5645 |8585 |5645 | 246 |  62k|  78k|2952 | 0.000000e+00 | 3.300000e+01 |    Inf 
218.49/218.51	o 27
218.49/218.51	c * 212s| 90695 |  4891 |266171 |   2.9 |  83M|2523 |   - |5645 |8891 |5645 | 261 |  62k|  79k|2960 | 0.000000e+00 | 2.700000e+01 |    Inf 
221.10/221.11	o 17
221.10/221.11	c * 214s| 91867 |  4125 |270058 |   2.9 |  75M|2523 |   - |5645 |7546 |5645 | 176 |  63k|  81k|2974 | 0.000000e+00 | 1.700000e+01 |    Inf 
234.20/234.23	o 16
234.20/234.23	c * 227s| 98670 |  4061 |292075 |   3.0 |  74M|2523 |   - |5645 |7204 |5645 | 229 |  67k|  90k|3070 | 0.000000e+00 | 1.600000e+01 |    Inf 
236.79/236.87	c   230s|100000 |  4046 |296305 |   3.0 |  74M|2523 |   4 |5645 |6051 |5645 | 209 |  67k|  92k|3131 | 0.000000e+00 | 1.600000e+01 |    Inf 
255.29/255.39	c   247s|110000 |  4287 |331510 |   3.0 |  79M|2523 |   1 |5645 |8152 |5645 | 239 |  71k| 105k|3269 | 0.000000e+00 | 1.600000e+01 |    Inf 
274.59/274.67	c   266s|120000 |  4356 |365121 |   3.0 |  81M|2523 |   - |5645 |7383 |5645 | 276 |  75k| 119k|3464 | 0.000000e+00 | 1.600000e+01 |    Inf 
293.30/293.39	c   284s|130000 |  4528 |394093 |   3.0 |  85M|2523 |   1 |5645 |  10k|5645 | 223 |  80k| 133k|3584 | 0.000000e+00 | 1.600000e+01 |    Inf 
294.69/294.72	o 14
294.69/294.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.69/294.72	c * 285s|130664 |  4488 |396507 |   3.0 |  84M|2523 |   - |5645 |  10k|5645 | 263 |  80k| 134k|3587 | 0.000000e+00 | 1.400000e+01 |    Inf 
300.70/300.73	o 13
300.70/300.73	c * 291s|133770 |  4408 |405201 |   3.0 |  83M|2523 |   - |5645 |  11k|5645 | 273 |  82k| 138k|3600 | 0.000000e+00 | 1.300000e+01 |    Inf 
312.59/312.62	c   302s|140000 |  4317 |425685 |   3.0 |  82M|2523 |   1 |5645 |6295 |5645 | 224 |  84k| 147k|3702 | 0.000000e+00 | 1.300000e+01 |    Inf 
330.60/330.66	c   320s|150000 |  4484 |456723 |   3.0 |  85M|2523 |   - |5645 |7551 |   0 |   0 |  89k| 160k|3831 | 0.000000e+00 | 1.300000e+01 |    Inf 
349.09/349.11	c   337s|160000 |  4743 |489492 |   3.1 |  89M|2523 |   - |5645 |8671 |   0 |   0 |  95k| 172k|3948 | 0.000000e+00 | 1.300000e+01 |    Inf 
367.90/367.94	c   355s|170000 |  4892 |523035 |   3.1 |  92M|2523 |  15 |5645 |9430 |5645 | 256 | 100k| 185k|4046 | 0.000000e+00 | 1.300000e+01 |    Inf 
386.69/386.77	c   374s|180000 |  5011 |557100 |   3.1 |  95M|2523 |   - |5645 |9475 |   0 |   0 | 104k| 199k|4181 | 0.000000e+00 | 1.300000e+01 |    Inf 
405.50/405.58	c   392s|190000 |  5140 |592289 |   3.1 |  98M|2523 |   - |5645 |  12k|   0 |   0 | 108k| 214k|4265 | 0.000000e+00 | 1.300000e+01 |    Inf 
425.39/425.45	c   411s|200000 |  5244 |628793 |   3.1 | 100M|2523 |   - |5645 |  11k|   0 |   0 | 111k| 229k|4367 | 0.000000e+00 | 1.300000e+01 |    Inf 
439.39/439.48	o 11
439.39/439.48	c * 424s|207203 |  5085 |652594 |   3.1 |  97M|2523 |   - |5645 |8221 |5645 | 210 | 114k| 239k|4457 | 0.000000e+00 | 1.100000e+01 |    Inf 
444.70/444.72	c   429s|210000 |  5096 |662234 |   3.2 |  97M|2523 |  11 |5645 |7632 |5645 | 242 | 115k| 243k|4477 | 0.000000e+00 | 1.100000e+01 |    Inf 
463.10/463.17	c   447s|220000 |  5159 |693834 |   3.2 | 100M|2523 |   4 |5645 |  12k|5645 | 248 | 119k| 258k|4575 | 0.000000e+00 | 1.100000e+01 |    Inf 
482.70/482.79	c   466s|230000 |  5163 |725772 |   3.2 | 100M|2523 |   - |5645 |9517 |   0 |   0 | 122k| 272k|4666 | 0.000000e+00 | 1.100000e+01 |    Inf 
501.79/501.88	c   484s|240000 |  5152 |760925 |   3.2 | 101M|2523 |  22 |5645 |8338 |5645 | 212 | 127k| 284k|4829 | 0.000000e+00 | 1.100000e+01 |    Inf 
520.80/520.89	c   502s|250000 |  5102 |795993 |   3.2 | 101M|2523 |   1 |5645 |8732 |5645 | 236 | 131k| 298k|4902 | 0.000000e+00 | 1.100000e+01 |    Inf 
540.10/540.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.10/540.19	c   521s|260000 |  5154 |833393 |   3.2 | 103M|2523 |   1 |5645 |9266 |5645 | 219 | 136k| 311k|5030 | 0.000000e+00 | 1.100000e+01 |    Inf 
542.00/542.05	o 9
542.00/542.05	c * 523s|260940 |  4921 |836811 |   3.2 |  98M|2523 |   - |5645 |9616 |5645 | 257 | 136k| 312k|5045 | 0.000000e+00 | 9.000000e+00 |    Inf 
559.40/559.45	c   540s|270000 |  4906 |872366 |   3.2 |  99M|2523 |   1 |5645 |  11k|5645 | 229 | 141k| 324k|5134 | 0.000000e+00 | 9.000000e+00 |    Inf 
577.70/577.75	c   557s|280000 |  4879 |906361 |   3.2 | 100M|2523 |   4 |5645 |9994 |5645 | 265 | 145k| 338k|5213 | 0.000000e+00 | 9.000000e+00 |    Inf 
597.00/597.03	c   576s|290000 |  4772 |943070 |   3.3 | 100M|2523 |   - |5645 |9907 |5645 | 239 | 150k| 351k|5297 | 0.000000e+00 | 9.000000e+00 |    Inf 
616.20/616.20	c   594s|300000 |  4646 |978778 |   3.3 |  99M|2523 |   - |5645 |9124 |   0 |   0 | 154k| 365k|5396 | 0.000000e+00 | 9.000000e+00 |    Inf 
635.59/635.69	c   613s|310000 |  4665 |  1016k|   3.3 | 101M|2523 |   1 |5645 |  13k|5645 | 280 | 159k| 378k|5505 | 0.000000e+00 | 9.000000e+00 |    Inf 
654.59/654.64	c   631s|320000 |  4585 |  1049k|   3.3 | 100M|2523 |   1 |5645 |  10k|5645 | 232 | 162k| 392k|5582 | 0.000000e+00 | 9.000000e+00 |    Inf 
673.99/674.02	c   650s|330000 |  4421 |  1085k|   3.3 |  99M|2523 |   - |5645 |  11k|   0 |   0 | 167k| 405k|5657 | 0.000000e+00 | 9.000000e+00 |    Inf 
693.60/693.68	c   669s|340000 |  4395 |  1122k|   3.3 |  99M|2523 |   1 |5645 |  11k|5645 | 227 | 171k| 419k|5757 | 0.000000e+00 | 9.000000e+00 |    Inf 
712.90/712.94	c   687s|350000 |  4571 |  1158k|   3.3 | 102M|2523 |   1 |5645 |  14k|5645 | 234 | 175k| 432k|5821 | 0.000000e+00 | 9.000000e+00 |    Inf 
733.50/733.58	c   707s|360000 |  4730 |  1195k|   3.3 | 104M|2523 |   1 |5645 |  15k|5645 | 236 | 180k| 445k|5898 | 0.000000e+00 | 9.000000e+00 |    Inf 
753.80/753.82	c   727s|370000 |  4811 |  1228k|   3.3 | 106M|2523 |   - |5645 |  15k|   0 |   0 | 184k| 458k|5965 | 0.000000e+00 | 9.000000e+00 |    Inf 
773.90/773.97	c   746s|380000 |  5022 |  1260k|   3.3 | 108M|2523 |  10 |5645 |  16k|5645 | 255 | 187k| 470k|6038 | 0.000000e+00 | 9.000000e+00 |    Inf 
794.70/794.74	c   766s|390000 |  5118 |  1291k|   3.3 | 110M|2523 |   - |5645 |  16k|   0 |   0 | 191k| 483k|6107 | 0.000000e+00 | 9.000000e+00 |    Inf 
815.60/815.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
815.60/815.65	c   786s|400000 |  5260 |  1324k|   3.3 | 112M|2523 |  13 |5645 |  18k|5645 | 245 | 195k| 496k|6176 | 0.000000e+00 | 9.000000e+00 |    Inf 
838.00/838.02	c   808s|410000 |  5356 |  1361k|   3.3 | 113M|2523 |   - |5645 |  18k|   0 |   0 | 198k| 509k|6233 | 0.000000e+00 | 9.000000e+00 |    Inf 
859.90/859.96	c   829s|420000 |  5412 |  1395k|   3.3 | 115M|2523 |   - |5645 |  18k|5645 | 244 | 203k| 522k|6305 | 0.000000e+00 | 9.000000e+00 |    Inf 
881.90/881.98	c   850s|430000 |  5711 |  1432k|   3.3 | 117M|2523 |   1 |5645 |  18k|5645 | 223 | 207k| 535k|6396 | 0.000000e+00 | 9.000000e+00 |    Inf 
903.51/903.55	c   871s|440000 |  5833 |  1466k|   3.3 | 119M|2523 |  11 |5645 |  19k|5645 | 255 | 211k| 548k|6457 | 0.000000e+00 | 9.000000e+00 |    Inf 
925.01/925.06	c   892s|450000 |  5919 |  1501k|   3.3 | 120M|2523 |   1 |5645 |  19k|5645 | 237 | 215k| 561k|6520 | 0.000000e+00 | 9.000000e+00 |    Inf 
947.50/947.59	c   914s|460000 |  6073 |  1529k|   3.3 | 122M|2523 |  10 |5645 |  20k|5645 | 245 | 218k| 574k|6563 | 0.000000e+00 | 9.000000e+00 |    Inf 
971.01/971.00	c   937s|470000 |  6222 |  1563k|   3.3 | 124M|2523 |  12 |5645 |  21k|5645 | 237 | 222k| 587k|6627 | 0.000000e+00 | 9.000000e+00 |    Inf 
993.31/993.36	c   958s|480000 |  6238 |  1600k|   3.3 | 124M|2523 |   1 |5645 |  19k|5645 | 256 | 226k| 599k|6705 | 0.000000e+00 | 9.000000e+00 |    Inf 
1014.70/1014.70	c   979s|490000 |  6323 |  1635k|   3.3 | 126M|2523 |  11 |5645 |  21k|5645 | 264 | 229k| 613k|6754 | 0.000000e+00 | 9.000000e+00 |    Inf 
1036.40/1036.42	c  1000s|500000 |  6336 |  1668k|   3.3 | 126M|2523 |   9 |5645 |  20k|5645 | 237 | 233k| 628k|6813 | 0.000000e+00 | 9.000000e+00 |    Inf 
1058.11/1058.13	c  1021s|510000 |  6385 |  1701k|   3.3 | 127M|2523 |   - |5645 |  18k|   0 |   0 | 236k| 642k|6869 | 0.000000e+00 | 9.000000e+00 |    Inf 
1079.21/1079.21	c  1041s|520000 |  6464 |  1732k|   3.3 | 128M|2523 |   1 |5645 |  20k|5645 | 250 | 241k| 655k|6921 | 0.000000e+00 | 9.000000e+00 |    Inf 
1100.70/1100.76	c  1062s|530000 |  6506 |  1765k|   3.3 | 129M|2523 |  13 |5645 |  19k|5645 | 245 | 245k| 668k|6980 | 0.000000e+00 | 9.000000e+00 |    Inf 
1122.50/1122.51	c  1083s|540000 |  6571 |  1800k|   3.3 | 130M|2523 |   1 |5645 |  21k|5645 | 268 | 249k| 682k|7033 | 0.000000e+00 | 9.000000e+00 |    Inf 
1144.60/1144.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.60/1144.68	c  1105s|550000 |  6610 |  1836k|   3.3 | 131M|2523 |   - |5645 |  19k|   0 |   0 | 252k| 695k|7080 | 0.000000e+00 | 9.000000e+00 |    Inf 
1166.71/1166.75	c  1126s|560000 |  6708 |  1874k|   3.3 | 132M|2523 |   - |5645 |  20k|   0 |   0 | 257k| 709k|7142 | 0.000000e+00 | 9.000000e+00 |    Inf 
1189.01/1189.03	c  1148s|570000 |  6889 |  1911k|   3.4 | 134M|2523 |   8 |5645 |  19k|5645 | 241 | 261k| 723k|7195 | 0.000000e+00 | 9.000000e+00 |    Inf 
1211.20/1211.28	c  1169s|580000 |  6945 |  1950k|   3.4 | 135M|2523 |  18 |5645 |  19k|5645 | 269 | 264k| 738k|7254 | 0.000000e+00 | 9.000000e+00 |    Inf 
1233.51/1233.56	c  1190s|590000 |  7024 |  1985k|   3.4 | 136M|2523 |   - |5645 |  19k|   0 |   0 | 268k| 752k|7314 | 0.000000e+00 | 9.000000e+00 |    Inf 
1254.70/1254.77	c  1211s|600000 |  7034 |  2020k|   3.4 | 136M|2523 |   1 |5645 |  19k|5645 | 248 | 271k| 767k|7363 | 0.000000e+00 | 9.000000e+00 |    Inf 
1276.21/1276.21	c  1232s|610000 |  7023 |  2053k|   3.4 | 137M|2523 |   - |5645 |  21k|   0 |   0 | 274k| 782k|7403 | 0.000000e+00 | 9.000000e+00 |    Inf 
1297.31/1297.30	c  1252s|620000 |  7062 |  2088k|   3.4 | 138M|2523 |   - |5645 |  21k|   0 |   0 | 278k| 797k|7462 | 0.000000e+00 | 9.000000e+00 |    Inf 
1318.91/1318.99	c  1273s|630000 |  7067 |  2126k|   3.4 | 136M|2523 |   1 |5645 |  14k|5645 | 275 | 282k| 811k|7558 | 0.000000e+00 | 9.000000e+00 |    Inf 
1338.51/1338.55	c  1291s|640000 |  7147 |  2159k|   3.4 | 137M|2523 |   1 |5645 |  14k|5645 | 235 | 286k| 825k|7593 | 0.000000e+00 | 9.000000e+00 |    Inf 
1358.61/1358.61	c  1311s|650000 |  7220 |  2199k|   3.4 | 139M|2523 |  13 |5645 |  16k|5645 | 275 | 290k| 839k|7638 | 0.000000e+00 | 9.000000e+00 |    Inf 
1379.11/1379.13	c  1330s|660000 |  7222 |  2236k|   3.4 | 139M|2523 |   - |5645 |  14k|   0 |   0 | 294k| 853k|7689 | 0.000000e+00 | 9.000000e+00 |    Inf 
1398.91/1398.96	c  1349s|670000 |  7244 |  2270k|   3.4 | 140M|2523 |   - |5645 |  15k|   0 |   0 | 298k| 867k|7750 | 0.000000e+00 | 9.000000e+00 |    Inf 
1419.61/1419.62	c  1369s|680000 |  7381 |  2305k|   3.4 | 141M|2523 |   1 |5645 |  16k|5645 | 288 | 302k| 880k|7805 | 0.000000e+00 | 9.000000e+00 |    Inf 
1440.41/1440.42	c  1389s|690000 |  7474 |  2341k|   3.4 | 143M|2523 |   1 |5645 |  16k|5645 | 244 | 307k| 893k|7864 | 0.000000e+00 | 9.000000e+00 |    Inf 
1461.41/1461.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1461.41/1461.40	c  1409s|700000 |  7571 |  2377k|   3.4 | 144M|2523 |   - |5645 |  17k|   0 |   0 | 312k| 906k|7918 | 0.000000e+00 | 9.000000e+00 |    Inf 
1483.41/1483.46	c  1431s|710000 |  7615 |  2414k|   3.4 | 145M|2523 |   - |5645 |  18k|   0 |   0 | 315k| 919k|7967 | 0.000000e+00 | 9.000000e+00 |    Inf 
1504.22/1504.25	c  1451s|720000 |  7703 |  2448k|   3.4 | 146M|2523 |   7 |5645 |  17k|5645 | 274 | 319k| 933k|7998 | 0.000000e+00 | 9.000000e+00 |    Inf 
1525.41/1525.43	c  1471s|730000 |  7844 |  2480k|   3.4 | 147M|2523 |   1 |5645 |  17k|5645 | 281 | 322k| 946k|8053 | 0.000000e+00 | 9.000000e+00 |    Inf 
1546.21/1546.22	c  1491s|740000 |  7881 |  2514k|   3.4 | 148M|2523 |   - |5645 |  17k|   0 |   0 | 325k| 959k|8095 | 0.000000e+00 | 9.000000e+00 |    Inf 
1566.41/1566.47	c  1510s|750000 |  7803 |  2548k|   3.4 | 148M|2523 |   1 |5645 |  15k|5645 | 200 | 329k| 973k|8157 | 0.000000e+00 | 9.000000e+00 |    Inf 
1586.71/1586.75	c  1530s|760000 |  7763 |  2585k|   3.4 | 148M|2523 |   - |5645 |  15k|   0 |   0 | 333k| 987k|8197 | 0.000000e+00 | 9.000000e+00 |    Inf 
1590.12/1590.18	o 6
1590.12/1590.18	c *1533s|761700 |  7172 |  2590k|   3.4 | 137M|2523 |   - |5645 |  15k|5645 | 281 | 333k| 990k|8213 | 0.000000e+00 | 6.000000e+00 |    Inf 
1606.51/1606.51	c  1549s|770000 |  7183 |  2618k|   3.4 | 136M|2523 |  17 |5645 |  13k|5645 | 293 | 337k|1001k|8245 | 0.000000e+00 | 6.000000e+00 |    Inf 
1626.02/1626.09	c  1568s|780000 |  7260 |  2655k|   3.4 | 138M|2523 |   - |5645 |  14k|   0 |   0 | 340k|1015k|8300 | 0.000000e+00 | 6.000000e+00 |    Inf 
1646.12/1646.15	c  1587s|790000 |  7336 |  2693k|   3.4 | 139M|2523 |   1 |5645 |  14k|5645 | 270 | 344k|1029k|8350 | 0.000000e+00 | 6.000000e+00 |    Inf 
1666.22/1666.20	c  1606s|800000 |  7343 |  2730k|   3.4 | 139M|2523 |   1 |5645 |  14k|5645 | 246 | 347k|1042k|8408 | 0.000000e+00 | 6.000000e+00 |    Inf 
1686.32/1686.35	c  1626s|810000 |  7497 |  2763k|   3.4 | 140M|2523 |   1 |5645 |  14k|5645 | 219 | 351k|1056k|8437 | 0.000000e+00 | 6.000000e+00 |    Inf 
1706.51/1706.50	c  1645s|820000 |  7597 |  2800k|   3.4 | 142M|2523 |   1 |5645 |  14k|5645 | 279 | 354k|1070k|8475 | 0.000000e+00 | 6.000000e+00 |    Inf 
1727.12/1727.15	c  1665s|830000 |  7587 |  2841k|   3.4 | 142M|2523 |   - |5645 |  14k|   0 |   0 | 358k|1086k|8528 | 0.000000e+00 | 6.000000e+00 |    Inf 
1747.71/1747.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1747.71/1747.70	c  1685s|840000 |  7579 |  2879k|   3.4 | 142M|2523 |   - |5645 |  15k|   0 |   0 | 362k|1100k|8586 | 0.000000e+00 | 6.000000e+00 |    Inf 
1768.22/1768.24	c  1705s|850000 |  7559 |  2915k|   3.4 | 143M|2523 |   - |5645 |  16k|   0 |   0 | 365k|1114k|8612 | 0.000000e+00 | 6.000000e+00 |    Inf 
1788.82/1788.89	c  1724s|860000 |  7511 |  2953k|   3.4 | 142M|2523 |   - |5645 |  15k|   0 |   0 | 368k|1128k|8649 | 0.000000e+00 | 6.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1735.05
1800.03/1800.00	c Solving Nodes      : 865516
1800.03/1800.00	c Primal Bound       : +6.00000000000000e+00 (324 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.03/1800.09	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1800.03/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 
1800.03/1800.09	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.03/1800.09	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1800.03/1800.09	v -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1800.03/1800.09	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.09	v -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1735.05
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692999-1277928020.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692999-1277928020.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 23211 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2587          -          -       5174          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     528823          0         16        681          0          0     892204
1800.03/1800.09	c   indicator        :       2707          0    5106246      81880          0        694    5791348          0          0          0
1800.03/1800.09	c   linear           :       2707          6    5137613      82074          0     325783   22339513     370527          0          0
1800.03/1800.09	c   logicor          :          0+         0    1332539          0          0      79060    1360307          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0       8916          0          0          0        114          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0      35509          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      14.83       0.00       0.00      14.83       0.00
1800.03/1800.09	c   indicator        :      32.31       0.00      23.61       8.70       0.00
1800.03/1800.09	c   linear           :     214.57       0.00     207.34       7.23       0.00
1800.03/1800.09	c   logicor          :     183.99       0.00     183.99       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.03/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.00          2          0          0
1800.03/1800.09	c   rootredcost      :       0.02         59          0       2587
1800.03/1800.09	c   pseudoobj        :     258.80    5153569      14884    4066301
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      22.09     419727     419614    2628851       26.6      19427       16.3          -
1800.03/1800.09	c   infeasible LP    :       5.59      16209      16209     129379       40.1        363       15.7          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.02        212        212       1032       15.9        248        5.6          -
1800.03/1800.09	c   applied globally :          -          -          -    1136565       21.5          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.09	c   redcost          :      41.99     537869          0    1591421          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.03          4          0          0          1          0
1800.03/1800.09	c   flowcover        :       0.02          4          0          0          2          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      14.71     446668         16        681          0          0     892204
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :       7.26      35450          0          0          0          0      70900
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.11          -         59
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.31         54          0
1800.03/1800.09	c   intshifting      :       0.02          6          0
1800.03/1800.09	c   guideddiving     :       0.06         33          0
1800.03/1800.09	c   coefdiving       :       0.24        122          0
1800.03/1800.09	c   pscostdiving     :       0.18        122          0
1800.03/1800.09	c   fracdiving       :       0.09        122          0
1800.03/1800.09	c   veclendiving     :       0.16        122          0
1800.03/1800.09	c   linesearchdiving :       0.16        122          0
1800.03/1800.09	c   objpscostdiving  :       0.24        120          0
1800.03/1800.09	c   rootsoldiving    :       0.20        120          0
1800.03/1800.09	c   crossover        :       2.60         96          2
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.66     449563          0
1800.03/1800.09	c   zirounding       :       0.30       1000          0
1800.03/1800.09	c   rounding         :       3.49       9393          0
1800.03/1800.09	c   shifting         :       1.96       2957          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.00          0          0
1800.03/1800.09	c   trysol           :       4.74       9180        261
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     489.26     515221    2972064       5.77    6074.61
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.16         81       1965      24.26   12281.25
1800.03/1800.09	c   strong branching :      11.46       8689      93716      10.79    8177.66
1800.03/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     865516
1800.03/1800.09	c   nodes (total)    :     865516
1800.03/1800.09	c   nodes left       :       7517
1800.03/1800.09	c   max depth        :       2523
1800.03/1800.09	c   max depth (total):       2523
1800.03/1800.09	c   backtracks       :      64748 (7.5%)
1800.03/1800.09	c   delayed cutoffs  :      56178
1800.03/1800.09	c   repropagations   :    2685338 (5585260 domain reductions, 52889 cutoffs)
1800.03/1800.09	c   avg switch length:       7.70
1800.03/1800.09	c   switching time   :     237.43
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        324 (60 improvements)
1800.03/1800.09	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 761700 nodes, 1533.17 seconds, depth 51, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        183
1800.22/1800.25	c Time complete: 1800.27.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692999-1277928020/watcher-2692999-1277928020 -o /tmp/evaluation-result-2692999-1277928020/solver-2692999-1277928020 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692999-1277928020.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 2.03 3/178 27028
/proc/meminfo: memFree=31201336/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=10968 CPUtime=0
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1669 0 0 0 0 0 0 0 21 0 1 0 166441620 11231232 1589 4089446400 4194304 9819077 140734085493632 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27028/statm: 2742 1589 392 1374 0 1363 0

[startup+0.0866571 s]
/proc/loadavg: 1.92 1.98 2.03 3/178 27028
/proc/meminfo: memFree=31201336/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=36400 CPUtime=0.08
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 8123 0 0 0 7 1 0 0 21 0 1 0 166441620 37273600 7689 4089446400 4194304 9819077 140734085493632 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36400

[startup+0.100647 s]
/proc/loadavg: 1.92 1.98 2.03 3/178 27028
/proc/meminfo: memFree=31201336/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=36400 CPUtime=0.09
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 8123 0 0 0 8 1 0 0 21 0 1 0 166441620 37273600 7689 4089446400 4194304 9819077 140734085493632 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300623 s]
/proc/loadavg: 1.92 1.98 2.03 3/178 27028
/proc/meminfo: memFree=31201336/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=53248 CPUtime=0.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 12739 0 0 0 26 3 0 0 21 0 1 0 166441620 54525952 11706 4089446400 4194304 9819077 140734085493632 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 13312 11738 673 1374 0 11933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53248

[startup+0.700547 s]
/proc/loadavg: 1.92 1.98 2.03 3/178 27028
/proc/meminfo: memFree=31201336/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=47400 CPUtime=0.69
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 27844 0 0 0 64 5 0 0 22 0 1 0 166441620 48537600 9997 4089446400 4194304 9819077 140734085493632 18446744073709551615 6513035 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 11850 9997 698 1374 0 10471 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47400

[startup+1.50043 s]
/proc/loadavg: 1.92 1.98 2.03 3/179 27029
/proc/meminfo: memFree=31163384/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=66124 CPUtime=1.49
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 41693 0 0 0 141 8 0 0 25 0 1 0 166441620 67710976 14613 4089446400 4194304 9819077 140734085493632 18446744073709551615 6180597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 16531 14613 700 1374 0 15152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66124

[startup+3.10016 s]
/proc/loadavg: 1.92 1.98 2.03 3/179 27029
/proc/meminfo: memFree=31161152/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=51324 CPUtime=3.09
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 58712 0 0 0 295 14 0 0 25 0 1 0 166441620 52555776 10997 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 12831 10997 700 1374 0 11452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51324

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 2.03 3/179 27029
/proc/meminfo: memFree=31154588/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=56572 CPUtime=6.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 68769 0 0 0 608 22 0 0 25 0 1 0 166441620 57929728 12660 4089446400 4194304 9819077 140734085493632 18446744073709551615 6665251 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 14143 12660 700 1374 0 12764 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 56572

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 2.03 3/179 27031
/proc/meminfo: memFree=31145076/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=68436 CPUtime=12.69
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 83751 0 0 0 1232 37 0 0 25 0 1 0 166441620 70078464 15519 4089446400 4194304 9819077 140734085493632 18446744073709551615 4819829 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 17109 15519 700 1374 0 15730 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68436

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 2.03 3/179 27031
/proc/meminfo: memFree=31124600/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=87748 CPUtime=25.49
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 119814 0 0 0 2477 72 0 0 25 0 1 0 166441620 89853952 20349 4089446400 4194304 9819077 140734085493632 18446744073709551615 6670503 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 21937 20349 704 1374 0 20558 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87748

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 2.02 3/179 27067
/proc/meminfo: memFree=31092860/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=122168 CPUtime=51.09
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 225961 0 0 0 4979 130 0 0 25 0 1 0 166441620 125100032 28933 4089446400 4194304 9819077 140734085493632 18446744073709551615 4660974 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 30542 28933 704 1374 0 29163 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122168

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 2.02 3/179 27069
/proc/meminfo: memFree=30979788/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=238468 CPUtime=102.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 457694 0 0 0 9957 273 0 0 25 0 1 0 166441620 244191232 56702 4089446400 4194304 9819077 140734085493632 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27028/statm: 59617 56702 716 1374 0 58238 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 238468

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.01 3/179 27071
/proc/meminfo: memFree=30938212/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=282584 CPUtime=162.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 654137 0 0 0 15767 462 0 0 25 0 1 0 166441620 289366016 67001 4089446400 4194304 9819077 140734085493632 18446744073709551615 6590692 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27028/statm: 70646 67001 717 1374 0 69267 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 282584

[startup+222.3 s]
/proc/loadavg: 2.03 2.00 2.01 3/179 27071
/proc/meminfo: memFree=30912744/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=310788 CPUtime=222.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 846977 0 0 0 21549 680 0 0 25 0 1 0 166441620 318246912 73190 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 77697 73190 717 1374 0 76318 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 310788

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/179 27073
/proc/meminfo: memFree=30902640/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=321688 CPUtime=282.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1036986 0 0 0 27319 910 0 0 25 0 1 0 166441620 329408512 75782 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 80422 75782 717 1374 0 79043 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 321688

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27075
/proc/meminfo: memFree=30894132/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=330536 CPUtime=342.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1221063 0 0 0 33078 1151 0 0 25 0 1 0 166441620 338468864 77905 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 82634 77905 725 1374 0 81255 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 330536

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27077
/proc/meminfo: memFree=30883788/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=341580 CPUtime=402.29
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1367756 0 0 0 38844 1385 0 0 25 0 1 0 166441620 349777920 80537 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 85395 80537 725 1374 0 84016 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 341580

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27079
/proc/meminfo: memFree=30875792/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=348480 CPUtime=462.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1523638 0 0 0 44614 1616 0 0 25 0 1 0 166441620 356843520 82376 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 87120 82376 725 1374 0 85741 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 348480

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27079
/proc/meminfo: memFree=30872776/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=352064 CPUtime=522.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1648646 0 0 0 50387 1843 0 0 25 0 1 0 166441620 360513536 83136 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 88016 83136 725 1374 0 86637 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 352064

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27081
/proc/meminfo: memFree=30869764/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=354612 CPUtime=582.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1813249 0 0 0 56151 2079 0 0 25 0 1 0 166441620 363122688 83790 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 88653 83790 740 1374 0 87274 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 354612

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27083
/proc/meminfo: memFree=30866120/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=357652 CPUtime=642.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 1958855 0 0 0 61914 2317 0 0 25 0 1 0 166441620 366235648 84630 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 89413 84630 740 1374 0 88034 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 357652

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27089
/proc/meminfo: memFree=30853160/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=371616 CPUtime=882.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2365814 0 0 0 85081 3150 0 0 25 0 1 0 166441620 380534784 88033 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 92904 88033 740 1374 0 91525 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 371616

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27091
/proc/meminfo: memFree=30848152/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=376872 CPUtime=942.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2413881 0 0 0 90890 3340 0 0 25 0 1 0 166441620 385916928 89269 4089446400 4194304 9819077 140734085493632 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 94218 89269 740 1374 0 92839 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 376872

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 27093
/proc/meminfo: memFree=30846360/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=378756 CPUtime=1002.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2486858 0 0 0 96699 3531 0 0 25 0 1 0 166441620 387846144 89719 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 94689 89719 740 1374 0 93310 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 378756

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27095
/proc/meminfo: memFree=30844088/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=381204 CPUtime=1062.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2557572 0 0 0 102508 3723 0 0 25 0 1 0 166441620 390352896 90328 4089446400 4194304 9819077 140734085493632 18446744073709551615 8679034 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 95301 90328 740 1374 0 93922 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 381204

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27095
/proc/meminfo: memFree=30840080/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=384940 CPUtime=1122.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2637213 0 0 0 108308 3923 0 0 25 0 1 0 166441620 394178560 91204 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 96235 91204 740 1374 0 94856 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 384940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27097
/proc/meminfo: memFree=30835932/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=390140 CPUtime=1182.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2738851 0 0 0 114107 4123 0 0 25 0 1 0 166441620 399503360 92382 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 97535 92382 740 1374 0 96156 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 390140

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 27126
/proc/meminfo: memFree=30658124/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=392648 CPUtime=1242.3
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2843035 0 0 0 119885 4345 0 0 25 0 1 0 166441620 402071552 93020 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 98162 93020 740 1374 0 96783 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 392648

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 27128
/proc/meminfo: memFree=30495768/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=393600 CPUtime=1302.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 2951653 0 0 0 125669 4562 0 0 25 0 1 0 166441620 403046400 93277 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 98400 93277 740 1374 0 97021 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 393600

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 27130
/proc/meminfo: memFree=30340100/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=395432 CPUtime=1362.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3071003 0 0 0 131426 4805 0 0 25 0 1 0 166441620 404922368 93691 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 98858 93691 740 1374 0 97479 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 395432

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27130
/proc/meminfo: memFree=30328136/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=396140 CPUtime=1422.32
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3188868 0 0 0 137183 5049 0 0 25 0 1 0 166441620 405647360 93878 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 99035 93878 740 1374 0 97656 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 396140

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 27132
/proc/meminfo: memFree=30323256/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=401176 CPUtime=1482.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3303695 0 0 0 142951 5280 0 0 25 0 1 0 166441620 410804224 95117 4089446400 4194304 9819077 140734085493632 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 100294 95117 740 1374 0 98915 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 401176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27134
/proc/meminfo: memFree=30274956/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=404196 CPUtime=1542.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3414979 0 0 0 148716 5515 0 0 25 0 1 0 166441620 413896704 95863 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 101049 95863 740 1374 0 99670 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 404196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27136
/proc/meminfo: memFree=30183876/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=405412 CPUtime=1602.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3560097 0 0 0 154478 5753 0 0 25 0 1 0 166441620 415141888 96159 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 101353 96159 740 1374 0 99974 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 405412

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/197 27183
/proc/meminfo: memFree=30602024/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=405568 CPUtime=1662.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3703517 0 0 0 160267 5964 0 0 25 0 1 0 166441620 415301632 96206 4089446400 4194304 9819077 140734085493632 18446744073709551615 6589097 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 101392 96206 740 1374 0 100013 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 405568

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 27183
/proc/meminfo: memFree=30571468/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=407672 CPUtime=1722.31
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3838166 0 0 0 166039 6192 0 0 25 0 1 0 166441620 417456128 96721 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 101918 96721 740 1374 0 100539 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 407672

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 27185
/proc/meminfo: memFree=30543504/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=407984 CPUtime=1782.32
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 3962336 0 0 0 171810 6422 0 0 25 0 1 0 166441620 417775616 96789 4089446400 4194304 9819077 140734085493632 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 101996 96789 740 1374 0 100617 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 407984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 27185
/proc/meminfo: memFree=30535424/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=408044 CPUtime=1800.03
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 4004879 0 0 0 173507 6496 0 0 25 0 1 0 166441620 417837056 96805 4089446400 4194304 9819077 140734085493632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27028/statm: 102011 96805 740 1374 0 100632 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 408044

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.00 2.01 2.00 3/197 27185
/proc/meminfo: memFree=30535424/32951124 swapFree=67111528/67111528
[pid=27028] ppid=27026 vsize=401544 CPUtime=1800.22
/proc/27028/stat : 27028 (pbscip.linux.x8) R 27026 27028 27003 0 -1 4202496 4004887 0 0 0 173526 6496 0 0 18 0 1 0 166441620 411181056 95181 4089446400 4194304 9819077 140734085493632 18446744073709551615 4212575 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27028/statm: 100386 95181 741 1374 0 99007 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 401544

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.28
CPU user time (s): 1735.31
CPU system time (s): 64.9741
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 424932

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

runsolver used 2.49962 second user time and 5.70413 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 22:00:20
IDJOB=2692999
IDBENCH=79284
IDSOLVER=1205
FILE ID=node118/2692999-1277928020
PBS_JOBID= 11197414
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.1900571761--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-2692999-1277928020/watcher-2692999-1277928020 -o /tmp/evaluation-result-2692999-1277928020/solver-2692999-1277928020 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692999-1277928020.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c1a8bf15a5939881d6e0f7761d224808
RANDOM SEED=390972099

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31201988 kB
Buffers:        211872 kB
Cached:        1305824 kB
SwapCached:          0 kB
Active:         563704 kB
Inactive:      1040376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31201988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6300 kB
Writeback:           0 kB
AnonPages:       86276 kB
Mapped:          15660 kB
Slab:            80588 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232864 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 node118 at 2010-06-30 22:30:22